Go to file
Reinhard Max 42c7e8bef4 Accepting request 586118 from home:avindra
- Update to 2.4.5
  * New features
    + The new option --tls-cert-profile can be used to restrict the
      set of allowed crypto algorithms in TLS certificates in mbed
      TLS builds. The default profile is 'legacy' for now, which
      allows SHA1+, RSA-1024+ and any elliptic curve certificates.
      The default will be changed to the 'preferred' profile in the
      future, which requires SHA2+, RSA-2048+ and any curve.
    + openvpnserv: Add support for multi-instances (to support
      multiple parallel OpenVPN installations, like EduVPN and
      regular OpenVPN)
    + Use P_DATA_V2 for server->client packets too (better packet
      alignment)
    + improve management interface documentation
    + rework registry key handling for OpenVPN service, notably
      making most registry values optional, falling back to
      reasonable defaults
    + accept IPv6 address for pushed "dhcp-option DNS ..." (make
      OpenVPN 2 option compatible with OpenVPN 3 iOS and Android
      clients)
  * Bug fixes
    + Fix --tls-version-min and --tls-version-max for OpenSSL 1.1+
    + Fix lots of compiler warnings (format string, type casts, ...)
    + reload HTTP proxy credentials when moving to the next
      connection profile
    + Fix build with LibreSSL (multiple times)
    + Remove non-useful warning on pushed tun-ipv6 option.
    + autoconf: Fix engine checks for openssl 1.1
    + lz4: Rebase compat-lz4 against upstream v1.7.5
    + lz4: Fix broken builds when pkg-config is not present but
      system library is
    + Fix '--bind ipv6only'
    + Allow learning iroutes with network made up of all 0s
- Includes 2.4.4
  * Bug fixes
    + Fix issues when a pushed cipher via the Negotiable Crypto
      Parameters (NCP) is rejected by the remote side
    + Ignore --keysize when NCP have resulted in a changed cipher
    + Configurations using --auth-nocache and the management
      interface to provide user credentials (like NetworkManager)
      on client side with servers implementing authentication
      tokens (for example, using --auth-gen-token) will now behave
      correctly and not query the user for an, to them, unknown
      authentication token on renegotiations of the tunnel.
    + Invalid or corrupt SOCKS port number when changing the proxy
      via the management interface.
    + man page should now have proper escaping of hyphen/minus
      characters and other minor corrections.
  * User-visible Changes
    + Linux servers with systemd which use the openvpn-server@.service
      unit file for server configurations will now utilize the
      automatic restart feature in systemd. If the OpenVPN server
      process dies unexpectedly, systemd will ensure the OpenVPN
      configuration will be restarted automatically.
  * Deprecated
    + --no-replay (will be removed in 2.5)
    + --keysize (will be removed in 2.6)
  * Security
    + CVE-2017-12166: Fix bounds check for configurations using
      --key-method 1. Before this fix, attackers could send a
      malformed packet to trigger a stack overflow. This is
      considered to be a low risk issue, as --key-method 2 has
      been the default since 2.0 (released on 2005-04-17). This
      option is already deprecated in v2.4 and will be completely
      removed in v2.5.
- Rebase openvpn-fips140-2.3.2.patch
- Drop 0002-Fix-bounds-check-in-read_key.patch
  * upstreamed in c7e259160b28e94e4ea7f0ef767f8134283af255
- Partial cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/586118
OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=133
2018-04-10 14:14:26 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=1 2007-01-15 23:28:38 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=1 2007-01-15 23:28:38 +00:00
0001-preform-deferred-authentication-in-the-background.patch Accepting request 501439 from home:ndas:branches:network:vpn 2017-06-06 15:17:18 +00:00
client-netconfig.down Accepting request 41476 from network:vpn 2010-06-21 17:25:12 +00:00
client-netconfig.up Accepting request 41476 from network:vpn 2010-06-21 17:25:12 +00:00
openvpn-2.3-plugin-man.dif Accepting request 451851 from home:darix:playground 2017-01-24 10:31:30 +00:00
openvpn-2.3.9-Fix-heap-overflow-on-getaddrinfo-result.patch Accepting request 489820 from home:ndas:branches:network:vpn 2017-04-27 09:50:39 +00:00
openvpn-2.3.x-fixed-multiple-low-severity-issues.patch Accepting request 505857 from home:ndas:branches:network:vpn 2017-06-23 10:34:54 +00:00
openvpn-2.4.5.tar.xz Accepting request 586118 from home:avindra 2018-04-10 14:14:26 +00:00
openvpn-2.4.5.tar.xz.asc Accepting request 586118 from home:avindra 2018-04-10 14:14:26 +00:00
openvpn-fips140-2.3.2.patch Accepting request 586118 from home:avindra 2018-04-10 14:14:26 +00:00
openvpn-tmpfile.conf Accepting request 451851 from home:darix:playground 2017-01-24 10:31:30 +00:00
openvpn.changes Accepting request 586118 from home:avindra 2018-04-10 14:14:26 +00:00
openvpn.init Accepting request 150170 from home:mtomaschewski:tests 2013-01-28 14:00:20 +00:00
openvpn.keyring Accepting request 505857 from home:ndas:branches:network:vpn 2017-06-23 10:34:54 +00:00
openvpn.README.SUSE - Updated README.SUSE, documented also the rcopenvpn compatibility 2014-01-14 10:46:24 +00:00
openvpn.service - Add --askpass to ExecStart, so that the user name and password 2018-02-13 18:21:21 +00:00
openvpn.spec Accepting request 586118 from home:avindra 2018-04-10 14:14:26 +00:00
openvpn.sysconfig - Fixed openvpn init script to not map reopen to reload so the 2012-09-20 10:52:54 +00:00
openvpn.target - Fixed openvpn-tmpfile.conf to use GID root, there is no openvpn group. 2013-04-23 13:22:31 +00:00
rcopenvpn Accepting request 211245 from home:mtomaschewski:branches:network:vpn 2013-12-22 15:48:48 +00:00