diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 08:51:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 08:51:26 +0000 |
commit | c1f8c9bee52f99b907cf77300e870b59dca0afd4 (patch) | |
tree | f2b7c797cd8d57a5c243f701e3e3b19357171bf9 /comms/conserver8/Makefile | |
parent | f05a14d9f8ecd127f7586e9840825ef3c3f40d68 (diff) | |
download | pkgsrc-c1f8c9bee52f99b907cf77300e870b59dca0afd4.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/conserver8/Makefile')
-rw-r--r-- | comms/conserver8/Makefile | 7 |
1 files changed, 3 insertions, 4 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]* |