View | Details | Raw Unified | Return to bug 210139 | Differences between
and this patch

Collapse All | Expand All

(-)security/p5-openxpki/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-openxpki/Makefile 416966 2016-06-16 13:23:13Z mat $
2
# $FreeBSD: head/security/p5-openxpki/Makefile 416966 2016-06-16 13:23:13Z mat $
3
3
4
PORTNAME=	openxpki
4
PORTNAME=	openxpki
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.10.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
(-)security/p5-openxpki/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (openxpki-openxpki-v1.9.0_GH0.tar.gz) = dec71adceed122073d5112d2e1500e5d328b42308f99857bc80b6b8a11dad6cf
1
TIMESTAMP = 1465389537
2
SIZE (openxpki-openxpki-v1.9.0_GH0.tar.gz) = 2112997
2
SHA256 (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 9d91e70451c57c00b909880e3915163624b47568b6fc004497e820dd17b0444b
3
SIZE (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 2126197
(-)security/p5-openxpki/files/pkg-message.in (+10 lines)
Lines 49-51 Link Here
49
    /var/log/openxpki: server log files.
49
    /var/log/openxpki: server log files.
50
    /var/tmp: temporary directory.
50
    /var/tmp: temporary directory.
51
==================================================================
51
==================================================================
52
If you update across v1.10, please update your SQL schema and logger config
53
as described here:
54
http://openxpki.readthedocs.io/en/latest/upgrading.html#release-v1-10
55
56
If you are unable to update your schema, you can workaround the problem by
57
removing the "DBI" target from the "AUTH" facility in
58
%%PREFIX%%/etc/openxpki/log.conf:
59
60
log4perl.category.openxpki.auth = INFO, Logfile
61
==================================================================
(-)security/p5-openxpki/pkg-plist (+6 lines)
Lines 133-138 Link Here
133
%%SITE_ARCH%%/OpenXPKI/Server/ACL.pm
133
%%SITE_ARCH%%/OpenXPKI/Server/ACL.pm
134
%%SITE_ARCH%%/OpenXPKI/Server/API.pm
134
%%SITE_ARCH%%/OpenXPKI/Server/API.pm
135
%%SITE_ARCH%%/OpenXPKI/Server/API/Default.pm
135
%%SITE_ARCH%%/OpenXPKI/Server/API/Default.pm
136
%%SITE_ARCH%%/OpenXPKI/Server/API/Housekeeping.pm
136
%%SITE_ARCH%%/OpenXPKI/Server/API/Object.pm
137
%%SITE_ARCH%%/OpenXPKI/Server/API/Object.pm
137
%%SITE_ARCH%%/OpenXPKI/Server/API/Profile.pm
138
%%SITE_ARCH%%/OpenXPKI/Server/API/Profile.pm
138
%%SITE_ARCH%%/OpenXPKI/Server/API/Secret.pm
139
%%SITE_ARCH%%/OpenXPKI/Server/API/Secret.pm
Lines 463-468 Link Here
463
%%PERL5_MAN3%%/OpenXPKI::Server::ACL.3.gz
464
%%PERL5_MAN3%%/OpenXPKI::Server::ACL.3.gz
464
%%PERL5_MAN3%%/OpenXPKI::Server::API.3.gz
465
%%PERL5_MAN3%%/OpenXPKI::Server::API.3.gz
465
%%PERL5_MAN3%%/OpenXPKI::Server::API::Default.3.gz
466
%%PERL5_MAN3%%/OpenXPKI::Server::API::Default.3.gz
467
%%PERL5_MAN3%%/OpenXPKI::Server::API::Housekeeping.3.gz
466
%%PERL5_MAN3%%/OpenXPKI::Server::API::Object.3.gz
468
%%PERL5_MAN3%%/OpenXPKI::Server::API::Object.3.gz
467
%%PERL5_MAN3%%/OpenXPKI::Server::API::Profile.3.gz
469
%%PERL5_MAN3%%/OpenXPKI::Server::API::Profile.3.gz
468
%%PERL5_MAN3%%/OpenXPKI::Server::API::Secret.3.gz
470
%%PERL5_MAN3%%/OpenXPKI::Server::API::Secret.3.gz
Lines 671-676 Link Here
671
%%PERL5_MAN3%%/OpenXPKI::Workflow::Handler.3.gz
673
%%PERL5_MAN3%%/OpenXPKI::Workflow::Handler.3.gz
672
%%PERL5_MAN3%%/OpenXPKI::i18n.3.gz
674
%%PERL5_MAN3%%/OpenXPKI::i18n.3.gz
673
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/download.fcgi
675
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/download.fcgi
676
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/rpc.fcgi
674
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/sc.fcgi
677
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/sc.fcgi
675
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/scep
678
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/scep
676
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/soap.fcgi
679
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-bin/soap.fcgi
Lines 778-783 Link Here
778
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop2.yaml
781
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop2.yaml
779
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop3.yaml
782
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/noop3.yaml
780
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/skip.yaml
783
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/action/skip.yaml
784
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_automated_request.yaml
781
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_batch_mode.yaml
785
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_batch_mode.yaml
782
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_certificate_owner.yaml
786
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_certificate_owner.yaml
783
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_creator.yaml
787
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/config.d/realm/ca-one/workflow/global/condition/is_creator.yaml
Lines 842-847 Link Here
842
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_created_comment.txt
846
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_created_comment.txt
843
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_rejected.txt
847
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/csr_rejected.txt
844
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/test.txt
848
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/notification/rt/test.txt
849
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/rpc/default.conf
850
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/rpc/log.conf
845
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/default.conf
851
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/default.conf
846
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/log.conf
852
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/sc/log.conf
847
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/scep/default.conf
853
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config/openxpki/scep/default.conf
(-)security/p5-openxpki-i18n/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-openxpki-i18n/Makefile 416091 2016-05-29 10:34:40Z pawel $
2
# $FreeBSD: head/security/p5-openxpki-i18n/Makefile 416091 2016-05-29 10:34:40Z pawel $
3
3
4
PORTNAME=	openxpki
4
PORTNAME=	openxpki
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.10.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
(-)security/p5-openxpki-i18n/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (openxpki-openxpki-v1.9.0_GH0.tar.gz) = dec71adceed122073d5112d2e1500e5d328b42308f99857bc80b6b8a11dad6cf
1
TIMESTAMP = 1465390136
2
SIZE (openxpki-openxpki-v1.9.0_GH0.tar.gz) = 2112997
2
SHA256 (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 9d91e70451c57c00b909880e3915163624b47568b6fc004497e820dd17b0444b
3
SIZE (openxpki-openxpki-v1.10.0_GH0.tar.gz) = 2126197

Return to bug 210139