17
0

8 Commits

Author SHA256 Message Date
39893f9ee3 Accepting request 1323142 from GNOME:Factory
- 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. (forwarded request 1323061 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1323142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager-libreswan?expand=0&rev=18
2025-12-17 16:32:29 +00:00
790d7344d3 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-libreswan?expand=0&rev=35
2025-12-16 15:31:04 +00:00
cc3c5bda8c Accepting request 1320871 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1320871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager-libreswan?expand=0&rev=17
2025-12-04 10:21:21 +00:00
ea1af592e2 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-libreswan?expand=0&rev=33
2025-12-02 15:49:56 +00:00
ae6c9e8b11 Accepting request 1314022 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1314022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager-libreswan?expand=0&rev=16
2025-10-30 16:08:56 +00:00
ee022bac1a - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-libreswan?expand=0&rev=31
2025-10-28 09:18:38 +00:00
8ffbad90ab Accepting request 1308557 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1308557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NetworkManager-libreswan?expand=0&rev=15
2025-10-03 13:42:20 +00:00
138f375a13 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-libreswan?expand=0&rev=29
2025-10-02 09:28:36 +00:00
4 changed files with 62 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d491c726339f0cafd9a35e4e037add58617f3d5d683b75a545ddc6fbe382457
size 432692

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6670af36d3bb4887e528f803babb689e42711e4ebbd29d8df6a178d3f17a11d3
size 452320

View File

@@ -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>

View File

@@ -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