summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2016-07-14 15:07:42 +0200
committerNoel Kuntze2016-07-14 15:07:42 +0200
commitddea2036e90651ba4f5af2eff9f82784468935ec (patch)
treee2e011582eff283a3488c1af43c144a719bae761
parent18130c229ea30180a407fda45baf30017069c14d (diff)
downloadaur-ddea2036e90651ba4f5af2eff9f82784468935ec.tar.gz
strongswan: bump to 5.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6924053898..d8f819a22e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 27 23:51:50 UTC 2016
+# Thu Jul 14 13:07:37 UTC 2016
pkgbase = strongswan
pkgdesc = open source IPsec implementation
- pkgver = 5.4.0
- pkgrel = 2
+ pkgver = 5.5.0
+ pkgrel = 1
url = http://www.strongswan.org
arch = i686
arch = x86_64
@@ -94,9 +94,9 @@ pkgbase = strongswan
backup = etc/strongswan.d/charon/xcbc.conf
backup = etc/strongswan.d/charon/chapoly.conf
backup = etc/strongswan.d/charon/unity.conf
- source = https://download.strongswan.org/strongswan-5.4.0.tar.bz2
+ source = https://download.strongswan.org/strongswan-5.5.0.tar.bz2
source = configure_ac.patch
- sha256sums = f8288faaea6a9cd8a7d413c0b76b7922be5da3dfcd01fd05cb30d2c55d3bbe89
+ sha256sums = 58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454
sha256sums = 003750d77fa501075f1fdb6f55926dc544407c5dd26e2fd8d5eb4917ddf0b3f7
pkgname = strongswan
diff --git a/PKGBUILD b/PKGBUILD
index 2ee5d0c1b16f..f503e2bb29e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# Maintainer: Thermi <noel [at] familie-kuntze dot de>
pkgname=strongswan
-pkgver=5.4.0
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
pkgdesc="open source IPsec implementation"
url='http://www.strongswan.org'
license=("GPL")
@@ -40,7 +40,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=('f8288faaea6a9cd8a7d413c0b76b7922be5da3dfcd01fd05cb30d2c55d3bbe89'
+sha256sums=('58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454'
'003750d77fa501075f1fdb6f55926dc544407c5dd26e2fd8d5eb4917ddf0b3f7')
# We don't build libipsec because it would get loaded before kernel-netlink and netkey, which