]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.8dr2 5.9.8dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 2 Sep 2022 04:32:13 +0000 (06:32 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 2 Sep 2022 04:32:13 +0000 (06:32 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index c7faa22657c2b679fabd4c5c775559a4775a0bdd..d275378f474e26bb9f77a6e244d44e2b71ed782a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,16 @@
-strongswan-5.9.
+strongswan-5.9.8
 ----------------
 
-- The pki --scep|--scepca command supports the HTTP-based "Simple Certificate
+- The pki --scep|--scepca commands support the HTTP-based "Simple Certificate
   Enrollment Protocol" (RFC 8894 SCEP) replacing the obsoleted scepclient that
   has been removed.
 
-- The pki --est|estca command supports the HTTPS-based "Enrollment over Secure
-  Transport" (RFC 7070 EST) protocol
+- The pki --est|estca commands support the HTTPS-based "Enrollment over Secure
+  Transport" (RFC 7070 EST) protocol.
+
+- The pki --req command can create a certificate request based on an existing
+  PKCS#10 template by replacing the public key and re-generating the signature
+  with the new private key.
 
 
 strongswan-5.9.7
index 4c99952a2f0676e079b4b1db98da8a2098a42604..e773526d2bb9a9060c42e50ecab60f68c554fc1b 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.8dr1])
+AC_INIT([strongSwan],[5.9.8dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 0f39460d9c4f34ba4e0d9a0bb4d761c956ed1510..f293fd64fbb86a5caa12611f7168d16648f3f226 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.8dr1}
+: ${SWANVERSION=5.9.8dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}