svn commit: r461960 - head/security/create-cert

Craig Leres leres at FreeBSD.org
Fri Feb 16 00:58:13 UTC 2018


Author: leres
Date: Fri Feb 16 00:58:12 2018
New Revision: 461960
URL: https://svnweb.freebsd.org/changeset/ports/461960

Log:
  Update to 2.6:
  
      - Add subjectAltName to the v3_req section as per RFC 2818
  
  Move the primary download site and add LOCAL/leres as a secondary.
  
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14393

Modified:
  head/security/create-cert/Makefile
  head/security/create-cert/distinfo

Modified: head/security/create-cert/Makefile
==============================================================================
--- head/security/create-cert/Makefile	Thu Feb 15 23:28:55 2018	(r461959)
+++ head/security/create-cert/Makefile	Fri Feb 16 00:58:12 2018	(r461960)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	create-cert
-PORTVERSION=	2.5
+PORTVERSION=	2.6
 CATEGORIES=	security
-MASTER_SITES=	ftp://ee.lbl.gov/
+MASTER_SITES=	https://ee.lbl.gov/downloads/create-cert/ \
+		LOCAL/leres/create-cert
 
 MAINTAINER=	leres at FreeBSD.org
 COMMENT=	Create openssl client key and certificates

Modified: head/security/create-cert/distinfo
==============================================================================
--- head/security/create-cert/distinfo	Thu Feb 15 23:28:55 2018	(r461959)
+++ head/security/create-cert/distinfo	Fri Feb 16 00:58:12 2018	(r461960)
@@ -1,2 +1,3 @@
-SHA256 (create-cert-2.5.tar.gz) = 240195b7ace5dd4313c7a295df709bb353fdf94721924cecac9e5872d378112a
-SIZE (create-cert-2.5.tar.gz) = 72690
+TIMESTAMP = 1518738055
+SHA256 (create-cert-2.6.tar.gz) = ad97db884612abe56aa5c047a6bd136b8c8c90a7f18cb174b4f14d1e9aec13ef
+SIZE (create-cert-2.6.tar.gz) = 73000


More information about the svn-ports-head mailing list