summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-04-09 05:07:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-04-09 05:07:30 +0000
commit5f60761efb185255a5fe8abdacffbac01a6f21fd (patch)
treeb9b9e9278227676feac5a8a75bef156c30c5f727 /security
parentAdd Apr/96 patch from author. (diff)
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.
Notes
Notes: svn path=/head/; revision=2952
Diffstat (limited to 'security')
-rw-r--r--security/tcp_wrapper/Makefile9
-rw-r--r--security/tcp_wrapper/distinfo2
-rw-r--r--security/tcp_wrapper/files/patch-aa6
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
!