Update devel/objfw to 1.0.12

ObjFW 1.0.11 -> ObjFW 1.0.12, 2024-03-11
 * Fixes a regression in OFZIPArchive that was introduced in 1.0.11 that
   resulted in failing to extract archives and creating broken archives.
 * Fixes a rare condition where OFInflateStream could end up in an endless
   loop.
 * Fixes OFTarArchiveEntry not having a default date, which could result in
   messaging nil on a FP return, which yielded invalid results on 32-bit x86
   with GCC.
This commit is contained in:
js 2024-03-11 21:03:24 +00:00
parent a61e4f8a36
commit fccc8f3ec0
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2024/03/09 21:11:15 js Exp $
# $NetBSD: Makefile,v 1.23 2024/03/11 21:03:24 js Exp $
DISTNAME= objfw-1.0.11
DISTNAME= objfw-1.0.12
CATEGORIES= devel
MASTER_SITES= https://objfw.nil.im/downloads/

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2024/03/09 21:11:15 js Exp $
@comment $NetBSD: PLIST,v 1.13 2024/03/11 21:03:24 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.8
lib/libobjfw.so.1.0.9
share/ofarc/localization/de.json
share/ofarc/localization/localizations.json
share/ofdns/localization/de.json

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2024/03/09 21:11:15 js Exp $
$NetBSD: distinfo,v 1.18 2024/03/11 21:03:24 js Exp $
BLAKE2s (objfw-1.0.11.tar.gz) = 41764db8124e8a6b6f6b98438580966bcb968ea67ce76657f6726f8dae808e85
SHA512 (objfw-1.0.11.tar.gz) = 097d33483ed70cb5c1e2411f4e2c128a6a14fe16239e3d1a0ec42bf001cbe7a2baad8d71c3aa3b3ff654573c91002e82afda81b8ac82efb570cc784d1ca024df
Size (objfw-1.0.11.tar.gz) = 801195 bytes
BLAKE2s (objfw-1.0.12.tar.gz) = 5a03b64623535f301bb63e13632227f569ba04ef7706e906b7ac479dae736d00
SHA512 (objfw-1.0.12.tar.gz) = 9078b39bb21b47b1c4e26ad52d8a998d2ebd084a7f2b1756eb82fcc4a239578ea2ab42bf6e8e3de867a7540b75a2090e21a76808a6955a384b289fe365017ec3
Size (objfw-1.0.12.tar.gz) = 801280 bytes