From 5be06899957068f99e8576c83e8ed1aec0bf141a Mon Sep 17 00:00:00 2001 From: jedgar Date: Sat, 30 Jun 2001 19:59:52 +0000 Subject: Update port to 2.3.0 --- security/xinetd/Makefile | 2 +- security/xinetd/distinfo | 2 +- security/xinetd/files/patch-aa | 10 +++++----- security/xinetd/files/patch-af | 18 +++++++++--------- 4 files changed, 16 insertions(+), 16 deletions(-) (limited to 'security') diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index a57990d..54954bc 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xinetd -PORTVERSION= 2.1.8.9pre14 +PORTVERSION= 2.3.0 CATEGORIES= security MASTER_SITES= http://www.xinetd.org/ \ http://synack.net/xinetd/ diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index 11983cf..417e257 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1 +1 @@ -MD5 (xinetd-2.1.8.9pre14.tar.gz) = 2108c46dd370a70925daecc67dea864d +MD5 (xinetd-2.3.0.tar.gz) = f9e4363a0838ae3e5065b1c0c2b307a8 diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa index cb264e0..f1e77e4 100644 --- a/security/xinetd/files/patch-aa +++ b/security/xinetd/files/patch-aa @@ -1,11 +1,11 @@ ---- xinetd/defs.h.orig Wed Aug 16 01:32:49 2000 -+++ xinetd/defs.h Sat Nov 11 14:42:24 2000 -@@ -105,7 +105,7 @@ +--- xinetd/defs.h.orig Thu Jun 14 11:29:09 2001 ++++ xinetd/defs.h Sat Jun 30 15:41:43 2001 +@@ -96,7 +96,7 @@ /* * Used for listen(2) */ --#define LISTEN_BACKLOG 7 -+#define LISTEN_BACKLOG 64 +-#define LISTEN_BACKLOG 7 ++#define LISTEN_BACKLOG 64 /* * When explicit values are given for enum's, that is because the structures diff --git a/security/xinetd/files/patch-af b/security/xinetd/files/patch-af index d0bee5a..a75032d 100644 --- a/security/xinetd/files/patch-af +++ b/security/xinetd/files/patch-af @@ -1,11 +1,11 @@ ---- xinetd/child.c.orig Wed Aug 16 01:42:39 2000 -+++ xinetd/child.c Sat Nov 11 14:48:54 2000 -@@ -318,7 +318,7 @@ - "(%s service) %s", program_name, SC_ID( scp ) ) ; - +--- xinetd/child.c.orig Wed Jun 20 07:50:44 2001 ++++ xinetd/child.c Sat Jun 30 15:47:05 2001 +@@ -367,7 +367,7 @@ + "(%s service) %s", program_name, SC_ID( scp ) ) ; + #ifdef INET6 -- if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(sinp) ) -+ if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(&(sinp->sin6_addr)) ) - strx_print( INT_NULL, &name[ len ], namelen - len, - " %s" , xntoa( *sinp ) ) ; +- if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(sinp) ) ++ if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(&(sinp->sin6_addr)) ) + strx_print( INT_NULL, &name[ len ], namelen - len, + " %s" , xntoa( SA(sinp) ) ) ; #else -- cgit v1.1