Package Release Info

NetworkManager-openconnect-1.2.6-bp152.1.4

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

NetworkManager-openconnect
NetworkManager-openconnect-gnome
NetworkManager-openconnect-lang

Change Logs

* Wed Aug 07 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.2.6:
  + 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.
  + Allow key files for TPM v2.0 to be configured.
  + Add support for PAN GlobalProtect and native Pulse Secure
    protocol.
  + Discourage users from accepting bad server certificates.
  + Add persistent support (beware
    https://bugzilla.gnome.org/794190 though).
- Add pkgconfig(gcr-3) BuildRequires: New dependency.
- Use modern macros.
* 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) and pkgconfig(libnm-util)
  BuildRequires.
- Drop no longer needed export CFLAGS="%%{optflags}
  - Wno-deprecated-declarations".
- Drop unnneeded NetworkManager-gnome Requires from gnome
  sub-package, it is not longer of use for us.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Dec 06 2016 dimstar@opensuse.org
- Update to version 1.2.4:
  + Split libnm-vpn-plugin-openconnect.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.
  + Support Juniper Network Connect / Junos Pulse Secure VPN.
  + Add Yubikey OATH support.
  + Added support for automatic login when all needed data is
    known.
  + Fixed support for IPv6-only VPNs.
  + Updated translations.
* Sat May 14 2016 zaitor@opensuse.org
- Update to version 1.2.2:
  + Use a proper name for the AppStream metadata.
  + Updated translations.
* Mon May 02 2016 dimstar@opensuse.org
- Update to version 1.2.0:
  + build: don't include the full path to a plugin by default.
  + Updated translations.
* Wed Apr 06 2016 dimstar@opensuse.org
- Update to version 1.1.93 (1.2-rc1):
  + No changes.
- Changes from version 1.1.92:
  + plugin: avoid calling GetAll on service object.
  + Updated translations.
* Tue Mar 01 2016 dimstar@opensuse.org
- Update to version 1.1.91:
  + service: drop off the bus if the peer vanishes or we're
    unneeded.
  + Updated translations.
* Thu Jan 21 2016 dimstar@opensuse.org
- Update to version 1.1.90:
  + Ported to libnm, libnma and GDBus.
  + Support multiple concurrent VPN connections.
  + Updated translations.
- Add pkgconfig(libnm) BuildRequires: new dependency.
* Sun Nov 22 2015 zaitor@opensuse.org
- Update to version 1.0.8:
  + Updated translations.
* Wed May 06 2015 dimstar@opensuse.org
- Update to version 1.0.2:
  + Updated translations.
* Tue Mar 17 2015 dimstar@opensuse.org
- Replace openconnect-devel BuildRequires with
  pkgconfig(openconnect), matching what configure checks for.
* Tue Jan 27 2015 dimstar@opensuse.org
- Update to version 1.0.0:
  + Dropped support for libopenconnect.so.1.
  + Added support for libopenconnect.so.4.
  + Added support HMAC-based One Time Password (HOTP).
  + Updated translations.
- Drop NetworkManager-openconnect-7.0.patch: fixed upstream.
* Mon Dec 08 2014 dimstar@opensuse.org
- Add NetworkManager-openconnect-7.0.patch: Fix build with
  OpenConnect 7.0. Patch taken from git, commit 58944a3.
* Fri Jul 11 2014 dimstar@opensuse.org
- Update to version 0.9.10.0:
  + Use libsecret for password storage instead of gnome-keyring.
  + Updated translations.
- Replace pkgconfig(gnome-keyring-1) BuildRequires with
  pkgconfig(libsecret-unstable), following upstreams switch to
  libsecret.
* Sun Mar 16 2014 zaitor@opensuse.org
- Update to version 0.9.8.6:
  + Add support for OpenConnect 6.0.
  + Allow alpha-numeric software token secrets instead of only
    numeric ones.
  + Add support for TOTP tokens.
  + Hide irrelevant options from the auth dialog.
  + Show correct options when user selects a different auth group.
  + Updated translations.
* Fri Sep 13 2013 dimstar@opensuse.org
- Update to version 0.9.8.4:
  + Fixed paths in VPN service file.
  + Fixed localization in non-UTF-8 locales.
  + Removed spurious GConf dependency.
  + Updated translations.
- Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed.
* Thu Jul 11 2013 dimstar@opensuse.org
- Add -Wno-deprecated-declarations to CFLAGS to not fail on
  use of deprecated symbols of GTK+ 3.9.
* Fri Jun 21 2013 dimstar@opensuse.org
- Update to version 0.9.8.2:
  + Automatically start if there's only one host.
  + Updated translations.
* Fri Feb 22 2013 zaitor@opensuse.org
- Update to version 0.9.8.0:
  + Builds against the GNOME 3.8 versions of GLib and Gtk+.
  + Software Tokens are now supported (if libopenconnect has support
    for them).
  + Fixed typos in several messages.
  + nm-openconnect-service now returns translated error messages.
  + Updated translations.
- Drop NetworkManager-openconnect-g_type_init.patch, fixed
  upstream.
Version: 1.2.10-bp160.1.16
* Thu Mar 28 2024 Jonathan Kang <songchuan.kang@suse.com>
- Add missing supplements(bsc#1220391):
  + NMA subpackage: Main package and gnome-control-center
* Thu Nov 02 2023 Callum Farmer <gmbr3@opensuse.org>
- Rename gnome subpackage to NetworkManager-applet-openconnect
  to more accurately reflect its usage
- Add missing supplements:
  - NM and openconnect
  - NMA subpackage: Main package and NMA
* Wed May 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.2.10:
  + Improved cancellation handling.
  + Support SAML/SSO authentication for some VPN protocols.
  + Allow useragent override.
  + Support webkit2gtk-4.1.
  + Allow choosing certificates/keys from PKCS#11 tokens.
  + Allow custom interface name.
  + Allow UDP connectivity to be disabled.
  + Support multi-certificate authentication for AnyConnect.
  + Fix hangs with external browsers which spam stdout.
  + Updated translations.
- Drop dbus-location.patch: Fixed upstream.
- Add pkgconfig(webkit2gtk-4.1) BuildRequires: New dependency.
* Thu Oct 27 2022 Callum Farmer <gmbr3@opensuse.org>
- Add dbus-location.patch: move dbus system.d conf file to /usr
  (bsc#1204795)
- Due to patching: add BRs autoconf, automake and libtool
* Sat Mar 12 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.2.8:
  + Gtk4 version of the editor plugin is now available (for use
    with Control Center of GNOME 42 or later).
  + Fix SNI and authgroup problems.
  + Handle IPv6 nameservers.
  + Allow IP prefixes of 0 for routing rules.
  + Updated translations.
- Add pkgconfig(gtk4) and pkgconfig(libnma-gtk4) BuildRequires and
  pass --with-gtk4=yes to configure, build the gtk4 version.
- Stop passing --without-libnm-glib to configure, no longer
  needed, nor recognized.
- Add optional libxml2-tools BuildRequires, build runs
  xml-stripblanks preprocessing if available.
* Tue Sep 14 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).
* 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
* 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).
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use