From af3b8c49c530317d7fa15ff9bfcedec70535915c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 2 Sep 2022 06:32:13 +0200 Subject: [PATCH] Version bump to 5.9.8dr2 --- NEWS | 12 ++++++++---- configure.ac | 2 +- testing/testing.conf | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index c7faa22657..d275378f47 100644 --- 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 diff --git a/configure.ac b/configure.ac index 4c99952a2f..e773526d2b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index 0f39460d9c..f293fd64fb 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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}