Hello community, here is the log from the commit of package openvpn for openSUSE:Factory checked in at 2020-01-19 20:53:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvpn (Old) and /work/SRC/openSUSE:Factory/.openvpn.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvpn" Sun Jan 19 20:53:28 2020 rev:85 rq:764977 version:2.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes 2019-10-25 18:40:14.703790049 +0200 +++ /work/SRC/openSUSE:Factory/.openvpn.new.26092/openvpn.changes 2020-01-19 20:54:02.747943351 +0100 @@ -1,0 +2,35 @@ +Tue Jan 7 21:28:42 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.4.8: + * mbedtls: fix segfault by calling mbedtls_cipher_free() in + cipher_ctx_free() + * cleanup: Remove RPM openvpn.spec build approach + * docs: Update INSTALL + * build: Package missing mock_msg.h + * Increase listen() backlog queue to 32 + * Force combinationation of --socks-proxy and --proto UDP to use + IPv4. + * Wrong FILETYPE in .rc files + * Do not set pkcs11-helper 'safe fork mode' + * tests/t_lpback.sh: Switch sed(1) to POSIX-compatible regex. + * Fix various compiler warnings + * Fix regression, reinstate LibreSSL support. + * man: correct the description of --capath and --crl-verify + regarding CRLs + * Fix typo in NTLM proxy debug message + * Ignore --pull-filter for --mode server + * openssl: Fix compilation without deprecated OpenSSL 1.1 APIs + * Better error message when script fails due to script-security + setting + * Correct the return value of cryptoapi RSA signature callbacks + * Handle PSS padding in cryptoapicert + * cmocka: use relative paths + * Fix documentation of tls-verify script argument + +------------------------------------------------------------------- +Thu Dec 19 15:30:15 UTC 2019 - Dominique Leuenberger <[email protected]> + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + Allow OBS to shortcut through the -mini flavors. + +------------------------------------------------------------------- Old: ---- openvpn-2.4.7.tar.xz openvpn-2.4.7.tar.xz.asc New: ---- openvpn-2.4.8.tar.xz openvpn-2.4.8.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.LWbDIu/_old 2020-01-19 20:54:03.603943801 +0100 +++ /var/tmp/diff_new_pack.LWbDIu/_new 2020-01-19 20:54:03.607943804 +0100 @@ -1,7 +1,7 @@ # # spec file for package openvpn # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,12 +29,12 @@ %define _rundir %{_localstatedir}/run %endif Name: openvpn -Version: 2.4.7 +Version: 2.4.8 Release: 0 Summary: Full-featured SSL VPN solution using a TUN/TAP Interface License: SUSE-GPL-2.0-with-openssl-exception AND LGPL-2.1-only Group: Productivity/Networking/Security -Url: http://openvpn.net/ +URL: http://openvpn.net/ Source: https://swupdate.openvpn.org/community/releases/openvpn-%{version}.tar.xz Source1: https://swupdate.openvpn.org/community/releases/openvpn-%{version}.tar.xz.asc Source2: %{name}.init @@ -72,7 +72,7 @@ BuildRequires: systemd %endif %if %{with_systemd} -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) %endif %description ++++++ openvpn-2.4.7.tar.xz -> openvpn-2.4.8.tar.xz ++++++ ++++ 4119 lines of diff (skipped)
