Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1224084F06 for ; Mon, 29 May 2023 11:53:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AG2j1oUvDJYt for ; Mon, 29 May 2023 11:52:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F50984E55 for ; Mon, 29 May 2023 11:52:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CA5DFA87; Mon, 29 May 2023 11:52:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685361179189220" MIME-Version: 1.0 Date: Mon, 29 May 2023 11:52:59 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-ssl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230529115259.7CA5DFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685361179189220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon May 29 11:52:59 UTC 2023 Modified Files: pkgsrc/net/ucspi-ssl: Makefile distinfo Log Message: Update to 0.12.7. From the changelog: - sslserver MAXCONIP feature is working now from the cdb read by the children. - MAXCONIP works even the general limit is 0. - Fixed wrong '-m' option for sslserver. - Added ip and port information in case sslserver/sslclient can't bind to local addresses. - Tweaked rts to include external load libraries. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/ucspi-ssl/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/ucspi-ssl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685361179189220 Content-Disposition: inline Content-Length: 1773 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ucspi-ssl/Makefile diff -u pkgsrc/net/ucspi-ssl/Makefile:1.58 pkgsrc/net/ucspi-ssl/Makefile:1.59 --- pkgsrc/net/ucspi-ssl/Makefile:1.58 Tue Apr 4 18:47:29 2023 +++ pkgsrc/net/ucspi-ssl/Makefile Mon May 29 11:52:59 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2023/04/04 18:47:29 schmonz Exp $ +# $NetBSD: Makefile,v 1.59 2023/05/29 11:52:59 schmonz Exp $ # -DISTNAME= ucspi-ssl-0.12.6 +DISTNAME= ucspi-ssl-0.12.7 PKGNAME= ${DISTNAME:S/-0./-0.999./} CATEGORIES= net MASTER_SITES= https://www.fehcom.de/ipnet/ucspi-ssl/ Index: pkgsrc/net/ucspi-ssl/distinfo diff -u pkgsrc/net/ucspi-ssl/distinfo:1.30 pkgsrc/net/ucspi-ssl/distinfo:1.31 --- pkgsrc/net/ucspi-ssl/distinfo:1.30 Tue Apr 4 18:47:29 2023 +++ pkgsrc/net/ucspi-ssl/distinfo Mon May 29 11:52:59 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2023/04/04 18:47:29 schmonz Exp $ +$NetBSD: distinfo,v 1.31 2023/05/29 11:52:59 schmonz Exp $ -BLAKE2s (ucspi-ssl-0.12.6.tgz) = 6562291a62ebe6ad4a5b0c311bede7136d34588dedbfa2a84f14be51ed1091bd -SHA512 (ucspi-ssl-0.12.6.tgz) = fcbe0766243b6a022ce23220deda06ee124fc0e7ccc440a034af378f54033af7a7e06f407cc93622de6f2f353c5a52d2cba96d8ad69b69abe1e53083b5816fc4 -Size (ucspi-ssl-0.12.6.tgz) = 81920 bytes +BLAKE2s (ucspi-ssl-0.12.7.tgz) = 769e207fd5d57a1cfbc4966ea8e7021d542d222218d931727754b334327b559c +SHA512 (ucspi-ssl-0.12.7.tgz) = a2a8ba4ebe05f7e88e4416df0d77b79c98d6968e89ec72e84834825a4978c3432afc5dcc109bcde61216bae48d1d84ba42814dba9f1d582b6d3d7d24c2dee905 +Size (ucspi-ssl-0.12.7.tgz) = 81920 bytes SHA1 (patch-src_print-dl.sh) = 456ae878c5116bbdfab1e9b4c049f6e4e80bc2b1 SHA1 (patch-src_print-ld.sh) = f05f316eb6b95a3a9cb5726c9e7bb2d27dfc1b7b SHA1 (patch-src_ucspissl.h) = 4f9724be72a9fa9310bd5969f84767ff1b88260c --_----------=_1685361179189220--