svn commit: r398630 - head/security/polarssl13

Tijl Coosemans tijl at FreeBSD.org
Mon Oct 5 09:11:48 UTC 2015


Author: tijl
Date: Mon Oct  5 09:11:45 2015
New Revision: 398630
URL: https://svnweb.freebsd.org/changeset/ports/398630

Log:
  - Update to 1.3.13
  - Take maintainership
  
  PR:		203545
  Submitted by:	takefu at airport.fm
  MFH:		2015Q4
  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:
  head/security/polarssl13/Makefile
  head/security/polarssl13/distinfo
  head/security/polarssl13/pkg-plist

Modified: head/security/polarssl13/Makefile
==============================================================================
--- head/security/polarssl13/Makefile	Mon Oct  5 03:52:14 2015	(r398629)
+++ head/security/polarssl13/Makefile	Mon Oct  5 09:11:45 2015	(r398630)
@@ -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 at FreeBSD.org
+MAINTAINER=	tijl at FreeBSD.org
 COMMENT=	SSL/TLS and cryptography library
 
 LICENSE=	GPLv2

Modified: head/security/polarssl13/distinfo
==============================================================================
--- head/security/polarssl13/distinfo	Mon Oct  5 03:52:14 2015	(r398629)
+++ head/security/polarssl13/distinfo	Mon Oct  5 09:11:45 2015	(r398630)
@@ -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: head/security/polarssl13/pkg-plist
==============================================================================
--- head/security/polarssl13/pkg-plist	Mon Oct  5 03:52:14 2015	(r398629)
+++ head/security/polarssl13/pkg-plist	Mon Oct  5 09:11:45 2015	(r398630)
@@ -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


More information about the svn-ports-all mailing list