Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 10:24:00 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r398635 - branches/2015Q4/security/polarssl13
Message-ID:  <201510051024.t95AO0S4064872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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