diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-10 12:45:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-10 12:45:41 +0000 |
commit | a2a67ab6b08985043e19e575b039cce5e8bdf390 (patch) | |
tree | 5d27bf5ab06dd7048792739d78ee073ab949780c | |
parent | 81744c23069bdea9c40f221a2c3495d9bc8074a3 (diff) | |
download | pkgsrc-a2a67ab6b08985043e19e575b039cce5e8bdf390.tar.gz |
Update to 4.3.2, update MASTER_SITES and HOMEPAGE.
Changes:
both.c - sgetline() - changes to fix SSL bug with the select,
connect_to_nntphost() - add code to handle
host:port syntax. This fix also allows you to
specify a port number for the local host.
suck.c - to handle SIGINT in addition to SIGTERM,
build_command() fix in potential buffer overflow
testhost.c - added -Q option, to allow user to specify
NNTP authentiation via env variables.
And other bug fixes.
-rw-r--r-- | news/suck/Makefile | 8 | ||||
-rw-r--r-- | news/suck/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 2d64801e64a..2cb5e6b9992 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.13 2003/02/21 13:46:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/10 12:45:41 wiz Exp $ # -DISTNAME= suck-4.3.1 +DISTNAME= suck-4.3.2 CATEGORIES= news -MASTER_SITES= http://home.att.net/~bobyetman/ \ +MASTER_SITES= http://www.sucknews.org/ \ ${MASTER_SITE_SUNSITE:=system/news/transport/} \ ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ MAINTAINER= drankin@bohemians.lexington.ky.us -HOMEPAGE= http://home.att.net/~bobyetman/ +HOMEPAGE= http://www.sucknews.org/ COMMENT= Feed a local news server without a dedicated newsfeed GNU_CONFIGURE= yes diff --git a/news/suck/distinfo b/news/suck/distinfo index a9c99e25fe0..1daa7b8a91e 100644 --- a/news/suck/distinfo +++ b/news/suck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/02/21 13:46:44 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/04/10 12:45:42 wiz Exp $ -SHA1 (suck-4.3.1.tar.gz) = 8dc89b922d616d0f32114023ff34be1fe2b96984 -Size (suck-4.3.1.tar.gz) = 172007 bytes +SHA1 (suck-4.3.2.tar.gz) = 8c48889e407473ab565a3d8ba5cda969862d216a +Size (suck-4.3.2.tar.gz) = 187560 bytes SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319 |