Bug 294293 - security/p5-Crypt-OpenSSL-AES: Update to 0.23
Summary: security/p5-Crypt-OpenSSL-AES: Update to 0.23
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://metacpan.org/dist/Crypt-OpenS...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-07 00:19 UTC by Sergei Vyshenski
Modified: 2026-04-07 10:40 UTC (History)
2 users (show)

See Also:


Attachments
git format-patch -1 main (3.36 KB, patch)
2026-04-07 00:27 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
git format-patch -1 main (4.90 KB, patch)
2026-04-07 10:13 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 2026-04-07 00:19:59 UTC
- update 0.21 --> 0.23
ChangeLog: https://metacpan.org/dist/Crypt-OpenSSL-AES/changes

- "portlint -AC is happy.
- "portclippy Makefile" is happy.
- "portfmt -D Makefile" is happy.
- Tested with:
FreeBSD 15.0-RELEASE-p5
portlint-2.23.0
portfmt-1.1.6
pkg 2.6.2_1
poudriere-devel-3.4.99.20260303
git-lite-2.53.0
perl 5.42.2
openssl 3.5.4
ssl=base

- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 Sergei Vyshenski 2026-04-07 00:27:41 UTC
Created attachment 269433 [details]
git format-patch -1 main
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-07 08:16:42 UTC
Why not %%SSLBIN%%?
Comment 3 Sergei Vyshenski 2026-04-07 09:21:09 UTC
(In reply to Vladimir Druzenko from comment #2)
What do you mean?
Maybe because %%SSLBIN%% in not defined in the ports infrastructure?
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-07 09:47:36 UTC
(In reply to Sergei Vyshenski from comment #3)
I mean use %%SSLBIN%% for substitution instead of SSLBIN.
This is common practice and this is the first port I have encountered where this is not used.
Comment 5 Sergei Vyshenski 2026-04-07 10:13:06 UTC
Created attachment 269449 [details]
git format-patch -1 main

Thank you for your note. Please find a new patch. Tested ok as before.
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-04-07 10:39:18 UTC
A commit in branch main references this bug:

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

commit df98c2f7b807c44e9aa73bde3d5ac05df599c8de
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2026-04-07 10:35:08 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-07 10:35:08 +0000

    security/p5-Crypt-OpenSSL-AES: Update 0.21 => 0.23

    Changelog:
    https://metacpan.org/release/TIMLEGGE/Crypt-OpenSSL-AES-0.23/source/Changes

    - Use %%SSLBIN%% for substitution instead of SSLBIN.

    PR:             294293
    Sponsored by:   UNIS Labs

 security/p5-Crypt-OpenSSL-AES/Makefile                     |  9 ++++++---
 security/p5-Crypt-OpenSSL-AES/distinfo                     |  6 +++---
 .../files/patch-t_00-openssl-version.t                     | 14 +++++++-------
 security/p5-Crypt-OpenSSL-AES/files/patch-t_09-key-size.t  |  6 +++---
 4 files changed, 19 insertions(+), 16 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2026-04-07 10:40:43 UTC
Thanks.