diff options
author | tijl <tijl@FreeBSD.org> | 2015-10-05 17:13:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-10-05 17:13:58 +0800 |
commit | 25aa244bcf00e617c4cebd10046d4fec3473a6e0 (patch) | |
tree | 004f633a550346fe1c09b19c20e0bed34ba24690 /security/mbedtls | |
parent | a481313c99063beabbf293c0935beb78c8d7d81c (diff) | |
download | freebsd-ports-gnome-25aa244bcf00e617c4cebd10046d4fec3473a6e0.tar.gz freebsd-ports-gnome-25aa244bcf00e617c4cebd10046d4fec3473a6e0.tar.zst freebsd-ports-gnome-25aa244bcf00e617c4cebd10046d4fec3473a6e0.zip |
Update to 2.1.1
PR: 203546
Submitted by: takefu@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
Diffstat (limited to 'security/mbedtls')
-rw-r--r-- | security/mbedtls/Makefile | 9 | ||||
-rw-r--r-- | security/mbedtls/distinfo | 4 | ||||
-rw-r--r-- | security/mbedtls/pkg-plist | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index 3f373ba00e20..0160bae41270 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -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@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: diff --git a/security/mbedtls/distinfo b/security/mbedtls/distinfo index 7a894ff4a27d..164a938f7ba9 100644 --- a/security/mbedtls/distinfo +++ b/security/mbedtls/distinfo @@ -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 diff --git a/security/mbedtls/pkg-plist b/security/mbedtls/pkg-plist index ac37b2cbe48e..73e7f3c5ecdd 100644 --- a/security/mbedtls/pkg-plist +++ b/security/mbedtls/pkg-plist @@ -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 |