Skip site navigation (1)Skip section navigation (2)
Date:      23 Sep 2005 17:38:05 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86513: Maintainer update: security/p5-CSP 0.31 -> 0.32
Message-ID:  <20050923173805.16788.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200509231740.j8NHe7ss029535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050923173805.16788.qmail>