summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorhauke <hauke>2010-12-05 21:25:55 +0000
committerhauke <hauke>2010-12-05 21:25:55 +0000
commitde1d2e5337effad1699a0500ce79d8fcb0ab470b (patch)
tree34644ef5ac11663c504e53c1da60e0f965bc96ba /comms
parent0ed7e35832c368dc1a54508dd6416583304b87fa (diff)
downloadpkgsrc-de1d2e5337effad1699a0500ce79d8fcb0ab470b.tar.gz
Updating conserver 8 to v8.18
version 8.1.18 (Nov 11, 2010): - install man pages read-only and improved the contributed redhat init script - patches by Eric Biederman <ebiederm@aristanetworks.com> - spec file improvements in contrib/redhat-rpm - patch by Jodok Ole Muellers <jodok.muellers@aschendorff.de> - GSS-API patch for client code - patch by Andras Horvath <Andras.Horvath@cern.ch> version 8.1.17 (Sep 29, 2009): - fix for interface detection when HAVE_SA_LEN is defined - first detected on NetBSD 5.0 and patched by Chris Ross <cross+conserver@distal.com> - first person to connect to a console wanting read/write now gets it once the active user drops read/write - suggested by Thomas Gardner <tmg@pobox.com> - fix typo when setting nonblocking socket for client connections, fixing stall issues - patch by Eric Biederman <ebiederm@aristanetworks.com> - GSS-API patch (--with-gssapi) to help with Kerberos tokens - patch by Nate Straz <nstraz@redhat.com> - authenticate username without @REALM when using GSS-API (--with-striprealm) - based on patch by Andras Horvath <Andras.Horvath@cern.ch> - various contrib/redhat-rpm fixes - patch by Fabien Wernli <wernli@in2p3.fr> - fix handling of read(stdin) returning -1 in console client - patch by Ed Swierk <eswierk@arastra.com> patch-ac has been included upstream.
Diffstat (limited to 'comms')
-rw-r--r--comms/conserver8/Makefile8
-rw-r--r--comms/conserver8/distinfo9
-rw-r--r--comms/conserver8/patches/patch-ac13
3 files changed, 8 insertions, 22 deletions
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile
index 135b80d7891..57657104f90 100644
--- a/comms/conserver8/Makefile
+++ b/comms/conserver8/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2009/06/14 07:52:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2010/12/05 21:25:55 hauke Exp $
#
-DISTNAME= conserver-8.1.16
-PKGNAME= conserver8-8.1.16
-PKGREVISION= 2
+DISTNAME= conserver-8.1.18
+PKGNAME= conserver8-8.1.18
+#PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.conserver.com/conserver/
diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo
index 5256cfec3d7..40bad973d65 100644
--- a/comms/conserver8/distinfo
+++ b/comms/conserver8/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.5 2009/06/14 07:52:51 wiz Exp $
+$NetBSD: distinfo,v 1.6 2010/12/05 21:25:55 hauke Exp $
-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 (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 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01
SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3
-SHA1 (patch-ac) = b498eede8b62a95874f14f1aeaff1f2f3ecacb9a
diff --git a/comms/conserver8/patches/patch-ac b/comms/conserver8/patches/patch-ac
deleted file mode 100644
index 34978321225..00000000000
--- a/comms/conserver8/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/06/14 07:52:51 wiz Exp $
-
---- conserver/cutil.c.orig 2006-12-26 07:27:34.000000000 +0000
-+++ conserver/cutil.c
-@@ -2283,7 +2283,7 @@ ProbeInterfaces(bindAddr)
- if ((ifc.ifc_len - r) < sizeof(*ifr))
- break;
- #ifdef HAVE_SA_LEN
-- if (sa->sa_len > sizeof(ifr->ifr_addr))
-+ if (sa->sa_len > sizeof(ifr->ifr_ifru))
- r += sizeof(ifr->ifr_name) + sa->sa_len;
- else
- #endif