Bug 269041 - security/p5-openxpki{-i18n}: Update to 3.24.1
Summary: security/p5-openxpki{-i18n}: Update to 3.24.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/openxpki/openxpki/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-19 04:01 UTC by Sergei Vyshenski
Modified: 2023-01-30 13:07 UTC (History)
2 users (show)

See Also:


Attachments
"git diff" patch to update two ports (16.94 KB, patch)
2023-01-19 04:01 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" patch to update two ports (18.55 KB, patch)
2023-01-19 04:32 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" to update two ports (18.97 KB, patch)
2023-01-19 09:23 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" to update two ports (19.61 KB, patch)
2023-01-19 11:28 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" to update two ports (20.05 KB, patch)
2023-01-30 12:01 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2023-01-19 04:01:15 UTC
Created attachment 239576 [details]
"git diff" patch to update two ports

- Update two ports sharing the same distribution
	3.22.2 -> 3.24.0 (big stable release with bugfixes and new features)
Changes: https://github.com/openxpki/openxpki/compare/v3.22.2...v3.24.0

- "portlint -AC" is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" gives non-relevant warns.
- Tested with:
13.1-RELEASE-p5
portlint 2.20.0
portfmt 1.1.4
pkg 1.19.0
poudriere 3.3.7_1
perl 5.32.1_3
openssl 1.1.1o
ssl=base
- During build, non-relevant warns are issued about possible redundant use of 
modules from perl core.
- Built-in perl tests mostly fail. 
It is an issue of the tests themselves, upstream is working on this.
This issue does not prevent software from working fine.
Comment 1 Sergei Vyshenski 2023-01-19 04:32:02 UTC
Created attachment 239577 [details]
"git diff" patch to update two ports
Comment 2 Sergei Vyshenski 2023-01-19 09:23:49 UTC
Created attachment 239585 [details]
"git diff" to update two ports
Comment 3 Sergei Vyshenski 2023-01-19 11:28:33 UTC
Created attachment 239587 [details]
"git diff" to update two ports
Comment 4 Sergei Vyshenski 2023-01-19 11:29:27 UTC
Provided a new patch
Comment 5 Sergei Vyshenski 2023-01-30 12:01:14 UTC
Created attachment 239804 [details]
"git diff" to update two ports

- Update two ports sharing the same distribution
	3.22.2 -> 3.24.1 (big stable release with bugfixes and new features)
Changes: https://github.com/openxpki/openxpki/compare/v3.22.2...v3.24.1

- "portlint -AC" is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" gives non-relevant warns.
- Tested with:
13.1-RELEASE-p5
portlint 2.20.0
portfmt 1.1.4
pkg 1.19.0
poudriere 3.3.7_1
perl 5.32.1_3
openssl 1.1.1o
ssl=base
- During build, non-relevant warns are issued about possible redundant use of 
modules from perl core.
- Built-in perl tests mostly fail. 
It is an issue of the tests themselves, upstream is working on this.
This issue does not prevent software from working fine.
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-01-30 13:06:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd3678c650569246d009d0c4c1ff70cbdb44d3fc

commit dd3678c650569246d009d0c4c1ff70cbdb44d3fc
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-01-30 13:01:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-01-30 13:05:30 +0000

    security/p5-openxpki{-i18n}: Update to 3.24.1

    ChangeLog:      https://github.com/openxpki/openxpki/compare/v3.22.2...v3.24.1
    PR:             269041

 security/p5-openxpki-i18n/Makefile |  2 +-
 security/p5-openxpki-i18n/distinfo |  6 ++---
 security/p5-openxpki/Makefile      | 13 +++++----
 security/p5-openxpki/distinfo      | 10 +++----
 security/p5-openxpki/pkg-plist     | 54 +++++++++++++++++++++++++++++++-------
 5 files changed, 62 insertions(+), 23 deletions(-)
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2023-01-30 13:07:37 UTC
Committed, thanks!