Version bump to 5.9.8dr2

This commit is contained in:
Andreas Steffen 2022-09-02 06:32:13 +02:00
parent 3fa3d2666a
commit af3b8c49c5
3 changed files with 10 additions and 6 deletions

12
NEWS
View File

@ -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

View 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

View 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}