Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 39893f9ee3 | |||
| 790d7344d3 | |||
| cc3c5bda8c | |||
| ea1af592e2 | |||
| ae6c9e8b11 | |||
| ee022bac1a | |||
| 8ffbad90ab | |||
| 138f375a13 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d491c726339f0cafd9a35e4e037add58617f3d5d683b75a545ddc6fbe382457
|
||||
size 432692
|
||||
3
NetworkManager-libreswan-1.2.30.tar.xz
Normal file
3
NetworkManager-libreswan-1.2.30.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6670af36d3bb4887e528f803babb689e42711e4ebbd29d8df6a178d3f17a11d3
|
||||
size 452320
|
||||
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 07:33:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.2.30:
|
||||
+ Declare supports-safe-private-file-access so private
|
||||
connections can continue working after change in the daemon.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 2 08:55:24 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.2.29:
|
||||
+ Add support for `leftprotoport` and `rightprotoport` options
|
||||
+ Add support for `nm-connect-mode` setting in service and
|
||||
editor
|
||||
+ Fix crash upon deactivating an IPsec connection
|
||||
+ Replace deprecated "ipsec auto" commands for libreswan >= 5
|
||||
+ Fix connection import with `rightrsasigkey` or `leftrsasigkey`
|
||||
+ Fix memory leaks and improve memory management with
|
||||
g_autoptr()
|
||||
+ Do not export phase2alg option
|
||||
+ Remove the "add" value for nm-connect-mode
|
||||
+ Add .clang-format configuration and reformat code
|
||||
+ Extend CI coverage to CentOS Stream 9 and 10 platforms
|
||||
+ Add automated release builds for Fedora via Packit
|
||||
+ Update translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 12:04:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.2.28:
|
||||
+ Parse a special comment `# nm-auto-defaults=no` during import
|
||||
and export to set the nm-auto-defaults property.
|
||||
+ Fix a bug that didn't export the `esp` option.
|
||||
+ Always sanitize the configuration before its use, so that
|
||||
changes done after the initial import take effect.
|
||||
+ Fix bug when adding the leading '@' to `leftid`.
|
||||
+ Add `nm-auto-defaults` option.
|
||||
+ Support `leftsendcert` and `rightca` options.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 10:38:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.2.27:
|
||||
+ Gracefully handle the situation when service plugin is
|
||||
installed, but GUI editor plugin is not.
|
||||
+ Add `nm-auto-defaults` option.
|
||||
+ Fix a handful of regressions in import/export.
|
||||
+ Updated translations.
|
||||
- Changes from version 1.2.26:
|
||||
+ The graphical editor now doesn't enter characters that wouldn't
|
||||
be allowed for various settings.
|
||||
+ Added support for specifying multiple extra subnets to be
|
||||
routed locally or remotely ("leftsubnets", "rightsubnets").
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 12:32:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package NetworkManager-libreswan
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: NetworkManager-libreswan
|
||||
Version: 1.2.24
|
||||
Version: 1.2.30
|
||||
Release: 0
|
||||
Summary: Libreswan VPN client plugin for NetworkManager
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user