mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 2.1.3
PR: 197005 Submitted by: Bernard Spil <spil.oss at gmail.com>
This commit is contained in:
parent
927e257ee6
commit
469e0c88d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377668
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libressl
|
||||
PORTVERSION= 2.1.2
|
||||
PORTVERSION= 2.1.3
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
||||
MASTER_SITE_SUBDIR= LibreSSL
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libressl-2.1.2.tar.gz) = 07c05f12e5d49dbfcf82dd23b6b4877b7cdb1c8e4c8dd27cb4d9e5758a6caf52
|
||||
SIZE (libressl-2.1.2.tar.gz) = 2832092
|
||||
SHA256 (libressl-2.1.3.tar.gz) = eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c
|
||||
SIZE (libressl-2.1.3.tar.gz) = 2847182
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- include/openssl/opensslv.h.orig 2014-10-17 10:44:31.485191132 +0100
|
||||
+++ include/openssl/opensslv.h 2014-10-17 10:45:36.353625132 +0100
|
||||
--- include/openssl/opensslv.h.orig 2014-12-14 23:08:55 UTC
|
||||
+++ include/openssl/opensslv.h
|
||||
@@ -3,7 +3,7 @@
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
#define LIBRESSL_VERSION_NUMBER 0x20000000L
|
||||
-#define OPENSSL_VERSION_NUMBER 0x20000000L
|
||||
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
|
||||
#define OPENSSL_VERSION_TEXT "LibreSSL 2.1"
|
||||
#define OPENSSL_VERSION_TEXT "LibreSSL 2.1.3"
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
|
@ -78,8 +78,8 @@ lib/libcrypto.so.30
|
||||
lib/libcrypto.so.30.0.3
|
||||
lib/libssl.a
|
||||
lib/libssl.so
|
||||
lib/libssl.so.29
|
||||
lib/libssl.so.29.0.0
|
||||
lib/libssl.so.30
|
||||
lib/libssl.so.30.0.0
|
||||
libdata/pkgconfig/libcrypto.pc
|
||||
libdata/pkgconfig/libssl.pc
|
||||
libdata/pkgconfig/openssl.pc
|
||||
|
Loading…
Reference in New Issue
Block a user