[arch-commits] Commit in strongswan/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Mon Sep 24 16:26:27 UTC 2018


    Date: Monday, September 24, 2018 @ 16:26:27
  Author: shibumi
Revision: 384637

upgpkg: strongswan 5.7.0-1

This release fixes following security issues:
- CVE-2018-16151
- CVE-2018-16152

Furthermore it enables support for smartcards via:
`--enable-pkcs11`

This closes: #60094

Modified:
  strongswan/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 16:25:58 UTC (rev 384636)
+++ PKGBUILD	2018-09-24 16:26:27 UTC (rev 384637)
@@ -10,7 +10,7 @@
 # Contributor: Thermi <noel [at] familie-kuntze dot com>
 
 pkgname=strongswan
-pkgver=5.6.3
+pkgver=5.7.0
 pkgrel=1
 pkgdesc="open source IPsec implementation"
 url='http://www.strongswan.org'
@@ -47,7 +47,7 @@
 
 validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
 
-sha512sums=('080402640952b1a08e95bfe9c7f33c6a7dd01ac401b5e7e2e78257c0f2bf0a4d6078141232ac62abfacef892c493f6824948b3165d54d72b4e436ed564fd2609'
+sha512sums=('811bfa79aa2b17fcf298c45a2b4109cf4235286e90c4def3e09022ed94c7fa481fc25b8d5054529e4ff4e33011ce6f6ba9874595d16c1a8fe13ef924c4ec6395'
             'SKIP'
             '0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
 
@@ -71,6 +71,7 @@
         --with-nm-ca-dir=/etc/ssl/certs \
         --enable-integrity-test \
         --enable-sqlite \
+        --enable-pkcs11 \
         --enable-openssl --enable-curl \
         --enable-sql --enable-attr-sql \
         --enable-farp --enable-dhcp \



More information about the arch-commits mailing list