diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-05-21 00:28:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-05-21 00:28:43 +0000 |
commit | 834ef0f06b7f780cb25ddfccc4b6c417fab94cca (patch) | |
tree | 86db595f655d5e5db6fd328fece743351bb0a73e /news | |
parent | 52f1c587abea6631dc96eb007069c3d45a5e4e43 (diff) | |
download | pkgsrc-834ef0f06b7f780cb25ddfccc4b6c417fab94cca.tar.gz |
Update tin to 1.4.5. Changes:
-- 1.4.5 release 20010409 "One More Nightmare" --
031) Dirk Nimmich <nimmich@uni-muenster.de>
BUG. empty news_headers_to_[not_]display_array could cause a SIGSEGV
BUG. changing beginner_level or show_description from the options menu
messed up the screen
FIX. proto.h, config.c, signal.c
030) Thomas E. Dickey <dickey@herndon4.his.com>
ADD. VMS port
FIX. Makefile, aclocal.m4, config.guess, config.sub, configure[.in],
mkdirs.sh, bugrep.h, config.h, extern.h, proto.h, tin.h, config.c
lang.c, main.c, misc.c, save.c, signal.c, descrip.mms, pcre.mms
vms/libvms.mms, vms/parsdate.c, vms/vmsdir.c, vms/vmsfile.c,
vms/vmspwd.c, vms/select.h
029) Urs Janssen <urs@tin.org>
BUG. possible bufferoverrun in read_groups_descriptions() on very long
groupnames/descriptions
ADD. allow superseding of articles even if one of the groups isn't
in the active file.
FIX. mail.c, post.c
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 6 | ||||
-rw-r--r-- | news/tin/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 6b4860f9f94..0786c5e0246 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:54:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/21 00:28:43 hubertf Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp -DISTNAME= tin-1.4.4 +DISTNAME= tin-1.4.5 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/current/ \ @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://uiarchive.uiuc.edu/pub/packages/news/client/tin/unoff/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= udo@keks.franken.de +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tin.org/ COMMENT= TIN newsreader (termcap based) diff --git a/news/tin/distinfo b/news/tin/distinfo index 7c6dbde1181..65f419b9ed9 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 13:37:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/21 00:28:43 hubertf Exp $ -SHA1 (tin-1.4.4.tar.bz2) = 511517df7374ee63427c08e16e1c2243e31a86a7 -Size (tin-1.4.4.tar.bz2) = 691989 bytes +SHA1 (tin-1.4.5.tar.bz2) = e28e05e080cf05ed9576cacbc96ad984633f8a87 +Size (tin-1.4.5.tar.bz2) = 690031 bytes SHA1 (patch-aa) = da46ab8dee8c3319a5e8fd18580cd573b611cbca |