summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authordholland <dholland>2010-03-07 07:28:22 +0000
committerdholland <dholland>2010-03-07 07:28:22 +0000
commit00e392818878d545f350f7347b532e10dcbcbaec (patch)
treeafe54016ddd4b3da7dfd9df8cf58f87e3a8e1543 /news
parenta6840ed9007e106b2c33b246e4f857ed05026d68 (diff)
downloadpkgsrc-00e392818878d545f350f7347b532e10dcbcbaec.tar.gz
Increase MAXBUFSIZE as recommended by jrf to fix PR 36882. I've changed
it from 500 to 5000, which should be ample. PKGREVISION to 2.
Diffstat (limited to 'news')
-rw-r--r--news/newsfetch/Makefile4
-rw-r--r--news/newsfetch/distinfo4
-rw-r--r--news/newsfetch/patches/patch-ab13
3 files changed, 15 insertions, 6 deletions
diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
index b1d7a290595..d76d33b9d27 100644
--- a/news/newsfetch/Makefile
+++ b/news/newsfetch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/10/29 22:40:23 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/07 07:28:22 dholland Exp $
#
DISTNAME= newsfetch-1.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/news/newsfetch/distinfo b/news/newsfetch/distinfo
index c8b4c6e1b18..efa04d17750 100644
--- a/news/newsfetch/distinfo
+++ b/news/newsfetch/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2009/10/29 22:40:23 tnn Exp $
+$NetBSD: distinfo,v 1.8 2010/03/07 07:28:22 dholland Exp $
SHA1 (newsfetch-1.3.tar.gz) = e497eecffa15d62b1cde6921734dd6e1cb9d933c
RMD160 (newsfetch-1.3.tar.gz) = dfe2878e6bb0e5c5c249c3e4d7a3489adac17d97
Size (newsfetch-1.3.tar.gz) = 12159 bytes
SHA1 (patch-aa) = 57bf7387cf8a3b6c1189d782b054750d21c31c94
-SHA1 (patch-ab) = 2d30938b62011db3afa2c0e06043b43bbb5cf0b2
+SHA1 (patch-ab) = d0d064038a04a125f48aeeaa83f69f0f5d4e1720
SHA1 (patch-ac) = 2241ba0950d3ee5f4c0c253cf4870cb4e070fe11
SHA1 (patch-ad) = bda1504ce87969da67b14675bdecf351e7bdf148
diff --git a/news/newsfetch/patches/patch-ab b/news/newsfetch/patches/patch-ab
index 81096b2b71b..3ba6d8b0d30 100644
--- a/news/newsfetch/patches/patch-ab
+++ b/news/newsfetch/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2004/03/29 17:31:55 tv Exp $
+$NetBSD: patch-ab,v 1.2 2010/03/07 07:28:22 dholland Exp $
---- nntp.c.orig Mon Nov 3 08:34:59 2003
+--- nntp.c.orig 2000-11-13 02:01:49.000000000 +0000
+++ nntp.c
+@@ -23,7 +23,7 @@ extern FILE *rcfp, *rctmpfp, *socket_fp[
+
+ char *header;
+
+-#define MAXBUFSIZE 500
++#define MAXBUFSIZE 5000
+ char command_buf[MAXBUFSIZE + 1];
+
+ /* lots of protos */
@@ -51,7 +51,7 @@ void read_nntp_data()
int set_reader_mode()
{