Hello community,
here is the log from the commit of package NetworkManager-l2tp for
openSUSE:Factory checked in at 2020-01-02 14:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-l2tp (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-l2tp.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-l2tp"
Thu Jan 2 14:40:18 2020 rev:6 rq:760029 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager-l2tp/NetworkManager-l2tp.changes
2019-10-22 15:42:04.517486239 +0200
+++
/work/SRC/openSUSE:Factory/.NetworkManager-l2tp.new.6675/NetworkManager-l2tp.changes
2020-01-02 14:40:35.504894019 +0100
@@ -1,0 +2,26 @@
+Mon Dec 30 19:00:00 UTC 2019 - [email protected]
+
+- Update to version 1.8.0:
+ * User and machine TLS certificate support.
+ * New dependency on OpenSSL's libcrypto (>= 1.1.0).
+ * New dependency on Network Security Services (NSS) libraries.
+ * Routines to auto detect the TLS certificate and private key
+ file formats by looking at the file contents and not the file
+ extension, also determines if the files are encrypted with a
+ password, which includes testing if the password is the empty
+ string or NULL.
+ * Routines to import certificates and privates keys into a
+ Libreswan NSS database.
+ * Grey out the auth type selection for user authentication if
+ EAP-TLS pppd patch (i.e. https://www.nikhef.nl/~janjust/ppp/)
+ was not detected, e.g. with openSUSE.
+ * Updated translations.
+- Changes from version 1.2.10:
+ * Updated translations.
+ * Remove "Prevalent Algorithms" button, override default
+ algorithms. The phase 1 & 2 proposals previously provided by
+ the Prevalent Algorithms button are now the new defaults for
+ the IKEv1 proposals.
+- Added BuildRequires for openssl-devel and pkgconfig(nss)
+
+-------------------------------------------------------------------
Old:
----
NetworkManager-l2tp-1.2.14.tar.xz
New:
----
NetworkManager-l2tp-1.8.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-l2tp.spec ++++++
--- /var/tmp/diff_new_pack.FAqTOX/_old 2020-01-02 14:40:37.168894676 +0100
+++ /var/tmp/diff_new_pack.FAqTOX/_new 2020-01-02 14:40:37.172894679 +0100
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-l2tp
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
Name: NetworkManager-l2tp
-Version: 1.2.14
+Version: 1.8.0
Release: 0
Summary: NetworkManager VPN support for L2TP and L2TP/IPsec
License: GPL-2.0-or-later
@@ -27,14 +27,16 @@
Source0:
https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: intltool
+BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: ppp-devel
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: pkgconfig(libnm) >= 1.2.0
-BuildRequires: pkgconfig(libnma) >= 1.2.0
+BuildRequires: pkgconfig(libnm) >= 1.8.0
+BuildRequires: pkgconfig(libnma) >= 1.8.0
BuildRequires: pkgconfig(libsecret-1)
-Requires: NetworkManager >= 1.2.0
+BuildRequires: pkgconfig(nss)
+Requires: NetworkManager >= 1.8.0
Requires: xl2tpd
%requires_eq ppp
Recommends: %{name}-lang
++++++ NetworkManager-l2tp-1.2.14.tar.xz -> NetworkManager-l2tp-1.8.0.tar.xz
++++++
++++ 87541 lines of diff (skipped)