summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authortron <tron>2000-02-27 22:51:41 +0000
committertron <tron>2000-02-27 22:51:41 +0000
commitfdccb6fd0d7ea0a57b71a9da1b896b00affb7d86 (patch)
tree75762ebce9d7bfc1056c6511af3a5bc9c4e157fc /news/inn
parent7585399ac45bd8f952eb868fe31b7436d6ec20b3 (diff)
downloadpkgsrc-fdccb6fd0d7ea0a57b71a9da1b896b00affb7d86.tar.gz
Update "inn" package to version 2.2.2. Changes since version 2.2:
- Various minor bug fixes and a y2k bug fix. The y2k bug is in version version 2.2.1 only and will show up after Jan 1st when a news reader issues a NEWNEWS command for a date prior to the year 2000. - Various bug fixes. Most importantly, bug fixes to potential security holes (buffer overflow type).
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile4
-rw-r--r--news/inn/files/md54
-rw-r--r--news/inn/files/patch-sum4
-rw-r--r--news/inn/patches/patch-ae42
-rw-r--r--news/inn/pkg/PLIST4
5 files changed, 30 insertions, 28 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index fa12e10ae17..d520169f628 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 1999/10/07 17:41:57 tron Exp $
+# $NetBSD: Makefile,v 1.14 2000/02/27 22:51:41 tron Exp $
-DISTNAME= inn-2.2
+DISTNAME= inn-2.2.2
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/ \
ftp://ftp.sunet.se/pub/news/nntp/inn/ \
diff --git a/news/inn/files/md5 b/news/inn/files/md5
index cd53ea7dfdc..42b208c25df 100644
--- a/news/inn/files/md5
+++ b/news/inn/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/07/18 23:34:13 tron Exp $
+$NetBSD: md5,v 1.3 2000/02/27 22:51:42 tron Exp $
-MD5 (inn-2.2.tar.gz) = 9c8cb250d56428af06c7c49f7d8d1a29
+MD5 (inn-2.2.2.tar.gz) = a4220c321aa35cb8c2da0186755fba23
diff --git a/news/inn/files/patch-sum b/news/inn/files/patch-sum
index c6996841101..7ee54d036a3 100644
--- a/news/inn/files/patch-sum
+++ b/news/inn/files/patch-sum
@@ -1,10 +1,10 @@
-$NetBSD: patch-sum,v 1.7 1999/09/30 17:35:22 tron Exp $
+$NetBSD: patch-sum,v 1.8 2000/02/27 22:51:42 tron Exp $
MD5 (patch-aa) = 9e4ea714841156fdbce9e9e2f2f1f600
MD5 (patch-ab) = 69a4b8bfa51950f4d1fac766e906cc97
MD5 (patch-ac) = f7a77956558d860d101e2efe7b3bf3d4
MD5 (patch-ad) = 3eec593f7b8efe5ec284887f713d4ddd
-MD5 (patch-ae) = 084256092f1179105004da3f000ee33f
+MD5 (patch-ae) = 3c691a67a21fec92cc0f2c4197e3c9ed
MD5 (patch-af) = d8eac199c981d82eed4b454bc20115f7
MD5 (patch-ag) = d6962b6d0159854f7e8bd11b32b285f7
MD5 (patch-ah) = 3a87d8d980c0beab113268d18388ecb5
diff --git a/news/inn/patches/patch-ae b/news/inn/patches/patch-ae
index a9010a14626..8c50f49efde 100644
--- a/news/inn/patches/patch-ae
+++ b/news/inn/patches/patch-ae
@@ -1,22 +1,22 @@
-$NetBSD: patch-ae,v 1.3 1999/07/18 23:34:14 tron Exp $
+$NetBSD: patch-ae,v 1.4 2000/02/27 22:51:42 tron Exp $
---- backends/actsyncd.sh.in.orig Sat Oct 17 03:07:27 1998
-+++ backends/actsyncd.sh.in Sun Jul 18 01:47:43 1999
-@@ -156,7 +156,7 @@
- if [ -z "$ftp" ]; then
- echo "getlist -h $host" >>$out
- if getlist -h $host > active 2>>$out; then
-- :
-+ status=0
- else
- status=$NOSYNC
- fi
-@@ -172,7 +172,7 @@
- # does not understand gzip.
- *.gz|*.Z) echo "$COMPRESS -d active" >>$out
- if $COMPRESS -d active >>$out 2>&1; then
-- :
-+ status=0
- else
- status=1
- fi ;;
+--- backends/actsyncd.sh.in.orig Mon Dec 13 14:18:37 1999
++++ backends/actsyncd.sh.in Wed Feb 23 17:49:40 2000
+@@ -162,7 +162,7 @@
+ if [ -z "$ftp" ]; then
+ echo "getlist -h $host" >>$out
+ if getlist -h $host > active 2>>$out; then
+- :
++ status=0
+ else
+ status=$NOSYNC
+ fi
+@@ -178,7 +178,7 @@
+ # does not understand gzip.
+ *.gz|*.Z) echo "$COMPRESS -d active" >>$out
+ if $COMPRESS -d active >>$out 2>&1; then
+- :
++ status=0
+ else
+ status=1
+ fi ;;
diff --git a/news/inn/pkg/PLIST b/news/inn/pkg/PLIST
index 0da8e8b9b4f..884d3c06012 100644
--- a/news/inn/pkg/PLIST
+++ b/news/inn/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 1999/07/29 21:15:47 tron Exp $
+@comment $NetBSD: PLIST,v 1.7 2000/02/27 22:51:42 tron Exp $
bin/inews
etc/rc.d/innd.sh
@exec mkdir -p %D/etc/nntp
@@ -119,6 +119,7 @@ man/man1/nntpget.1
man/man1/rnews.1
man/man1/shlock.1
man/man1/shrinkfile.1
+man/man1/simpleftp.1
man/man1/startinnfeed.1
man/man1/subst.1
man/man3/clientlib.3
@@ -179,6 +180,7 @@ man/man8/innxmit.8
man/man8/mailpost.8
man/man8/makeactive.8
man/man8/makehistory.8
+man/man8/mod-active.8
man/man8/news-recovery.8
man/man8/news.daily.8
man/man8/news2mail.8