summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2019-05-26 07:08:43 +0900
committerGomasy2019-05-26 07:08:43 +0900
commitb3c678e9840aca2a3ad6ec481d6375c4ce9b0d50 (patch)
treea1637c9f5e21e26eb3c0eeeaa5197a3ef53e532a
parent21df88fd0ca22a2ef633c2727b8af9ea169f727c (diff)
downloadaur-b3c678e9840aca2a3ad6ec481d6375c4ce9b0d50.tar.gz
Bump to 3.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef11a47f1d24..9c45669b53a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.27
+ pkgver = 3.28
pkgrel = 1
url = https://libreswan.org/
arch = i686
@@ -23,9 +23,9 @@ pkgbase = libreswan
backup = etc/ipsec.conf
backup = etc/ipsec.secrets
backup = etc/pam.d/pluto
- source = https://download.libreswan.org/libreswan-3.27.tar.gz
+ source = https://download.libreswan.org/libreswan-3.28.tar.gz
source = tmpfiles.conf
- md5sums = a53f0545628cf3b5ccfc72a999388eb8
+ md5sums = 5a26c3411b52bd708ba1b46d077c3b63
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index f1e8e31752e3..88a0f8b6ad05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.27
+pkgver=3.28
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=('a53f0545628cf3b5ccfc72a999388eb8'
+md5sums=('5a26c3411b52bd708ba1b46d077c3b63'
'77399a739ee99f8bc54837684d7c39d5')
build() {