summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-02-09 21:25:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-02-09 21:25:02 +0000
commit739bf156bb594be340226616b4355490743127ac (patch)
treeec78a896542c418acccfb00719f37ed51cadd5e7 /security/tcp_wrapper
parentUpgrade. (diff)
Upgrade.
Notes
Notes: svn path=/head/; revision=918
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r--security/tcp_wrapper/Makefile6
-rw-r--r--security/tcp_wrapper/distinfo2
-rw-r--r--security/tcp_wrapper/files/patch-aa43
-rw-r--r--security/tcp_wrapper/pkg-comment2
-rw-r--r--security/tcp_wrapper/pkg-descr2
5 files changed, 27 insertions, 28 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile
index 3f1fbaa961a2..4f16126e444e 100644
--- a/security/tcp_wrapper/Makefile
+++ b/security/tcp_wrapper/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: tcp_wrapper
-# Version required: 7.0
+# Version required: 7.2
# Date created: 27 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.1.1.1 1994/11/01 01:46:06 torstenb Exp $
+# $Id: Makefile,v 1.2 1995/01/10 00:07:21 torstenb Exp $
#
-DISTNAME= tcp_wrappers_7.0
+DISTNAME= tcp_wrappers_7.2
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
ALL_TARGET= freebsd
diff --git a/security/tcp_wrapper/distinfo b/security/tcp_wrapper/distinfo
index cad14eda4ddf..734148d9e3cd 100644
--- a/security/tcp_wrapper/distinfo
+++ b/security/tcp_wrapper/distinfo
@@ -1 +1 @@
-MD5 (tcp_wrappers_7.0.tar.gz) = 97e9963eb5e612f2b1ca6a991891e3ee
+MD5 (tcp_wrappers_7.2.tar.gz) = ce3e551f4a3073d13ed2e8962c2e2376
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa
index 86f68e6770d9..98ee029342a5 100644
--- a/security/tcp_wrapper/files/patch-aa
+++ b/security/tcp_wrapper/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Mon Jan 9 23:41:06 1995
---- Makefile Tue Jan 10 00:05:59 1995
+*** Makefile.orig Mon Jan 30 21:51:43 1995
+--- Makefile Fri Feb 10 00:11:43 1995
***************
*** 46,52 ****
#REAL_DAEMON_DIR=/usr/sbin
@@ -9,7 +9,7 @@
#
# HP-UX SCO
#REAL_DAEMON_DIR=/etc
---- 48,54 ----
+--- 46,52 ----
#REAL_DAEMON_DIR=/usr/sbin
#
# BSD 4.4
@@ -18,7 +18,7 @@
# HP-UX SCO
#REAL_DAEMON_DIR=/etc
***************
-*** 315,321 ****
+*** 317,323 ****
# the ones provided with this source distribution. The environ.c module
# implements setenv(), getenv(), and putenv().
@@ -35,7 +35,7 @@
#AUX_OBJ= environ.o strcasecmp.o
***************
-*** 372,378 ****
+*** 374,380 ****
# host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work
# around this. The workaround does no harm on other Solaris versions.
@@ -52,7 +52,7 @@
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG
***************
-*** 390,396 ****
+*** 392,398 ****
# If your system supports vsyslog(), comment out the following definition.
# If in doubt leave it in, it won't harm.
@@ -69,7 +69,7 @@
# End of the system dependencies.
#################################
***************
-*** 409,415 ****
+*** 411,417 ****
# Uncomment the next definition to turn on the language extensions
# (examples: allow, deny, banners, twist and spawn).
#
@@ -86,7 +86,7 @@
################################################################
# Optional: Changing the default disposition of logfile records
***************
-*** 432,438 ****
+*** 434,440 ****
#
# The LOG_XXX names below are taken from the /usr/include/syslog.h file.
@@ -104,7 +104,7 @@
# The syslog priority at which successful connections are logged.
***************
-*** 507,513 ****
+*** 509,515 ****
# look for access control information. Watch out for the quotes and
# backslashes when you make changes.
@@ -121,25 +121,25 @@
####################################################
# Optional: dealing with host name/address conflicts
***************
-*** 524,530 ****
- # requests. When paranoid mode is off and a host name double check fails,
- # the client can be matched with the PARANOID access control pattern.
+*** 529,535 ****
+ # Paranoid mode implies hostname lookup. In order to disable hostname
+ # lookups altogether, see the next section.
! PARANOID= -DPARANOID
- #############################################
- # Optional: Turning on host ADDRESS checking
---- 527,533 ----
- # requests. When paranoid mode is off and a host name double check fails,
- # the client can be matched with the PARANOID access control pattern.
+ ########################################
+ # Optional: turning off hostname lookups
+--- 530,536 ----
+ # Paranoid mode implies hostname lookup. In order to disable hostname
+ # lookups altogether, see the next section.
! #PARANOID= -DPARANOID
- #############################################
- # Optional: Turning on host ADDRESS checking
+ ########################################
+ # Optional: turning off hostname lookups
***************
-*** 587,592 ****
---- 590,610 ----
+*** 605,610 ****
+--- 606,625 ----
LIB = libwrap.a
all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk
@@ -156,7 +156,6 @@
+ install -c hosts_access.3 ${PREFIX}/man/man3/hosts_access.3
+ install -c hosts_access.5 ${PREFIX}/man/man5/hosts_access.5
+ install -c hosts_options.5 ${PREFIX}/man/man5/hosts_options.5
-+
+
# Invalidate all object files when the compiler options (CFLAGS) have changed.
diff --git a/security/tcp_wrapper/pkg-comment b/security/tcp_wrapper/pkg-comment
index ea955ab0d70e..a8897e126691 100644
--- a/security/tcp_wrapper/pkg-comment
+++ b/security/tcp_wrapper/pkg-comment
@@ -1,2 +1,2 @@
-This is the 7.0 version of the TCP/IP daemon wrapper package.
+This is the 7.2 version of the TCP/IP daemon wrapper package.
diff --git a/security/tcp_wrapper/pkg-descr b/security/tcp_wrapper/pkg-descr
index ebde7a2713aa..088f3d51daed 100644
--- a/security/tcp_wrapper/pkg-descr
+++ b/security/tcp_wrapper/pkg-descr
@@ -1,5 +1,5 @@
-This is the 7.0 version of the TCP/IP daemon wrapper package.
+This is the 7.2 version of the TCP/IP daemon wrapper package.
With this package you can monitor and filter incoming requests for the
SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other