From a29b174e317545cd7b03aa830fc7e366ed15458b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 14 Dec 2014 16:42:38 -0600 Subject: bump version append portable version number to the version string --- VERSION | 2 +- update.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index eca07e4..ac2cdeb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3 diff --git a/update.sh b/update.sh index f82e137..c49f7eb 100755 --- a/update.sh +++ b/update.sh @@ -86,7 +86,7 @@ copy_hdrs() { done } -copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h +copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h @@ -102,6 +102,10 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h opensslv.h copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" +sed -e "s/\"LibreSSL .*\"/\"LibreSSL ${libressl_version}\"/" \ + $libssl_src/src/crypto/opensslv.h > include/openssl/opensslv.h.lcl +$MV include/openssl/opensslv.h.lcl include/openssl/opensslv.h + # copy libcrypto source echo copying libcrypto source rm -f crypto/*.c crypto/*.h -- cgit v1.2.3-55-g6feb