Bug 270343 - security/luasec: update to 1.3.1
Summary: security/luasec: update to 1.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL: https://github.com/brunoos/luasec/blo...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-19 16:57 UTC by Thomas Morper
Modified: 2023-03-21 07:50 UTC (History)
1 user (show)

See Also:


Attachments
update security/luasec to 1.3.1 (1.19 KB, patch)
2023-03-19 16:57 UTC, Thomas Morper
thomas: maintainer-approval+
Details | Diff
update security/luasec to 1.3.1 (1.47 KB, patch)
2023-03-20 00:23 UTC, Thomas Morper
thomas: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Morper 2023-03-19 16:57:25 UTC
Created attachment 240978 [details]
update security/luasec to 1.3.1

security/luasec: update to 1.3.1

 * update to 1.3.1

ChangeLog:

 https://github.com/brunoos/luasec/blob/v1.3.1/CHANGELOG

QA:

 * portlint: OK (looks fine)
 * testport: OK (poudriere: 12.4 AMD64/i386, 13.1 AMD64/ARM64, Lua 5.1 - 5.4)

This is a bugfix release to restore compatibility with LibreSSL.
This closes bug #270328.
Comment 1 Thomas Morper 2023-03-20 00:23:55 UTC
Created attachment 240998 [details]
update security/luasec to 1.3.1

security/luasec: update to 1.3.1

 * update to 1.3.1
 * remove obsolete -DOPENSSL_NO_SSL3 from Makefile

ChangeLog:

 https://github.com/brunoos/luasec/blob/v1.3.1/CHANGELOG

QA:

 * portlint: OK (looks fine)
 * testport: OK (poudriere: 12.4 AMD64/i386, 13.1 AMD64/ARM64, Lua 5.1 - 5.4)

This is a bugfix release to restore compatibility with LibreSSL.
This closes bug #270328.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-21 07:47:17 UTC
A commit in branch main references this bug:

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

commit 0932e21ef003c0d8565ca1aa5ca3c411ef9b3381
Author:     Thomas Morper <thomas@beingboiled.info>
AuthorDate: 2023-03-20 17:10:34 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-21 07:42:23 +0000

    security/luasec: update to 1.3.1

    ChangeLog: https://github.com/brunoos/luasec/blob/v1.3.1/CHANGELOG

    PR:             270343 270328
    Reported by:    thomas@beingboiled.info (maintainer)

 security/luasec/Makefile | 4 ++--
 security/luasec/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-21 07:50:50 UTC
Committed,

Thanks!