diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-30 10:20:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-30 10:20:14 +0000 |
commit | ab1d416924f8a2e30387bfcd0b9b7de7a82999fb (patch) | |
tree | 623ca2db64df648966f8035dea42c96d6eabedc2 | |
parent | 092352eeb67b710b40cd7066f88b19d167704937 (diff) | |
download | pkgsrc-ab1d416924f8a2e30387bfcd0b9b7de7a82999fb.tar.gz |
Update to 3.0.5, extract of changes:
* Logging with chroot has long since been fixed; added a note to
startopts about other chroot stuff. Closes: #82590, #82591.
* Gopherd sometimes sent "+INFO " instead of "+INFO: ". Fixed.
* MAJOR rewrite of regex support. This should make gopher
compile and work better on several platforms.
* Removed the DOMAIN configure support, DOMAIN_NAME in gopherd,
backupdomain in Socket.c, etc. This should prevent the no.domain.name
problem that people have been seeing. Regenerated configure stuff.
* Added line for .png to gopherd.conf.in
And many more bug fixes.
Clsoes PR 22013.
-rw-r--r-- | net/gopher/Makefile | 4 | ||||
-rw-r--r-- | net/gopher/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 5f87497d05a..a1bf214f032 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/30 10:20:14 wiz Exp $ # -DISTNAME= gopher-3.0.2 +DISTNAME= gopher-3.0.5 CATEGORIES= net MASTER_SITES= http://quux.org/give-me-gopher/ diff --git a/net/gopher/distinfo b/net/gopher/distinfo index c6ae39fb3c5..c602828bfab 100644 --- a/net/gopher/distinfo +++ b/net/gopher/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $ +$NetBSD: distinfo,v 1.2 2003/06/30 10:20:14 wiz Exp $ -SHA1 (gopher-3.0.2.tar.gz) = 343eaea772fa8ff23a711d5b46139abf77b6e38f -Size (gopher-3.0.2.tar.gz) = 503685 bytes +SHA1 (gopher-3.0.5.tar.gz) = 8c7170f75d643c5a98dce02a89b0b49b1f8296cc +Size (gopher-3.0.5.tar.gz) = 508713 bytes |