View | Details | Raw Unified | Return to bug 230232
Collapse All | Expand All

(-)security/p5-openxpki/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-openxpki/Makefile 469532 2018-05-10 11:20:09Z wen $
2
# $FreeBSD: head/security/p5-openxpki/Makefile 469532 2018-05-10 11:20:09Z wen $
3
3
4
PORTNAME=	openxpki
4
PORTNAME=	openxpki
5
PORTVERSION=	2.0.2
5
PORTVERSION=	2.0.3
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 74-80 Link Here
74
		p5-XML-Filter-XInclude>=0:textproc/p5-XML-Filter-XInclude \
74
		p5-XML-Filter-XInclude>=0:textproc/p5-XML-Filter-XInclude \
75
		p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer \
75
		p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer \
76
		p5-XML-Validator-Schema>=0:textproc/p5-XML-Validator-Schema \
76
		p5-XML-Validator-Schema>=0:textproc/p5-XML-Validator-Schema \
77
		p5-openxpki-i18n>=0.20.0.1:security/p5-openxpki-i18n \
77
		p5-openxpki-i18n>=2.0.3:security/p5-openxpki-i18n \
78
		p5-perl-ldap>=0:net/p5-perl-ldap
78
		p5-perl-ldap>=0:net/p5-perl-ldap
79
RUN_DEPENDS:=	${BUILD_DEPENDS}
79
RUN_DEPENDS:=	${BUILD_DEPENDS}
80
80
(-)security/p5-openxpki/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525778337
1
TIMESTAMP = 1532952025
2
SHA256 (openxpki-openxpki-v2.0.2_GH0.tar.gz) = cc83273686ec2d91415e24f26e906b303e78593fc1b4c9cb99d62c1edf48bf18
2
SHA256 (openxpki-openxpki-v2.0.3_GH0.tar.gz) = 540d6229e28de8a6c524854dd40183fafb86a61a7b849fdd274a280291c00c6e
3
SIZE (openxpki-openxpki-v2.0.2_GH0.tar.gz) = 34814060
3
SIZE (openxpki-openxpki-v2.0.3_GH0.tar.gz) = 34916918
(-)security/p5-openxpki/files/pkg-message.in (-12 / +3 lines)
Lines 49-64 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
52
If you update existing installation, please check if extra handwork 
53
as described here:
53
is needed in your case:
54
http://openxpki.readthedocs.io/en/latest/upgrading.html#release-v1-10
54
http://openxpki.readthedocs.io/en/latest/upgrading.html
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
62
If you update across v1.19.0, please take care as recommended here:
63
http://openxpki.readthedocs.io/en/latest/upgrading.html#release-v1-19 
64
==================================================================
55
==================================================================
(-)security/p5-openxpki-i18n/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-openxpki-i18n/Makefile 469532 2018-05-10 11:20:09Z wen $
2
# $FreeBSD: head/security/p5-openxpki-i18n/Makefile 469532 2018-05-10 11:20:09Z wen $
3
3
4
PORTNAME=	openxpki
4
PORTNAME=	openxpki
5
PORTVERSION=	2.0.2
5
PORTVERSION=	2.0.3
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 (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525792651
1
TIMESTAMP = 1532952256
2
SHA256 (openxpki-openxpki-v2.0.2_GH0.tar.gz) = cc83273686ec2d91415e24f26e906b303e78593fc1b4c9cb99d62c1edf48bf18
2
SHA256 (openxpki-openxpki-v2.0.3_GH0.tar.gz) = 540d6229e28de8a6c524854dd40183fafb86a61a7b849fdd274a280291c00c6e
3
SIZE (openxpki-openxpki-v2.0.2_GH0.tar.gz) = 34814060
3
SIZE (openxpki-openxpki-v2.0.3_GH0.tar.gz) = 34916918

Return to bug 230232