OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 01-Jan-2003 09:28:56
Branch: HEAD Handle: 2003010108285401
Added files:
openpkg-src/inn inn.patch
Modified files:
openpkg-re/vcheck vc.inn
openpkg-src/inn inn.spec
openpkg-web news.txt
Removed files:
openpkg-src/inn inn-db4.patch inn-watch.patch
Log:
upgrading package: inn 2.3.3 -> 2.3.4
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/vcheck/vc.inn
1.3 +0 -158 openpkg-src/inn/inn-db4.patch
1.2 +0 -17 openpkg-src/inn/inn-watch.patch
1.1 +17 -0 openpkg-src/inn/inn.patch
1.53 +3 -5 openpkg-src/inn/inn.spec
1.2485 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.inn
============================================================================
$ cvs diff -u -r1.5 -r1.6 vc.inn
--- openpkg-re/vcheck/vc.inn 8 May 2002 20:44:14 -0000 1.5
+++ openpkg-re/vcheck/vc.inn 1 Jan 2003 08:28:54 -0000 1.6
@@ -2,7 +2,7 @@
}
prog inn = {
- version = 2.3.3
+ version = 2.3.4
url = ftp://ftp.isc.org/isc/inn/
regex = inn-(__VER__)\.tar\.gz
}
@@ .
rm -f openpkg-src/inn/inn-db4.patch <<'@@ .'
Index: openpkg-src/inn/inn-db4.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
rm -f openpkg-src/inn/inn-watch.patch <<'@@ .'
Index: openpkg-src/inn/inn-watch.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.patch
============================================================================
$ cvs diff -u -r0 -r1.1 inn.patch
--- /dev/null 2003-01-01 09:28:56.000000000 +0100
+++ inn.patch 2003-01-01 09:28:56.000000000 +0100
@@ -0,0 +1,17 @@
+--- inn-2.3.4/scripts/innwatch.in.dist Wed Dec 4 15:02:05 2002
++++ inn-2.3.4/scripts/innwatch.in Wed Dec 4 15:05:21 2002
+@@ -126,7 +126,12 @@
+ NEXTSLEEP=1
+ HASEXITED=false
+
+-while { sleep ${NEXTSLEEP} & wait; } ; : ; do
++SLEEPTINY=1
++while { sleep ${SLEEPTINY} & wait; } ; : ; do
++ NEXTSLEEP=`expr ${NEXTSLEEP} - ${SLEEPTINY}`
++ if [ $NEXTSLEEP -gt 0 ]; then
++ continue;
++ fi
+ NEXTSLEEP=${INNWATCHSLEEPTIME}
+
+ ## If news.daily is running, idle: we don't want to change the
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 inn.spec
--- openpkg-src/inn/inn.spec 30 Dec 2002 22:04:28 -0000 1.52
+++ openpkg-src/inn/inn.spec 1 Jan 2003 08:28:55 -0000 1.53
@@ -24,7 +24,7 @@
##
# package versions
-%define V_inn 2.3.3
+%define V_inn 2.3.4
%define V_cleanfeed 20010805
# package information
@@ -37,15 +37,14 @@
Group: News
License: ISC
Version: %{V_inn}
-Release: 20021204
+Release: 20030101
# list of sources
Source0: ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz
Source1: http://www.bofh.it/~md/cleanfeed/cleanfeed-%{V_cleanfeed}.tgz
Source2: rc.inn
Source3: fsl.inn
-Patch0: inn-db4.patch
-Patch1: inn-watch.patch
+Patch0: inn.patch
# build information
Prefix: %{l_prefix}
@@ -66,7 +65,6 @@
%setup0 -q -c
%setup1 -q -T -D -a 1
%patch0 -p0
- %patch1 -p0
%build
# build inn
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2484 -r1.2485 news.txt
--- openpkg-web/news.txt 1 Jan 2003 08:24:16 -0000 1.2484
+++ openpkg-web/news.txt 1 Jan 2003 08:28:54 -0000 1.2485
@@ -1,3 +1,4 @@
+01-Jan-2003: Upgraded package: P<inn-2.3.4-20030101>
01-Jan-2003: Upgraded package: P<tidy-20021231-20030101>
31-Dec-2002: Upgraded package: P<grepmail-4.91-20021231>
31-Dec-2002: Upgraded package: P<ncurses-5.3.20021231-20021231>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]