From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 23 17:40:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A18516A420 for ; Fri, 23 Sep 2005 17:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA30343D45 for ; Fri, 23 Sep 2005 17:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8NHe7MW029542 for ; Fri, 23 Sep 2005 17:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8NHe7ss029535; Fri, 23 Sep 2005 17:40:07 GMT (envelope-from gnats) Resent-Date: Fri, 23 Sep 2005 17:40:07 GMT Resent-Message-Id: <200509231740.j8NHe7ss029535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1747216A41F for ; Fri, 23 Sep 2005 17:37:44 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 776B443D45 for ; Fri, 23 Sep 2005 17:37:43 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 16789 invoked by uid 1000); 23 Sep 2005 17:38:05 -0000 Message-Id: <20050923173805.16788.qmail@redundancy.redundancy.org> Date: 23 Sep 2005 17:38:05 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86513: Maintainer update: security/p5-CSP 0.31 -> 0.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 17:40:08 -0000 >Number: 86513 >Category: ports >Synopsis: Maintainer update: security/p5-CSP 0.31 -> 0.32 >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: Fri Sep 23 17:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD redundancy.redundancy.org 5.4-STABLE FreeBSD 5.4-STABLE #9: Mon Jul 11 20:22:35 PDT 2005 lx@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386 >Description: Updating the CSP certificate authority toolset to 0.32. Updates in the new version: - Never generate an empty subjectAltName. - Actually update index.txt when certs are revoked or expire. - Generate certdb.xml in genPublic which can be used by external tools to (for instance) notify users before certs expire - Lots of bugfixes from pmacad@mindspring.com - Generate cert+key wo password thanks to Gary Peck - Bugfixes from Andreas ?stling - Bugfixes from Kent Engstr?m - Switch over to using IPC::Run which is needed for the upcoming openssl-engine support. >How-To-Repeat: >Fix: diff -ruN p5-CSP.old/Makefile p5-CSP/Makefile --- p5-CSP.old/Makefile Thu Sep 22 10:33:56 2005 +++ p5-CSP/Makefile Thu Sep 22 10:37:27 2005 @@ -6,7 +6,7 @@ # PORTNAME= CSP -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= security perl5 MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ COMMENT= A Perl tool for managing Certificate Authorities BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt + ${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt \ + ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN p5-CSP.old/distinfo p5-CSP/distinfo --- p5-CSP.old/distinfo Thu Sep 22 10:33:56 2005 +++ p5-CSP/distinfo Thu Sep 22 10:41:05 2005 @@ -1,2 +1,2 @@ -MD5 (CSP-0.31.tar.gz) = 4a480752900d338377e7a9e84947bba2 -SIZE (CSP-0.31.tar.gz) = 18216 +MD5 (CSP-0.32.tar.gz) = 44b22e897ad2f5b361937345f8ab6379 +SIZE (CSP-0.32.tar.gz) = 18241 >Release-Note: >Audit-Trail: >Unformatted: