From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 10:13:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22C48950; Fri, 17 Oct 2014 10:13:03 +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 0E6651B2; Fri, 17 Oct 2014 10:13:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HAD28d053260; Fri, 17 Oct 2014 10:13:02 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HAD2ec053255; Fri, 17 Oct 2014 10:13:02 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201410171013.s9HAD2ec053255@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 17 Oct 2014 10:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371038 - 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: Fri, 17 Oct 2014 10:13:03 -0000 Author: vsevolod Date: Fri Oct 17 10:13:01 2014 New Revision: 371038 URL: https://svnweb.freebsd.org/changeset/ports/371038 QAT: https://qat.redports.org/buildarchive/r371038/ Log: - Update to 2.1.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 Fri Oct 17 10:11:07 2014 (r371037) +++ head/security/libressl/Makefile Fri Oct 17 10:13:01 2014 (r371038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= LibreSSL Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Fri Oct 17 10:11:07 2014 (r371037) +++ head/security/libressl/distinfo Fri Oct 17 10:13:01 2014 (r371038) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.1.0.tar.gz) = a32d97b61a98c35f344584b985caf49a3fc3e0e6e24d0bbbbe34fe61dd2627ac -SIZE (libressl-2.1.0.tar.gz) = 2682385 +SHA256 (libressl-2.1.1.tar.gz) = fb5ada41a75b31c8dd9ff013daca57b253047ad14e43f65d8b41879b7b8e3c17 +SIZE (libressl-2.1.1.tar.gz) = 2667160 Modified: head/security/libressl/files/patch-include-openssl-opensslv.h ============================================================================== --- head/security/libressl/files/patch-include-openssl-opensslv.h Fri Oct 17 10:11:07 2014 (r371037) +++ head/security/libressl/files/patch-include-openssl-opensslv.h Fri Oct 17 10:13:01 2014 (r371038) @@ -1,11 +1,11 @@ ---- 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 +--- 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 @@ -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.0" + #define OPENSSL_VERSION_TEXT "LibreSSL 2.1" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT Modified: head/security/libressl/pkg-plist ============================================================================== --- head/security/libressl/pkg-plist Fri Oct 17 10:11:07 2014 (r371037) +++ head/security/libressl/pkg-plist Fri Oct 17 10:13:01 2014 (r371038) @@ -648,10 +648,14 @@ man/man3/EVP_CIPHER_nid.3.gz man/man3/EVP_CIPHER_param_to_asn1.3.gz man/man3/EVP_CIPHER_type.3.gz man/man3/EVP_CipherFinal.3.gz +man/man3/EVP_CipherFinal_ex.3.gz man/man3/EVP_CipherInit.3.gz +man/man3/EVP_CipherInit_ex.3.gz man/man3/EVP_CipherUpdate.3.gz man/man3/EVP_DecryptFinal.3.gz +man/man3/EVP_DecryptFinal_ex.3.gz man/man3/EVP_DecryptInit.3.gz +man/man3/EVP_DecryptInit_ex.3.gz man/man3/EVP_DecryptUpdate.3.gz man/man3/EVP_DigestFinal.3.gz man/man3/EVP_DigestInit.3.gz @@ -663,7 +667,9 @@ man/man3/EVP_DigestVerifyFinal.3.gz man/man3/EVP_DigestVerifyInit.3.gz man/man3/EVP_DigestVerifyUpdate.3.gz man/man3/EVP_EncryptFinal.3.gz +man/man3/EVP_EncryptFinal_ex.3.gz man/man3/EVP_EncryptInit.3.gz +man/man3/EVP_EncryptInit_ex.3.gz man/man3/EVP_EncryptUpdate.3.gz man/man3/EVP_MD_CTX_block_size.3.gz man/man3/EVP_MD_CTX_copy.3.gz