Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package NetworkManager-openvpn for
openSUSE:Factory checked in at 2025-08-13 16:23:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-openvpn"
Wed Aug 13 16:23:10 2025 rev:96 rq:1299086 version:1.12.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2025-03-05 13:39:53.938986418 +0100
+++
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.1085/NetworkManager-openvpn.changes
2025-08-13 16:28:41.603861291 +0200
@@ -1,0 +2,19 @@
+Mon Aug 11 13:33:47 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 1.12.2:
+ + Fix bug that caused that challenge was incorrectly reused if
+ invalid or expired.
+ + Add support for "data-ciphers-fallback" option.
+ + Add GUI support for "data-ciphers" option.
+ + Fix export for password connection type that was not exporting
+ some fields.
+ + Fix mnemonics in editor's Identity - Advanced view
+ + Auth-dialog ported to GTK4
+ + Import certificates into the XDG_DATA_HOME directory.
+ + Updated translations.
+- Drop nm-openvpn-fix-crash.patch: Fixed upstream (in a slightly
+ different way).
+- Rebase fix-for-missing-whirlpool-hmac-authentication.patch with
+ quilt.
+
+-------------------------------------------------------------------
Old:
----
NetworkManager-openvpn-1.12.0.tar.xz
nm-openvpn-fix-crash.patch
New:
----
NetworkManager-openvpn-1.12.2.tar.xz
----------(Old B)----------
Old: + Updated translations.
- Drop nm-openvpn-fix-crash.patch: Fixed upstream (in a slightly
different way).
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-openvpn.spec ++++++
--- /var/tmp/diff_new_pack.BkFfNE/_old 2025-08-13 16:28:43.175926704 +0200
+++ /var/tmp/diff_new_pack.BkFfNE/_new 2025-08-13 16:28:43.179926870 +0200
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-openvpn
#
-# Copyright (c) 2025 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-openvpn
-Version: 1.12.0
+Version: 1.12.2
Release: 0
Summary: NetworkManager VPN support for OpenVPN
License: GPL-2.0-or-later
@@ -27,8 +27,6 @@
Source1: system-user-nm-openvpn.conf
# PATCH-FIX-OPENSUSE fix-for-missing-whirlpool-hmac-authentication.patch
boo#1132946
Patch0: fix-for-missing-whirlpool-hmac-authentication.patch
-# PATCH-FIX-UPSTREAM nm-openvpn-fix-crash.patch
glgo#GNOME/NetworkManager-openvpn!92, bsc#1237570 [email protected] -- service:
fix a crash when empty password is provided
-Patch1: nm-openvpn-fix-crash.patch
BuildRequires: libxml2-tools
BuildRequires: pkgconfig
++++++ NetworkManager-openvpn-1.12.0.tar.xz ->
NetworkManager-openvpn-1.12.2.tar.xz ++++++
++++ 96316 lines of diff (skipped)
++++++ fix-for-missing-whirlpool-hmac-authentication.patch ++++++
--- /var/tmp/diff_new_pack.BkFfNE/_old 2025-08-13 16:28:43.671947343 +0200
+++ /var/tmp/diff_new_pack.BkFfNE/_new 2025-08-13 16:28:43.675947510 +0200
@@ -1,8 +1,8 @@
-Index: NetworkManager-openvpn-1.10.0/properties/nm-openvpn-editor.c
+Index: NetworkManager-openvpn-1.12.2/properties/nm-openvpn-editor.c
===================================================================
---- NetworkManager-openvpn-1.10.0.orig/properties/nm-openvpn-editor.c
-+++ NetworkManager-openvpn-1.10.0/properties/nm-openvpn-editor.c
-@@ -1020,6 +1020,7 @@ populate_hmacauth_combo (GtkComboBox *bo
+--- NetworkManager-openvpn-1.12.2.orig/properties/nm-openvpn-editor.c
++++ NetworkManager-openvpn-1.12.2/properties/nm-openvpn-editor.c
+@@ -1027,6 +1027,7 @@ populate_hmacauth_combo (GtkComboBox *bo
{ NM_OPENVPN_AUTH_SHA384, N_("SHA-384") },
{ NM_OPENVPN_AUTH_SHA512, N_("SHA-512") },
{ NM_OPENVPN_AUTH_RIPEMD160, N_("RIPEMD-160") },
@@ -10,11 +10,11 @@
};
store = gtk_list_store_new (3, G_TYPE_STRING, G_TYPE_STRING,
G_TYPE_BOOLEAN);
-Index: NetworkManager-openvpn-1.10.0/shared/nm-service-defines.h
+Index: NetworkManager-openvpn-1.12.2/shared/nm-service-defines.h
===================================================================
---- NetworkManager-openvpn-1.10.0.orig/shared/nm-service-defines.h
-+++ NetworkManager-openvpn-1.10.0/shared/nm-service-defines.h
-@@ -112,6 +112,7 @@
+--- NetworkManager-openvpn-1.12.2.orig/shared/nm-service-defines.h
++++ NetworkManager-openvpn-1.12.2/shared/nm-service-defines.h
+@@ -119,6 +119,7 @@
#define NM_OPENVPN_AUTH_SHA256 "SHA256"
#define NM_OPENVPN_AUTH_SHA384 "SHA384"
#define NM_OPENVPN_AUTH_SHA512 "SHA512"