diff options
author | mjl <mjl> | 1999-04-12 22:30:39 +0000 |
---|---|---|
committer | mjl <mjl> | 1999-04-12 22:30:39 +0000 |
commit | 57a155ab28ec17fd152a9a6e6a4741fa654f320a (patch) | |
tree | 4134b89cf42206cb78ded40828d625e3c39a4a52 /news/slrn | |
parent | f93662ba5c78e410cf9b2878632778bf110bb691 (diff) | |
download | pkgsrc-57a155ab28ec17fd152a9a6e6a4741fa654f320a.tar.gz |
Update to 0.9.5.4. Relevant changes:
0. Misc bug fixes, including:
* slrn now honors port information encoded in hostname when
refreshing newsgroups.
1. Tweak to generation of NEWGROUPS server command to make it y2k
compliant. (In my opinion, the protocol is weak in this area)
3. New configuration variable: set simulate_graphic_chars 0
4. Patch from Hubert Figuiere <Hubert.Figuiere@solsoft.fr> to handle
(broken?) knews iso-latin1 mime encoding.
5. New configuration variable: set auto_mark_article_as_read 1
If zero, reading an article will not cause it to be marked as read.
6. It is now possible to specify what headers to show via the .slrnrc
line:
visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:"
7. Tweak to group.c:group_sync_group_with_server courtesy of
stesch@parsec.rhein-neckar.de (Stefan Scholl).
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 8 | ||||
-rw-r--r-- | news/slrn/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 72e3e37cc40..d1586c33198 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 1998/10/31 23:01:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/12 22:30:39 mjl Exp $ # -DISTNAME= slrn0.9.5.3 -PKGNAME= slrn-0.9.5.3 +DISTNAME= slrn0.9.5.4 +PKGNAME= slrn-0.9.5.4 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ -MAINTAINER= packages@netbsd.org +MAINTAINER= mjl@netbsd.org HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html DEPENDS+= libslang-1.2.2:../../devel/libslang diff --git a/news/slrn/files/md5 b/news/slrn/files/md5 index a492c2884e4..a3b778ee488 100644 --- a/news/slrn/files/md5 +++ b/news/slrn/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ +$NetBSD: md5,v 1.2 1999/04/12 22:30:40 mjl Exp $ -MD5 (slrn0.9.5.3.tar.gz) = 1db6236e6e53efcbd71310420f72d302 +MD5 (slrn0.9.5.4.tar.gz) = f28a183a378c8d80e1d1ec3d4ab1e591 |