Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54B3B84D5E for ; Sat, 17 Jun 2023 09:57:08 +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 08laPFv6Wv48 for ; Sat, 17 Jun 2023 09:57:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDE2284D55 for ; Sat, 17 Jun 2023 09:57:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B759FFA89; Sat, 17 Jun 2023 09:57:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16869958271080" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 09:57:07 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/openvpn To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230617095707.B759FFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16869958271080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Jun 17 09:57:07 UTC 2023 Modified Files: pkgsrc/net/openvpn: Makefile.common distinfo Log Message: net/openvpn: Update to 2.6.5 Upstream changes are bugfixes and minor improvements To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/openvpn/Makefile.common cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/openvpn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16869958271080 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/openvpn/Makefile.common diff -u pkgsrc/net/openvpn/Makefile.common:1.31 pkgsrc/net/openvpn/Makefile.common:1.32 --- pkgsrc/net/openvpn/Makefile.common:1.31 Wed May 17 17:00:38 2023 +++ pkgsrc/net/openvpn/Makefile.common Sat Jun 17 09:57:07 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.31 2023/05/17 17:00:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.32 2023/06/17 09:57:07 gdt Exp $ # used by net/openvpn/Makefile # used by net/openvpn-acct-wtmpx/Makefile # used by net/openvpn-nagios/Makefile -OPENVPN_DISTNAME= openvpn-2.6.4 +OPENVPN_DISTNAME= openvpn-2.6.5 OPENVPN_DISTFILE= ${OPENVPN_DISTNAME}.tar.gz OPENVPN_MASTER_SITES= https://swupdate.openvpn.org/community/releases/ SITES.${OPENVPN_DISTFILE}= ${OPENVPN_MASTER_SITES} Index: pkgsrc/net/openvpn/distinfo diff -u pkgsrc/net/openvpn/distinfo:1.62 pkgsrc/net/openvpn/distinfo:1.63 --- pkgsrc/net/openvpn/distinfo:1.62 Wed May 17 17:00:38 2023 +++ pkgsrc/net/openvpn/distinfo Sat Jun 17 09:57:07 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.62 2023/05/17 17:00:38 adam Exp $ +$NetBSD: distinfo,v 1.63 2023/06/17 09:57:07 gdt Exp $ -BLAKE2s (openvpn-2.6.4.tar.gz) = 2a4277e42188f24130cd998b4adc6b30975e8bd5dfb40e1be70faeec81d62ec8 -SHA512 (openvpn-2.6.4.tar.gz) = 903ac41691c26e8e4ad65c9b6fb5e75db2caf2e4079d3c4cb61a44e51be9991508f53a1dd8b4b863b4ac86088ad1a705d22131df1e25612560c9f4276d8190ec -Size (openvpn-2.6.4.tar.gz) = 1861178 bytes +BLAKE2s (openvpn-2.6.5.tar.gz) = 4a057d836896a3e1724009748e2328478b73ddaad7bbaff47406206f1697e5d4 +SHA512 (openvpn-2.6.5.tar.gz) = f4643f74857a8b2d4d1c737c488c1669c5973eedb0a9e5215585d5e36cfba4640690a3f0ef85f1369e89102003e5872a73e5e5a9c272f6e92b3c5acfb23aed2b +Size (openvpn-2.6.5.tar.gz) = 1862799 bytes SHA1 (patch-src_compat_compat-basename.c) = 45a58ef2e05f6e0265f229da8540760e60e65143 --_----------=_16869958271080--