diff --git a/manifest/armv7l/o/openvpn.filelist b/manifest/armv7l/o/openvpn.filelist index 372f65bd2e..43f176236c 100644 --- a/manifest/armv7l/o/openvpn.filelist +++ b/manifest/armv7l/o/openvpn.filelist @@ -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 diff --git a/manifest/x86_64/o/openvpn.filelist b/manifest/x86_64/o/openvpn.filelist index 45dcf74535..21344f9fb8 100644 --- a/manifest/x86_64/o/openvpn.filelist +++ b/manifest/x86_64/o/openvpn.filelist @@ -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 diff --git a/packages/openvpn.rb b/packages/openvpn.rb index 96d6287417..97802ec2e0 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.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