Openvpn 2.6.15 => 2.6.17 — openvpn: 2.6.15 → 2.6.17 (#13684)

* 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 <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-02 17:13:50 -05:00
committed by GitHub
parent 5ceaaf4b0a
commit bc255fe7e7
3 changed files with 9 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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