pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/tcp_wrappers
Module Name: pkgsrc
Committed By: tnn
Date: Mon Aug 5 14:15:10 UTC 2024
Modified Files:
pkgsrc/security/tcp_wrappers: Makefile distinfo
pkgsrc/security/tcp_wrappers/patches: patch-ab
Log Message:
tcp_wrappers: define hosts_ctl() in tcpd.h. Bump PKGREVISION.
Needed by net/net-snmp.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/tcp_wrappers/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/tcp_wrappers/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/tcp_wrappers/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/tcp_wrappers/Makefile
diff -u pkgsrc/security/tcp_wrappers/Makefile:1.43 pkgsrc/security/tcp_wrappers/Makefile:1.44
--- pkgsrc/security/tcp_wrappers/Makefile:1.43 Mon Aug 5 12:48:18 2024
+++ pkgsrc/security/tcp_wrappers/Makefile Mon Aug 5 14:15:10 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2024/08/05 12:48:18 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2024/08/05 14:15:10 tnn Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.4
PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/}
+PKGREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
Index: pkgsrc/security/tcp_wrappers/distinfo
diff -u pkgsrc/security/tcp_wrappers/distinfo:1.21 pkgsrc/security/tcp_wrappers/distinfo:1.22
--- pkgsrc/security/tcp_wrappers/distinfo:1.21 Mon Aug 5 12:48:18 2024
+++ pkgsrc/security/tcp_wrappers/distinfo Mon Aug 5 14:15:10 2024
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.21 2024/08/05 12:48:18 tnn Exp $
+$NetBSD: distinfo,v 1.22 2024/08/05 14:15:10 tnn Exp $
BLAKE2s (tcp_wrappers_7.6-ipv6.4.tar.gz) = d05aa438c87a74553812522d91d4dc3c078ed3d176512fde8fe1094f11915ee7
SHA512 (tcp_wrappers_7.6-ipv6.4.tar.gz) = b753b2e54fe243fbcb403470b19fa1b08a912a6a65981dc1bf20288379b903701d4b5a477350cb3470cb6d908cf51ef653f44dc17daff17f34e59b6aa1b41c95
Size (tcp_wrappers_7.6-ipv6.4.tar.gz) = 138700 bytes
SHA1 (patch-aa) = 6bc6f0523b4e8c31a4b02af948f285e800d5c59b
-SHA1 (patch-ab) = 3cf3d6647a5d36acbe9c263b2ac6156f496fcc51
+SHA1 (patch-ab) = 1d1f4cc9ba21e4599a622b69587732527a1a5166
SHA1 (patch-ac) = a9cd493a470782e8f6bdd38fde6c746fb1e371c0
SHA1 (patch-af) = 1bf946174b027880014e64aa9b84dcfa5ca951a0
SHA1 (patch-ag) = a2c88d1db9b3ec127f7a0889dcb4329ea3eb06a3
Index: pkgsrc/security/tcp_wrappers/patches/patch-ab
diff -u pkgsrc/security/tcp_wrappers/patches/patch-ab:1.4 pkgsrc/security/tcp_wrappers/patches/patch-ab:1.5
--- pkgsrc/security/tcp_wrappers/patches/patch-ab:1.4 Mon Aug 5 12:48:18 2024
+++ pkgsrc/security/tcp_wrappers/patches/patch-ab Mon Aug 5 14:15:10 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2024/08/05 12:48:18 tnn Exp $
+$NetBSD: patch-ab,v 1.5 2024/08/05 14:15:10 tnn Exp $
--- tcpd.h.orig 2003-04-16 14:27:11.000000000 +0000
+++ tcpd.h
@@ -10,19 +10,21 @@ $NetBSD: patch-ab,v 1.4 2024/08/05 12:48
typedef struct sockaddr_gen {
union {
-@@ -137,7 +138,11 @@ extern void fromhost(); /* get/validat
+@@ -137,7 +138,13 @@ extern void fromhost(); /* get/validat
#define fromhost sock_host /* no TLI support needed */
#endif
+#ifdef __STDC__
+extern int hosts_access(struct request_info *); /* access control */
++extern int hosts_ctl(char *daemon, char *name, char *addr, char *user);
+#else
extern int hosts_access(); /* access control */
++extern int hosts_ctl();
+#endif
extern void shell_cmd(); /* execute shell command */
extern char *percent_x(); /* do %<char> expansion */
extern void rfc931(); /* client name from RFC 931 daemon */
-@@ -196,20 +201,35 @@ extern struct request_info *request_set(
+@@ -196,20 +203,35 @@ extern struct request_info *request_set(
* host_info structures serve as caches for the lookup results.
*/
Home |
Main Index |
Thread Index |
Old Index