[arch-commits] Commit in strongswan/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Wed Nov 22 11:04:51 UTC 2017
Date: Wednesday, November 22, 2017 @ 11:04:50
Author: shibumi
Revision: 267914
upgpkg: strongswan 5.6.1-1
removed stdint.patch (fixed upstream)
Modified:
strongswan/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-22 10:19:36 UTC (rev 267913)
+++ PKGBUILD 2017-11-22 11:04:50 UTC (rev 267914)
@@ -10,8 +10,8 @@
# Contributor: Thermi <noel [at] familie-kuntze dot com>
pkgname=strongswan
-pkgver=5.6.0
-pkgrel=2
+pkgver=5.6.1
+pkgrel=1
pkgdesc="open source IPsec implementation"
url='http://www.strongswan.org'
license=("GPL2")
@@ -43,15 +43,13 @@
source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"
"https://download.strongswan.org/strongswan-${pkgver}.tar.bz2.sig"
'configure_ac.patch'
- 'stdint.patch'
)
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('9362069a01c3642e62864d88fdb409a3c7514bf7c92cbe36e552c6a80915119cf5bb91c39592aab2d15b562684a0628a764e4fa7636d3b5fd2ebaf165c0ce649'
+sha512sums=('e4bdcf434739cf18544e18635c0b2e34c8b39e9c6c7a7cab31972bae6b1922da324f47c333fc478fa6177f58a2e59c438c48420c74086da1c0555e9a9361834e'
'SKIP'
- '0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74'
- 'd24ec19bca6faa56c4f29f6d0b785fc70406850d2884b75982b0ca4f285119799f199a9f7dac3e2929a4380fb444d53b939f242c62d0630d5112bf4ac531ca80')
+ '0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
# We don't build libipsec because it would get loaded before kernel-netlink and netkey, which
# would case processing to be handled in user space. Also, the plugin is experimental. If you need it,
@@ -59,7 +57,6 @@
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -l < "${srcdir}/configure_ac.patch"
- patch -p1 -l < "${srcdir}/stdint.patch"
autoreconf
}
More information about the arch-commits
mailing list