Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 00:58:12 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461960 - head/security/create-cert
Message-ID:  <201802160058.w1G0wCMG014516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802160058.w1G0wCMG014516>