| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: NetworkManager-openvpn | Distribution: openSUSE Leap 15.5 |
| Version: 1.8.16 | Vendor: openSUSE |
| Release: lp155.2.6 | Build date: Mon May 22 11:52:10 2023 |
| Group: Productivity/Networking/System | Build host: obs-power8-03 |
| Size: 353506 | Source RPM: NetworkManager-openvpn-1.8.16-lp155.2.6.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.gnome.org/projects/NetworkManager | |
| Summary: NetworkManager VPN support for OpenVPN | |
NetworkManager-openvpn provides VPN support to NetworkManager for OpenVPN.
GPL-2.0-or-later
* Wed Sep 29 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.8.16:
+ Fix detection of OpenVPN 2.5.0
+ Allow the connection to persist across network failures when
the VPN profile has 'vpn.persistent=yes'
+ Fix parsing of incomplete IPv6 configurations pushed by server
+ Improve logging message about deprecated tls-remote option
+ Updated translations.
* Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Jun 16 2021 Jonathan Kang <songchuan.kang@suse.com>
- Add nm-openvpn-bsc#1186091.patch: service: Don't add cert and key
when they are not set
(glgo#GNOME/NetworkManager-openvpn!38, bsc#1186091).
* Sun Jun 13 2021 Callum Farmer <gmbr3@opensuse.org>
- Add now working CONFIG parameter to sysusers generator
* Thu Jun 03 2021 Callum Farmer <gmbr3@opensuse.org>
- Change to using systemd-sysusers
* Sat Apr 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.8.14:
+ Add support for the following OpenVPN options: push-peer-info,
remote-random-hostname, tls-crypt-v2.
+ Add --explicit-exit-notify by default when using UDP.
+ Fix compatibility issues with OpenVPN 2.5.0.
+ Update translations.
* Fri May 01 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Set the path for the VPN service name file correctly to
%_vpnservicedir (provided by macros.NetworkManager).
* Fri Mar 06 2020 bjorn.lie@gmail.com
- Update to version 1.8.12:
+ The auth helper in external UI mode can now be run without a
display server. Future nmcli version will utilize this for
handling the secrets without a graphical desktop.
+ libnm-glib compatibility (NetworkManager < 1.0) is disabled by
default. It can be enabled by passing --with-libnm-glib to
configure script. Nobody should need it by now. Users that
still use this are encouraged to let us know before the
libnm-glib support is removed for good.
+ Add support for the following OpenVPN options: tls-version-min,
tls-version-max, compress.
+ Support inline CRL blobs during import.
+ Allow option mssfix to be set to zero.
+ Updated translations.
* Thu Jan 16 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Stop recommending NetworkManager-openvpn-lang: the -lang package
provides relevant supplements.
* Wed May 01 2019 stefan.pledl@mesutronic.de
- Enable missing whirlpool HMAC authentication (boo#1132946).
+ fix-for-missing-whirlpool-hmac-authentication.patch
* Fri Feb 08 2019 bjorn.lie@gmail.com
- Update to version 1.8.10:
+ Fix changing the proxy port in the editor.
+ Drop the file extension check when importing a file.
+ Support loading the editor shared object from the same
directory of plugin for development purposes.
+ Updated translations.
* Wed Oct 17 2018 bjorn.lie@gmail.com
- Update to version 1.8.8:
+ Fix a memory corruption bug in the advanced dialog.
+ Updated translations.
* Wed Oct 03 2018 bjorn.lie@gmail.com
- Update to version 1.8.6:
+ Don't validate auth parameter and pass it directly to openvpn.
+ Fix endless loop checking for encrypted certificate.
+ Sanitize newlines in export ovpn file.
+ Improve project description in doap file.
+ Various minor bugfixes and improvements.
+ Updated translations.
- Use autosetup and make_build macros.
* Mon May 28 2018 bjorn.lie@gmail.com
- Update to version 1.8.4:
+ Add support for the crl-verify option (bgo#782309)
+ Fix termination of openvpn process upon disconnect
(rh#1576600).
+ Updated translations.
* Sat Apr 14 2018 bjorn.lie@gmail.com
- Following changes in NetworkManager: pass without-libnm-glib to
configure, no longer build deprecated libnm-glib support.
- Following the above changes: Drop no longer needed
pkgconfig(NetworkManager), pkgconfig(libnm-glib),
pkgconfig(libnm-glib-vpn), pkgconfig(libnm-gtk) and
pkgconfig(libnm-util) BuildRequires.
- Package missing COPYING file.
- Package nm-openvpn-service.conf as config, silence rpmlint.
- Drop unnneeded NetworkManager-gnome Requires from gnome
sub-package, it is not longer of use for us.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 1.8.2:
+ Handle more then 255 routes (bgo#788137).
+ Fix GUI for editing connection with static key (bgo#788226).
+ Fix parsing gateway in helper script (bgo#788514).
+ Fix parsing 2FA challenge for "PASSWORD:Verification Failed"
(bgo#751842).
+ Fix parsing remote hosts from configuration (bgo#792252).
+ Fix assertion failure while quitting service (bgo#792252).
+ Add support for connect-timeout (bgo#792252).
+ Automatically lower connect-timeout if there are multiple
remotes to try at least 3 remotes (bgo#792252).
+ Add support for extra-certs (bgo#793746).
+ Various code cleanups.
+ Updated translations.
- Drop NetworkManager-openvpn-config.patch: fixed upstream.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Fri Sep 29 2017 dimstar@opensuse.org
- Add NetworkManager-openvpn-config.patch: fix unusable config
imports (certificate config was wrongly written out, causing the
VPN profile not be be functional).
* Fri Sep 22 2017 zaitor@opensuse.org
- Update to version 1.8.0:
+ Use gresources for ui files.
+ Use NMACertChooser for PKCS#11 support.
+ Support --ifconfig option not only for static key connections
(bgo#774727).
+ Fix import for key-direction to make it independent of the
order (bgo#778154).
+ Extend support for address family specifier for remote protocol
(bgo#731620).
+ Updated translations.
- Drop
add-support-for-IP-address-family-specifier-for-remote.patch:
Fixed upstream.
- Drop obsolete post(un) handling of icon_theme_cache_post(un), no
longer needed, there is no icon files anymore.
- Run spec-cleaner, modernize spec.
* Tue Aug 29 2017 sckang@suse.com
- modify add-support-for-IP-address-family-specifier-for-remote.patch:
modify this patch according to the commit pushed to upstream
master branch.
* Wed Aug 23 2017 sckang@suse.com
- add add-support-for-IP-address-family-specifier-for-remote.patch:
add support for IP address family specifier for remote protocol
(fate#322475, bgo#731620).
* Mon May 29 2017 zaitor@opensuse.org
- Update to version 1.2.10:
+ Add support for "tls-crypt" and "mtu-disc" options.
+ Add support for dynamic challenge-response protocol.
+ Allow choosing Adaptive or None LZO compression methods in the
connection properties dialog.
+ Avoid passing the obsolete "tls-remote" option to OpenVPN
versions that no longer support it and discourage its use in
the properties dialog.
+ Updated the build system to use non-recursive make.
+ Many bug fixes.
+ Updated translations.
* Tue Jan 24 2017 dimstar@opensuse.org
- Update to version 1.2.8:
+ Treat cipher and hmac options case insensitive in the
properties GUI.
+ Support numeric argument to mssfix option.
+ Fixes to translatable strings and use Unicode.
+ Updated translations.
* Mon Jan 23 2017 dimstar@opensuse.org
- Enable build for s390x: the entire dependency chain is in place.
* Tue Oct 04 2016 zaitor@opensuse.org
- Update to version 1.2.6:
+ Restore previous behavior for handling empty "comp-lzo"
(bgo#769177).
+ Support verify-x509-name (bgo#770922).
+ Support max-routes (bgo#720097).
+ Fix invalid free when parsing remote option.
+ Various cleanups.
+ Updated translations.
- Drop NetworkManager-openvpn-dl-linking.patch: Fixed upstream.
Following this: Drop libtool BuildRequires and stop passing
autoreconf, we no longer carry any patches.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
* Mon Aug 29 2016 dimstar@opensuse.org
- Update to version 1.2.4:
+ Prefer building against stable libsecret API.
+ Split libnm-vpn-plugin-openvpn.so into a GTK-free core plugin
usable by nmcli and a UI plugin for nm-applet and gnome
components.
+ Support NM_VPN_LOG_LEVEL environment variable to control debug
logging from NetworkManager.
+ Fix handling comp-lzo option.
+ Add support for tls-cipher option.
+ Add support for IPv6 DNS servers.
+ Fix handling quotes and comments when parsing ovpn files.
+ Hide internal ABI from properties libraries.
+ Preserve IP routing configuration on restart.
+ Various cleanups.
+ Updated translations.
- Replace pkgconfig(libsecret-unstable) BuildRequires with
pkgconfig(libsecret-1), following upstream.
- Drop --disable-more-warnings configure parameter: no longer
needed.
- Add NetworkManager-openvpn-dl-linking.patch: Fix build by linking
libdl (bgo#769783).
* Thu Apr 07 2016 zaitor@opensuse.org
- Update to version 1.2.2:
+ Fixed validation of proxy port.
+ Use a proper name for the AppStream metadata.
+ Updated translations.
* Thu Apr 07 2016 dimstar@opensuse.org
- Update to version 1.2.0:
+ build: don't include the full path to a plugin by default.
+ service: drop off the bus when done.
+ import/export: don't limit reneg-sec to 65536 on import.
+ Updated translations.
* Thu Apr 07 2016 dimstar@opensuse.org
- Update to version 1.1.93 (1.2-rc1):
+ service,properties: add support for --ns-cert-type option.
- Changes from version 1.1.92:
+ Code refactoring.
+ Bugs fixed: bgo#763039, bgo#763122, bgo#763320, bgo#763742,
bgo#764132.
+ Updated translations.
* Thu Apr 07 2016 dimstar@opensuse.org
- Update to version 1.1.91:
+ Add support for importing inline keys, secrets and PKCS12
certificates.
+ Bugs fixed: bgo#760746, bgo#760904, bgo#760968, bgo#760987,
bgo#761198, bgo#761285, bgo#761299, bgo#761907, bgo#762678.
+ Updated translations.
* Thu Apr 07 2016 dimstar@opensuse.org
- Update to version 1.1.90:
+ Ported to libnm, libnma and GDBus.
+ Support multiple concurrent OpenVPN connections.
+ Various import/export fixes.
+ Add support for --ping option to backend.
+ Updated translations.
- Add pkgconfig(libnm) and pkgconfig(libnma) BuildRequires: new
dependencies.
- Drop nm-openvpn-desktop.patch: No longer needed.
- Remove NetworkManager-openvpn-openvpn-settings.png source file:
as there is no desktop file left, there is also no need for an
icon.
* Thu Apr 07 2016 sckang@suse.com
- Update to GNOME 3.20 Fate#318572
* Sun Nov 22 2015 zaitor@opensuse.org
- Update to version 1.0.8:
+ Fix operations in IPv6-only configurations.
+ Add support for importing configurations with inline
certificates.
+ Do not require password if user chose not to store it.
+ Cosmetic UI fixes.
+ Updated translations.
* Mon Sep 07 2015 dimstar@opensuse.org
- Create user/group nm-openvpn: NM-openvpn now runs as unprivileged
user (as does NM-openconnect already) (boo#944665).
* Tue Sep 01 2015 simon@simotek.net
- Update to version 1.0.6:
+ Enhanced the GUI to support agent-owned and always-ask
passwords.
+ Support running unprivileged.
+ Updated translations.
* Wed May 06 2015 dimstar@opensuse.org
- Update to version 1.0.2:
+ Default to disabling periodic renegotioation. This avoids
renegotiating unnecessarily if the server doesn't specify a
renegotiation timeout, improving usability for OTP users.
+ Build fixes.
+ Updated translations.
* Tue Jan 27 2015 dimstar@opensuse.org
- Update to version 1.0.0:
+ Use Unix socket for management instead of local TCP socket.
+ Make password requests more robust.
+ Allow specifying port and protocol for multiple remotes (VPN
gateways).
+ updated translations.
* Fri Jan 23 2015 tampakrap@opensuse.org
- Make NetworkManager-openvpn-frontend a recommended dependency, as
it can work fine on systems without any DE installed.
/usr/lib/NetworkManager/VPN/nm-openvpn-service.name /usr/lib/nm-openvpn-service /usr/lib/nm-openvpn-service-openvpn-helper /usr/lib/sysusers.d/system-user-nm-openvpn.conf /usr/lib64/NetworkManager/libnm-vpn-plugin-openvpn.so /usr/share/dbus-1/system.d/nm-openvpn-service.conf /usr/share/doc/packages/NetworkManager-openvpn /usr/share/doc/packages/NetworkManager-openvpn/README /usr/share/licenses/NetworkManager-openvpn /usr/share/licenses/NetworkManager-openvpn/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:16:51 2026