public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: dkosovic <doug@uq.edu.au>
To: git-commits@fedoraproject.org
Subject: [rpms/NetworkManager-l2tp] epel10: Updated to 1.52.2 release which has experimental IPv6 support.
Date: Thu, 02 Jul 2026 12:55:25 GMT [thread overview]
Message-ID: <178299692538.1.13758832383772238894.rpms-NetworkManager-l2tp-c67cb0cf0093@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/NetworkManager-l2tp
Branch : epel10
Commit : c67cb0cf0093fdd0954e3619d5f3f64d4de4d8ef
Author : dkosovic <doug@uq.edu.au>
Date : 2026-04-23T23:05:24+10:00
Stats : +16/-14 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/NetworkManager-l2tp/c/c67cb0cf0093fdd0954e3619d5f3f64d4de4d8ef?branch=epel10
Log:
Updated to 1.52.2 release which has experimental IPv6 support.
Update CVE-2025-9615 related Requires and BuildRequires.
Fix typos found by codespell.
---
diff --git a/.gitignore b/.gitignore
index c6a0826..d3c9565 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/NetworkManager-l2tp-1.20.16.tar.xz
/NetworkManager-l2tp-1.20.20.tar.xz
/NetworkManager-l2tp-1.52.0.tar.xz
+/NetworkManager-l2tp-1.52.2.tar.xz
diff --git a/NetworkManager-l2tp.spec b/NetworkManager-l2tp.spec
index 1edd784..5ee6554 100644
--- a/NetworkManager-l2tp.spec
+++ b/NetworkManager-l2tp.spec
@@ -6,8 +6,8 @@
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
Name: NetworkManager-l2tp
-Version: 1.52.0
-Release: 3%{?dist}
+Version: 1.52.2
+Release: 1%{?dist}
License: GPL-2.0-or-later
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -26,10 +26,8 @@ BuildRequires: NetworkManager-libnm-devel >= 1:1.52.2
BuildRequires: NetworkManager-libnm-devel >= 1:1.54.3
%elif 0%{?rhel} == 9
BuildRequires: NetworkManager-libnm-devel >= 1:1.54.3
-%elif 0%{?rhel} == 10
-BuildRequires: NetworkManager-libnm-devel >= 1:1.54.3
%else
-BuildRequires: NetworkManager-libnm-devel >= 1:1.55.91
+BuildRequires: NetworkManager-libnm-devel >= 1:1.56.0
%endif
BuildRequires: libnma-devel >= 1.8.0
@@ -52,11 +50,9 @@ Requires: NetworkManager >= 1:1.52.2
%elif 0%{?fedora} == 43
Requires: NetworkManager >= 1:1.54.3
%elif 0%{?rhel} == 9
-BuildRequires: NetworkManager-libnm-devel >= 1:1.54.3
-%elif 0%{?rhel} == 10
-BuildRequires: NetworkManager-libnm-devel >= 1:1.54.3
+Requires: NetworkManager >= 1:1.54.3
%else
-Requires: NetworkManager >= 1:1.55.91
+Requires: NetworkManager >= 1:1.56.0
%endif
Requires: ppp = %{ppp_version}
@@ -182,8 +178,8 @@ exit 0
%{_prefix}/lib/NetworkManager/VPN/nm-l2tp-service.name
%{_libexecdir}/nm-l2tp-service
%{_libdir}/pppd/%{ppp_version}/nm-l2tp-pppd-plugin.so
-%ghost %attr(0600 - -) %{_sysconfdir}/ipsec.d/ipsec.nm-l2tp.secrets
-%ghost %attr(0600 - -) %{_sysconfdir}/strongswan/ipsec.d/ipsec.nm-l2tp.secrets
+%ghost %attr(0600, -, -) %{_sysconfdir}/ipsec.d/ipsec.nm-l2tp.secrets
+%ghost %attr(0600, -, -) %{_sysconfdir}/strongswan/ipsec.d/ipsec.nm-l2tp.secrets
%if 0%{?rhel}
%doc AUTHORS README.md NEWS README.EPEL
%else
@@ -200,6 +196,11 @@ exit 0
%endif
%changelog
+* Thu Apr 23 2026 Douglas Kosovic <doug@uq.edu.au> - 1.52.2-1
+- Updated to 1.52.2 release which has experimental IPv6 support.
+- Update CVE-2025-9615 related Requires and BuildRequires.
+- Fix typos found by codespell.
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.52.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
@@ -312,7 +313,7 @@ exit 0
* Tue Nov 03 2020 Douglas Kosovic <doug@uq.edu.au> - 1.8.6-1
- Updated to 1.8.6 release
- Remove redundant libnm_glib conditionals
-- explictly recommend libreswan >= 4.0 because of change in NSS DB location.
+- explicitly recommend libreswan >= 4.0 because of change in NSS DB location.
- AppData file now in %%{_datadir}/metainfo/
- D-Bus policy file now in %%{_datadir}/dbus-1/system.d/
@@ -475,7 +476,7 @@ exit 0
- cleaned .spec file
- preserve timestamps when installing
- filtered provides for plugins
-- droped zero-length changelog
+- dropped zero-length changelog
- use %%global instead of %%define
* Mon Nov 19 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-1
diff --git a/sources b/sources
index ee63bce..7aeb9d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NetworkManager-l2tp-1.52.0.tar.xz) = 5fab4fa46864a69d4877002bfac0a52cdf53b9d3bc3ff3a1aed039c12ed24320248a85b9b14404f04a5f315141f634d30701afcf48051a206369846d3d0e7824
+SHA512 (NetworkManager-l2tp-1.52.2.tar.xz) = 82e01684269701f415081dc7a5bbab99d9f152237b80b194fecf8f46995cbb483d9712e1cf9de640c915d74cef9379cd1b0395f603ba8067e546708ab000c032
reply other threads:[~2026-07-02 12:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178299692538.1.13758832383772238894.rpms-NetworkManager-l2tp-c67cb0cf0093@fedoraproject.org \
--to=doug@uq.edu.au \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox