|
|
@@ -1,16 +1,7 @@
|
|
|
Index: Makefile.defs
|
|
|
---- Makefile.defs.orig 2007-03-12 17:39:09 +0100
|
|
|
-+++ Makefile.defs 2007-03-13 08:10:29 +0100
|
|
|
-@@ -652,7 +652,7 @@
|
|
|
- ifeq ($(CC_CLASS), 4.x)
|
|
|
- CPU_TYPE ?= ultrasparc
|
|
|
- #use 32bit for now
|
|
|
-- CFLAGS+=-mcpu=ultrasparc -minline-all-stringops \
|
|
|
-+ CFLAGS+=-mcpu=ultrasparc \
|
|
|
- -mtune=$(CPU_TYPE) \
|
|
|
- -ftree-vectorize
|
|
|
- else
|
|
|
-@@ -974,6 +974,8 @@
|
|
|
+--- Makefile.defs.orig 2007-05-23 18:53:19 +0200
|
|
|
++++ Makefile.defs 2007-05-24 08:59:11 +0200
|
|
|
+@@ -983,6 +983,8 @@
|
|
|
|
|
|
endif #mode=release
|
|
|
|
|
|
@@ -19,7 +10,7 @@ Index: Makefile.defs
|
|
|
|
|
|
#*FLAGS used for compiling the modules
|
|
|
ifeq ($(CC_NAME), gcc)
|
|
|
-@@ -1196,8 +1198,8 @@
|
|
|
+@@ -1205,8 +1207,8 @@
|
|
|
|
|
|
#add libssl if needed
|
|
|
ifneq ($(TLS),)
|
|
|
@@ -32,7 +23,7 @@ Index: Makefile.defs
|
|
|
ifneq ($(found_lock_method), yes)
|
|
|
Index: rtpproxy/main.c
|
|
|
--- rtpproxy/main.c.orig 2006-07-05 02:14:19 +0200
|
|
|
-+++ rtpproxy/main.c 2007-03-13 08:08:02 +0100
|
|
|
++++ rtpproxy/main.c 2007-05-24 08:55:28 +0200
|
|
|
@@ -38,7 +38,7 @@
|
|
|
#include <sys/select.h>
|
|
|
#include <sys/stat.h>
|
|
|
@@ -98,7 +89,7 @@ Index: rtpproxy/main.c
|
|
|
err(1, "can't switch into daemon mode");
|
|
|
Index: rtpproxy/rtpp_util.h
|
|
|
--- rtpproxy/rtpp_util.h.orig 2006-04-13 06:29:19 +0200
|
|
|
-+++ rtpproxy/rtpp_util.h 2007-03-13 08:08:02 +0100
|
|
|
++++ rtpproxy/rtpp_util.h 2007-05-24 08:55:28 +0200
|
|
|
@@ -83,7 +83,7 @@
|
|
|
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
|
|
|
#endif
|
|
|
@@ -109,14 +100,14 @@ Index: rtpproxy/rtpp_util.h
|
|
|
errx(exitcode, format ": %s", ## args, strerror(errno))
|
|
|
#define errx(exitcode, format, args...) \
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
+------------------------------------------------------------------------------
|
|
|
|
|
|
Security Fix (OpenPKG-SA-2006.042, OpenPKG-TT-E1#29)
|
|
|
|
|
|
Index: modules/permissions/parse_config.c
|
|
|
---- modules/permissions/parse_config.c.orig 2005-06-13 18:47:43 +0200
|
|
|
-+++ modules/permissions/parse_config.c 2006-12-26 11:15:25 +0100
|
|
|
-@@ -111,8 +111,11 @@
|
|
|
+--- modules/permissions/parse_config.c.orig 2007-03-12 16:22:54 +0100
|
|
|
++++ modules/permissions/parse_config.c 2007-05-24 08:55:28 +0200
|
|
|
+@@ -114,8 +114,11 @@
|
|
|
except = strstr(str, " EXCEPT ");
|
|
|
if (except) {
|
|
|
/* exception found */
|
|
|
@@ -130,7 +121,7 @@ Index: modules/permissions/parse_config.c
|
|
|
/* except+8 points to the exception */
|
|
|
if (parse_expression_list(except+8, e_exceptions)) {
|
|
|
/* error */
|
|
|
-@@ -121,7 +124,8 @@
|
|
|
+@@ -124,7 +127,8 @@
|
|
|
}
|
|
|
} else {
|
|
|
/* no exception */
|
|
|
@@ -139,4 +130,4 @@ Index: modules/permissions/parse_config.c
|
|
|
+ str2[sizeof(str2)-1] = '\0';
|
|
|
*e_exceptions = NULL;
|
|
|
}
|
|
|
-
|
|
|
+
|