From owner-svn-ports-all@FreeBSD.ORG Wed Aug 13 21:47:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51FA0D05; Wed, 13 Aug 2014 21:47:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32DDD246B; Wed, 13 Aug 2014 21:47:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DLlGRp060692; Wed, 13 Aug 2014 21:47:16 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DLlF4F060684; Wed, 13 Aug 2014 21:47:15 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201408132147.s7DLlF4F060684@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 13 Aug 2014 21:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364813 - head/security/p5-openxpki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 21:47:16 -0000 Author: wg Date: Wed Aug 13 21:47:15 2014 New Revision: 364813 URL: http://svnweb.freebsd.org/changeset/ports/364813 QAT: https://qat.redports.org/buildarchive/r364813/ Log: security/p5-openxpki: update to 0.20.0.1 PR: 192594 Submitted by: maintainer Modified: head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo head/security/p5-openxpki/pkg-descr head/security/p5-openxpki/pkg-message Modified: head/security/p5-openxpki/Makefile ============================================================================== --- head/security/p5-openxpki/Makefile Wed Aug 13 21:41:22 2014 (r364812) +++ head/security/p5-openxpki/Makefile Wed Aug 13 21:47:15 2014 (r364813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki -PORTVERSION= 0.19.0.1 +PORTVERSION= 0.20.0.1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- DIST_SUBDIR= openxpki @@ -13,6 +13,8 @@ COMMENT= Perl based trustcenter software LICENSE= APACHE20 BUILD_DEPENDS= \ + p5-openxpki-i18n>=0.20.0.1:${PORTSDIR}/security/p5-openxpki-i18n \ + openca-tools-forked>=1.4.0:${PORTSDIR}/security/openca-tools-forked \ p5-Workflow>=0.31:${PORTSDIR}/devel/p5-Workflow \ p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ @@ -46,13 +48,14 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= \ p5-openxpki-client-[0-9]* \ p5-openxpki-client-scep-[0-9]* \ - p5-openxpki-client-deployment-[0-9]* + p5-openxpki-client-deployment-[0-9]* \ + p5-openxpki-client-html-mason-[0-9]* USE_GITHUB= yes GH_ACCOUNT= openxpki GH_PROJECT= openxpki GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9d772a8 +GH_COMMIT= d4dd0ab USE_OPENSSL= yes USE_PERL5= configure Modified: head/security/p5-openxpki/distinfo ============================================================================== --- head/security/p5-openxpki/distinfo Wed Aug 13 21:41:22 2014 (r364812) +++ head/security/p5-openxpki/distinfo Wed Aug 13 21:47:15 2014 (r364813) @@ -1,2 +1,2 @@ -SHA256 (openxpki/openxpki-0.19.0.1.tar.gz) = 7577bb39ee948f9969f5c5cfe4e14a9e12775e4e8d8f83555fc3d476c56c5e8c -SIZE (openxpki/openxpki-0.19.0.1.tar.gz) = 2134438 +SHA256 (openxpki/openxpki-0.20.0.1.tar.gz) = 1777061581ff3493ba0b52f56357d60436bb785b41b9b3113ec068e2495603ef +SIZE (openxpki/openxpki-0.20.0.1.tar.gz) = 2136470 Modified: head/security/p5-openxpki/pkg-descr ============================================================================== --- head/security/p5-openxpki/pkg-descr Wed Aug 13 21:41:22 2014 (r364812) +++ head/security/p5-openxpki/pkg-descr Wed Aug 13 21:47:15 2014 (r364813) @@ -1,14 +1,4 @@ -A collection of ports for the OpenXPKI suite - Perl based trustcenter -software for PKI: server and client parts along with deployment tools. +Perl based trustcenter for arbitrary complex PKI: +server and client parts. -p5-openxpki: server part and deployment tools -p5-openxpki-i18n: internationalization of the user interface -p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon - -Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): - - p5-openxpki-client-html-mason <-- p5-openxpki --> p5-openxpki-i18n - -Notes: I18n is needed for the English interface too. - -WWW: http://www.openxpki.org/ +WWW: http://www.openxpki.org Modified: head/security/p5-openxpki/pkg-message ============================================================================== --- head/security/p5-openxpki/pkg-message Wed Aug 13 21:41:22 2014 (r364812) +++ head/security/p5-openxpki/pkg-message Wed Aug 13 21:47:15 2014 (r364813) @@ -1,7 +1,10 @@ -================================ A piece of advice =================================== -- Install port security/p5-i18n (needed for English interface too). -- Install your favorite database (enable utf-8 support if needed) and a web server. -- Perform deployment procedure for openxpki in a regular way. -- When asked for the name of the "openxpki user" answer "openxpki", - and do not forget to add a line: "User openxpki" to the zone of your - OpenXPI-related (virtual) web server in your web server configuration file. +================================================================== +- SCEP prerequisite binary and i18n files for UI installed. +- Enable utf8 locale (e.g. en_US.utf8) for the translation staff to work + (translation is needed even for English language). +- Install your favorite database (enable utf8 support) and a web server. +- Perform deployment procedure for OpenXPKI in a regular way. +- This port has created user:group as openxpki:openxpki for use with OpenXPKI server. + Add a line: "User openxpki" to configuration of your OpenXPKI-related web server. +- Choose from two versions of the handler: based on CGI or FastCGI modules of perl. +==================================================================