From owner-svn-ports-head@FreeBSD.ORG Thu Jan 22 16:48:39 2015 Return-Path: Delivered-To: svn-ports-head@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 9E351346; Thu, 22 Jan 2015 16:48:39 +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 7F3C8E9F; Thu, 22 Jan 2015 16:48:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0MGmdCX083377; Thu, 22 Jan 2015 16:48:39 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0MGmcNJ083373; Thu, 22 Jan 2015 16:48:38 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201501221648.t0MGmcNJ083373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 22 Jan 2015 16:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377668 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 16:48:39 -0000 Author: vsevolod Date: Thu Jan 22 16:48:37 2015 New Revision: 377668 URL: https://svnweb.freebsd.org/changeset/ports/377668 QAT: https://qat.redports.org/buildarchive/r377668/ Log: - Update to 2.1.3 PR: 197005 Submitted by: Bernard Spil 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 Jan 22 16:42:43 2015 (r377667) +++ head/security/libressl/Makefile Thu Jan 22 16:48:37 2015 (r377668) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= LibreSSL Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Thu Jan 22 16:42:43 2015 (r377667) +++ head/security/libressl/distinfo Thu Jan 22 16:48:37 2015 (r377668) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.1.2.tar.gz) = 07c05f12e5d49dbfcf82dd23b6b4877b7cdb1c8e4c8dd27cb4d9e5758a6caf52 -SIZE (libressl-2.1.2.tar.gz) = 2832092 +SHA256 (libressl-2.1.3.tar.gz) = eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c +SIZE (libressl-2.1.3.tar.gz) = 2847182 Modified: head/security/libressl/files/patch-include-openssl-opensslv.h ============================================================================== --- head/security/libressl/files/patch-include-openssl-opensslv.h Thu Jan 22 16:42:43 2015 (r377667) +++ head/security/libressl/files/patch-include-openssl-opensslv.h Thu Jan 22 16:48:37 2015 (r377668) @@ -1,11 +1,11 @@ ---- include/openssl/opensslv.h.orig 2014-10-17 10:44:31.485191132 +0100 -+++ include/openssl/opensslv.h 2014-10-17 10:45:36.353625132 +0100 +--- include/openssl/opensslv.h.orig 2014-12-14 23:08:55 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" + #define OPENSSL_VERSION_TEXT "LibreSSL 2.1.3" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT Modified: head/security/libressl/pkg-plist ============================================================================== --- head/security/libressl/pkg-plist Thu Jan 22 16:42:43 2015 (r377667) +++ head/security/libressl/pkg-plist Thu Jan 22 16:48:37 2015 (r377668) @@ -78,8 +78,8 @@ lib/libcrypto.so.30 lib/libcrypto.so.30.0.3 lib/libssl.a lib/libssl.so -lib/libssl.so.29 -lib/libssl.so.29.0.0 +lib/libssl.so.30 +lib/libssl.so.30.0.0 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/openssl.pc