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: 22-Jan-2007 17:33:06
Branch: HEAD Handle: 2007012216330500
Modified files:
openpkg-src/openser openser.patch openser.spec
Log:
upgrading package: openser 1.1.0 -> 1.1.1
Summary:
Revision Changes Path
1.5 +9 -21 openpkg-src/openser/openser.patch
1.29 +2 -2 openpkg-src/openser/openser.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 openser.patch
--- openpkg-src/openser/openser.patch 24 Oct 2006 12:50:43 -0000 1.4
+++ openpkg-src/openser/openser.patch 22 Jan 2007 16:33:05 -0000 1.5
@@ -1,7 +1,7 @@
Index: Makefile.defs
---- Makefile.defs.orig 2006-07-10 19:57:20.000000000 +0200
-+++ Makefile.defs 2006-10-24 14:37:21.637521203 +0200
-@@ -628,7 +628,7 @@
+--- Makefile.defs.orig 2007-01-22 13:16:11 +0100
++++ Makefile.defs 2007-01-22 17:28:29 +0100
+@@ -629,7 +629,7 @@
ifeq ($(CC_SHORTVER), 4.x)
CPU ?= ultrasparc
#use 32bit for now
@@ -10,7 +10,7 @@
-mtune=$(CPU) \
-ftree-vectorize
else
-@@ -987,6 +987,8 @@
+@@ -989,6 +989,8 @@
endif #mode=release
@@ -19,7 +19,7 @@
#*FLAGS used for compiling the modules
ifeq ($(CC_NAME), gcc)
-@@ -1199,8 +1201,8 @@
+@@ -1203,8 +1205,8 @@
#add libssl if needed
ifneq ($(TLS),)
@@ -30,21 +30,9 @@
endif
ifneq ($(found_lock_method), yes)
-Index: cfg.y
---- cfg.y.orig 2006-07-10 15:37:02.000000000 +0200
-+++ cfg.y 2006-10-24 14:36:05.572200941 +0200
-@@ -854,7 +854,7 @@
-
tos=IPTOS_THROUGHPUT;
- } else if
(strcasecmp($3,"IPTOS_RELIABILITY")) {
-
tos=IPTOS_RELIABILITY;
--#if !defined(__OS_solaris) || !defined(__OS_netbsd)
-+#if (!defined(__OS_solaris) || !defined(__OS_netbsd)) &&
defined(IPTOS_MINCOST)
- } else if
(strcasecmp($3,"IPTOS_MINCOST")) {
-
tos=IPTOS_MINCOST;
- #endif
Index: rtpproxy/main.c
---- rtpproxy/main.c.orig 2006-07-05 02:14:19.000000000 +0200
-+++ rtpproxy/main.c 2006-10-24 14:36:05.573430941 +0200
+--- rtpproxy/main.c.orig 2006-07-05 02:14:19 +0200
++++ rtpproxy/main.c 2007-01-22 17:28:29 +0100
@@ -38,7 +38,7 @@
#include <sys/select.h>
#include <sys/stat.h>
@@ -109,8 +97,8 @@
if (daemon(0, 0) == -1)
err(1, "can't switch into daemon mode");
Index: rtpproxy/rtpp_util.h
---- rtpproxy/rtpp_util.h.orig 2006-04-13 06:29:19.000000000 +0200
-+++ rtpproxy/rtpp_util.h 2006-10-24 14:36:05.573806775 +0200
+--- rtpproxy/rtpp_util.h.orig 2006-04-13 06:29:19 +0200
++++ rtpproxy/rtpp_util.h 2007-01-22 17:28:29 +0100
@@ -83,7 +83,7 @@
#define DEFFILEMODE
(S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 openser.spec
--- openpkg-src/openser/openser.spec 1 Jan 2007 17:40:26 -0000 1.28
+++ openpkg-src/openser/openser.spec 22 Jan 2007 16:33:05 -0000 1.29
@@ -23,7 +23,7 @@
##
# package options
-%define V_openser 1.1.0
+%define V_openser 1.1.1
%define V_rtpproxy 20061205-021301
# package information
@@ -37,7 +37,7 @@
Group: VoIP
License: GPL
Version: %{V_openser}
-Release: 20061205
+Release: 20070122
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]