Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--net-misc--openvpn-2.4.3--C.32564.1512075265.648439.C.tar.bz2 513045 SHA256 906607be6becffa436f1b76f526e11f8bdd05504414673eff748dd1289d0e159 SHA512 5e7740a452208fc3c42293487b7e05b838c240e1a1630f3b0d1a3676ab0b07ac780d7ffe92bd9f0c3ddedf1c3d55f93dc0fd45834dbcfee73c289bd1c4282c7f WHIRLPOOL 6db0dbfa2bf37b6c52ed6fef60687f226731d195af1dafd4431369c9db2611da0c65903616399b1c33ea46446d8648faaff1a8d4f9bd8478e3fa501decf13cf2
|
||||
PBIN openvpn-2.4.3.pbin-1+exheres-0 3426 SHA256 024682367ae4829608315c749b41702e7696fb15ce477c3892dc2f400e7d893d SHA512 77c69efb615059e217719e0709dee7c9021571a3dca59e49029a03080ca71de7a930bcb1879871b7b7bf61a115ba752c785fc808d4ec6d16ebc6b28c75af2347 WHIRLPOOL 3081bcb4b22e80309e096cd71ad1ff6edfb1685a0240cf210b8f6ce368cb06ce37d9cd7c4eca64a3467922de1fe6316789f1b586406f3d25a460d2c7aa2ec103
|
||||
DIST hasufell-binhost--net-misc--openvpn-2.4.6--C.11594.1532863924.168440.C.tar.bz2 525192 SHA256 214b9b00842dba7c496d57dcb149a7f374865645f680652cc099b1635117d685 SHA512 100d43ba8a880bfe7ccfccf57270487d0afd160f246c1a15bc63c5a383ef2cc142a9b9ba96edf5e520f526d7704502c93cadeda4cc579679277640ea511016f1 WHIRLPOOL a3a3055ac566096fe7c9e810706a2f0c8a6bb9fd6720e60258342f4ac48a55efb0e6354b03b891d1d16f21e4a5c7bcfa22fcba39d9d0a09735b26cf87754fa88
|
||||
PBIN openvpn-2.4.6.pbin-1+exheres-0 3831 SHA256 1b0e191705a47363849caa341cabbc664ac73d09479cafcb4bf60ce106eef9a8 SHA512 16bfe255e24fa490512e0836084ca76c47b2a61b15768b3cd03d72e5d5ee7fc31fd3e553895442c58ce774d58dda05bb098833ea3d8683afd75d0d7f68020ece WHIRLPOOL da85a0d7d772e98ab4b31ad3aee171ab756d2b8e28450c26f63ddf3ce6ea150e1c5e9084ee80e94b036bf616a61aa5ddf45204b3a93a699127a121f99dd81b08
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Thu Nov 30 21:54:25 CET 2017
|
||||
# Created by paludis-3.0.0 on Sun Jul 29 13:32:04 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: sys-libs/pam[>=1.0.1] lzo? ( app-arch/lzo:2[>=2.02] ) pkcs11? ( dev-libs/pkcs11-helper[>=1.06] ) providers:libressl? ( dev-libs/libressl:=42.44.16 ) providers:openssl? ( dev-libs/openssl[>=0.9.6] ) run: sys-apps/net-tools iproute2? ( sys-apps/iproute2 ) post: group/openvpn user/openvpn ) [[ defined-in = [ openvpn.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: sys-libs/pam[>=1.0.1] lzo? ( app-arch/lzo:2[>=2.02] ) lz4? ( app-arch/lz4[>=1.7.1] ) pkcs11? ( dev-libs/pkcs11-helper[>=1.06] ) providers:libressl? ( dev-libs/libressl:=42.44.16 ) providers:openssl? ( dev-libs/openssl[>=0.9.6] ) run: providers:iproute2? ( sys-apps/iproute2 ) providers:net-tools? ( sys-apps/net-tools ) post: group/openvpn user/openvpn ) [[ defined-in = [ openvpn.exlib ] ]]"
|
||||
DESCRIPTION=" OpenVPN is a robust and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the Internet. OpenVPN's principal strengths include wide cross-platform portability, excellent stability, support for dynamic IP addresses and NAT, adaptive link compression, single TCP/UDP port usage, a modular design that offloads most crypto tasks to the OpenSSL library, and relatively easy installation that in most cases doesn't require a special kernel module."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://openvpn.net"
|
||||
INHERITED=" systemd-service openvpn"
|
||||
MYOPTIONS="( ( examples [[ description = [ Install example source code ] ]] iproute2 [[ description = [ Enable iproute2 support instead of net-tools ] ]] lzo [[ description = [ Enable the LZO compression ] ]] pkcs11 [[ description = [ Support for smartcard authentication ] ]] systemd [[ description = [ Add support for integration with the systemd init daemon ] ]] ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ) [[ defined-in = [ openvpn.exlib ] ]] ) "
|
||||
INHERITED=" systemd-service openrc-service openvpn"
|
||||
MYOPTIONS="( ( parts: openrc [[ description = [ OpenRC service files ] ]] ) [[ defined-in = [ openrc-service.exlib ] ]] ( examples [[ description = [ Install example source code ] ]] lzo [[ description = [ Enable the LZO compression ] ]] lz4 [[ description = [ Enable the LZ4 compression ] ]] pkcs11 [[ description = [ Support for smartcard authentication ] ]] systemd [[ description = [ Add support for integration with the systemd init daemon ] ]] ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ( providers: net-tools [[ description = [ Tool to manage routes ] ]] iproute2 [[ description = [ Tool to manage routes ] ]] ) [[ *description = [ Tool to manage routes ] number-selected = [ exactly-one ] ]] ) [[ defined-in = [ openvpn.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
LICENCES="GPL-2"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://swupdate.openvpn.net/community/releases/openvpn-2.4.3.tar.xz"
|
||||
OPTIONS="providers:libressl "
|
||||
DOWNLOADS="https://swupdate.openvpn.net/community/releases/openvpn-2.4.6.tar.xz"
|
||||
OPTIONS="providers:iproute2 providers:libressl parts:openrc "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1512075265"
|
||||
GENERATED_TIME="1532863924"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="net"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--net-misc--openvpn-2.4.3--C.32564.1512075265.648439.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--net-misc--openvpn-2.4.6--C.11594.1532863924.168440.C.tar.bz2"
|
||||
SUMMARY="OpenVPN is a robust and highly configurable VPN daemon"
|
||||
BUGS_TO="philantrop@exherbo.org"
|
||||
REMOTE_IDS="freecode:openvpn"
|
||||
Reference in New Issue
Block a user