diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 08:57:42 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 08:57:42 +0000 |
commit | 788e95d04d0018ec12e62b2be6ade2834f6717d8 (patch) | |
tree | 4febf42212df1925bcc58f0e4dad1e2ab0448105 | |
parent | 21f9a0047553997f39969e4f31ee28a80ec3dc70 (diff) | |
download | pkgsrc-788e95d04d0018ec12e62b2be6ade2834f6717d8.tar.gz |
version 8.2.0 (Apr 20, 2014):
- added --with-trust-uds-cred which uses getsockopt() to fetch and
trust the client uid, bypassing password lookups - patch by Anton
Lundin <glance@acc.umu.se>
- missing closedir() causing memory leak - patch by Anton Lundin
<glance@acc.umu.se>
- sending a break signal over IPMI was broken - based on patch by
Alexander Y. Fomichev <git.user@gmail.com>
- IPv6 support (marked as experimental at this point because it's
untested (except by the author), there's a lack of documentation, and
I'm hoping for non-getifaddrs() system support) - patch by Milos
Vyletel <milos.vyletel@gmail.com>
- no more K&R compiler support
-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 36a0a597770..6d720abde81 100644 --- a/comms/conserver8/Makefile +++ b/comms/conserver8/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2014/11/23 08:51:26 mef Exp $ +# $NetBSD: Makefile,v 1.16 2014/11/23 08:57:42 mef Exp $ # -PKGVER= 8.1.20 +PKGVER= 8.2.0 DISTNAME= conserver-${PKGVER} PKGNAME= conserver8-${PKGVER} CATEGORIES= comms @@ -10,7 +10,7 @@ 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) +#LICENSE= # modified-bsd and more (see LICENSE file) CONFLICTS= conserver-[0-9]* diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo index d7b073c04e6..e26718befcd 100644 --- a/comms/conserver8/distinfo +++ b/comms/conserver8/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2014/11/23 08:51:26 mef Exp $ +$NetBSD: distinfo,v 1.8 2014/11/23 08:57:42 mef Exp $ -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 (conserver-8.2.0.tar.gz) = acbb7f282cea94eb044860c35ddd9f31a0299888 +RMD160 (conserver-8.2.0.tar.gz) = fde2c8626f097d2e7f6eb10850a858dfc7d77a19 +Size (conserver-8.2.0.tar.gz) = 334326 bytes SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01 SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 |