Index: head/security/polarssl/Makefile =================================================================== --- head/security/polarssl/Makefile (revision 381518) +++ head/security/polarssl/Makefile (revision 381519) @@ -1,60 +1,59 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTVERSION= 1.2.13 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel -MASTER_SITES= http://polarssl.org/download/ +MASTER_SITES= https://polarssl.org/download/ MAINTAINER= jase@FreeBSD.org COMMENT= Open Source embedded SSL/TLS cryptographic library LICENSE= GPLv2 ALL_TARGET= no_test -USES= cpe gmake tar:tgz +USES= cpe gmake tar:tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # PolarSSL 1.3 branch introduces API changes that would best be served at this # time by a new/seperate polarssl13 port. Therefore, limit Portscout to the # 1.2 branch for this port. PORTSCOUT= limit:^1\.2\. DOCFILES= ChangeLog README BINFILES= aescrypt2 benchmark dh_client dh_genprime dh_server hello \ md5sum mpi_demo rsa_genkey rsa_sign rsa_verify selftest \ sha1sum sha2sum ssl_cert_test ssl_client1 ssl_client2 \ ssl_server ssl_test # cmake install is broken, so we do it by hand do-install: @cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include "! -name *.orig" ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.a ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.so ${STAGEDIR}${PREFIX}/lib/libpolarssl.so.5 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpolarssl.so.5 cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -sf libpolarssl.so.5 libpolarssl.so .for i in ${BINFILES} ${INSTALL_PROGRAM} ${WRKSRC}/programs/*/${i} ${STAGEDIR}${PREFIX}/bin/polarssl_${i} .endfor OPTIONS_DEFINE= DOCS .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif .include Index: head/security/polarssl/distinfo =================================================================== --- head/security/polarssl/distinfo (revision 381518) +++ head/security/polarssl/distinfo (revision 381519) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.12-gpl.tgz) = 63dd60e78d25c438648607bb177b063dcf5fbf3ced9ee794fcb165d101940131 -SIZE (polarssl-1.2.12-gpl.tgz) = 1021400 +SHA256 (polarssl-1.2.13-gpl.tgz) = 62f44f2a9f39b5cefb229e5dd2644ca20ead477cb1843d6ff30671624315b021 +SIZE (polarssl-1.2.13-gpl.tgz) = 1023128 Index: head/security/polarssl/files/patch-library-asn1parse_c =================================================================== --- head/security/polarssl/files/patch-library-asn1parse_c (revision 381518) +++ head/security/polarssl/files/patch-library-asn1parse_c (nonexistent) @@ -1,11 +0,0 @@ ---- library/asn1parse.c.orig 2015-01-19 19:31:49.664592954 +0000 -+++ library/asn1parse.c 2015-01-19 19:34:11.583587052 +0000 -@@ -244,6 +244,8 @@ - if( cur->next == NULL ) - return( POLARSSL_ERR_ASN1_MALLOC_FAILED ); - -+ memset( cur->next, 0, sizeof( asn1_sequence ) ); -+ - cur = cur->next; - } - } Property changes on: head/security/polarssl/files/patch-library-asn1parse_c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property