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: 27-Sep-2007 00:03:59
Branch: HEAD Handle: 2007092623035800
Modified files:
openpkg-src/inn inn.patch inn.spec
Log:
apply a patch from FreeBSD ports for fixing a 64-bit issue
Summary:
Revision Changes Path
1.10 +16 -4 openpkg-src/inn/inn.patch
1.106 +1 -1 openpkg-src/inn/inn.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 inn.patch
--- openpkg-src/inn/inn.patch 29 Sep 2006 06:04:41 -0000 1.9
+++ openpkg-src/inn/inn.patch 26 Sep 2007 22:03:58 -0000 1.10
@@ -1,6 +1,6 @@
Index: frontends/ovdb_stat.c
--- frontends/ovdb_stat.c.orig 2006-03-20 05:14:57 +0100
-+++ frontends/ovdb_stat.c 2006-09-29 07:17:19 +0200
++++ frontends/ovdb_stat.c 2007-09-27 00:01:57 +0200
@@ -266,13 +266,17 @@
{ INT32, F(st_nobjects), -1, -1, "Current objects" },
{ INT32, F(st_maxnobjects), -1, -1, "Maximum objects" },
@@ -19,9 +19,21 @@
{ INT32, F(st_ndeadlocks), -1, -1, "Deadlocks" },
#if DB_VERSION_MAJOR >= 4
{ INT32, F(st_nlocktimeouts), -1, -1, "Lock timeouts" },
+Index: innfeed/endpoint.c
+--- innfeed/endpoint.c.orig 2006-03-20 05:14:57 +0100
++++ innfeed/endpoint.c 2007-09-27 00:02:53 +0200
+@@ -1644,7 +1644,7 @@
+ if (sigHandlers == NULL)
+ {
+ sigHandlers = xmalloc (sizeof(sigfn) * NSIG) ;
+- sigFlags = xmalloc (sizeof(int) * NSIG) ;
++ sigFlags = xmalloc (sizeof(sig_atomic_t) * NSIG) ;
+ for (i = 0 ; i < NSIG ; i++)
+ {
+ sigHandlers [i] = NULL ;
Index: scripts/innwatch.in
--- scripts/innwatch.in.orig 2006-03-20 05:14:57 +0100
-+++ scripts/innwatch.in 2006-09-29 07:17:19 +0200
++++ scripts/innwatch.in 2007-09-27 00:01:57 +0200
@@ -126,7 +126,12 @@
NEXTSLEEP=1
HASEXITED=false
@@ -38,7 +50,7 @@
## If news.daily is running, idle: we don't want to change the
Index: site/Makefile
--- site/Makefile.orig 2006-03-20 05:14:57 +0100
-+++ site/Makefile 2006-09-29 07:17:19 +0200
++++ site/Makefile 2007-09-27 00:01:57 +0200
@@ -137,7 +137,6 @@
chmod $(FILEMODE) $@
$D$(PATH_HISTORY):
@@ -49,7 +61,7 @@
clean:
Index: storage/ovdb/ovdb.c
--- storage/ovdb/ovdb.c.orig 2006-03-20 05:14:57 +0100
-+++ storage/ovdb/ovdb.c 2006-09-29 07:55:00 +0200
++++ storage/ovdb/ovdb.c 2007-09-27 00:01:57 +0200
@@ -1526,7 +1526,9 @@
OVDBenv->set_errcall(OVDBenv, OVDBerror);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.105 -r1.106 inn.spec
--- openpkg-src/inn/inn.spec 20 Jul 2007 20:16:57 -0000 1.105
+++ openpkg-src/inn/inn.spec 26 Sep 2007 22:03:58 -0000 1.106
@@ -33,7 +33,7 @@
Group: News
License: ISC
Version: 2.4.3
-Release: 20070720
+Release: 20070927
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]