openconnect ver. bump

This commit is contained in:
Rmys
2021-07-02 18:57:11 +03:00
committed by GitHub
parent 4be92bccbc
commit 81b81b9416
2 changed files with 24 additions and 5 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Linux network bridging utilities</Summary>
<Description>Containts userspace driver for IEEE 802.1d ethernet bridging (plus Spanning Tree protocol) for the linux kernel.</Description>
<Archive sha1sum="6ada895d78cadf5ba22f5dbc628e76750dbdfc51" type="tarxz">https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.6.tar.xz</Archive>
<Archive sha1sum="07266dff2bf31a24fc912314b6764251ce645a39" type="tarxz">https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz</Archive>
<Patches>
<Patch level="1">bridge-utils-1.0.4-inc.patch</Patch>
<!--<Patch level="1">bridge-utils-1.2-show-ports.patch</Patch>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-07-02</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-03-19</Date>
<Version>1.6</Version>
+16 -4
View File
@@ -12,13 +12,14 @@
<IsA>app:console</IsA>
<Summary>A client for Cisco's AnyConnect VPN, which uses HTTPS and DTLS protocols</Summary>
<Description>openconnect provides the core HTTP and authentication support from the OpenConnect VPN client, to be used by GUI authentication dialogs for NetworkManager etc.</Description>
<Archive sha1sum="7fc0ed9cb34b401740100f36695036d3333256c0" type="targz">ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz</Archive>
<Archive sha1sum="2829320cfd7801baf4ceccc8d4f650a10994cd51" type="targz">https://www.infradead.org/openconnect/download/openconnect-8.10.tar.gz</Archive>
<BuildDependencies>
<!--<Dependency>libtomcrypt</Dependency>-->
<!-- <Dependency>stoken-devel</Dependency> -->
<!-- <Dependency>libproxy-devel</Dependency> -->
<Dependency>libproxy-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>lz4-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -35,6 +36,7 @@
<Package>
<Name>openconnect</Name>
<RuntimeDependencies>
<Dependency>lz4</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>openssl</Dependency>
@@ -42,15 +44,18 @@
<Dependency>gnutls</Dependency>
<Dependency>p11-kit</Dependency>
<Dependency>e2fsprogs</Dependency>
<!-- <Dependency>libproxy</Dependency> -->
<Dependency>bash-completion</Dependency>
<Dependency>libproxy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/openconnect</Path>
<Path fileType="executable">/usr/libexec/openconnect</Path>
<Path fileType="man">/usr/share/man/man8</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/bash-completion/completions/openconnect</Path>
</Files>
</Package>
@@ -72,6 +77,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-07-02</Date>
<Version>8.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-04-08</Date>
<Version>8.05</Version>