Compare commits
6 Commits
8.10-1mamb
...
9.12-1mamb
Author | SHA1 | Date | |
---|---|---|---|
84670ea0fe | |||
6e23aeab10 | |||
87c05debe0 | |||
acba4d4345 | |||
0539df2bae | |||
207f70f3b4 |
@ -1,5 +1,5 @@
|
||||
Name: openconnect
|
||||
Version: 8.10
|
||||
Version: 9.12
|
||||
Release: 1mamba
|
||||
Summary: A client for Cisco's AnyConnect SSL VPN
|
||||
Group: Network/Security
|
||||
@ -11,14 +11,11 @@ Source: ftp://ftp.infradead.org/pub/openconnect/openconnect-%{version}.ta
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
@ -26,13 +23,12 @@ BuildRequires: libpcsclite-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libtss2-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: trousers-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libtss2-devel >= 3.0.1
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which 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.
|
||||
@ -91,7 +87,6 @@ rm -f %{buildroot}%{_libexecdir}/openconnect/hipreport-android.sh
|
||||
%files -n libopenconnect-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/openconnect.h
|
||||
%{_libdir}/libopenconnect.la
|
||||
%{_libdir}/libopenconnect.so
|
||||
%dir %{_datadir}/doc/openconnect
|
||||
%{_datadir}/doc/openconnect/*
|
||||
@ -99,6 +94,24 @@ rm -f %{buildroot}%{_libexecdir}/openconnect/hipreport-android.sh
|
||||
%doc TODO
|
||||
|
||||
%changelog
|
||||
* Sun May 21 2023 Automatic Build System <autodist@mambasoft.it> 9.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 9.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 9.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 01 2022 Automatic Build System <autodist@mambasoft.it> 9.01-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 21 2022 Automatic Build System <autodist@mambasoft.it> 8.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.10-2mamba
|
||||
- rebuilt with libtss2 3.0.1
|
||||
|
||||
* Sat May 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.10-1mamba
|
||||
- update to 8.10
|
||||
|
||||
|
Reference in New Issue
Block a user