pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/objfw
Module Name: pkgsrc
Committed By: js
Date: Wed Jun 24 20:30:23 UTC 2026
Modified Files:
pkgsrc/devel/objfw: Makefile PLIST PLIST.runtime PLIST.tls distinfo
Log Message:
Update devel/objfw to 1.5.6
Changes from ObjFW 1.5.5:
* Unpaired UTF-16 surrogates are now converted to WTF-8
* Collections now refuse to be inserted into themselves
* Fixes OFMutableData dropping the itemSize in one convenience initializer
* Fixes OFFileIRIHandler setting the UID to the GID
* Fixes handling of BOM in -[OFUTF8String initWithUTF8StringNoCopy:length:freeWhenDone:]
* OFMutableIndexSet now correctly inserts / removes from self
* OFMutableUTF8String now correctly appends and replaces self
* Fixes handling of TLS close notifications
* Fixes relocking the mutex in OFCondition on Windows
* Fixes searching for a handler after a cleanup in the runtime
* Fixes parsing JSON containing an exponent without a decimal point
* Call va_end() after va_copy() everywhere
* Default depth limit of all parsers increased from 32 to 128
* -[OFIRI fileSystemRepresentation] now rejects IRIs with a non-empty host, except on Windows where it is used for UNC
* Fixes setting a nil extraField in OFMutableZIPArchiveEntry
* Fixes setting a nil Amiga comment in OFMutableTarArchiveEntry
* Fixes unescaping of quoted keys / values in OFINISection
* Fixes octal numbers incorrectly being accepted for JSON5
* Adds various missing memory barriers and fixes wrong memory barriers
* Various robustness improvements in OFASPrintF, OFBMPImageFormatHandler, OFConcreteData, OFConcreteNumber, OFConcreteSet, OFCountedSet, OFDNSResolver, OFDatagramSocket, OFFile, OFFileManager,
OFGZIPStream, OFHTTPRequest, OFHTTPResponse, OFHTTPServer, OFHuffmanTreeFree, OFINIFile, OFINISection, OFIRI, OFImage, OFIndexSet, OFMapTable, OFMutableDictionary, OFMutableString,
OFMutableUTF8String, OFNumber, OFPlainThread, OFSCTPSocket, OFSandbox, OFSocket, OFStrFTime, OFString, OFString+JSONParsing, OFTLSStream, OFUTF8String, OFWindowsRegistryKey, OFXMLComment,
OFXMLParser, OFXMLProcessingInstruction, OFZooArchive, ObjFWBridge and exception support in the runtime
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/objfw/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/objfw/PLIST.runtime
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/objfw/PLIST.tls
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/objfw/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/objfw/Makefile
diff -u pkgsrc/devel/objfw/Makefile:1.69 pkgsrc/devel/objfw/Makefile:1.70
--- pkgsrc/devel/objfw/Makefile:1.69 Sun May 31 19:45:01 2026
+++ pkgsrc/devel/objfw/Makefile Wed Jun 24 20:30:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/05/31 19:45:01 js Exp $
+# $NetBSD: Makefile,v 1.70 2026/06/24 20:30:23 js Exp $
-DISTNAME= objfw-1.5.5
+DISTNAME= objfw-1.5.6
CATEGORIES= devel
MASTER_SITES= https://objfw.nil.im/downloads/
Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.37 pkgsrc/devel/objfw/PLIST:1.38
--- pkgsrc/devel/objfw/PLIST:1.37 Sun May 31 19:45:01 2026
+++ pkgsrc/devel/objfw/PLIST Wed Jun 24 20:30:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2026/05/31 19:45:01 js Exp $
+@comment $NetBSD: PLIST,v 1.38 2026/06/24 20:30:23 js Exp $
bin/objfw-compile
bin/objfw-config
bin/objfw-embed
@@ -294,10 +294,10 @@ lib/cmake/ObjFW/ObjFWConfig.cmake
lib/cmake/ObjFW/ObjFWConfigVersion.cmake
lib/libobjfw.so
lib/libobjfw.so.1
-lib/libobjfw.so.1.5.5
+lib/libobjfw.so.1.5.6
lib/libobjfwhid.so
lib/libobjfwhid.so.1
-lib/libobjfwhid.so.1.5.0
+lib/libobjfwhid.so.1.5.6
lib/libobjfwtest.a
lib/objfw-config/ObjFWHID.oc
lib/objfw-config/ObjFWTest.oc
Index: pkgsrc/devel/objfw/PLIST.runtime
diff -u pkgsrc/devel/objfw/PLIST.runtime:1.20 pkgsrc/devel/objfw/PLIST.runtime:1.21
--- pkgsrc/devel/objfw/PLIST.runtime:1.20 Sun May 31 19:45:01 2026
+++ pkgsrc/devel/objfw/PLIST.runtime Wed Jun 24 20:30:23 2026
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST.runtime,v 1.20 2026/05/31 19:45:01 js Exp $
+@comment $NetBSD: PLIST.runtime,v 1.21 2026/06/24 20:30:23 js Exp $
include/ObjFWRT/ObjFWRT.h
lib/libobjfwrt.so
lib/libobjfwrt.so.1
-lib/libobjfwrt.so.1.5.5
+lib/libobjfwrt.so.1.5.6
Index: pkgsrc/devel/objfw/PLIST.tls
diff -u pkgsrc/devel/objfw/PLIST.tls:1.12 pkgsrc/devel/objfw/PLIST.tls:1.13
--- pkgsrc/devel/objfw/PLIST.tls:1.12 Sun May 31 19:45:01 2026
+++ pkgsrc/devel/objfw/PLIST.tls Wed Jun 24 20:30:23 2026
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST.tls,v 1.12 2026/05/31 19:45:01 js Exp $
+@comment $NetBSD: PLIST.tls,v 1.13 2026/06/24 20:30:23 js Exp $
include/ObjFWTLS/ObjFWTLS.h
lib/libobjfwtls.so
lib/libobjfwtls.so.1
-lib/libobjfwtls.so.1.5.5
+lib/libobjfwtls.so.1.5.6
lib/objfw-config/ObjFWTLS.oc
Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.47 pkgsrc/devel/objfw/distinfo:1.48
--- pkgsrc/devel/objfw/distinfo:1.47 Sun May 31 19:45:01 2026
+++ pkgsrc/devel/objfw/distinfo Wed Jun 24 20:30:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/05/31 19:45:01 js Exp $
+$NetBSD: distinfo,v 1.48 2026/06/24 20:30:23 js Exp $
-BLAKE2s (objfw-1.5.5.tar.gz) = 0e6c31d242aed967a30c8fc16771128ca006c3af0fb674dcb584d6807033fd32
-SHA512 (objfw-1.5.5.tar.gz) = 58c60e463814d19dae2bdcba3ada3b1ce9ae3f6100385e56be828859ac8718ad76d2601b39ae4c4824a3a69acf9ecf05473679108c3489c47f6d34853b1568f2
-Size (objfw-1.5.5.tar.gz) = 1033279 bytes
+BLAKE2s (objfw-1.5.6.tar.gz) = ff3abf35d0e5da75b6c7d03c85b63a71fad0c106b546fc3d244e87c6af2e3a18
+SHA512 (objfw-1.5.6.tar.gz) = 9d5fff9d072c1aacbf2dc1bb3908b25c782cc9281aef1c87e5239c5ed8c5332fc54afc2fc8ceac4d1219b4d8450c4aec9dfa1b756469043a630c8477a2a6229c
+Size (objfw-1.5.6.tar.gz) = 1035012 bytes
Home |
Main Index |
Thread Index |
Old Index