Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 14:06:34 +0400 (MSD)
From:      Sergei Vyshenski <svysh@pn.sinp.msu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116859: Maintainer update: security/p5-openxpki
Message-ID:  <200710031006.l93A6YLh074325@ox.pn.sinp.msu.ru>
Resent-Message-ID: <200710031010.l93AA3YV047162@freefall.freebsd.org>

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

>Number:         116859
>Category:       ports
>Synopsis:       Maintainer update: security/p5-openxpki
>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:   Wed Oct 03 10:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Vyshenski
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ox.pn.sinp.msu.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Sep 8 02:47:36 MSD 2007 root@ox.pn.sinp.msu.ru:/usr/obj/usr/src/sys/OX i386


	
>Description:
	Maintainer update: security/p5-openxpki
>How-To-Repeat:
	
>Fix:

	


diff -ur security/p5-openxpki/Makefile security/p5-openxpki.new/Makefile
--- security/p5-openxpki/Makefile	2007-09-08 05:03:59.000000000 +0400
+++ security/p5-openxpki.new/Makefile	2007-10-03 14:00:04.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openxpki
-PORTVERSION=	0.9.914
+PORTVERSION=	0.9.1084
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,7 +18,7 @@
 COMMENT=	Perl based trustcenter software for PKI: core for server
 
 BUILD_DEPENDS=	\
-	p5-Workflow>=0.26:${PORTSDIR}/devel/p5-Workflow \
+	p5-Workflow>=0.31:${PORTSDIR}/devel/p5-Workflow \
 	${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \
 	${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
 	${SITE_PERL}/Locale/Recode.pm:${PORTSDIR}/devel/p5-Locale-libintl \
@@ -125,6 +125,7 @@
 	OpenXPKI::Debug.3 \
 	OpenXPKI::Exception.3 \
 	OpenXPKI::FileUtils.3 \
+	OpenXPKI::LdapUtils.3 \
 	OpenXPKI::Serialization::JSON.3 \
 	OpenXPKI::Serialization::Simple.3 \
 	OpenXPKI::Server.3 \
@@ -233,6 +234,7 @@
 	OpenXPKI::Server::Workflow::Condition::ValidCSRSerialPresent.3 \
 	OpenXPKI::Server::Workflow::Condition::WorkflowChildrenFailure.3 \
 	OpenXPKI::Server::Workflow::Condition::WorkflowChildrenSuccessfullyFinished.3 \
+	OpenXPKI::Server::Workflow::Condition::WorkflowCreator.3 \
 	OpenXPKI::Server::Workflow::Observer::Debug.3 \
 	OpenXPKI::Server::Workflow::Observer::Log.3 \
 	OpenXPKI::Server::Workflow::Persister::DBI.3 \
@@ -263,6 +265,7 @@
 	OpenXPKI::Tests.3 \
 	OpenXPKI::Transport::Simple.3 \
 	OpenXPKI::VERSION.3 \
+	OpenXPKI::Workflow::Factory.3 \
 	OpenXPKI::XML::Cache.3 \
 	OpenXPKI::XML::Config.3 \
 	OpenXPKI::i18n.3
diff -ur security/p5-openxpki/distinfo security/p5-openxpki.new/distinfo
--- security/p5-openxpki/distinfo	2007-06-07 09:37:29.000000000 +0400
+++ security/p5-openxpki.new/distinfo	2007-10-03 12:53:27.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (openxpki/OpenXPKI-0.9.914.tar.gz) = 94a543aba4caa908b7fb1f436716eeba
-SHA256 (openxpki/OpenXPKI-0.9.914.tar.gz) = 90260b3f4f598d45a49295db447517d26763c8b4304c392a4005fbb734e1d8a2
-SIZE (openxpki/OpenXPKI-0.9.914.tar.gz) = 339967
+MD5 (openxpki/OpenXPKI-0.9.1084.tar.gz) = 6c36f7899a703e88248f8a1ae369e9bb
+SHA256 (openxpki/OpenXPKI-0.9.1084.tar.gz) = 6d661b9c4f97bac745774a8175564368ee55f256a37ae367628be3daa922e250
+SIZE (openxpki/OpenXPKI-0.9.1084.tar.gz) = 483702
diff -ur security/p5-openxpki/pkg-descr security/p5-openxpki.new/pkg-descr
--- security/p5-openxpki/pkg-descr	2007-06-07 09:37:29.000000000 +0400
+++ security/p5-openxpki.new/pkg-descr	2007-10-03 12:57:30.000000000 +0400
@@ -4,7 +4,6 @@
 p5-openxpki: core for server part
 p5-openxpki-client: base class for actual clients
 p5-openxpki-i18n: internationalization of the user interface
-p5-openxpki-client-cli: command line interface to local OpenXPKI daemon
 p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon
 p5-openxpki-client-scep: set of SCEP tools
 p5-openxpki-deployment: set or deployment tools
@@ -13,10 +12,10 @@
 
  p5-openxpki-client  <--  p5-openxpki (server)  -->  p5-openxpki-i18n
            \
-            \     |  p5-openxpki-client-cli, p5-openxpki-client-html-mason,
+            \     |  p5-openxpki-client-html-mason,
              \--> |  p5-openxpki-client-scep, p5-openxpki-deployment.
 Notes: 
 I18n is needed for the English interface too. For effective use of deployment,
-it is recommended to install at least one of the clients: ...-cli or ...-mason.
+it is recommended to install p5-openxpki-client-html-mason.
 
 WWW: http://www.openxpki.org/download/freebsd.html
diff -ur security/p5-openxpki/pkg-plist security/p5-openxpki.new/pkg-plist
--- security/p5-openxpki/pkg-plist	2007-06-07 09:37:29.000000000 +0400
+++ security/p5-openxpki.new/pkg-plist	2007-10-03 12:53:39.000000000 +0400
@@ -88,6 +88,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Debug.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Exception.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/FileUtils.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/LdapUtils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Serialization/JSON.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Serialization/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server.pm
@@ -196,6 +197,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/ValidCSRSerialPresent.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowChildrenFailure.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowChildrenSuccessfullyFinished.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowCreator.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/AddExecuteHistory.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/Debug.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/Log.pm
@@ -227,6 +229,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Tests.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Transport/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/VERSION.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Workflow/Factory.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML/Cache.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML/Config.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/i18n.pm
@@ -235,6 +238,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/OpenXPKI.so
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Workflow
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Transport
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template/Plugin
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template
>Release-Note:
>Audit-Trail:
>Unformatted:



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