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: Sun Feb 18 15:04:26 UTC 2024
Modified Files:
pkgsrc/devel/objfw: Makefile PLIST distinfo
Log Message:
Update devel/objfw to 1.0.9
ObjFW 1.0.8 -> ObjFW 1.0.9, 2024-02-18
* Fixes OFGZIPStream reading the size and CRC32 incorrectly when either spans
multiple reads.
* Fixes a type mismatch in OFMapTable that could cause problems on big endian
systems when uint32_t and unsigned long have a different size.
* Fixes the default implementation of -[initWithKeys:arguments:] for custom
dictionaries.
* Improves detection of mutation during enumeration in
-[enumerateKeysAndObjectsUsingBlock:].
* Minor documentation fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/objfw/PLIST
cvs rdiff -u -r1.14 -r1.15 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.19 pkgsrc/devel/objfw/Makefile:1.20
--- pkgsrc/devel/objfw/Makefile:1.19 Sun Jan 21 12:22:46 2024
+++ pkgsrc/devel/objfw/Makefile Sun Feb 18 15:04:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/01/21 12:22:46 js Exp $
+# $NetBSD: Makefile,v 1.20 2024/02/18 15:04:26 js Exp $
-DISTNAME= objfw-1.0.8
+DISTNAME= objfw-1.0.9
CATEGORIES= devel
MASTER_SITES= https://objfw.nil.im/downloads/
@@ -37,6 +37,9 @@ PLIST_SRC+= PLIST.ddp
PLIST_SRC+= PLIST.ipx
.endif
+do-test:
+ ${RUN} cd ${WRKSRC} && ${MAKE} check
+
.include "options.mk"
.include "../../lang/clang/buildlink3.mk"
Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.9 pkgsrc/devel/objfw/PLIST:1.10
--- pkgsrc/devel/objfw/PLIST:1.9 Sun Jan 21 11:21:31 2024
+++ pkgsrc/devel/objfw/PLIST Sun Feb 18 15:04:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/01/21 11:21:31 js Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/02/18 15:04:26 js Exp $
bin/objfw-compile
bin/objfw-config
bin/objfw-embed
@@ -222,7 +222,7 @@ include/ObjFW/platform/macOS/OFAtomic.h
include/ObjFW/platform/x86/OFAtomic.h
lib/libobjfw.so
lib/libobjfw.so.1
-lib/libobjfw.so.1.0.5
+lib/libobjfw.so.1.0.6
share/ofarc/localization/de.json
share/ofarc/localization/localizations.json
share/ofdns/localization/de.json
Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.14 pkgsrc/devel/objfw/distinfo:1.15
--- pkgsrc/devel/objfw/distinfo:1.14 Sun Jan 21 12:22:46 2024
+++ pkgsrc/devel/objfw/distinfo Sun Feb 18 15:04:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/01/21 12:22:46 js Exp $
+$NetBSD: distinfo,v 1.15 2024/02/18 15:04:26 js Exp $
-BLAKE2s (objfw-1.0.8.tar.gz) = 7eabf28ba318835a56c3adb402ad2fedc4de94c66045b52e18f62460424fc8d2
-SHA512 (objfw-1.0.8.tar.gz) = c00a77c512964da533e33e6ec8629949ae6dfd63cd0583d1c92b8d7fa7861b5008d1e84d495c58eab4e498cccad3fa44b8416ab5f90715b9067d8f6fbe2d272d
-Size (objfw-1.0.8.tar.gz) = 799217 bytes
+BLAKE2s (objfw-1.0.9.tar.gz) = 074395e5060ee1bce06a339bd767e91079e8a4ecd6123204ace43aed6c3e3369
+SHA512 (objfw-1.0.9.tar.gz) = c44684cf4f8911210aa8d0cc39d32564012a44959dd371d92d5133e53353ec871e099ebde4572f30aa8e7e87a11aed4f7e801c1a2476536bb7f6250c9053773a
+Size (objfw-1.0.9.tar.gz) = 799381 bytes
Home |
Main Index |
Thread Index |
Old Index