openvpn 2.3.2-7ubuntu1 source package in Ubuntu

Changelog

openvpn (2.3.2-7ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/openvpn.init.d:
      + Do not use start-stop-daemon and </dev/null to avoid blocking boot.
      + Show per-VPN result messages.
      + Add "--script-security 2" by default for backwards compatabliity.
    - Demote easy-rsa to Suggests

openvpn (2.3.2-7) unstable; urgency=low

  * Fix postinst when no *.pid files exist in /run/sendsigs.omit.d/.
    (Closes: #730679)

openvpn (2.3.2-6) unstable; urgency=low

  * Move PID and status files to openvpn subdir in /run.
    (Closes: #614036). Thanks Stephen Gildea for the patch and Simon Deziel
    for the upgrade path.
  * Add --enable-x509-alt-username option to ./configure
 -- Stephane Graber <email address hidden>   Mon, 02 Dec 2013 18:14:42 -0500

Upload details

Uploaded by:
Stéphane Graber
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
openvpn_2.3.2.orig.tar.gz 1.1 MiB 20bda3f9debb9a52db262aecddfa4e814050a9404a9106136b7e3b6f7ef36ffc
openvpn_2.3.2-7ubuntu1.debian.tar.gz 124.1 KiB e4bad7460256b47119a4cc30343bbb5c075bf0f64e9b3a40bd842682862facda
openvpn_2.3.2-7ubuntu1.dsc 1.9 KiB 3311d7fff39defd31b86b81261b46723a0c873bdc19db21d0b8e385ae0cc6d4b

Available diffs

View changes file

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).