diff options
author | tron <tron@pkgsrc.org> | 2001-01-19 21:18:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-19 21:18:16 +0000 |
commit | 15e41b963237e15fd47ba80ee467dcc001882070 (patch) | |
tree | 6cbe0b4dd6433a1645035fe6bcf7e3e84a9d5d2f /security/tcp_wrappers | |
parent | c4b254d4577e2ccfbf268ec65910f52b46988d0d (diff) | |
download | pkgsrc-15e41b963237e15fd47ba80ee467dcc001882070.tar.gz |
Import Solaris only "tcp_wrappers" package:
Monitor and filter incoming requests for network services
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r-- | security/tcp_wrappers/Makefile | 32 | ||||
-rw-r--r-- | security/tcp_wrappers/files/md5 | 3 | ||||
-rw-r--r-- | security/tcp_wrappers/files/patch-sum | 3 | ||||
-rw-r--r-- | security/tcp_wrappers/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/tcp_wrappers/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/tcp_wrappers/pkg/DESCR | 9 | ||||
-rw-r--r-- | security/tcp_wrappers/pkg/PLIST | 17 |
7 files changed, 78 insertions, 0 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile new file mode 100644 index 00000000000..1d64eacf45a --- /dev/null +++ b/security/tcp_wrappers/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $ + +DISTNAME= tcp_wrappers_7.6-ipv6.1 +PKGNAME= tcp_wrappers-7.6.1 +CATEGORIES= security net +MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html + +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system + +ALL_TARGET= sunos5 + +.if exists(/usr/include/netinet/ip6.h) +MAKE_ENV+= IPV6=-DHAVE_IPV6 +.endif + +do-install: + ${MKDIR} ${PREFIX}/share/doc/tcp_wrappers + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} tcpdmatch try-from safe_finger tcpdchk \ + ${PREFIX}/bin && \ + ${INSTALL_DATA} libwrap.a ${PREFIX}/lib && \ + ${INSTALL_PROGRAM} tcpd ${PREFIX}/libexec && \ + ${INSTALL_DATA} *.3 ${PREFIX}/man/man3 && \ + ${INSTALL_DATA} *.5 ${PREFIX}/man/man5 && \ + ${INSTALL_DATA} *.8 ${PREFIX}/man/man8 && \ + ${INSTALL_DATA} README README.NIS README.ipv6 \ + ${PREFIX}/share/doc/tcp_wrappers + +.include "../../mk/bsd.pkg.mk" diff --git a/security/tcp_wrappers/files/md5 b/security/tcp_wrappers/files/md5 new file mode 100644 index 00000000000..691a1f7ade2 --- /dev/null +++ b/security/tcp_wrappers/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $ + +MD5 (tcp_wrappers_7.6-ipv6.1.tar.gz) = 32215e61cc59fffa97b1cf7c426b1fc2 diff --git a/security/tcp_wrappers/files/patch-sum b/security/tcp_wrappers/files/patch-sum new file mode 100644 index 00000000000..45397c6230b --- /dev/null +++ b/security/tcp_wrappers/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $ + +MD5 (patch-aa) = 3792063cadbeec539f1e2b44eea8f25a diff --git a/security/tcp_wrappers/patches/patch-aa b/security/tcp_wrappers/patches/patch-aa new file mode 100644 index 00000000000..010eccebe6a --- /dev/null +++ b/security/tcp_wrappers/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $ + +--- Makefile.orig Mon Aug 21 19:59:52 2000 ++++ Makefile Fri Jan 19 21:55:43 2001 +@@ -44,7 +44,7 @@ + #REAL_DAEMON_DIR=/usr/etc + # + # SysV.4 Solaris 2.x OSF AIX +-#REAL_DAEMON_DIR=/usr/sbin ++REAL_DAEMON_DIR=/usr/sbin + # + # BSD 4.4 + #REAL_DAEMON_DIR=/usr/libexec diff --git a/security/tcp_wrappers/pkg/COMMENT b/security/tcp_wrappers/pkg/COMMENT new file mode 100644 index 00000000000..1caa7b36bd6 --- /dev/null +++ b/security/tcp_wrappers/pkg/COMMENT @@ -0,0 +1 @@ +Monitor and filter incoming requests for network services diff --git a/security/tcp_wrappers/pkg/DESCR b/security/tcp_wrappers/pkg/DESCR new file mode 100644 index 00000000000..02c9b63f096 --- /dev/null +++ b/security/tcp_wrappers/pkg/DESCR @@ -0,0 +1,9 @@ +The tcp_wrappers package allows you to monitor and filter incoming +requests for the SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, +TALK, and other network services. It provides tiny daemon wrapper +programs that can be installed without any changes to existing +software or to existing configuration files. The wrappers report the +name of the client host and of the requested service. The wrappers do +not exchange information with the client or server applications, and +impose no overhead on the actual conversation between the client and +server applications. diff --git a/security/tcp_wrappers/pkg/PLIST b/security/tcp_wrappers/pkg/PLIST new file mode 100644 index 00000000000..16b12926016 --- /dev/null +++ b/security/tcp_wrappers/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $ +bin/safe_finger +bin/tcpdchk +bin/tcpdmatch +bin/try-from +lib/libwrap.a +libexec/tcpd +man/man3/hosts_access.3 +man/man5/hosts_access.5 +man/man5/hosts_options.5 +man/man8/tcpd.8 +man/man8/tcpdchk.8 +man/man8/tcpdmatch.8 +share/doc/tcp_wrappers/README +share/doc/tcp_wrappers/README.NIS +share/doc/tcp_wrappers/README.ipv6 +@dirrm share/doc/tcp_wrappers |