summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2016-04-24 12:08:09 +0200
committerAlexandre Bique2016-04-24 12:08:09 +0200
commit00f33d6d691f707ad39ac0c122d8243b2af0be08 (patch)
tree433829932a7d034603deedebf40c8a4ba40cd3c3
parent70d93031a03e97413af3c1190f119263fb341665 (diff)
downloadaur-00f33d6d691f707ad39ac0c122d8243b2af0be08.tar.gz
Bump to 3.17
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5c8b2ae57ba..90738f2a87db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 10:40:30 UTC 2016
+# Sun Apr 24 10:07:59 UTC 2016
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.16
- pkgrel = 2
+ pkgver = 3.17
+ pkgrel = 1
url = https://libreswan.org/
arch = i686
arch = x86_64
@@ -21,10 +21,11 @@ pkgbase = libreswan
conflicts = strongswan
conflicts = ipsec-tools
backup = etc/ipsec.conf
+ backup = etc/ipsec.secrets
backup = etc/pam.d/pluto
- source = https://download.libreswan.org/libreswan-3.16.tar.gz
+ source = https://download.libreswan.org/libreswan-3.17.tar.gz
source = tmpfiles.conf
- md5sums = 22c2d8d5b637e20fe222ebcf99b4a917
+ md5sums = a37ce71229d491f30926788565f82e16
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index 17b95fdfa727..6d262ac8a70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Alexandre BIQUE <bique.alexandre@gmail.com>
pkgname=libreswan
-pkgver=3.16
-pkgrel=2
+pkgver=3.17
+pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -15,13 +15,13 @@ optdepends=()
provides=()
conflicts=('freeswan' 'openswan' 'strongswan' 'ipsec-tools')
replaces=()
-backup=('etc/ipsec.conf' 'etc/pam.d/pluto')
+backup=('etc/ipsec.conf' 'etc/ipsec.secrets' 'etc/pam.d/pluto')
options=()
install=
changelog=
source=(https://download.libreswan.org/${pkgname}-${pkgver}.tar.gz
tmpfiles.conf)
-md5sums=('22c2d8d5b637e20fe222ebcf99b4a917'
+md5sums=('a37ce71229d491f30926788565f82e16'
'77399a739ee99f8bc54837684d7c39d5')
prepare() {