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 /news/suck/Makefile | |
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.
Diffstat (limited to 'news/suck/Makefile')
-rw-r--r-- | news/suck/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |