Bug 274924 - devel/objfw: Update to 1.0.5
Summary: devel/objfw: Update to 1.0.5
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: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-05 12:31 UTC by Jonathan Schleifer
Modified: 2023-11-07 00:27 UTC (History)
1 user (show)

See Also:
fuz: merge-quarterly+


Attachments
Patch (776 bytes, patch)
2023-11-05 12:31 UTC, Jonathan Schleifer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Schleifer 2023-11-05 12:31:48 UTC
Created attachment 246138 [details]
Patch

ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
 * Fixes the calculation of the extra alignment in OFAllocObject()
 * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
 * Fixes OFSocketAddressString() for AppleTalk addresses
 * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
 * Disables tests for global blocks on Win64 due to broken compilers
 * Adds PGP keys to verify tarballs and commits in the code repository

Please also merge into the quarterly branch 2023Q4.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:24:17 UTC
A commit in branch main references this bug:

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

commit be9a449a89651555ea5193c93a3f05cb6c870a85
Author:     Jonathan Schleifer <js@nil.im>
AuthorDate: 2023-11-05 17:11:20 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:51 +0000

    devel/objfw: update to 1.0.5

    ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
     * Fixes the calculation of the extra alignment in OFAllocObject()
     * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
     * Fixes OFSocketAddressString() for AppleTalk addresses
     * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
     * Disables tests for global blocks on Win64 due to broken compilers
     * Adds PGP keys to verify tarballs and commits in the code repository

    PR:             274924
    MFH:            2023Q4

 devel/objfw/Makefile | 2 +-
 devel/objfw/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-07 00:26:20 UTC
A commit in branch 2023Q4 references this bug:

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

commit 41ba87d163825d26bb419d36aef6077b5a6da83a
Author:     Jonathan Schleifer <js@nil.im>
AuthorDate: 2023-11-05 17:11:20 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:24:53 +0000

    devel/objfw: update to 1.0.5

    ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
     * Fixes the calculation of the extra alignment in OFAllocObject()
     * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
     * Fixes OFSocketAddressString() for AppleTalk addresses
     * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
     * Disables tests for global blocks on Win64 due to broken compilers
     * Adds PGP keys to verify tarballs and commits in the code repository

    PR:             274924
    MFH:            2023Q4
    (cherry picked from commit be9a449a89651555ea5193c93a3f05cb6c870a85)

 devel/objfw/Makefile | 2 +-
 devel/objfw/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-11-07 00:27:33 UTC
Thank you for your contribution.