Bug 264003 - lang/ruby30: Fix build with LibreSSL 3.5
Summary: lang/ruby30: Fix build with LibreSSL 3.5
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-15 18:17 UTC by Bernard Spil
Modified: 2022-06-04 00:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
git diff for lang/ruby30 (901 bytes, text/plain)
2022-05-15 18:17 UTC, Bernard Spil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2022-05-15 18:17:50 UTC
Created attachment 233943 [details]
git diff for lang/ruby30

```
lang/ruby30: Fix build with LibreSSL 3.5

PR: ?
```
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-03 13:58:19 UTC
It seems lang/ruby27 also need this patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-03 23:41:46 UTC
A commit in branch main references this bug:

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

commit 8166f5fae0225f1a4119d8cdead7fdf17ca2c50e
Author:     Bernard Spil <brnrd@freebsd.org>
AuthorDate: 2022-06-03 23:24:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:58 +0000

    lang/ruby27: Fix build with LibreSSL 3.5

    PR:             264003

 lang/ruby27/files/patch-libressl (new) | 11 +++++++++++
 1 file changed, 11 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-03 23:41:47 UTC
A commit in branch main references this bug:

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

commit 2d5a6c79aef7d9af240ca2a509006688c7e7878d
Author:     Bernard Spil <brnrd@freebsd.org>
AuthorDate: 2022-06-03 23:24:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:59 +0000

    lang/ruby30: Fix build with LibreSSL 3.5

    PR:             264003

 lang/ruby30/files/patch-libressl (new) | 11 +++++++++++
 1 file changed, 11 insertions(+)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-04 00:10:07 UTC
Committed. Thanks!