diff options
author | peter <peter@FreeBSD.org> | 1996-04-09 13:07:30 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-04-09 13:07:30 +0800 |
commit | ffe916b3c7ba73373e77c107d61eb2ce6e4b3bdf (patch) | |
tree | e08f74af2224a8c67da175679d23fb15e250f629 /security | |
parent | 3c84aec8c635cacc3712d3b16d29453a97c147cd (diff) | |
download | freebsd-ports-gnome-ffe916b3c7ba73373e77c107d61eb2ce6e4b3bdf.tar.gz freebsd-ports-gnome-ffe916b3c7ba73373e77c107d61eb2ce6e4b3bdf.tar.zst freebsd-ports-gnome-ffe916b3c7ba73373e77c107d61eb2ce6e4b3bdf.zip |
Update tcp_wrappers port from v7.2 to v7.4, as the original tar file
is gone from the master site.
There are no new features, just a couple of bug fixes (that shouldn't
affect us) and portability improvements.
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 9 | ||||
-rw-r--r-- | security/tcp_wrapper/distinfo | 2 | ||||
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 8b67b61fa026..4a47952589e7 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.11 1996/01/25 03:00:28 ache Exp $ +# $Id: Makefile,v 1.12 1996/01/25 05:54:17 ache Exp $ # -DISTNAME= tcp_wrappers_7.2 -PKGNAME= tcp_wrappers-7.2 +DISTNAME= tcp_wrappers_7.4 +PKGNAME= tcp_wrappers-7.4 CATEGORIES+= security net MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ @@ -17,10 +17,11 @@ ALL_TARGET= freebsd post-install: /sbin/ldconfig -m ${PREFIX}/lib +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \ ${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \ ${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \ ${PREFIX}/man/man8/tcpdmatch.8 - +.endif .include <bsd.port.mk> diff --git a/security/tcp_wrapper/distinfo b/security/tcp_wrapper/distinfo index 734148d9e3cd..dfc6820e5fe7 100644 --- a/security/tcp_wrapper/distinfo +++ b/security/tcp_wrapper/distinfo @@ -1 +1 @@ -MD5 (tcp_wrappers_7.2.tar.gz) = ce3e551f4a3073d13ed2e8962c2e2376 +MD5 (tcp_wrappers_7.4.tar.gz) = 1a8d24bcc9d52d1097a6ed19cc5d22bd diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index fc5397bdb1e4..d816d7c8486e 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -39,7 +39,7 @@ # host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work # around this. The workaround does no harm on other Solaris versions. -! BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS +! BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DLIBC_CALLS_STRTOK #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG @@ -47,7 +47,7 @@ # host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work # around this. The workaround does no harm on other Solaris versions. -! #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS +! #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DLIBC_CALLS_STRTOK #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG @@ -179,7 +179,7 @@ scaffold.h tcpdmatch.8 README.NIS ! LIB = libwrap.a -! SLIB = libwrap.so.7.2 +! SLIB = libwrap.so.7.4 ! ! all other: config-check $(LIB) $(SLIB) tcpd tcpdmatch try-from safe_finger tcpdchk ! |