From 52c173222354c9b0d175304ea3c7a1cbf4c093ac Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Thu, 6 Aug 2015 19:13:18 +0000 Subject: 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) --- security/libressl/files/patch-include_openssl_opensslv.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/libressl/files/patch-include_openssl_opensslv.h') 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 -- cgit v1.2.3