Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DA9785080 for ; Fri, 26 May 2023 15:06:06 +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 ysZ_bwXBbsbj for ; Fri, 26 May 2023 15:06:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10BAE84D41 for ; Fri, 26 May 2023 15:06:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09C24FA87; Fri, 26 May 2023 15:06:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168511356653650" MIME-Version: 1.0 Date: Fri, 26 May 2023 15:06:06 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/radsecproxy To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230526150606.09C24FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168511356653650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Fri May 26 15:06:05 UTC 2023 Modified Files: pkgsrc/net/radsecproxy: Makefile distinfo Log Message: Update radsecproxy to version 1.10.0. Pkgsrc changes: * Only checksums. Upstream changes: 2023-05-26 1.10.0 New features: - Native dynamic discovery for NAPTR and SRV records (#2, #83) - Optionally log accounting requests when respoinding directly (#72) - SNI support for outgoing connections (#90) - Optionally specify server name for certificate name check (#106) - Manual MTU setting for DTLS on non-linux platforms Misc: - Don't require server type to be set by dyndisc scripts - Improve locating openssl lib using pkg-config Bug Fixes: - Fix radius message length handling 2023-05-02 1.9.3 Bug Fixes: - Fix shutdown TLS connection on malformed radius message (#122) - Fix handling of lost requests in DTLS - Fix flush requests when dyndisc fails To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/radsecproxy/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/radsecproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168511356653650 Content-Disposition: inline Content-Length: 1614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/radsecproxy/Makefile diff -u pkgsrc/net/radsecproxy/Makefile:1.14 pkgsrc/net/radsecproxy/Makefile:1.15 --- pkgsrc/net/radsecproxy/Makefile:1.14 Mon Jan 23 16:14:17 2023 +++ pkgsrc/net/radsecproxy/Makefile Fri May 26 15:06:05 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/01/23 16:14:17 he Exp $ +# $NetBSD: Makefile,v 1.15 2023/05/26 15:06:05 he Exp $ -VERSION= 1.9.2 +VERSION= 1.10.0 DISTNAME= radsecproxy-${VERSION} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=radsecproxy/} Index: pkgsrc/net/radsecproxy/distinfo diff -u pkgsrc/net/radsecproxy/distinfo:1.11 pkgsrc/net/radsecproxy/distinfo:1.12 --- pkgsrc/net/radsecproxy/distinfo:1.11 Mon Jan 23 16:14:17 2023 +++ pkgsrc/net/radsecproxy/distinfo Fri May 26 15:06:05 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2023/01/23 16:14:17 he Exp $ +$NetBSD: distinfo,v 1.12 2023/05/26 15:06:05 he Exp $ -BLAKE2s (radsecproxy-1.9.2.tar.gz) = d97e44ceaca84ff82ae30977c3ade7b32d20249ff9172552467407a27eb3d84c -SHA512 (radsecproxy-1.9.2.tar.gz) = 6ea6441142339d26b3a7fa054a0bcd0ec1686c3205a78e2189752f431791eb31c47b65c26fffb72505b5291d0fd88cfe4df3101e9109a87eca33b7342d9e4119 -Size (radsecproxy-1.9.2.tar.gz) = 401379 bytes +BLAKE2s (radsecproxy-1.10.0.tar.gz) = e753db6477a500802eb383fa19972a7db50a0c5295e10f375abd30f4ab87a9fe +SHA512 (radsecproxy-1.10.0.tar.gz) = ba9967015561ef8ee3fbff68f58da785861d5213f5df9e1a27603dcb7688a26e927cbcb8b9845220bf436d99b170c5ce375cee6f5578ec193ac58e32e9c960df +Size (radsecproxy-1.10.0.tar.gz) = 257188 bytes SHA1 (patch-rewrite.c) = 2b8b8f450b6591d3c21c19748dc4656b3b3d2646 --_----------=_168511356653650--