mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.0.1
This commit is contained in:
parent
b620b8ec0b
commit
37e3a7774a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361686
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libressl
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
||||
MASTER_SITE_SUBDIR= LibreSSL
|
||||
@ -16,7 +15,7 @@ LICENSE= BSD4CLAUSE
|
||||
CONFLICTS?= openssl-*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool
|
||||
USES= libtool pkgconfig pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libressl-2.0.0.tar.gz) = 139ac81c9478accd38a9eb667623d75997a2197cec36f184cd8d23e98a7e475b
|
||||
SIZE (libressl-2.0.0.tar.gz) = 2670313
|
||||
SHA256 (libressl-2.0.1.tar.gz) = 9596f6cb3e8bafe35d749dfbdb6c984f1bbd86233598eb5fdb4abf854a5792ba
|
||||
SIZE (libressl-2.0.1.tar.gz) = 2672167
|
||||
|
@ -1,12 +1,11 @@
|
||||
--- include/openssl/opensslv.h.orig 2014-07-12 21:41:27.634267326 +0100
|
||||
+++ include/openssl/opensslv.h 2014-07-12 21:42:21.944270045 +0100
|
||||
@@ -2,7 +2,8 @@
|
||||
#ifndef HEADER_OPENSSLV_H
|
||||
--- include/openssl/opensslv.h.orig 2014-07-13 11:51:17.000000000 +0100
|
||||
+++ include/openssl/opensslv.h 2014-07-13 15:23:36.254124697 +0100
|
||||
@@ -3,7 +3,7 @@
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
#define LIBRESSL_VERSION_NUMBER 0x20000000L
|
||||
-#define OPENSSL_VERSION_NUMBER 0x20000000L
|
||||
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
|
||||
+#define LIBRESSL_VERSION_NUMBER 0x20000000L
|
||||
#define OPENSSL_VERSION_TEXT "LibreSSL 2.0"
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
|
@ -72,12 +72,15 @@ include/openssl/x509_vfy.h
|
||||
include/openssl/x509v3.h
|
||||
lib/libcrypto.a
|
||||
lib/libcrypto.so
|
||||
lib/libcrypto.so.29
|
||||
lib/libcrypto.so.29.0.0
|
||||
lib/libcrypto.so.30
|
||||
lib/libcrypto.so.30.0.0
|
||||
lib/libssl.a
|
||||
lib/libssl.so
|
||||
lib/libssl.so.26
|
||||
lib/libssl.so.26.0.0
|
||||
lib/libssl.so.27
|
||||
lib/libssl.so.27.0.0
|
||||
libdata/pkgconfig/libcrypto.pc
|
||||
libdata/pkgconfig/libssl.pc
|
||||
libdata/pkgconfig/openssl.pc
|
||||
man/man1/asn1parse.1.gz
|
||||
man/man1/ca.1.gz
|
||||
man/man1/ciphers.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user