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
+8 -4
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 Enrollment Protocol" (RFC 8894 SCEP) replacing the obsoleted scepclient that
has been removed. has been removed.
- The pki --est|estca command supports the HTTPS-based "Enrollment over Secure - The pki --est|estca commands support the HTTPS-based "Enrollment over Secure
Transport" (RFC 7070 EST) protocol 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 strongswan-5.9.7
+1 -1
View File
@@ -20,7 +20,7 @@
# initialize & set some vars # initialize & set some vars
# ============================ # ============================
AC_INIT([strongSwan],[5.9.8dr1]) AC_INIT([strongSwan],[5.9.8dr2])
AM_INIT_AUTOMAKE(m4_esyscmd([ AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar echo tar-ustar
echo subdir-objects echo subdir-objects
+1 -1
View File
@@ -31,7 +31,7 @@ fi
: ${KERNELPATCH=ha-5.15-abicompat.patch.bz2} : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
# strongSwan version used in tests # strongSwan version used in tests
: ${SWANVERSION=5.9.8dr1} : ${SWANVERSION=5.9.8dr2}
# Build directory where the guest kernel and images will be built # Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build} : ${BUILDDIR=$TESTDIR/build}