Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4fe7fc595e | |||
| 43bd9b6319 | |||
| 64a642a034 | |||
| c8bab08124 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed45f02b0828ff4c597f4468ae8ee8e9e09f8a1a8ec8291c79d0e91d77cbdfdb
|
|
||||||
size 488244
|
|
||||||
3
NetworkManager-l2tp-1.20.20.tar.xz
Normal file
3
NetworkManager-l2tp-1.20.20.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0859a35148fb0e1a1b6eef7beafd7c7211e87748af67879f1ecc40a4d01c008c
|
||||||
|
size 501316
|
||||||
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 08:06:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.20.20:
|
||||||
|
+ ipsec, xl2tpd & kl2tpd command-line debugging output added.
|
||||||
|
+ Fixes for gcc -Werror=format-securityerrors.
|
||||||
|
+ Silence gcc -Wmaybe-uninitialized warning.
|
||||||
|
+ No longer ignore libreswan failed to add connection errors,
|
||||||
|
such as: global ikev1-policy does not allow IKEv1 connections
|
||||||
|
+ Fix for libreswan 5.x deprecation warnings when using libreswan
|
||||||
|
5.x:
|
||||||
|
- ikev2=no has been replaced by keyexchange=ikev1
|
||||||
|
- keyingtries=0 ignored, UP connection will attempt to
|
||||||
|
establish until marked DOWN
|
||||||
|
+ Merge translations from NetworkManager-openvpn and
|
||||||
|
NetworkManager-pptp.
|
||||||
|
- For changes between 1.20.10 and 1.20.20, please see the included
|
||||||
|
NEWS file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 31 08:52:38 UTC 2025 - Jonathan Kang <songchuan.kang@suse.com>
|
||||||
|
|
||||||
|
- Stop emitting %{release} into program binaries(bsc#1246806).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 07:55:28 UTC 2024 - Jonathan Kang <songchuan.kang@suse.com>
|
Thu Mar 28 07:55:28 UTC 2024 - Jonathan Kang <songchuan.kang@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package NetworkManager-l2tp
|
# spec file for package NetworkManager-l2tp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
|
%define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
|
||||||
|
%define rbrelease %(r=%{release}; echo ${r%%.*})
|
||||||
Name: NetworkManager-l2tp
|
Name: NetworkManager-l2tp
|
||||||
Version: 1.20.10
|
Version: 1.20.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NetworkManager VPN support for L2TP and L2TP/IPsec
|
Summary: NetworkManager VPN support for L2TP and L2TP/IPsec
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -73,7 +74,7 @@ This package contains software for integrating L2TP and L2TP/IPsec
|
|||||||
--enable-lto=yes \
|
--enable-lto=yes \
|
||||||
--enable-libreswan-dh2 \
|
--enable-libreswan-dh2 \
|
||||||
--with-pppd-plugin-dir=%{pppd_plugin_dir} \
|
--with-pppd-plugin-dir=%{pppd_plugin_dir} \
|
||||||
--with-dist-version=%{version}-%{release} \
|
--with-dist-version=%{version}-%{rbrelease} \
|
||||||
runstatedir=%{_rundir} \
|
runstatedir=%{_rundir} \
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
|||||||
Reference in New Issue
Block a user