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-Nov-2007 19:44:11
Branch: HEAD Handle: 2007112418441000
Modified files:
openpkg-src/openser openser.patch openser.spec
Log:
modifying package: openser-1.2.2 20071120 -> 20071124
Summary:
Revision Changes Path
1.10 +12 -12 openpkg-src/openser/openser.patch
1.49 +2 -2 openpkg-src/openser/openser.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openser/openser.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 openser.patch
--- openpkg-src/openser/openser.patch 12 Nov 2007 07:48:38 -0000 1.9
+++ openpkg-src/openser/openser.patch 24 Nov 2007 18:44:10 -0000 1.10
@@ -1,6 +1,6 @@
Index: Makefile.defs
--- Makefile.defs.orig 2007-08-16 16:23:20 +0200
-+++ Makefile.defs 2007-11-12 08:39:32 +0100
++++ Makefile.defs 2007-11-24 19:39:03 +0100
@@ -983,6 +983,8 @@
endif #mode=release
@@ -23,7 +23,7 @@
ifneq ($(found_lock_method), yes)
Index: modules/permissions/parse_config.c
--- modules/permissions/parse_config.c.orig 2007-08-16 16:22:57 +0200
-+++ modules/permissions/parse_config.c 2007-11-12 08:39:32 +0100
++++ modules/permissions/parse_config.c 2007-11-24 19:39:03 +0100
@@ -114,8 +114,11 @@
except = strstr(str, " EXCEPT ");
if (except) {
@@ -49,8 +49,8 @@
}
Index: rtpproxy/main.c
---- rtpproxy/main.c.orig 2007-11-12 03:17:02 +0100
-+++ rtpproxy/main.c 2007-11-12 08:43:47 +0100
+--- rtpproxy/main.c.orig 2007-11-23 11:17:02 +0100
++++ rtpproxy/main.c 2007-11-24 19:39:55 +0100
@@ -40,7 +40,7 @@
#include <sys/select.h>
#include <sys/stat.h>
@@ -60,7 +60,7 @@
#include <err.h>
#endif
#include <errno.h>
-@@ -139,7 +139,11 @@
+@@ -113,7 +113,11 @@
bindhost = NULL;
if ((n = resolve(ia, pf, bindhost, servname, AI_PASSIVE)) != 0)
@@ -72,9 +72,9 @@
}
static void
-@@ -399,10 +403,9 @@
+@@ -371,10 +375,9 @@
- rtpp_log_write(RTPP_LOG_DBUG, glog, "received command \"%s\"", buf);
+ rtpp_log_write(RTPP_LOG_DBUG, cf->glog, "received command \"%s\"", buf);
- cp = buf;
argc = 0;
@@ -84,10 +84,10 @@
if (**ap != '\0') {
argc++;
if (++ap >= &argv[10])
-@@ -660,7 +663,11 @@
+@@ -651,7 +654,11 @@
}
} else {
- rtpp_log_write(RTPP_LOG_ERR, glog, "getaddrinfo: %s",
+ rtpp_log_write(RTPP_LOG_ERR, cf->glog, "getaddrinfo: %s",
+#if defined(__sun__)
+ "unknown");
+#else
@@ -96,7 +96,7 @@
}
}
}
-@@ -1181,7 +1188,7 @@
+@@ -1222,7 +1229,7 @@
if (cf->umode == 0) {
unlink(cmd_sock);
memset(&ifsun, '\0', sizeof ifsun);
@@ -105,7 +105,7 @@
ifsun.sun_len = strlen(cmd_sock);
#endif
ifsun.sun_family = AF_LOCAL;
-@@ -1483,7 +1490,7 @@
+@@ -1537,7 +1544,7 @@
controlfd = init_controlfd(&cf);
@@ -116,7 +116,7 @@
err(1, "can't switch into daemon mode");
Index: rtpproxy/rtpp_util.h
--- rtpproxy/rtpp_util.h.orig 2007-07-28 10:17:02 +0200
-+++ rtpproxy/rtpp_util.h 2007-11-12 08:39:32 +0100
++++ rtpproxy/rtpp_util.h 2007-11-24 19:39:03 +0100
@@ -84,7 +84,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.48 -r1.49 openser.spec
--- openpkg-src/openser/openser.spec 20 Nov 2007 12:55:17 -0000 1.48
+++ openpkg-src/openser/openser.spec 24 Nov 2007 18:44:10 -0000 1.49
@@ -24,7 +24,7 @@
# package options
%define V_openser 1.2.2
-%define V_rtpproxy 20071120-021701
+%define V_rtpproxy 20071123-101701
# package information
Name: openser
@@ -37,7 +37,7 @@
Group: VoIP
License: GPL
Version: %{V_openser}
-Release: 20071120
+Release: 20071124
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]