svn commit: r361686 - in head/security/libressl: . files

Vsevolod Stakhov vsevolod at FreeBSD.org
Sun Jul 13 14:52:27 UTC 2014


Author: vsevolod
Date: Sun Jul 13 14:52:25 2014
New Revision: 361686
URL: http://svnweb.freebsd.org/changeset/ports/361686
QAT: https://qat.redports.org/buildarchive/r361686/

Log:
  - Update to 2.0.1

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

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Sun Jul 13 14:05:09 2014	(r361685)
+++ head/security/libressl/Makefile	Sun Jul 13 14:52:25 2014	(r361686)
@@ -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

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Sun Jul 13 14:05:09 2014	(r361685)
+++ head/security/libressl/distinfo	Sun Jul 13 14:52:25 2014	(r361686)
@@ -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

Modified: head/security/libressl/files/patch-include-openssl-opensslv.h
==============================================================================
--- head/security/libressl/files/patch-include-openssl-opensslv.h	Sun Jul 13 14:05:09 2014	(r361685)
+++ head/security/libressl/files/patch-include-openssl-opensslv.h	Sun Jul 13 14:52:25 2014	(r361686)
@@ -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
  

Modified: head/security/libressl/pkg-plist
==============================================================================
--- head/security/libressl/pkg-plist	Sun Jul 13 14:05:09 2014	(r361685)
+++ head/security/libressl/pkg-plist	Sun Jul 13 14:52:25 2014	(r361686)
@@ -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


More information about the svn-ports-head mailing list