From owner-svn-ports-all@freebsd.org Sat Dec 26 18:09:27 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DA784BF58B; Sat, 26 Dec 2020 18:09:27 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3BfH3hP2z4XK6; Sat, 26 Dec 2020 18:09:27 +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 719CD19063; Sat, 26 Dec 2020 18:09:27 +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 0BQI9RdB031341; Sat, 26 Dec 2020 18:09:27 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BQI9Rjj031339; Sat, 26 Dec 2020 18:09:27 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202012261809.0BQI9Rjj031339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Sat, 26 Dec 2020 18:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559301 - 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: 559301 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.34 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: Sat, 26 Dec 2020 18:09:27 -0000 Author: leres Date: Sat Dec 26 18:09:26 2020 New Revision: 559301 URL: https://svnweb.freebsd.org/changeset/ports/559301 Log: security/create-cert: Update to 2.8. - Add overrides for size of the key (-b bits), the certificate duration (-d days), and the digest (-D digest). - Fix a bug that ignored config file certificate duration and always used 3650 days. Modified: head/security/create-cert/Makefile head/security/create-cert/distinfo Modified: head/security/create-cert/Makefile ============================================================================== --- head/security/create-cert/Makefile Sat Dec 26 18:08:56 2020 (r559300) +++ head/security/create-cert/Makefile Sat Dec 26 18:09:26 2020 (r559301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= create-cert -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= security MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \ LOCAL/leres/create-cert Modified: head/security/create-cert/distinfo ============================================================================== --- head/security/create-cert/distinfo Sat Dec 26 18:08:56 2020 (r559300) +++ head/security/create-cert/distinfo Sat Dec 26 18:09:26 2020 (r559301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518830997 -SHA256 (create-cert-2.7.tar.gz) = 1f29b02ccdb47f663eb993c40783515f1779cc45445daa5ed5b3cc85cee8b0b4 -SIZE (create-cert-2.7.tar.gz) = 73133 +TIMESTAMP = 1609005771 +SHA256 (create-cert-2.8.tar.gz) = 0b829c45a2aeef7cc169d599c460cf5b2a73437b4efd9384f45952688ddf0059 +SIZE (create-cert-2.8.tar.gz) = 73485