diff options
Diffstat (limited to 'security/tcp_wrapper/files')
| -rw-r--r-- | security/tcp_wrapper/files/patch-aa | 74 | 
1 files changed, 42 insertions, 32 deletions
| diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index d816d7c8486e..b99d82851fce 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig	Mon Jan 30 21:51:43 1995 ---- Makefile	Thu Jan 25 06:51:54 1996 +*** Makefile.orig	Mon Mar 25 19:22:25 1996 +--- Makefile	Fri Jan  3 10:41:45 1997  ***************  *** 46,52 ****    #REAL_DAEMON_DIR=/usr/sbin @@ -7,7 +7,7 @@    # BSD 4.4  ! #REAL_DAEMON_DIR=/usr/libexec    # -  # HP-UX SCO +  # HP-UX SCO Unicos    #REAL_DAEMON_DIR=/etc  --- 46,52 ----    #REAL_DAEMON_DIR=/usr/sbin @@ -15,10 +15,10 @@    # BSD 4.4  ! REAL_DAEMON_DIR=/usr/libexec    # -  # HP-UX SCO +  # HP-UX SCO Unicos    #REAL_DAEMON_DIR=/etc  *************** -*** 317,323 **** +*** 361,367 ****    # the ones provided with this source distribution. The environ.c module    # implements setenv(), getenv(), and putenv(). @@ -26,7 +26,7 @@    #AUX_OBJ= environ.o    #AUX_OBJ= environ.o strcasecmp.o ---- 317,323 ---- +--- 361,367 ----    # 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  *************** -*** 374,380 **** +*** 424,430 ****    # host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work    # around this. The workaround does no harm on other Solaris versions. @@ -43,7 +43,7 @@    #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG    #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG ---- 374,380 ---- +--- 424,430 ----    # 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  *************** -*** 392,398 **** +*** 442,448 ****    # If your system supports vsyslog(), comment out the following definition.    # If in doubt leave it in, it won't harm. @@ -60,7 +60,7 @@    # End of the system dependencies.    ################################# ---- 392,398 ---- +--- 442,448 ----    # 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.    #################################  *************** -*** 411,417 **** +*** 461,467 ****    # Uncomment the next definition to turn on the language extensions    # (examples: allow, deny, banners, twist and spawn).    #  @@ -77,7 +77,7 @@    ################################################################    # Optional: Changing the default disposition of logfile records ---- 411,417 ---- +--- 461,467 ----    # 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  *************** -*** 434,440 **** +*** 484,490 ****    #    # The LOG_XXX names below are taken from the /usr/include/syslog.h file. @@ -94,7 +94,7 @@    # The syslog priority at which successful connections are logged. ---- 434,441 ---- +--- 484,491 ----    #    # 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.  *************** -*** 509,515 **** +*** 559,565 ****    # look for access control information. Watch out for the quotes and    # backslashes when you make changes. @@ -112,7 +112,7 @@    ####################################################    # Optional: dealing with host name/address conflicts ---- 510,516 ---- +--- 560,566 ----    # look for access control information. Watch out for the quotes and    # backslashes when you make changes. @@ -121,7 +121,7 @@    ####################################################    # Optional: dealing with host name/address conflicts  *************** -*** 529,535 **** +*** 579,585 ****    # Paranoid mode implies hostname lookup. In order to disable hostname    # lookups altogether, see the next section. @@ -129,7 +129,7 @@    ########################################    # Optional: turning off hostname lookups ---- 530,536 ---- +--- 580,586 ----    # Paranoid mode implies hostname lookup. In order to disable hostname    # lookups altogether, see the next section. @@ -138,7 +138,7 @@    ########################################    # Optional: turning off hostname lookups  *************** -*** 575,583 **** +*** 625,633 ****    # Protection against weird shells or weird make programs.    SHELL	= /bin/sh @@ -148,7 +148,7 @@    	$(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \    	-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \    	-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \ ---- 576,589 ---- +--- 626,639 ----    # Protection against weird shells or weird make programs.    SHELL	= /bin/sh @@ -164,7 +164,7 @@    	-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \    	-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \  *************** -*** 602,610 **** +*** 652,660 ****    	refuse.c tcpdchk.8 setenv.c inetcf.c inetcf.h scaffold.c \    	scaffold.h tcpdmatch.8 README.NIS @@ -174,7 +174,7 @@    # Invalidate all object files when the compiler options (CFLAGS) have changed. ---- 608,637 ---- +--- 658,687 ----    	refuse.c tcpdchk.8 setenv.c inetcf.c inetcf.h scaffold.c \    	scaffold.h tcpdmatch.8 README.NIS @@ -206,8 +206,8 @@    # Invalidate all object files when the compiler options (CFLAGS) have changed.  *************** -*** 621,647 **** -  	ar $(ARFLAGS) $(LIB) $(LIB_OBJ) +*** 671,697 **** +  	$(AR) $(ARFLAGS) $(LIB) $(LIB_OBJ)    	-$(RANLIB) $(LIB)  ! tcpd:	tcpd.o $(LIB) @@ -234,8 +234,8 @@    shar:	$(KIT)    	@shar $(KIT) ---- 648,678 ---- -  	ar $(ARFLAGS) $(LIB) $(LIB_OBJ) +--- 698,728 ---- +  	$(AR) $(ARFLAGS) $(LIB) $(LIB_OBJ)    	-$(RANLIB) $(LIB)  ! $(SLIB): $(LIB_OBJ:S/o$/so/g) shdata.so @@ -266,10 +266,20 @@    shar:	$(KIT)    	@shar $(KIT) -*** /dev/null	Thu Jan 25 06:52:04 1996 ---- shdata.c	Thu Jan 25 06:54:34 1996  *************** -*** 0 **** ---- 1,2 ---- -+ int allow_severity; -+ int deny_severity; +*** 707,713 **** +   +  clean: +  	rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \ +! 	cflags +   +  tidy:	clean +  	chmod -R a+r . +--- 738,744 ---- +   +  clean: +  	rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \ +! 	cflags *.so $(SLIB) +   +  tidy:	clean +  	chmod -R a+r . | 
