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.
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(-)
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(-)
Thank you for your contribution.