svn commit: r381519 - in head/security/polarssl: . files

Kurt Jaeger pi at FreeBSD.org
Tue Mar 17 21:01:58 UTC 2015


Author: pi
Date: Tue Mar 17 21:01:56 2015
New Revision: 381519
URL: https://svnweb.freebsd.org/changeset/ports/381519
QAT: https://qat.redports.org/buildarchive/r381519/

Log:
  security/polarssl: 1.2.12 -> 1.2.13
  
  Changes:
  https://tls.mbed.org/tech-updates/releases/polarssl-1.2.13-released
  
  PR:		197780
  Submitted by:	takefu at airport.fm
  Approved by:	jase (maintainer timeout)

Deleted:
  head/security/polarssl/files/patch-library-asn1parse_c
Modified:
  head/security/polarssl/Makefile
  head/security/polarssl/distinfo

Modified: head/security/polarssl/Makefile
==============================================================================
--- head/security/polarssl/Makefile	Tue Mar 17 20:59:21 2015	(r381518)
+++ head/security/polarssl/Makefile	Tue Mar 17 21:01:56 2015	(r381519)
@@ -1,11 +1,10 @@
 # $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 at FreeBSD.org
 COMMENT=	Open Source embedded SSL/TLS cryptographic library
@@ -14,7 +13,7 @@ LICENSE=	GPLv2
 
 ALL_TARGET=	no_test
 
-USES=	cpe gmake tar:tgz
+USES=		cpe gmake tar:tgz
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/security/polarssl/distinfo
==============================================================================
--- head/security/polarssl/distinfo	Tue Mar 17 20:59:21 2015	(r381518)
+++ head/security/polarssl/distinfo	Tue Mar 17 21:01:56 2015	(r381519)
@@ -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


More information about the svn-ports-head mailing list