Bug 241196

Summary: security/p5-openxpki, security/p5-openxpki-i18n: Update to 2.5.5
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Some People CC: svysh.fbsd, tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/openxpki/openxpki
Bug Depends on: 241195    
Bug Blocks:    
Attachments:
Description Flags
patch to update the port
svysh.fbsd: maintainer-approval+
patch to update two ports none

Description Sergei Vyshenski 2019-10-11 12:36:57 UTC
Created attachment 208245 [details]
patch to update the port

- Update of 2 ports sharing the same distribution:
     2.2.3 --> 2.5.5
- Changes: 
	https://github.com/openxpki/openxpki/compare/v2.2.3...v2.5.5
- now builds fine with openssl 1.0 and 1.1
- switch SCEP support from ancient tool "openca-tools-forked" 
	to newly coded tool "p5-Crypt-LibSCEP", which supports openssl-1.1.
- "portlint -AC" gives non-relevant warnings.
- "rclint -v files/openxpki.in" gives non-relevant warnings.
- testport of poudriere 3.3.2_1 runs ok:
	at 12.0-RELEASE-p10-amd64, pkg 1.12.0, perl 5.30.0,
		1) with DEFAULT_VERSIONS+= ssl=base
		2) with DEFAULT_VERSIONS+= ssl=openssl
- During build, non-relevannt warns are issued about possible redundant use of 
modules from perl core.
- Built-in perl tests mostly fail, which is an issue of the tests 
themselves, and upstream is working on this. It does not prevent 
software from working fine.
Comment 1 Sergei Vyshenski 2019-10-17 12:35:09 UTC
Just in case, at the moment 2.5.5 is the latest stable release of openxpki.
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-02 14:11:25 UTC
Changes to security/p5-openxpki-i18n are missing.

mfg Tobias
Comment 3 Sergei Vyshenski 2019-11-03 11:33:17 UTC
Created attachment 208817 [details]
patch to update two ports

New patch updates both ports. Sorry for misprint.
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-03 11:49:05 UTC
Committed in r516409.
Thanks.