openvpn 2.5.8-0ubuntu0.22.04.1 source package in Ubuntu
Changelog
openvpn (2.5.8-0ubuntu0.22.04.1) jammy; urgency=medium * New upstream releases 2.5.6-2.5.8 (LP: #2004676): - The version is being updated to the latest in 2.5.x rather than 2.6.x to avoid feature releases and focus on bug fixes - Updates: + OpenSSL3 support + pkcs11-helper upgrade to 1.28.4 + allow running a default configuration with TLS libraries without BF-CBC - Bug Fixes Include: + CVE-2022-0547 + Fix potential memory leaks in add_route() and add_route_ipv6() + Fix PATH_MAX build failure in auth-pam.c + Fix using --auth-token together with --management-client-auth + Fix clearing of username+password when using --auth-nocache + See https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn25 for additional bug fixes and information * Remove patches fixed upstream: - d/p/CVE-2022-0547.patch [Included in upstream release 2.5.6] - d/p/openssl-3/0001-Add-insecure-tls-cert-profile-options.patch - d/p/openssl-3/0002-Refactor-early-initialisation-and-uninitialisation- into-methods.patch - d/p/openssl-3/0003-Allow-loading-of-non-default-providers.patch - d/p/openssl-3/0004-Fix-allowing-showing-unsupported-ciphers-digests.patch - d/p/openssl-3/0005-Add-message-when-decoding-PKCS12-file-fails.patch - d/p/openssl-3/0006-Translate-OpenSSL-3.0-digest-names-to-OpenSSL-1.1- digest-names.patch [Included in upstream release 2.5.7] - d/p/openssl-3/0007-Allow-running-a-default-configuration-with-TLS- libraries-without-BF-CBC.patch - d/p/match-manpage-and-command-help.patch [Included in upstream release 2.5.8] -- Lena Voytek <email address hidden> Fri, 03 Feb 2023 15:49:35 -0700
Upload details
- Uploaded by:
- Lena Voytek
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | proposed | main | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
openvpn_2.5.8.orig.tar.gz | 1.8 MiB | a6f315b7231d44527e65901ff646f87d7f07862c87f33531daa109fb48c53db2 |
openvpn_2.5.8-0ubuntu0.22.04.1.debian.tar.xz | 63.6 KiB | bd8638e6081d07ecd6b073e377f136d4b582a95bea091da0e79889f2252f3718 |
openvpn_2.5.8-0ubuntu0.22.04.1.dsc | 2.2 KiB | fb7466e4ad8ab9f80f2b91b6fd1ac49bf42884e93f7988e49feb3bdadf3593b1 |
Available diffs
Binary packages built by this source
- openvpn: virtual private network daemon
OpenVPN is an application to securely tunnel IP networks over a
single UDP or TCP port. It can be used to access remote sites, make
secure point-to-point connections, enhance wireless security, etc.
.
OpenVPN uses all of the encryption, authentication, and certification
features provided by the OpenSSL library (any cipher, key size, or
HMAC digest).
.
OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
over NAT or connection-oriented stateful firewalls (such as Linux's iptables).
- openvpn-dbgsym: debug symbols for openvpn