summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2017-02-23 17:10:37 +0100
committerAlexandre Bique2017-02-23 17:10:37 +0100
commit826c9eb586c616e5fcca662bbeb90dac77984b9a (patch)
treefa4d7ffa6b75765e4508f9df1011efdd25ad3679
parent6d471fc1309af95f211ac0b5bfc20ab532e91f75 (diff)
downloadaur-826c9eb586c616e5fcca662bbeb90dac77984b9a.tar.gz
Update to version 3.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a34b2ea7d5..0760fbded4ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 6 13:13:59 UTC 2016
+# Thu Feb 23 16:10:31 UTC 2017
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.18
- pkgrel = 2
+ pkgver = 3.19
+ pkgrel = 1
url = https://libreswan.org/
arch = i686
arch = x86_64
@@ -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.18.tar.gz
+ source = https://download.libreswan.org/libreswan-3.19.tar.gz
source = tmpfiles.conf
- md5sums = 600c40e0d94c61408c7b4948971d78f4
+ md5sums = f2abcdcdccb2ec42f226a6dbb0528cad
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index c3a942925903..9385e6623798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# (Co-)Maintainer: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.18
-pkgrel=2
+pkgver=3.19
+pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -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=('600c40e0d94c61408c7b4948971d78f4'
+md5sums=('f2abcdcdccb2ec42f226a6dbb0528cad'
'77399a739ee99f8bc54837684d7c39d5')
build() {