Date: Sat, 3 May 2014 15:38:58 -0700 (PDT) From: Craig Leres <leres@ee.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov Subject: ports/189324: [PATCH] security/create-cert: Update to 2.4 Message-ID: <201405032238.s43McwUB062597@fun.ee.lbl.gov> Resent-Message-ID: <201405032240.s43Me0Ul032262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 189324 >Category: ports >Synopsis: [PATCH] security/create-cert: Update to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 03 22:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #14 r33: Wed Apr 30 22:58:25 PDT 2014 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: Update to 2.4; changes since 2.3 include: Update to support -C with openssl 1.X. Enforce the 2 character country code length requirement. Update copyright notices with the July 22, 1999 BSD-new version. Remove -o and -g from install commands to be FreeBSD ports staging friendly. >How-To-Repeat: >Fix: Please see the attached patches. --- patch.txt begins here --- --- Makefile.orig 2014-01-31 11:08:43.000000000 -0800 +++ Makefile 2014-05-03 15:35:16.000000000 -0700 @@ -2,11 +2,9 @@ # $FreeBSD: head/security/create-cert/Makefile 342012 2014-01-31 15:54:10Z miwi $ PORTNAME= create-cert -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= security MASTER_SITES= ftp://ee.lbl.gov/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= leres@ee.lbl.gov COMMENT= Create openssl client key and certificates @@ -18,7 +16,4 @@ GNU_CONFIGURE= yes -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - .include <bsd.port.mk> --- distinfo.orig 2014-01-23 04:29:51.000000000 -0800 +++ distinfo 2014-05-03 15:35:16.000000000 -0700 @@ -1,4 +1,4 @@ -SHA256 (create-cert-2.3.tar.gz) = c385f65738d45aa6cc76c7c0db9ccd1b0fae10038c41dfdc29578f36b690cd53 -SIZE (create-cert-2.3.tar.gz) = 69637 -SHA256 (create-cert-2.3.tar.gz.asc) = a2e42c9f965098496e16b9409ec78b1ccd4dcb8be181b290c7ea183138cdab9a -SIZE (create-cert-2.3.tar.gz.asc) = 196 +SHA256 (create-cert-2.4.tar.gz) = 46fcd55b84af95f5cb7b53b4e527b82858538014bcb8f35aa9543b34875636d5 +SIZE (create-cert-2.4.tar.gz) = 72547 +SHA256 (create-cert-2.4.tar.gz.asc) = b38b5e236b401a93efb21f9ab24d15491f008ed2ca4d9ece13eb335596b81e72 +SIZE (create-cert-2.4.tar.gz.asc) = 181 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405032238.s43McwUB062597>