diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-08-19 11:56:03 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-08-19 11:56:03 +0800 |
commit | d28d81ba0939ecbcef278b334799d538fa05f892 (patch) | |
tree | e1a67ee621b2a32268dab900c0e034198e5b7e37 /security/xinetd | |
parent | 3fd30d5d89c798985d986fb5277ea9e7a3d616a1 (diff) | |
download | freebsd-ports-gnome-d28d81ba0939ecbcef278b334799d538fa05f892.tar.gz freebsd-ports-gnome-d28d81ba0939ecbcef278b334799d538fa05f892.tar.zst freebsd-ports-gnome-d28d81ba0939ecbcef278b334799d538fa05f892.zip |
Upgrade to 2.3.7.
Diffstat (limited to 'security/xinetd')
-rw-r--r-- | security/xinetd/Makefile | 4 | ||||
-rw-r--r-- | security/xinetd/distinfo | 2 | ||||
-rw-r--r-- | security/xinetd/files/patch-ab | 12 | ||||
-rw-r--r-- | security/xinetd/files/patch-xinetd::sensor.c | 10 |
4 files changed, 20 insertions, 8 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index e82cf263bb99..b6a2009cbbbb 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xinetd -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.7 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.xinetd.org/ @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-inet6 .endif MAN5= xinetd.conf.5 -MAN8= xinetd.8 xinetd.log.8 +MAN8= xconv.8 xinetd.8 xinetd.log.8 post-patch: ${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \ diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index f1c467c60ebc..ed8d561b1dfd 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1 +1 @@ -MD5 (xinetd-2.3.5.tar.gz) = a8a9b429ff491e88fb65a7d7822fd261 +MD5 (xinetd-2.3.7.tar.gz) = e9f6849a92ec7d48aa9f771fa2f94491 diff --git a/security/xinetd/files/patch-ab b/security/xinetd/files/patch-ab index 32278d4d3dd8..5ed041b80d44 100644 --- a/security/xinetd/files/patch-ab +++ b/security/xinetd/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Dec 11 09:11:47 2000 -+++ Makefile.in Thu Feb 8 10:49:33 2001 -@@ -45,15 +45,13 @@ +--- Makefile.in.orig Wed Jul 31 19:03:43 2002 ++++ Makefile.in Mon Aug 19 11:49:58 2002 +@@ -76,16 +76,14 @@ for i in $(DAEMONDIR) $(BINDIR) $(MANDIR)/man5 $(MANDIR)/man8 ; do \ test -d $$i || mkdir -p $$i ; done $(INSTALL_CMD) -m 755 xinetd/xinetd $(DAEMONDIR) @@ -11,10 +11,12 @@ $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8 $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.man $(MANDIR)/man8/xinetd.8 - $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/itox.8 $(MANDIR)/man8/itox.8 +- $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.pl.8 ++ $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.8 @echo "You must put your xinetd.conf in /etc/xinetd.conf" @echo "There is a sample config file in xinetd/sample.conf and you can" - @echo "use xconv.pl to convert your old inetd.conf file to an xinetd format" + @echo "use xconv to convert your old inetd.conf file to an xinetd format" - distclean: clean - rm -f config.cache config.log Makefile config.status xinetd/itox + uninstall: + rm -f $(DAEMONDIR)/xinetd diff --git a/security/xinetd/files/patch-xinetd::sensor.c b/security/xinetd/files/patch-xinetd::sensor.c new file mode 100644 index 000000000000..16f4bc5f24d7 --- /dev/null +++ b/security/xinetd/files/patch-xinetd::sensor.c @@ -0,0 +1,10 @@ +--- xinetd/sensor.c.orig Mon Aug 19 11:53:03 2002 ++++ xinetd/sensor.c Mon Aug 19 11:53:15 2002 +@@ -4,6 +4,7 @@ + * and conditions for redistribution. + */ + ++#include <sys/types.h> + #include <sys/socket.h> + #include <time.h> + |