openvpn -> 2.7.1 in updater-openvpn-2.7.1 — openvpn: 2.7.0 → 2.7.1 (#15347)

* openvpn -> 2.7.1 in updater-openvpn-2.7.1

* updater-openvpn-2.7.1: Package File Update Run on linux/amd64 container.

* updater-openvpn-2.7.1: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@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]
2026-04-01 01:39:15 +00:00
committed by GitHub
parent 4021f60056
commit a095d170f4
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 1556990
# Total size: 1563267
/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: 1835354
# Total size: 1842311
/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.7.0'
version '2.7.1'
license 'GPL-2'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/OpenVPN/openvpn.git'
@@ -11,20 +11,20 @@ class Openvpn < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: '40b53f3efc0fa76468858ebd6c028b2d5da9448b82806310809ac45b031241fe',
armv7l: '40b53f3efc0fa76468858ebd6c028b2d5da9448b82806310809ac45b031241fe',
x86_64: '936a43fe1d03e8f3b448f1104da2e4dcc5e75324a9d3701dd83de759576ad111'
aarch64: '3f90fc3f99dbf166e38d26579032472a2ffe0d39755ca857ba20fa55fb7bfa7e',
armv7l: '3f90fc3f99dbf166e38d26579032472a2ffe0d39755ca857ba20fa55fb7bfa7e',
x86_64: '3138b9b905278f7bd2bac7afaf6a601f2d9cd95f5c63955521b4b4b257708e19'
})
depends_on 'e2fsprogs' => :executable
depends_on 'glibc' # R
depends_on 'glibc' => :library
depends_on 'krb5' => :executable
depends_on 'libcap_ng' => :executable
depends_on 'libeconf' # R
depends_on 'libmbedtls' => :build
depends_on 'libnl3' => :executable
depends_on 'libtirpc' => :executable
depends_on 'linux_pam' # R
depends_on 'linux_pam' => :library
depends_on 'lz4' => :executable
depends_on 'lzo' => :executable
depends_on 'mold' => :build