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

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Mar 18 09:55:02 UTC 2015


Author: vsevolod
Date: Wed Mar 18 09:55:00 2015
New Revision: 381534
URL: https://svnweb.freebsd.org/changeset/ports/381534
QAT: https://qat.redports.org/buildarchive/r381534/

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

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

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Wed Mar 18 09:38:59 2015	(r381533)
+++ head/security/libressl/Makefile	Wed Mar 18 09:55:00 2015	(r381534)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.1.4
+PORTVERSION=	2.1.5
 CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_OPENBSD}
 MASTER_SITE_SUBDIR=	LibreSSL
@@ -16,7 +16,7 @@ CPE_VENDOR=	openbsd
 CONFLICTS?=	openssl-*
 
 GNU_CONFIGURE=	yes
-USES=	libtool pkgconfig pathfix cpe
+USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Wed Mar 18 09:38:59 2015	(r381533)
+++ head/security/libressl/distinfo	Wed Mar 18 09:55:00 2015	(r381534)
@@ -1,2 +1,2 @@
-SHA256 (libressl-2.1.4.tar.gz) = e8e08535928774119a979412ee8e307444b7a1a42c8c47ac06ee09423ca9a04e
-SIZE (libressl-2.1.4.tar.gz) = 2865654
+SHA256 (libressl-2.1.5.tar.gz) = a82379913fd7f4e26e045fcf021aa92a1f683954816bf817b3b696de62e9c3bb
+SIZE (libressl-2.1.5.tar.gz) = 2865527

Modified: head/security/libressl/files/patch-include-openssl-opensslv.h
==============================================================================
--- head/security/libressl/files/patch-include-openssl-opensslv.h	Wed Mar 18 09:38:59 2015	(r381533)
+++ head/security/libressl/files/patch-include-openssl-opensslv.h	Wed Mar 18 09:55:00 2015	(r381534)
@@ -1,11 +1,11 @@
---- 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
+--- include/openssl/opensslv.h.orig	2015-03-08 23:21:45 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.4"
++#define OPENSSL_VERSION_NUMBER 	0x1000107fL
+ #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.5"
  #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
  


More information about the svn-ports-head mailing list