summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2017-08-14 06:26:21 +0200
committerAlexandre Bique2017-08-14 06:26:21 +0200
commitda3b35277bf438c8bf338d6389653eb9606d24c3 (patch)
treea91abbdf1d785fca3ba7abebcec3ffeb1bc9c00d
parent5da5c5a05cb04c915655e427319032164a25a0ff (diff)
downloadaur-da3b35277bf438c8bf338d6389653eb9606d24c3.tar.gz
Update libreswan to 3.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd1a1c52eaa..6fca44d3f75a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 26 18:38:20 UTC 2017
+# Mon Aug 14 04:26:15 UTC 2017
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.20
+ pkgver = 3.21
pkgrel = 1
url = https://libreswan.org/
arch = i686
@@ -25,9 +25,9 @@ pkgbase = libreswan
backup = etc/ipsec.conf
backup = etc/ipsec.secrets
backup = etc/pam.d/pluto
- source = https://download.libreswan.org/libreswan-3.20.tar.gz
+ source = https://download.libreswan.org/libreswan-3.21.tar.gz
source = tmpfiles.conf
- md5sums = 72aecdf8314c0c47546d5ae2cf918191
+ md5sums = cdd455cc3a97cd975ca9c92a55970641
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index cc3c62e5130d..1796f94ab106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# (Co-)Maintainer: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.20
+pkgver=3.21
pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ conflicts=('freeswan' 'openswan' 'strongswan' 'ipsec-tools')
backup=('etc/ipsec.conf' 'etc/ipsec.secrets' 'etc/pam.d/pluto')
source=(https://download.libreswan.org/${pkgname}-${pkgver}.tar.gz
tmpfiles.conf)
-md5sums=('72aecdf8314c0c47546d5ae2cf918191'
+md5sums=('cdd455cc3a97cd975ca9c92a55970641'
'77399a739ee99f8bc54837684d7c39d5')
build() {