summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ae
diff options
context:
space:
mode:
authortron <tron>2000-02-27 22:51:41 +0000
committertron <tron>2000-02-27 22:51:41 +0000
commitdaaa9d76e8c887a67e2df93e7f3e2805f4ed4e69 (patch)
tree75762ebce9d7bfc1056c6511af3a5bc9c4e157fc /news/inn/patches/patch-ae
parenta7cfd7204e2d099d8ce38881a47739c887aabbfc (diff)
downloadpkgsrc-daaa9d76e8c887a67e2df93e7f3e2805f4ed4e69.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/patches/patch-ae')
-rw-r--r--news/inn/patches/patch-ae42
1 files changed, 21 insertions, 21 deletions
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 ;;