Sun Nov 23 08:51:26 2014 UTC ()
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


(mef)
diff -r1.14 -r1.15 pkgsrc/comms/conserver8/Makefile
diff -r1.6 -r1.7 pkgsrc/comms/conserver8/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/comms/conserver8/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/conserver8/Makefile 2014/10/09 14:06:03 1.14
+++ pkgsrc/comms/conserver8/Makefile 2014/11/23 08:51:26 1.15
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2014/11/23 08:51:26 mef Exp $
2# 2#
3 3
4PKGVER= 8.1.18 4PKGVER= 8.1.20
5DISTNAME= conserver-${PKGVER} 5DISTNAME= conserver-${PKGVER}
6PKGNAME= conserver8-${PKGVER} 6PKGNAME= conserver8-${PKGVER}
7#PKGREVISION= 1 
8PKGREVISION= 2 
9CATEGORIES= comms 7CATEGORIES= comms
10MASTER_SITES= http://www.conserver.com/ 8MASTER_SITES= http://www.conserver.com/
11 9
12MAINTAINER= awrede@users.sourceforge.net 10MAINTAINER= awrede@users.sourceforge.net
13HOMEPAGE= http://www.conserver.com/ 11HOMEPAGE= http://www.conserver.com/
14COMMENT= Application that allows multiple users to watch serial consoles 12COMMENT= Application that allows multiple users to watch serial consoles
 13LICENSE= # modified-bsd and more (see LICENSE file)
15 14
16CONFLICTS= conserver-[0-9]* 15CONFLICTS= conserver-[0-9]*
17 16
18INSTALLATION_DIRS= ${EGDIR} ${DOCDIR} 17INSTALLATION_DIRS= ${EGDIR} ${DOCDIR}
19 18
20GNU_CONFIGURE= YES 19GNU_CONFIGURE= YES
21 20
22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
23CONFIGURE_ARGS+= --with-master=${CONSERVER_DEFAULTHOST:Q} 22CONFIGURE_ARGS+= --with-master=${CONSERVER_DEFAULTHOST:Q}
24CONFIGURE_ARGS+= --with-port=${CONSERVER_DEFAULTPORT:Q} 23CONFIGURE_ARGS+= --with-port=${CONSERVER_DEFAULTPORT:Q}
25CONFIGURE_ARGS+= --with-regex 24CONFIGURE_ARGS+= --with-regex
26CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers} 25CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
27CONFIGURE_ARGS+= --with-logfile=${VARBASE:Q}/log/conserver 26CONFIGURE_ARGS+= --with-logfile=${VARBASE:Q}/log/conserver

cvs diff -r1.6 -r1.7 pkgsrc/comms/conserver8/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/conserver8/distinfo 2010/12/05 21:25:55 1.6
+++ pkgsrc/comms/conserver8/distinfo 2014/11/23 08:51:26 1.7
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.6 2010/12/05 21:25:55 hauke Exp $ 1$NetBSD: distinfo,v 1.7 2014/11/23 08:51:26 mef Exp $
2 2
3SHA1 (conserver-8.1.18.tar.gz) = 54336e8ce7f48a2d8d51e93f4df492b3e426a192 3SHA1 (conserver-8.1.20.tar.gz) = f96d143be1716a2bec1da1c17f06bca033f007b3
4RMD160 (conserver-8.1.18.tar.gz) = aad60ba5aa8d2860dd4fde505c93b6bf2c118002 4RMD160 (conserver-8.1.20.tar.gz) = b17ae3efc0d8c659d39dbbea5e047f3f48fb76ef
5Size (conserver-8.1.18.tar.gz) = 323247 bytes 5Size (conserver-8.1.20.tar.gz) = 334147 bytes
6SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01 6SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01
7SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 7SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3