mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
Version bump to 5.9.8dr2
This commit is contained in:
parent
3fa3d2666a
commit
af3b8c49c5
12
NEWS
12
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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user