From owner-svn-ports-all@freebsd.org Sun Jun 19 16:53:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8009A7ADF0; Sun, 19 Jun 2016 16:53:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 91F991A3C; Sun, 19 Jun 2016 16:53:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5JGrSgp073407; Sun, 19 Jun 2016 16:53:28 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5JGrSWc073401; Sun, 19 Jun 2016 16:53:28 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201606191653.u5JGrSWc073401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 19 Jun 2016 16:53:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417125 - in head/security: p5-openxpki p5-openxpki-i18n p5-openxpki/files 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.22 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: Sun, 19 Jun 2016 16:53:29 -0000 Author: pawel Date: Sun Jun 19 16:53:28 2016 New Revision: 417125 URL: https://svnweb.freebsd.org/changeset/ports/417125 Log: Update to version 1.10.0 Changes: https://github.com/openxpki/openxpki/commits/master PR: 210139 Submitted by: maintainer Modified: head/security/p5-openxpki-i18n/Makefile head/security/p5-openxpki-i18n/distinfo head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo head/security/p5-openxpki/files/pkg-message.in head/security/p5-openxpki/pkg-plist Modified: head/security/p5-openxpki-i18n/Makefile ============================================================================== --- head/security/p5-openxpki-i18n/Makefile Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki-i18n/Makefile Sun Jun 19 16:53:28 2016 (r417125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v CATEGORIES= security perl5 PKGNAMEPREFIX= p5- Modified: head/security/p5-openxpki-i18n/distinfo ============================================================================== --- head/security/p5-openxpki-i18n/distinfo Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki-i18n/distinfo Sun Jun 19 16:53:28 2016 (r417125) @@ -1,2 +1,3 @@ -SHA256 (openxpki-openxpki-v1.9.0_GH0.tar.gz) = dec71adceed122073d5112d2e1500e5d328b42308f99857bc80b6b8a11dad6cf -SIZE (openxpki-openxpki-v1.9.0_GH0.tar.gz) = 2112997 +TIMESTAMP = 1465390136 +SHA256 (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 9d91e70451c57c00b909880e3915163624b47568b6fc004497e820dd17b0444b +SIZE (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 2126197 Modified: head/security/p5-openxpki/Makefile ============================================================================== --- head/security/p5-openxpki/Makefile Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki/Makefile Sun Jun 19 16:53:28 2016 (r417125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v CATEGORIES= security perl5 PKGNAMEPREFIX= p5- Modified: head/security/p5-openxpki/distinfo ============================================================================== --- head/security/p5-openxpki/distinfo Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki/distinfo Sun Jun 19 16:53:28 2016 (r417125) @@ -1,2 +1,3 @@ -SHA256 (openxpki-openxpki-v1.9.0_GH0.tar.gz) = dec71adceed122073d5112d2e1500e5d328b42308f99857bc80b6b8a11dad6cf -SIZE (openxpki-openxpki-v1.9.0_GH0.tar.gz) = 2112997 +TIMESTAMP = 1465389537 +SHA256 (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 9d91e70451c57c00b909880e3915163624b47568b6fc004497e820dd17b0444b +SIZE (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 2126197 Modified: head/security/p5-openxpki/files/pkg-message.in ============================================================================== --- head/security/p5-openxpki/files/pkg-message.in Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki/files/pkg-message.in Sun Jun 19 16:53:28 2016 (r417125) @@ -49,3 +49,13 @@ install -m 660 -o www -g www /dev/null / /var/log/openxpki: server log files. /var/tmp: temporary directory. ================================================================== +If you update across v1.10, please update your SQL schema and logger config +as described here: +http://openxpki.readthedocs.io/en/latest/upgrading.html#release-v1-10 + +If you are unable to update your schema, you can workaround the problem by +removing the "DBI" target from the "AUTH" facility in +%%PREFIX%%/etc/openxpki/log.conf: + +log4perl.category.openxpki.auth = INFO, Logfile +================================================================== Modified: head/security/p5-openxpki/pkg-plist ============================================================================== --- head/security/p5-openxpki/pkg-plist Sun Jun 19 15:51:49 2016 (r417124) +++ head/security/p5-openxpki/pkg-plist Sun Jun 19 16:53:28 2016 (r417125) @@ -133,6 +133,7 @@ bin/openxpkictl %%SITE_ARCH%%/OpenXPKI/Server/ACL.pm %%SITE_ARCH%%/OpenXPKI/Server/API.pm %%SITE_ARCH%%/OpenXPKI/Server/API/Default.pm +%%SITE_ARCH%%/OpenXPKI/Server/API/Housekeeping.pm %%SITE_ARCH%%/OpenXPKI/Server/API/Object.pm %%SITE_ARCH%%/OpenXPKI/Server/API/Profile.pm %%SITE_ARCH%%/OpenXPKI/Server/API/Secret.pm @@ -463,6 +464,7 @@ bin/openxpkictl %%PERL5_MAN3%%/OpenXPKI::Server::ACL.3.gz %%PERL5_MAN3%%/OpenXPKI::Server::API.3.gz %%PERL5_MAN3%%/OpenXPKI::Server::API::Default.3.gz +%%PERL5_MAN3%%/OpenXPKI::Server::API::Housekeeping.3.gz %%PERL5_MAN3%%/OpenXPKI::Server::API::Object.3.gz %%PERL5_MAN3%%/OpenXPKI::Server::API::Profile.3.gz %%PERL5_MAN3%%/OpenXPKI::Server::API::Secret.3.gz @@ -671,6 +673,7 @@ bin/openxpkictl %%PERL5_MAN3%%/OpenXPKI::Workflow::Handler.3.gz %%PERL5_MAN3%%/OpenXPKI::i18n.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/download.fcgi +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/rpc.fcgi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/sc.fcgi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/scep %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/soap.fcgi @@ -778,6 +781,7 @@ bin/openxpkictl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop2.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop3.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/skip.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_automated_request.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_batch_mode.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_certificate_owner.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_creator.yaml @@ -842,6 +846,8 @@ bin/openxpkictl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_created_comment.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_rejected.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/test.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/rpc/default.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/rpc/log.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/default.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/log.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/scep/default.conf