From owner-svn-ports-all@freebsd.org Fri Feb 16 00:58:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11C3DF04628; Fri, 16 Feb 2018 00:58:13 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF69F7945C; Fri, 16 Feb 2018 00:58:12 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A10872657A; Fri, 16 Feb 2018 00:58:12 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1G0wCbn014518; Fri, 16 Feb 2018 00:58:12 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1G0wCMG014516; Fri, 16 Feb 2018 00:58:12 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201802160058.w1G0wCMG014516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Fri, 16 Feb 2018 00:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461960 - head/security/create-cert X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/create-cert X-SVN-Commit-Revision: 461960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 00:58:13 -0000 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