Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2015 23:11:49 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381701 - in head/security/libressl: . files security
Message-ID:  <201503192311.t2JNBn4c038499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Thu Mar 19 23:11:48 2015
New Revision: 381701
URL: https://svnweb.freebsd.org/changeset/ports/381701
QAT: https://qat.redports.org/buildarchive/r381701/

Log:
  - Update to 2.1.6
  - Remove incorrectly added patch files
  
  PR:		198718
  Submitted by:	Bernard Spil <spil.oss at gmail.com>
  Security:	CVE-2015-0209, CVE-2015-0286, CVE-2015-0287, CVE-2015-0288, CVE-2015-0289

Deleted:
  head/security/libressl/security/
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	Thu Mar 19 22:54:13 2015	(r381700)
+++ head/security/libressl/Makefile	Thu Mar 19 23:11:48 2015	(r381701)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.1.5
-PORTREVISION=	1
+PORTVERSION=	2.1.6
 CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_OPENBSD}
 MASTER_SITE_SUBDIR=	LibreSSL
@@ -17,7 +16,6 @@ CPE_VENDOR=	openbsd
 CONFLICTS?=	openssl-*
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-libtls
 USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Thu Mar 19 22:54:13 2015	(r381700)
+++ head/security/libressl/distinfo	Thu Mar 19 23:11:48 2015	(r381701)
@@ -1,2 +1,2 @@
-SHA256 (libressl-2.1.5.tar.gz) = a82379913fd7f4e26e045fcf021aa92a1f683954816bf817b3b696de62e9c3bb
-SIZE (libressl-2.1.5.tar.gz) = 2865527
+SHA256 (libressl-2.1.6.tar.gz) = 4f826dd97b3b8001707073bde8401493f9cd4668465b481c042d28e3973653a8
+SIZE (libressl-2.1.6.tar.gz) = 2865936

Modified: head/security/libressl/files/patch-include-openssl-opensslv.h
==============================================================================
--- head/security/libressl/files/patch-include-openssl-opensslv.h	Thu Mar 19 22:54:13 2015	(r381700)
+++ head/security/libressl/files/patch-include-openssl-opensslv.h	Thu Mar 19 23:11:48 2015	(r381701)
@@ -6,6 +6,6 @@
  #define LIBRESSL_VERSION_NUMBER	0x20000000L
 -#define OPENSSL_VERSION_NUMBER	0x20000000L
 +#define OPENSSL_VERSION_NUMBER 	0x1000107fL
- #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.5"
+ #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.6"
  #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
  

Modified: head/security/libressl/pkg-plist
==============================================================================
--- head/security/libressl/pkg-plist	Thu Mar 19 22:54:13 2015	(r381700)
+++ head/security/libressl/pkg-plist	Thu Mar 19 23:11:48 2015	(r381701)
@@ -62,6 +62,7 @@ include/openssl/ssl2.h
 include/openssl/ssl23.h
 include/openssl/ssl3.h
 include/openssl/stack.h
+include/tls.h
 include/openssl/tls1.h
 include/openssl/ts.h
 include/openssl/txt_db.h
@@ -71,7 +72,6 @@ include/openssl/whrlpool.h
 include/openssl/x509.h
 include/openssl/x509_vfy.h
 include/openssl/x509v3.h
-include/tls.h
 lib/libcrypto.a
 lib/libcrypto.so
 lib/libcrypto.so.32



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503192311.t2JNBn4c038499>