svn commit: r444627 - in head/security: mbedtls polarssl13

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 29 08:25:25 UTC 2017


Author: tijl
Date: Thu Jun 29 08:25:23 2017
New Revision: 444627
URL: https://svnweb.freebsd.org/changeset/ports/444627

Log:
  - Update security/polarssl13 to 1.3.20.
  - Update security/mbedtls to 2.5.1.
  
  PR:		220345
  Submitted by:	takefu at airport.fm

Modified:
  head/security/mbedtls/Makefile
  head/security/mbedtls/distinfo
  head/security/mbedtls/pkg-plist
  head/security/polarssl13/Makefile
  head/security/polarssl13/distinfo

Modified: head/security/mbedtls/Makefile
==============================================================================
--- head/security/mbedtls/Makefile	Thu Jun 29 07:57:42 2017	(r444626)
+++ head/security/mbedtls/Makefile	Thu Jun 29 08:25:23 2017	(r444627)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	mbedtls
-PORTVERSION=	2.4.2
+PORTVERSION=	2.5.1
 DISTVERSIONSUFFIX=	-apache
-PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	https://tls.mbed.org/download/
 

Modified: head/security/mbedtls/distinfo
==============================================================================
--- head/security/mbedtls/distinfo	Thu Jun 29 07:57:42 2017	(r444626)
+++ head/security/mbedtls/distinfo	Thu Jun 29 08:25:23 2017	(r444627)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489351554
-SHA256 (mbedtls-2.4.2-apache.tgz) = 17dd98af7478aadacc480c7e4159e447353b5b2037c1b6d48ed4fd157fb1b018
-SIZE (mbedtls-2.4.2-apache.tgz) = 1925368
+TIMESTAMP = 1498696001
+SHA256 (mbedtls-2.5.1-apache.tgz) = 559aeb8c8941262d6aad96a0286a230e7ff988ba53efbf609230ca1f81cc81f9
+SIZE (mbedtls-2.5.1-apache.tgz) = 1955461

Modified: head/security/mbedtls/pkg-plist
==============================================================================
--- head/security/mbedtls/pkg-plist	Thu Jun 29 07:57:42 2017	(r444626)
+++ head/security/mbedtls/pkg-plist	Thu Jun 29 08:25:23 2017	(r444627)
@@ -71,6 +71,7 @@ include/mbedtls/ecdh.h
 include/mbedtls/ecdsa.h
 include/mbedtls/ecjpake.h
 include/mbedtls/ecp.h
+include/mbedtls/ecp_internal.h
 include/mbedtls/entropy.h
 include/mbedtls/entropy_poll.h
 include/mbedtls/error.h

Modified: head/security/polarssl13/Makefile
==============================================================================
--- head/security/polarssl13/Makefile	Thu Jun 29 07:57:42 2017	(r444626)
+++ head/security/polarssl13/Makefile	Thu Jun 29 08:25:23 2017	(r444627)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	polarssl
-PORTVERSION=	1.3.19
+PORTVERSION=	1.3.20
 DISTVERSIONSUFFIX=	-gpl
 CATEGORIES=	security devel
 MASTER_SITES=	https://polarssl.org/download/

Modified: head/security/polarssl13/distinfo
==============================================================================
--- head/security/polarssl13/distinfo	Thu Jun 29 07:57:42 2017	(r444626)
+++ head/security/polarssl13/distinfo	Thu Jun 29 08:25:23 2017	(r444627)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489352352
-SHA256 (mbedtls-1.3.19-gpl.tgz) = 59654984c5a30575142fb30ed04c2c3ac3c94f1c27843a04bce80ca111a4b00e
-SIZE (mbedtls-1.3.19-gpl.tgz) = 1776296
+TIMESTAMP = 1498724294
+SHA256 (mbedtls-1.3.20-gpl.tgz) = 00fc54f9838120cb0c13d07e79417af1f5e89633a0efc8399327e7c2024b666f
+SIZE (mbedtls-1.3.20-gpl.tgz) = 1786284


More information about the svn-ports-all mailing list