bump version to 2.2.4
This commit is contained in:
parent
e953fdbb96
commit
0c125d1ee3
13
patches/opensslv.h
Normal file
13
patches/opensslv.h
Normal file
@ -0,0 +1,13 @@
|
||||
--- include/openssl/opensslv.h.orig Fri Sep 11 17:03:15 2015
|
||||
+++ include/openssl/opensslv.h Fri Sep 11 17:04:56 2015
|
||||
@@ -3,8 +3,8 @@
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
/* These will change with each release of LibreSSL-portable */
|
||||
-#define LIBRESSL_VERSION_NUMBER 0x20020003L
|
||||
-#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3"
|
||||
+#define LIBRESSL_VERSION_NUMBER 0x20020004L
|
||||
+#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4"
|
||||
|
||||
/* These will never change */
|
||||
#define OPENSSL_VERSION_NUMBER 0x20000000L
|
@ -121,6 +121,7 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h
|
||||
copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
|
||||
|
||||
$CP $libssl_src/src/crypto/opensslv.h include/openssl
|
||||
patch -p0 < patches/opensslv.h
|
||||
awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION
|
||||
echo "LibreSSL version `cat VERSION`"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user