From bc255fe7e7d364e6746b4281df16df19d7a520ed Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:13:50 -0500 Subject: [PATCH] =?UTF-8?q?Openvpn=202.6.15=20=3D>=202.6.17=20=E2=80=94=20?= =?UTF-8?q?openvpn:=202.6.15=20=E2=86=92=202.6.17=20(#13684)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Openvpn 2.6.15 => 2.6.17 * update-openvpn: Package File Update Run on linux/amd64 container. * update-openvpn: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/o/openvpn.filelist | 2 +- manifest/x86_64/o/openvpn.filelist | 2 +- packages/openvpn.rb | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/manifest/armv7l/o/openvpn.filelist b/manifest/armv7l/o/openvpn.filelist index d37a8a816..99bfbf1a3 100644 --- a/manifest/armv7l/o/openvpn.filelist +++ b/manifest/armv7l/o/openvpn.filelist @@ -1,4 +1,4 @@ -# Total size: 1811698 +# Total size: 1814827 /usr/local/include/openvpn-msg.h /usr/local/include/openvpn-plugin.h /usr/local/lib/openvpn/plugins/openvpn-plugin-auth-pam.la diff --git a/manifest/x86_64/o/openvpn.filelist b/manifest/x86_64/o/openvpn.filelist index b5277d875..dde828743 100644 --- a/manifest/x86_64/o/openvpn.filelist +++ b/manifest/x86_64/o/openvpn.filelist @@ -1,4 +1,4 @@ -# Total size: 1838890 +# Total size: 1841139 /usr/local/include/openvpn-msg.h /usr/local/include/openvpn-plugin.h /usr/local/lib64/openvpn/plugins/openvpn-plugin-auth-pam.la diff --git a/packages/openvpn.rb b/packages/openvpn.rb index abb87b4f0..401c297b1 100644 --- a/packages/openvpn.rb +++ b/packages/openvpn.rb @@ -3,7 +3,7 @@ require 'buildsystems/autotools' class Openvpn < Autotools description 'OpenVPN is an open source VPN daemon' homepage 'https://openvpn.net/' - version '2.6.15' + version '2.6.17' license 'GPL-2' compatibility 'aarch64 armv7l x86_64' source_url 'https://github.com/OpenVPN/openvpn.git' @@ -11,16 +11,19 @@ class Openvpn < Autotools binary_compression 'tar.zst' binary_sha256({ - aarch64: 'f73c038224c3e1798c2418e438e0604719aebce8d28a4e87777f84ffac7ca448', - armv7l: 'f73c038224c3e1798c2418e438e0604719aebce8d28a4e87777f84ffac7ca448', - x86_64: '5d83fab39584fdb277040c612670fbd5d7e0f4b1e1f14524cf483d16d84ae904' + aarch64: '1d97aaadde2a82b0d7528da9138c47932422554a172bce51c82cb21281d3a953', + armv7l: '1d97aaadde2a82b0d7528da9138c47932422554a172bce51c82cb21281d3a953', + x86_64: '0fb418b73729a2a31a29e8ee42ffa88f13d5aa46d788d1b542389cf78cf87bfd' }) + depends_on 'e2fsprogs' # R depends_on 'glibc' # R + depends_on 'krb5' # R depends_on 'libcap_ng' # R depends_on 'libeconf' # R depends_on 'libmbedtls' => :build depends_on 'libnl3' # R + depends_on 'libtirpc' # R depends_on 'linux_pam' # R depends_on 'lz4' # R depends_on 'lzo' # R