diff options
author | mef <mef> | 2014-11-23 08:51:26 +0000 |
---|---|---|
committer | mef <mef> | 2014-11-23 08:51:26 +0000 |
commit | de382509d93b5f628447f58d4bff929c2137ff4c (patch) | |
tree | f2b7c797cd8d57a5c243f701e3e3b19357171bf9 /comms | |
parent | 344628a09f1cf205e1ee910af0da86f33ace5f24 (diff) | |
download | pkgsrc-de382509d93b5f628447f58d4bff929c2137ff4c.tar.gz |
Update 8.1.18 to 8.1.20
version 8.1.20 (Apr 4, 2014):
- IPMI serial over LAN support via FreeIPMI - based on patch by Anton
D. Kachalov <mouse@yandex-team.ru>
- minor cleanup of code, removal of gcc warnings and such that should
have no fuctional change
version 8.1.19 (Sep 26, 2013):
- prevent select/read loop when EOF on non-pty input (console) -
reported by Chris Marget <chris@marget.com>
- "!" syntax prefixing use of group names not honored - reported by
Zonker <consoleteam@gmail.com>
- fixed memory leak using timestamps - patch by Karvendhan M.
<Karvendhan.M@netapp.com>
- deprecated --with-cycladests (noop now) - cross-compilation should
work without it as autologin now expects setpgrp() to take two
arugments instead of testing for it
- no automatic checks for an empty password when using PAM
authentication - based on discussion with Ryan Kirkpatrick
<linux@rkirkpat.net>
- added 'sslcacertificatefile' and 'sslcacertificatepath' client
configuration options - based on patch by Aki Tuomi <cmouse@cmouse.fi>
- added 'sslcacertificatefile' and 'sslreqclientcert' server
configuration options
- added --with-req-server-cert to force clients to require a certificate
from the server when using SSL - based on emails with Thor Simon
<tls@coyotepoint.com>
- added server-side tasks (see conserver.cf man page) that are invoked
by the client (useful for things like IPMI-based power control of
servers, invoking resets of terminal server ports, or anything else
that requires scripting) - ideas from patch by Anton Lundin
<glance@acc.umu.se> and discussion on mailing list (2011)
- added 'confirm' option to break sequences
- added 'breaklist' option to limit exposure of break sequences to
consoles
- sending of break signals is now announced to all attached clients
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver8/Makefile | 7 | ||||
-rw-r--r-- | comms/conserver8/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile index 1a1952532ef..36a0a597770 100644 --- a/comms/conserver8/Makefile +++ b/comms/conserver8/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/11/23 08:51:26 mef Exp $ # -PKGVER= 8.1.18 +PKGVER= 8.1.20 DISTNAME= conserver-${PKGVER} PKGNAME= conserver8-${PKGVER} -#PKGREVISION= 1 -PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.conserver.com/ MAINTAINER= awrede@users.sourceforge.net HOMEPAGE= http://www.conserver.com/ COMMENT= Application that allows multiple users to watch serial consoles +LICENSE= # modified-bsd and more (see LICENSE file) CONFLICTS= conserver-[0-9]* diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo index 40bad973d65..d7b073c04e6 100644 --- a/comms/conserver8/distinfo +++ b/comms/conserver8/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2010/12/05 21:25:55 hauke Exp $ +$NetBSD: distinfo,v 1.7 2014/11/23 08:51:26 mef Exp $ -SHA1 (conserver-8.1.18.tar.gz) = 54336e8ce7f48a2d8d51e93f4df492b3e426a192 -RMD160 (conserver-8.1.18.tar.gz) = aad60ba5aa8d2860dd4fde505c93b6bf2c118002 -Size (conserver-8.1.18.tar.gz) = 323247 bytes +SHA1 (conserver-8.1.20.tar.gz) = f96d143be1716a2bec1da1c17f06bca033f007b3 +RMD160 (conserver-8.1.20.tar.gz) = b17ae3efc0d8c659d39dbbea5e047f3f48fb76ef +Size (conserver-8.1.20.tar.gz) = 334147 bytes SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01 SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 |