Hi,

This diff updates mbedtls to the latest release.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/polarssl/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile	10 Feb 2015 12:21:55 -0000	1.7
+++ Makefile	10 Jun 2015 07:22:51 -0000
@@ -2,11 +2,11 @@
 
 COMMENT=	SSL library with an intuitive API and readable source code
 
-DISTNAME=	mbedtls-1.3.10
+DISTNAME=	mbedtls-1.3.11
 EXTRACT_SUFX=	-gpl.tgz
 
 # check SOVERSION
-SHARED_LIBS +=	mbedtls                  1.0
+SHARED_LIBS +=	mbedtls                  1.1
 
 CATEGORIES=	security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/polarssl/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- distinfo	10 Feb 2015 12:21:55 -0000	1.4
+++ distinfo	10 Jun 2015 07:22:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (mbedtls-1.3.10-gpl.tgz) = 0iGwKsyW/aglnZ5XeY3unecpd5Aq+wxj5VK1UQxlA6M=
-SIZE (mbedtls-1.3.10-gpl.tgz) = 1709797
+SHA256 (mbedtls-1.3.11-gpl.tgz) = Z6WTAntqRCpPpbbCJMSsjNrlvnIfWiihHTTxDc2kQcs=
+SIZE (mbedtls-1.3.11-gpl.tgz) = 1731809
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/polarssl/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -r1.6 PLIST
--- pkg/PLIST	11 Feb 2015 14:07:29 -0000	1.6
+++ pkg/PLIST	10 Jun 2015 07:22:51 -0000
@@ -91,6 +91,7 @@ share/examples/mbedtls/README
 @bin share/examples/mbedtls/hello
 @bin share/examples/mbedtls/key_app
 @bin share/examples/mbedtls/md5sum
+@bin share/examples/mbedtls/mini_client
 @bin share/examples/mbedtls/mpi_demo
 @bin share/examples/mbedtls/o_p_test
 @bin share/examples/mbedtls/pem2der

Reply via email to