Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openconnect for openSUSE:Factory checked in at 2022-05-05 23:05:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openconnect (Old) and /work/SRC/openSUSE:Factory/.openconnect.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openconnect" Thu May 5 23:05:13 2022 rev:39 rq:974476 version:8.20 Changes: -------- --- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes 2021-12-07 00:00:21.880355929 +0100 +++ /work/SRC/openSUSE:Factory/.openconnect.new.1538/openconnect.changes 2022-05-05 23:05:43.713507503 +0200 @@ -1,0 +2,29 @@ +Mon Apr 18 07:39:45 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 8.20: + * Support non-AEAD ciphersuites in DTLSv1.2 with AnyConnect. + * Emulated a newer version of GlobalProtect official clients, + 5.1.5-8; was 4.0.2-19 + * Support Juniper login forms containing both password and 2FA + token + * Explicitly disable 3DES and RC4, unless enabled with + --allow-insecure-crypto + * Allow protocols to delay tunnel setup and shutdown (!117) + * Support for GlobalProtect IPv6 + * SIGUSR1now causes OpenConnect to log detailed connection + information and statistics + * Allow --servercert to be specified multiple times in order to + accept server certificates matching more than one possible + fingerprint + * Demangle default routes sent as split routes by GlobalProtect + * Support more Juniper login forms, including some SSO forms + * Restore compatibility with newer Cisco servers, by no longer + sending them the X-AnyConnect-Platform header + * Add support for PPP-based protocols, currently over TLS only. + * Add support for two PPP-based protocols, F5 with + --protocol=f5 and Fortinet with --protocol=fortinet. + * Add support for Array Networks SSL VPN. + * Support TLSv1.3 with TPMv2 EC and RSA keys, add test cases + for swtpm and hardware TPM. + +------------------------------------------------------------------- Old: ---- openconnect-8.10.tar.gz openconnect-8.10.tar.gz.sig New: ---- openconnect-8.20.tar.gz openconnect-8.20.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openconnect.spec ++++++ --- /var/tmp/diff_new_pack.vcfAZA/_old 2022-05-05 23:05:44.321508262 +0200 +++ /var/tmp/diff_new_pack.vcfAZA/_new 2022-05-05 23:05:44.325508268 +0200 @@ -1,7 +1,7 @@ # # spec file for package openconnect # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define libname libopenconnect5 Name: openconnect -Version: 8.10 +Version: 8.20 Release: 0 -Summary: Open client for Cisco AnyConnect VPN +Summary: Client for Cisco AnyConnect VPN License: LGPL-2.1-or-later Group: Productivity/Networking/Security URL: http://www.infradead.org/openconnect.html +#Git-Web: https://gitlab.com/openconnect/openconnect Source0: ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz Source1: vpnc-script Source98: ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.sig @@ -46,48 +47,50 @@ BuildRequires: pkgconfig(uid_wrapper) %description -This package provides a client for Cisco's "AnyConnect" VPN, which uses -HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, -by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, -7200 Series and Cisco 7301 Routers, and probably others. +This package provides a multi-protocol client for a number of SSL +VPNs, such as: + +* Cisco's "AnyConnect" VPN (HTTPS/DTLS) supported by the ASA5500 Series, + by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, + 7200 Series and Cisco 7301 Routers, and probably others. +* Array Networks AG SSL VPN +* Juniper SSL VPN +* Pulse Connect Secure +* Palo Alto Networks GlobalProtect SSL VPN +* F5 Big-IP SSL VPN +* Fortinet Fortigate SSL VPN %package -n %{libname} Summary: Libraries for %{name} Group: System/Libraries %description -n %{libname} -This package provides libraries for Cisco's "AnyConnect" VPN, which uses -HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, -by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, -7200 Series and Cisco 7301 Routers, and probably others. +This package provides a multi-protocol client for a number of SSL +VPNs, including Cisco's "AnyConnect" VPN. %package devel Summary: Development files and headers for %{name} Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} -Recommends: pkgconfig +Requires: %{libname} = %{version} %description devel -This package provides a client for Cisco's "AnyConnect" VPN, which uses -HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, -by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, -7200 Series and Cisco 7301 Routers, and probably others. +This package provides a multi-protocol client for a number of SSL +VPNs, including Cisco's "AnyConnect" VPN. This packages provides development files and headers needed to build -packages against openconnect +packages against openconnect. %package doc Summary: Documentation for %{name} -Group: Development/Libraries/C and C++ +Group: Documentation/HTML Recommends: %{name} = %{version} +BuildArch: noarch %description doc -This package provides a client for Cisco's "AnyConnect" VPN, which uses -HTTPS and DTLS protocols. AnyConnect is supported by the ASA5500 Series, -by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, -7200 Series and Cisco 7301 Routers, and probably others. +This package provides a multi-protocol client for a number of SSL +VPNs, including Cisco's "AnyConnect" VPN. -This packages provides documentation and help files for openconnect +This packages provides documentation and help files for openconnect. %package bash-completion Summary: Bash Completion for %{name} @@ -105,7 +108,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %configure \ @@ -121,7 +124,7 @@ --with-libpcsclite \ --with-libpskc \ --with-gssapi -make %{?_smp_mflags} +%make_build %install %make_install @@ -135,7 +138,7 @@ %find_lang %{name} %check -make %{?_smp_mflags} check +%make_build check %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig ++++++ openconnect-8.10.tar.gz -> openconnect-8.20.tar.gz ++++++ ++++ 321534 lines of diff (skipped)