Page MenuHomeFreeBSD

crypto/openssl: make manpage generation repeatable
AbandonedPublic

Authored by ngie on Aug 22 2025, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 7:25 PM
Unknown Object (File)
Thu, Sep 18, 11:47 AM
Unknown Object (File)
Sat, Sep 13, 9:58 PM
Unknown Object (File)
Sat, Sep 13, 5:28 PM
Unknown Object (File)
Sat, Sep 13, 5:26 PM
Unknown Object (File)
Sat, Sep 13, 4:36 PM
Unknown Object (File)
Sat, Sep 13, 3:48 PM
Unknown Object (File)
Sep 11 2025, 3:18 AM

Details

Reviewers
khorben
Summary

This change makes manpage generation repeatable by parsing the release
date out of configdata.pn and passing the appropriate value to pod2man's
--date argument.

This patch has been submitted upstream [1].

  1. https://github.com/openssl/openssl/issues/28323 .

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66436
Build 63319: arc lint + arc unit

Event Timeline

ngie requested review of this revision.Aug 22 2025, 12:27 AM
ngie added subscribers: philip, bdrewery.
ngie added inline comments.
crypto/openssl/Configurations/unix-Makefile.tmpl
1571

This needs to be a double backslash.

Incorporated into the upstream project and handled as part of the 3.5.3 version update.