From owner-svn-ports-branches@freebsd.org Mon Oct 5 10:24:01 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5680099A526; Mon, 5 Oct 2015 10:24:01 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.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 4857C8A; Mon, 5 Oct 2015 10:24:01 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95AO1VB064875; Mon, 5 Oct 2015 10:24:01 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95AO0S4064872; Mon, 5 Oct 2015 10:24:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201510051024.t95AO0S4064872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 5 Oct 2015 10:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398635 - branches/2015Q4/security/polarssl13 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 10:24:01 -0000 Author: tijl Date: Mon Oct 5 10:23:59 2015 New Revision: 398635 URL: https://svnweb.freebsd.org/changeset/ports/398635 Log: MFH: r398630 - Update to 1.3.13 - Take maintainership PR: 203545 Submitted by: takefu@airport.fm Approved by: ports-secteam (erwin) Security: https://tls.mbed.org/tech-updates/releases/polarssl-1.2.15-and-mbedtls-1.3.12-released Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.1.1-and-1.3.13-and-polarssl-1.2.16-released Modified: branches/2015Q4/security/polarssl13/Makefile branches/2015Q4/security/polarssl13/distinfo branches/2015Q4/security/polarssl13/pkg-plist Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/security/polarssl13/Makefile ============================================================================== --- branches/2015Q4/security/polarssl13/Makefile Mon Oct 5 10:22:35 2015 (r398634) +++ branches/2015Q4/security/polarssl13/Makefile Mon Oct 5 10:23:59 2015 (r398635) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.13 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ PKGNAMESUFFIX= 13 DISTNAME= mbedtls-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= SSL/TLS and cryptography library LICENSE= GPLv2 Modified: branches/2015Q4/security/polarssl13/distinfo ============================================================================== --- branches/2015Q4/security/polarssl13/distinfo Mon Oct 5 10:22:35 2015 (r398634) +++ branches/2015Q4/security/polarssl13/distinfo Mon Oct 5 10:23:59 2015 (r398635) @@ -1,2 +1,2 @@ -SHA256 (mbedtls-1.3.11-gpl.tgz) = 67a593027b6a442a4fa5b6c224c4ac8cdae5be721f5a28a11d34f10dcda441cb -SIZE (mbedtls-1.3.11-gpl.tgz) = 1731809 +SHA256 (mbedtls-1.3.13-gpl.tgz) = 3f457aefdaf46f42b6fc50f5226c32c37731279fe20e97e322282aca0143bb97 +SIZE (mbedtls-1.3.13-gpl.tgz) = 1743155 Modified: branches/2015Q4/security/polarssl13/pkg-plist ============================================================================== --- branches/2015Q4/security/polarssl13/pkg-plist Mon Oct 5 10:22:35 2015 (r398634) +++ branches/2015Q4/security/polarssl13/pkg-plist Mon Oct 5 10:23:59 2015 (r398635) @@ -2,11 +2,13 @@ bin/mbedtls_aescrypt2 bin/mbedtls_benchmark bin/mbedtls_cert_app bin/mbedtls_cert_req +bin/mbedtls_cert_write bin/mbedtls_crl_app bin/mbedtls_crypt_and_hash bin/mbedtls_dh_client bin/mbedtls_dh_genprime bin/mbedtls_dh_server +bin/mbedtls_ecdsa bin/mbedtls_gen_entropy bin/mbedtls_gen_key bin/mbedtls_gen_random_ctr_drbg @@ -23,6 +25,7 @@ bin/mbedtls_pk_decrypt bin/mbedtls_pk_encrypt bin/mbedtls_pk_sign bin/mbedtls_pk_verify +bin/mbedtls_req_app bin/mbedtls_rsa_decrypt bin/mbedtls_rsa_encrypt bin/mbedtls_rsa_genkey @@ -46,11 +49,13 @@ bin/polarssl_aescrypt2 bin/polarssl_benchmark bin/polarssl_cert_app bin/polarssl_cert_req +bin/polarssl_cert_write bin/polarssl_crl_app bin/polarssl_crypt_and_hash bin/polarssl_dh_client bin/polarssl_dh_genprime bin/polarssl_dh_server +bin/polarssl_ecdsa bin/polarssl_gen_entropy bin/polarssl_gen_key bin/polarssl_gen_random_ctr_drbg @@ -67,6 +72,7 @@ bin/polarssl_pk_decrypt bin/polarssl_pk_encrypt bin/polarssl_pk_sign bin/polarssl_pk_verify +bin/polarssl_req_app bin/polarssl_rsa_decrypt bin/polarssl_rsa_encrypt bin/polarssl_rsa_genkey