OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-May-2007 09:13:31
Branch: HEAD Handle: 2007052408133100
Modified files:
openpkg-src/openser openser.patch openser.spec
Log:
upgrading package: openser 1.2.0 -> 1.2.1
Summary:
Revision Changes Path
1.8 +12 -21 openpkg-src/openser/openser.patch
1.33 +2 -2 openpkg-src/openser/openser.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 openser.patch
--- openpkg-src/openser/openser.patch 13 Apr 2007 19:23:51 -0000 1.7
+++ openpkg-src/openser/openser.patch 24 May 2007 07:13:31 -0000 1.8
@@ -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 @@
#*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 @@
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 @@
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 @@
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 @@
/* 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 @@
+ str2[sizeof(str2)-1] = '\0';
*e_exceptions = NULL;
}
-
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 openser.spec
--- openpkg-src/openser/openser.spec 13 Apr 2007 19:23:51 -0000 1.32
+++ openpkg-src/openser/openser.spec 24 May 2007 07:13:31 -0000 1.33
@@ -23,7 +23,7 @@
##
# package options
-%define V_openser 1.2.0
+%define V_openser 1.2.1
%define V_rtpproxy 20070222-181301
# package information
@@ -37,7 +37,7 @@
Group: VoIP
License: GPL
Version: %{V_openser}
-Release: 20070413
+Release: 20070524
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]