summaryrefslogtreecommitdiff
path: root/comms/conserver8/patches
diff options
context:
space:
mode:
authorhauke <hauke>2010-12-05 21:25:55 +0000
committerhauke <hauke>2010-12-05 21:25:55 +0000
commitf4c7b9a1cedb8b003a92c4a1e9bbdd76e91e9b4b (patch)
tree34644ef5ac11663c504e53c1da60e0f965bc96ba /comms/conserver8/patches
parent5a35cf39609a3e0a15a52ae6499c9d3dfe68acb1 (diff)
downloadpkgsrc-f4c7b9a1cedb8b003a92c4a1e9bbdd76e91e9b4b.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/conserver8/patches')
-rw-r--r--comms/conserver8/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
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