svn commit: r398631 - head/security/mbedtls

Tijl Coosemans tijl at FreeBSD.org
Mon Oct 5 09:13:59 UTC 2015


Author: tijl
Date: Mon Oct  5 09:13:58 2015
New Revision: 398631
URL: https://svnweb.freebsd.org/changeset/ports/398631

Log:
  Update to 2.1.1
  
  PR:		203546
  Submitted by:	takefu at airport.fm
  MFH:		2015Q4
  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/mbedtls/Makefile
  head/security/mbedtls/distinfo
  head/security/mbedtls/pkg-plist

Modified: head/security/mbedtls/Makefile
==============================================================================
--- head/security/mbedtls/Makefile	Mon Oct  5 09:11:45 2015	(r398630)
+++ head/security/mbedtls/Makefile	Mon Oct  5 09:13:58 2015	(r398631)
@@ -1,16 +1,16 @@
 # $FreeBSD$
 
 PORTNAME=	mbedtls
-PORTVERSION=	2.0.0
-DISTVERSIONSUFFIX=	-gpl
+PORTVERSION=	2.1.1
+DISTVERSIONSUFFIX=	-apache
 CATEGORIES=	security devel
 MASTER_SITES=	https://tls.mbed.org/download/
 
 MAINTAINER=	tijl at FreeBSD.org
 COMMENT=	SSL/TLS and cryptography library
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/apache-2.0.txt
 
 ALL_TARGET=	no_test
 MAKE_ENV=	SHARED=1
@@ -25,7 +25,6 @@ post-patch:
 	@${REINPLACE_CMD} \
 		-e 's/PREFIX/NAMEPREFIX/' \
 		-e 's/$$(DESTDIR)/&$$(PREFIX)/' \
-		-e '/^install:/s/[[:<:]]all//' \
 		${WRKSRC}/Makefile
 
 post-install:

Modified: head/security/mbedtls/distinfo
==============================================================================
--- head/security/mbedtls/distinfo	Mon Oct  5 09:11:45 2015	(r398630)
+++ head/security/mbedtls/distinfo	Mon Oct  5 09:13:58 2015	(r398631)
@@ -1,2 +1,2 @@
-SHA256 (mbedtls-2.0.0-gpl.tgz) = 149a06621368540b7e1cef1b203c268439c2edbf29e2e9471d8021125df34952
-SIZE (mbedtls-2.0.0-gpl.tgz) = 1790002
+SHA256 (mbedtls-2.1.1-apache.tgz) = 8f25b6f156ae5081e91bcc58b02455926d9324035fe5f7028a6bb5bc0139a757
+SIZE (mbedtls-2.1.1-apache.tgz) = 1829955

Modified: head/security/mbedtls/pkg-plist
==============================================================================
--- head/security/mbedtls/pkg-plist	Mon Oct  5 09:11:45 2015	(r398630)
+++ head/security/mbedtls/pkg-plist	Mon Oct  5 09:13:58 2015	(r398631)
@@ -109,6 +109,12 @@ include/mbedtls/x509_crl.h
 include/mbedtls/x509_crt.h
 include/mbedtls/x509_csr.h
 include/mbedtls/xtea.h
+lib/libmbedcrypto.a
+lib/libmbedcrypto.so
+lib/libmbedcrypto.so.0
 lib/libmbedtls.a
 lib/libmbedtls.so
 lib/libmbedtls.so.10
+lib/libmbedx509.a
+lib/libmbedx509.so
+lib/libmbedx509.so.0


More information about the svn-ports-all mailing list