summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2016-08-01 09:55:05 +0200
committerAlexandre Bique2016-08-01 10:02:21 +0200
commit0a7c14fbe0db24b2e6ffedc51d61a2689152d2cb (patch)
tree762f11abeb21c0ac15602cac4cc5fce59152044d
parentb76e59036ea5ae1694b886f05e3488c5d463c4ef (diff)
downloadaur-0a7c14fbe0db24b2e6ffedc51d61a2689152d2cb.tar.gz
Update libreswan to 3.18
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0203b0b68573..12330267c990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 16 17:53:51 UTC 2016
+# Mon Aug 1 07:54:55 UTC 2016
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.17
- pkgrel = 2
+ pkgver = 3.18
+ pkgrel = 1
url = https://libreswan.org/
arch = i686
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = libreswan
backup = etc/ipsec.conf
backup = etc/ipsec.secrets
backup = etc/pam.d/pluto
- source = https://download.libreswan.org/libreswan-3.17.tar.gz
+ source = https://download.libreswan.org/libreswan-3.18.tar.gz
source = tmpfiles.conf
- sha256sums = 28c286f57f6d8d00e1502ea283aac0f9f863edb2d759e50dc89df0e28c0d0d03
- sha256sums = 78265c690d58228c3bcc1a8793456172c39d493d268e9d9b1816288d0a47f573
+ md5sums = 600c40e0d94c61408c7b4948971d78f4
+ md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index 4e9b0e66dcf1..8d85d71608d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# (Co-)Maintainer: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.17
-pkgrel=2
+pkgver=3.18
+pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -15,8 +15,8 @@ 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)
-sha256sums=('28c286f57f6d8d00e1502ea283aac0f9f863edb2d759e50dc89df0e28c0d0d03'
- '78265c690d58228c3bcc1a8793456172c39d493d268e9d9b1816288d0a47f573')
+md5sums=('600c40e0d94c61408c7b4948971d78f4'
+ '77399a739ee99f8bc54837684d7c39d5')
build() {
cd $pkgname-$pkgver