diff options
author | he <he@pkgsrc.org> | 2007-06-07 09:30:59 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2007-06-07 09:30:59 +0000 |
commit | a5bd72e5133f17470591302e5a22849913afa50a (patch) | |
tree | 578b563680b0c53d21fbff0c0836055a9eeb95e7 /comms | |
parent | def20856cfa8b315388bd11cbe20b4a0efb68fba (diff) | |
download | pkgsrc-a5bd72e5133f17470591302e5a22849913afa50a.tar.gz |
Update conserver8 to 8.1.16. Changes since 8.1.14:
version 8.1.16 (Apr 10, 2007):
- added 'replstring' substitution option - inspired by
conversation with Owen DeLong <owen@c2company.com>
- added '^Ecn' option for writing a note to the logfile - patch
by Bryan Schmersal <bschmer@yahoo.com>
- fixed leaking file descriptors when 'host' and 'uds' consoles
fail to connect - based on patch by Michael Heironimus
<michael_heironimus@archwayconcepts.com>
version 8.1.15 (Dec 31, 2006):
- protection again telnet option negotation loops - patch by
Robby Griffin <rmg@yakshavers.com>
- console now prints the attach/detach sequences when suspended
- added --with-cycladests configure option to allow
cross-compiling on a cyclades ts - patch by Matt Johnson
<mwj@doc.ic.ac.uk>
- added master conserver host to 'console -x' output for
'device' consoles - patch by Matt Johnson <mwj@doc.ic.ac.uk>
- fixed parsing error when dealing with encapsulated
client/server options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver8/Makefile | 6 | ||||
-rw-r--r-- | comms/conserver8/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile index 99aa534f65c..a8360163c5a 100644 --- a/comms/conserver8/Makefile +++ b/comms/conserver8/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/05/11 21:42:43 seb Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/07 09:30:59 he Exp $ # -DISTNAME= conserver-8.1.14 -PKGNAME= conserver8-8.1.14 +DISTNAME= conserver-8.1.16 +PKGNAME= conserver8-8.1.16 CATEGORIES= comms MASTER_SITES= ftp://ftp.conserver.com/conserver/ diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo index 193649dbb20..fd4dbf84598 100644 --- a/comms/conserver8/distinfo +++ b/comms/conserver8/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/05/11 21:42:43 seb Exp $ +$NetBSD: distinfo,v 1.4 2007/06/07 09:30:59 he Exp $ -SHA1 (conserver-8.1.14.tar.gz) = 3275ba140e5d157ab022f3de083a61a37f058bd6 -RMD160 (conserver-8.1.14.tar.gz) = 9d0961d837f03ddbdaddccf7f45097b6f4e452b8 -Size (conserver-8.1.14.tar.gz) = 308609 bytes +SHA1 (conserver-8.1.16.tar.gz) = 6e2a985927812cc8c253463d53911dc37fb37111 +RMD160 (conserver-8.1.16.tar.gz) = 918832d21d46f7f20cf9c1088c058190093343a0 +Size (conserver-8.1.16.tar.gz) = 311373 bytes SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01 SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 |