diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-11-02 01:50:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-11-02 01:50:35 +0800 |
commit | 1271b35d32ea95e1420f2b05b7b0bb68baea2b16 (patch) | |
tree | 21e91067ba67c3b24e53a2283fc32b6ffa1c0c0b /security/xinetd | |
parent | ec2229881695766d92e45f7f88f0ee83b7051404 (diff) | |
download | freebsd-ports-gnome-1271b35d32ea95e1420f2b05b7b0bb68baea2b16.tar.gz freebsd-ports-gnome-1271b35d32ea95e1420f2b05b7b0bb68baea2b16.tar.zst freebsd-ports-gnome-1271b35d32ea95e1420f2b05b7b0bb68baea2b16.zip |
Upgrade to latest version.
Obtained from: edwin@ ports new version notify.
Diffstat (limited to 'security/xinetd')
-rw-r--r-- | security/xinetd/Makefile | 4 | ||||
-rw-r--r-- | security/xinetd/distinfo | 4 | ||||
-rw-r--r-- | security/xinetd/files/patch-aa | 11 | ||||
-rw-r--r-- | security/xinetd/files/patch-ac | 11 |
4 files changed, 4 insertions, 26 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 51f9407323b1..fb817fadb460 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xinetd -PORTVERSION= 2.3.13 +PORTVERSION= 2.3.14 PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= http://www.xinetd.org/ -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for inetd with better control and logging USE_REINPLACE= yes diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index c0330538147b..7cbf4bd77d4c 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1,2 +1,2 @@ -MD5 (xinetd-2.3.13.tar.gz) = 4295b5fe12350f09b5892b363348ac8b -SIZE (xinetd-2.3.13.tar.gz) = 297548 +MD5 (xinetd-2.3.14.tar.gz) = 567382d7972613090215c6c54f9b82d9 +SIZE (xinetd-2.3.14.tar.gz) = 301703 diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa deleted file mode 100644 index f1e77e46957b..000000000000 --- a/security/xinetd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - - /* - * When explicit values are given for enum's, that is because the structures diff --git a/security/xinetd/files/patch-ac b/security/xinetd/files/patch-ac deleted file mode 100644 index 7cac3e3c2f0a..000000000000 --- a/security/xinetd/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- xinetd/xconv.pl.orig Wed Aug 16 01:32:49 2000 -+++ xinetd/xconv.pl Sat Nov 11 14:46:21 2000 -@@ -40,7 +40,7 @@ - } else { - print "\twait = yes\n"; - } -- @user = split /\./, $command[4]; -+ @user = split /[:\.]/, $command[4]; - print "\tuser = $user[0]\n"; - if( defined $user[1] ) { - print "\tgroup = $user[1]\n"; |