summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThermi2015-11-16 15:29:38 +0100
committerThermi2015-11-16 15:29:38 +0100
commit0cc16d70ae3887df89907ef50805029ba731fb93 (patch)
tree787f4430d12689a30a77c0e6e5d8686c09a6b264
parentd9a43dacf423470647737fcadd2a04a69580993b (diff)
downloadaur-0cc16d70ae3887df89907ef50805029ba731fb93.tar.gz
strongswan: Upgrade to 5.3.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 522ef928c0e7..0bf89fea5ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = strongswan
pkgdesc = open source IPsec implementation
- pkgver = 5.3.3
- pkgrel = 2
+ pkgver = 5.3.4
+ pkgrel = 1
url = http://www.strongswan.org
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = strongswan
conflicts = openswan
options = !libtool
backup = etc/ipsec.conf
+ backup = etc/swanctl/swanctl.conf
backup = etc/strongswan.conf
backup = etc/strongswan.d/charon-logging.conf
backup = etc/strongswan.d/charon.conf
@@ -80,8 +81,8 @@ pkgbase = strongswan
backup = etc/strongswan.d/charon/xauth-generic.conf
backup = etc/strongswan.d/charon/xcbc.conf
backup = etc/strongswan.d/charon/chapoly.conf
- source = https://download.strongswan.org/strongswan-5.3.3.tar.bz2
- sha256sums = 39d2e8f572a57a77dda8dd8bdaf2ee47ad3cefeb86bbb840d594aa75f00f33e2
+ source = https://download.strongswan.org/strongswan-5.3.4.tar.bz2
+ sha256sums = 938ad1f7b612e039f1d32333f4865160be70f9fb3c207a31127d0168116459aa
pkgname = strongswan
diff --git a/PKGBUILD b/PKGBUILD
index 8ca837bfd132..bf69e4ee644a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
# Contributor: 458italia <svenskaparadox [at] gmail dot com>
# Contributor: Thermi <noel [at] familie-kuntze dot com>
# Former maintainer: dkorzhevin <dkorzhevin at gmail dot com>
-# Maintainer: Thermi <noel [at] familie-kuntze dot com>
+# Maintainer: Thermi <noel [at] familie-kuntze dot de>
pkgname=strongswan
-pkgver=5.3.3
-pkgrel=2
+pkgver=5.3.4
+pkgrel=1
pkgdesc="open source IPsec implementation"
url='http://www.strongswan.org'
license=("GPL")
@@ -37,7 +37,7 @@ source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2")
# md5 is broken. We use sha256 now. Alternatively, we could check the signature of the file, but that
# doesn't yield any more security and just increases the work users initially have to invest.
-sha256sums=('39d2e8f572a57a77dda8dd8bdaf2ee47ad3cefeb86bbb840d594aa75f00f33e2')
+sha256sums=('938ad1f7b612e039f1d32333f4865160be70f9fb3c207a31127d0168116459aa')
# We don't build libipsec because it would get loaded before kernel-netlink and netkey, which
# would case processing to be handled in user space. Also, the plugin is experimental. If you need it,