From owner-svn-ports-all@FreeBSD.ORG Wed Mar 18 09:55:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5A8FB97; Wed, 18 Mar 2015 09:55:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 957EECBA; Wed, 18 Mar 2015 09:55:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2I9t2JI072605; Wed, 18 Mar 2015 09:55:02 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2I9t1C4072599; Wed, 18 Mar 2015 09:55:01 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201503180955.t2I9t1C4072599@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 18 Mar 2015 09:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381534 - in head/security/libressl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2015 09:55:02 -0000 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 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