svn commit: r380424 - in head: Mk security/libressl security/libressl/files

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Mar 4 09:34:27 UTC 2015


Author: vsevolod
Date: Wed Mar  4 09:34:25 2015
New Revision: 380424
URL: https://svnweb.freebsd.org/changeset/ports/380424
QAT: https://qat.redports.org/buildarchive/r380424/

Log:
  - Update to 2.1.4
  
  PR:		198269
  Submitted by:	 Bernard Spil <spil.oss at gmail.com>

Modified:
  head/Mk/bsd.openssl.mk
  head/security/libressl/Makefile
  head/security/libressl/distinfo
  head/security/libressl/files/patch-include-openssl-opensslv.h
  head/security/libressl/pkg-plist

Modified: head/Mk/bsd.openssl.mk
==============================================================================
--- head/Mk/bsd.openssl.mk	Wed Mar  4 08:43:45 2015	(r380423)
+++ head/Mk/bsd.openssl.mk	Wed Mar  4 09:34:25 2015	(r380424)
@@ -108,7 +108,7 @@ OPENSSL_SHLIBVER?=	${OPENSSL_SHLIBFILE:E
 
 # try to guess SHLIBVER for libressl
 .if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
-OPENSSL_SHLIBVER?=	30
+OPENSSL_SHLIBVER?=	32
 .endif
 
 # default

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Wed Mar  4 08:43:45 2015	(r380423)
+++ head/security/libressl/Makefile	Wed Mar  4 09:34:25 2015	(r380424)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.4
 CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_OPENBSD}
 MASTER_SITE_SUBDIR=	LibreSSL
@@ -11,11 +11,12 @@ MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Free version of the SSL/TLS protocol forked from OpenSSL
 
 LICENSE=	BSD4CLAUSE
+CPE_VENDOR=	openbsd
 
 CONFLICTS?=	openssl-*
 
 GNU_CONFIGURE=	yes
-USES=	libtool pkgconfig pathfix
+USES=	libtool pkgconfig pathfix cpe
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Wed Mar  4 08:43:45 2015	(r380423)
+++ head/security/libressl/distinfo	Wed Mar  4 09:34:25 2015	(r380424)
@@ -1,2 +1,2 @@
-SHA256 (libressl-2.1.3.tar.gz) = eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c
-SIZE (libressl-2.1.3.tar.gz) = 2847182
+SHA256 (libressl-2.1.4.tar.gz) = e8e08535928774119a979412ee8e307444b7a1a42c8c47ac06ee09423ca9a04e
+SIZE (libressl-2.1.4.tar.gz) = 2865654

Modified: head/security/libressl/files/patch-include-openssl-opensslv.h
==============================================================================
--- head/security/libressl/files/patch-include-openssl-opensslv.h	Wed Mar  4 08:43:45 2015	(r380423)
+++ head/security/libressl/files/patch-include-openssl-opensslv.h	Wed Mar  4 09:34:25 2015	(r380424)
@@ -1,11 +1,11 @@
---- include/openssl/opensslv.h.orig	2014-12-14 23:08:55 UTC
-+++ include/openssl/opensslv.h
+--- include/openssl/opensslv.h.orig	2015-02-14 20:11:02.000000000 +0100
++++ include/openssl/opensslv.h	2015-03-04 08:47:30.514145411 +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 OPENSSL_VERSION_TEXT	"LibreSSL 2.1.3"
++#define OPENSSL_VERSION_NUMBER 0x1000107fL
+ #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.4"
  #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
  

Modified: head/security/libressl/pkg-plist
==============================================================================
--- head/security/libressl/pkg-plist	Wed Mar  4 08:43:45 2015	(r380423)
+++ head/security/libressl/pkg-plist	Wed Mar  4 09:34:25 2015	(r380424)
@@ -52,7 +52,6 @@ include/openssl/poly1305.h
 include/openssl/rand.h
 include/openssl/rc2.h
 include/openssl/rc4.h
-include/openssl/rc5.h
 include/openssl/ripemd.h
 include/openssl/rsa.h
 include/openssl/safestack.h
@@ -74,12 +73,12 @@ include/openssl/x509_vfy.h
 include/openssl/x509v3.h
 lib/libcrypto.a
 lib/libcrypto.so
-lib/libcrypto.so.30
-lib/libcrypto.so.30.0.3
+lib/libcrypto.so.32
+lib/libcrypto.so.32.0.0
 lib/libssl.a
 lib/libssl.so
-lib/libssl.so.30
-lib/libssl.so.30.0.0
+lib/libssl.so.32
+lib/libssl.so.32.0.0
 libdata/pkgconfig/libcrypto.pc
 libdata/pkgconfig/libssl.pc
 libdata/pkgconfig/openssl.pc
@@ -1042,6 +1041,7 @@ man/man3/SSL_CTX_use_RSAPrivateKey_file.
 man/man3/SSL_CTX_use_certificate.3.gz
 man/man3/SSL_CTX_use_certificate_ASN1.3.gz
 man/man3/SSL_CTX_use_certificate_chain_file.3.gz
+man/man3/SSL_CTX_use_certificate_chain_mem.3.gz
 man/man3/SSL_CTX_use_certificate_file.3.gz
 man/man3/SSL_CTX_use_psk_identity_hint.3.gz
 man/man3/SSL_SESSION_free.3.gz
@@ -1382,4 +1382,4 @@ man/man3/ssl.3.gz
 man/man3/ui.3.gz
 man/man3/ui_compat.3.gz
 man/man3/x509.3.gz
- at dirrmtry include/openssl
+ at dir include/openssl


More information about the svn-ports-head mailing list