From lx@redundancy.redundancy.org  Fri Sep 23 17:37:44 2005
Return-Path: <lx@redundancy.redundancy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1747216A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <lx@redundancy.redundancy.org>
Reply-To: David Thiel <lx@redundancy.redundancy.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: security/p5-CSP 0.31 -> 0.32
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86513
>Category:       ports
>Synopsis:       Maintainer update: security/p5-CSP 0.31 -> 0.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 17:40:07 GMT 2005
>Closed-Date:    Sat Sep 24 12:55:59 GMT 2005
>Last-Modified:  Sat Sep 24 12:55:59 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Sat Sep 24 12:45:44 GMT 2005 
Responsible-Changed-Why:  
I will take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86513 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Sat Sep 24 12:55:58 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86513 
>Unformatted:
