Received: by mail.netbsd.org (Postfix, from userid 605) id 196F684D7D; Sat, 3 Aug 2019 10:43:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9416F84D7A for ; Sat, 3 Aug 2019 10:43:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id osPkVOgW82WB for ; Sat, 3 Aug 2019 10:43:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 14B6584C81 for ; Sat, 3 Aug 2019 10:43:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11D12FBF4; Sat, 3 Aug 2019 10:43:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156482900888350" MIME-Version: 1.0 Date: Sat, 3 Aug 2019 10:43:28 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-tcp6 To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20190803104328.11D12FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156482900888350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Aug 3 10:43:28 UTC 2019 Modified Files: pkgsrc/net/ucspi-tcp6: Makefile distinfo Log Message: Update to 1.10.7. From the changelog: - Fix for tcprulescheck abending if environment variable IP is not present. - Fix for potential stack corruption calling tcpserver/tcpclient with '0' for hostname. - Removed constraints on building IPv4 CIDR rules with tcprules. - Cleanups and tweaked package/rts to work well again. Beta-tested by Veera. - Fixed bug in rblsmtpd not calculating the inverse IPv6 address correctly. - package/rts usage explained (README.rts) and finally straightend. - tcprules and tcprulescheck improved for IPv4/IPv6 CIDR address reporting. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ucspi-tcp6/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ucspi-tcp6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156482900888350 Content-Disposition: inline Content-Length: 1873 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ucspi-tcp6/Makefile diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.16 pkgsrc/net/ucspi-tcp6/Makefile:1.17 --- pkgsrc/net/ucspi-tcp6/Makefile:1.16 Wed Jul 10 12:59:54 2019 +++ pkgsrc/net/ucspi-tcp6/Makefile Sat Aug 3 10:43:27 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/07/10 12:59:54 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2019/08/03 10:43:27 schmonz Exp $ -DISTNAME= ucspi-tcp6-1.10.6 -PKGREVISION= 2 +DISTNAME= ucspi-tcp6-1.10.7 CATEGORIES= net MASTER_SITES= https://www.fehcom.de/ipnet/ucspi-tcp6/ EXTRACT_SUFX= .tgz @@ -20,6 +19,8 @@ DJB_CONFIG_DIR= ${WRKSRC} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 +MAKE_JOBS_SAFE= no + post-configure: ${RUN}cd ${DJB_CONFIG_DIR}; \ ${MKDIR} compile; \ Index: pkgsrc/net/ucspi-tcp6/distinfo diff -u pkgsrc/net/ucspi-tcp6/distinfo:1.12 pkgsrc/net/ucspi-tcp6/distinfo:1.13 --- pkgsrc/net/ucspi-tcp6/distinfo:1.12 Thu Jun 20 01:06:27 2019 +++ pkgsrc/net/ucspi-tcp6/distinfo Sat Aug 3 10:43:27 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/06/20 01:06:27 schmonz Exp $ +$NetBSD: distinfo,v 1.13 2019/08/03 10:43:27 schmonz Exp $ -SHA1 (ucspi-tcp6-1.10.6.tgz) = eea3c3d5f1459c3b9f34508d3945876b7ab43b28 -RMD160 (ucspi-tcp6-1.10.6.tgz) = 780750e30523dc1f10fd71aa716f75cb573049a8 -SHA512 (ucspi-tcp6-1.10.6.tgz) = bba6235297b2d1bf1b93caacc94f5ae408ce0a560675acd1d40271f9aaeb9ee9d541e6d23727200930869df8db1bf5025fefe5076ade09b18835be5c223df80d -Size (ucspi-tcp6-1.10.6.tgz) = 51200 bytes +SHA1 (ucspi-tcp6-1.10.7.tgz) = 82d06361e8b69ca4a6df8106876c2d9041906d2a +RMD160 (ucspi-tcp6-1.10.7.tgz) = 70fe5dd1e1aded55d3f1d58771eeef2fc32ceda5 +SHA512 (ucspi-tcp6-1.10.7.tgz) = 3ceb78d2a761156f7c0ee2b9ad36f728bcb78cad588bcd5f29e305a26b25fd1fc424b970dd0abfe4769680b756cfc4f60b1c60204e0eacce43d5ccc5f90fb85d +Size (ucspi-tcp6-1.10.7.tgz) = 51200 bytes --_----------=_156482900888350--