summaryrefslogtreecommitdiff
path: root/security/libressl/files/patch-include_openssl_opensslv.h
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2015-08-06 19:13:18 +0000
committerBernard Spil <brnrd@FreeBSD.org>2015-08-06 19:13:18 +0000
commit52c173222354c9b0d175304ea3c7a1cbf4c093ac (patch)
tree9ceba4aaf6f8e39dab3277b47c6f5d4026308498 /security/libressl/files/patch-include_openssl_opensslv.h
parent- Add a temp fix for zmq4 and ipv6 (diff)
security/libressl: Update to 2.2.2
* Bump SHLIB versions of libssl/crypto/tls * Bump OPENSSL_SHLIBVER in bsd.openssl.mk * Add UPDATING entry for SHLIB version bump * Narrow scope of CONFLICTS (portlint) Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.2-relnotes.txt Differential_revision: D3278 Reviewed by: koobs (mentor), vsevolod (maintainer, mentor) Approved by: koobs (mentor)
Diffstat (limited to 'security/libressl/files/patch-include_openssl_opensslv.h')
-rw-r--r--security/libressl/files/patch-include_openssl_opensslv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/libressl/files/patch-include_openssl_opensslv.h b/security/libressl/files/patch-include_openssl_opensslv.h
index 08386624c151..43a61234fa76 100644
--- a/security/libressl/files/patch-include_openssl_opensslv.h
+++ b/security/libressl/files/patch-include_openssl_opensslv.h
@@ -1,11 +1,11 @@
---- include/openssl/opensslv.h.orig 2015-05-23 21:50:16 UTC
+--- include/openssl/opensslv.h.orig 2015-07-26 14:58:42 UTC
+++ include/openssl/opensslv.h
-@@ -3,7 +3,7 @@
- #define HEADER_OPENSSLV_H
+@@ -7,7 +7,7 @@
+ #define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.2"
- #define LIBRESSL_VERSION_NUMBER 0x20000000L
+ /* These will never change */
-#define OPENSSL_VERSION_NUMBER 0x20000000L
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
- #define OPENSSL_VERSION_TEXT "LibreSSL 2.2.1"
+ #define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT