git: 2a49f109146b - 2024Q3 - devel/objfw: Update 1.1.2 → 1.1.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Aug 2024 13:09:09 UTC
The branch 2024Q3 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a49f109146b12b8b481c8e46f92a1433338f633 commit 2a49f109146b12b8b481c8e46f92a1433338f633 Author: Jonathan Schleifer <js@nil.im> AuthorDate: 2024-08-18 13:02:38 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-18 13:08:42 +0000 devel/objfw: Update 1.1.2 → 1.1.6 ObjFW 1.1.5 -> ObjFW 1.1.6, 2024-08-11 * Fixes ObjC++ with GCC. * Adds handling of EINTR in OFKernelEventObserver. * Fixes overriding / reusing stack arguments in super calls on x86. * Makes headers compatible with -Wunused-parameter. ObjFW 1.1.4 -> ObjFW 1.1.5, 2024-07-06 * Fixes MIPS32. * Properly hides private symbols in the runtime so they can't be used accidentally anymore. ObjFW 1.1.3 -> ObjFW 1.1.4, 2024-05-22 * Fixes ofarc failing to extract from stdin on macOS. * Fixes the workaround for missing blx on ARM. * Avoids Clang's integrated assembler on MIPS64 for .S files (as it cannot calcualte the offset between two labels). * Fixes X32 being mistaken for AMD64. ObjFW 1.1.2 -> ObjFW 1.1.3, 2024-05-12 * Fixes +[OFSystemInfo networkInterfaces] on NetBSD. * Properly hides private symbols so they can't be used accidentally anymore. * Adds missing documentation for various functions and macros. * Uses RtlGenRandom to get proper randomness on Windows now. * No longer uses _wutime64, which is buggy in some MinGW distributions. * Only uses blx on ARM if it is available now. * Adds a workaround for OFSubprocess tests on Windows 9x. * Skips symlink tests if symlinks are unavailable. PR: 280876 MFH: 2024Q3 (cherry picked from commit 33c9e0588d0f7c779f8d9575c49d3bbb69a373d3) --- devel/objfw/Makefile | 2 +- devel/objfw/distinfo | 6 +++--- devel/objfw/pkg-plist | 13 +++++++++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devel/objfw/Makefile b/devel/objfw/Makefile index 3976109efebe..6d31fb006cf3 100644 --- a/devel/objfw/Makefile +++ b/devel/objfw/Makefile @@ -1,5 +1,5 @@ PORTNAME= objfw -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.6 CATEGORIES= devel lang MASTER_SITES= https://objfw.nil.im/downloads/ diff --git a/devel/objfw/distinfo b/devel/objfw/distinfo index 85882ad2b6d7..7228d76acd8d 100644 --- a/devel/objfw/distinfo +++ b/devel/objfw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713650587 -SHA256 (objfw-1.1.2.tar.gz) = 5d9f9a70d583298e780ae11fc75a7ae2beeef904b301e1bc4f4ffa8d7ee31d9f -SIZE (objfw-1.1.2.tar.gz) = 945717 +TIMESTAMP = 1723880952 +SHA256 (objfw-1.1.6.tar.gz) = c19a97a011e14780fb32cfbdbbd6a699a955b57124e4e079768cb8aad4430e1d +SIZE (objfw-1.1.6.tar.gz) = 949760 diff --git a/devel/objfw/pkg-plist b/devel/objfw/pkg-plist index 4a910341a473..54d8c1b2a1a1 100644 --- a/devel/objfw/pkg-plist +++ b/devel/objfw/pkg-plist @@ -243,10 +243,10 @@ include/ObjFWTest/OTTestCase.h include/ObjFWTest/ObjFWTest.h lib/libobjfw.so lib/libobjfw.so.1 -lib/libobjfw.so.1.1.0 +lib/libobjfw.so.1.1.3 lib/libobjfwrt.so lib/libobjfwrt.so.1 -lib/libobjfwrt.so.1.1.0 +lib/libobjfwrt.so.1.1.3 lib/libobjfwtest.a %%TLS%%lib/libobjfwtls.so %%TLS%%lib/libobjfwtls.so.1 @@ -336,6 +336,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/OFEnumerationMutationException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFEnumerator_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFEpollKernelEventObserver_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFException_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFFileIRIHandler_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFFileManager_8h.html @@ -451,8 +452,11 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPTRDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPair_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainThread_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainThread_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlugin_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPollKernelEventObserver_8h_source.html @@ -534,6 +538,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTCPSocket_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTCPSocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSHandshakeFailedException_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h_source.html @@ -704,6 +709,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_c.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_d.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_e.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_enum.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_eval.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_f.html @@ -719,6 +725,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_s.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_t.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_u.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_vars.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_y.html %%PORTDOCS%%%%DOCSDIR%%/objfw/globals_z.html @@ -1349,6 +1356,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.png %%PORTDOCS%%%%DOCSDIR%%/objfw/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/menu.js %%PORTDOCS%%%%DOCSDIR%%/objfw/menudata.js @@ -1510,6 +1518,7 @@ lib/objfw-config/ObjFWTest.oc %%PORTDOCS%%%%DOCSDIR%%/objfw/search/enums_0.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/enumvalues_0.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/files_0.js +%%PORTDOCS%%%%DOCSDIR%%/objfw/search/files_1.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_0.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_1.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_10.js