Page MenuHomeSolus
Authored By
mmeinert
Jan 9 2017, 12:31 PM
Size
5 KB
Referenced Files
None
Subscribers
None

0001-Update-to-7.08.patch

From 7d425230483d5b130f6fda828bec16a5a180a3ec Mon Sep 17 00:00:00 2001
From: Michael Meinertzhagen <mmeinert@protonmail.com>
Date: Mon, 9 Jan 2017 13:26:39 +0100
Subject: [PATCH 1/1] Update to 7.08
---
component.xml | 4 ----
package.yml | 20 +++++++++++---------
pspec_x86_64.xml | 44 +++++++++++++++-----------------------------
3 files changed, 26 insertions(+), 42 deletions(-)
delete mode 100644 component.xml
diff --git a/component.xml b/component.xml
deleted file mode 100644
index 181f235..0000000
--- a/component.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<PISI>
- <Name>network.base</Name>
-</PISI>
-
diff --git a/package.yml b/package.yml
index 624b2e5..e6cc546 100644
--- a/package.yml
+++ b/package.yml
@@ -1,23 +1,25 @@
name : openconnect
-version : 7.06
-release : 2
+version : 7.08
+release : 3
source :
- - ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz : facf695368dc4537a6a30e2147be90b1d77ee3cb2d269eaef070b6d9ddab70f2
-license : GPL-2.0
+ - ftp://ftp.infradead.org/pub/openconnect/openconnect-7.08.tar.gz : 1c44ec1f37a6a025d1ca726b9555649417f1d31a46f747922b84099ace628a03
+license : GPL-2.1
+component : network.base
summary : Open client for Cisco AnyConnect VPN
description: |
- Open client for Cisco AnyConnect VPN
+ Open client for Cisco AnyConnect SSL VPN. It has since been ported to support the Juniper SSL VPN which is now known as Pulse Connect Secure.
builddeps :
- pkgconfig(gnutls)
- - pkgconfig(p11-kit-1)
- pkgconfig(openssl)
- - pkgconfig(libxml-2.0)
+ - pkgconfig(p11-kit-1)
+ - pkgconfig(liblz4)
+ - pkgconfig(libpcsclite)
- pkgconfig(libproxy-1.0)
+ - pkgconfig(libxml-2.0)
+ - pkgconfig(zlib)
- vpnc
rundeps :
- vpnc
-patterns :
- - docs: /usr/share/doc
setup : |
%configure --sbindir=/usr/bin
build : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
index 2910f03..4147310 100644
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,27 +2,26 @@
<Source>
<Name>openconnect</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Michael Meinertzhagen</Name>
+ <Email>mmeinert@protonmail.com</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.1</License>
+ <PartOf>network.base</PartOf>
<Summary xml:lang="en">Open client for Cisco AnyConnect VPN</Summary>
- <Description xml:lang="en">Open client for Cisco AnyConnect VPN
+ <Description xml:lang="en">Open client for Cisco AnyConnect SSL VPN. It has since been ported to support the Juniper SSL VPN which is now known as Pulse Connect Secure.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>openconnect</Name>
<Summary xml:lang="en">Open client for Cisco AnyConnect VPN</Summary>
- <Description xml:lang="en">Open client for Cisco AnyConnect VPN
+ <Description xml:lang="en">Open client for Cisco AnyConnect SSL VPN. It has since been ported to support the Juniper SSL VPN which is now known as Pulse Connect Secure.
</Description>
<PartOf>network.base</PartOf>
- <RuntimeDependencies>
- <Dependency>vpnc</Dependency>
- </RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
@@ -30,38 +29,25 @@
<Package>
<Name>openconnect-devel</Name>
<Summary xml:lang="en">Development files for openconnect</Summary>
- <Description xml:lang="en">Open client for Cisco AnyConnect VPN
+ <Description xml:lang="en">Open client for Cisco AnyConnect SSL VPN. It has since been ported to support the Juniper SSL VPN which is now known as Pulse Connect Secure.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="current">openconnect</Dependency>
+ <Dependency release="3">openconnect</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include</Path>
+ <Path fileType="header">/usr/include/</Path>
<Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>openconnect-docs</Name>
- <Summary xml:lang="en">Documentation for openconnect</Summary>
- <Description xml:lang="en">Open client for Cisco AnyConnect VPN
-</Description>
- <PartOf>programming.docs</PartOf>
- <RuntimeDependencies>
- <Dependency release="current">openconnect</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
</Files>
</Package>
<History>
- <Update release="2">
+ <Update release="3">
- <Date>2016-03-08</Date>
+ <Date>2017-01-09</Date>
- <Version>7.06</Version>
+ <Version>7.08</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Michael Meinertzhagen</Name>
+ <Email>mmeinert@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6215
Default Alt Text
0001-Update-to-7.08.patch (5 KB)

Event Timeline