Received: by mail.netbsd.org (Postfix, from userid 605) id 3CDD884D72; Sun, 29 Oct 2017 12:13:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B280484D69 for ; Sun, 29 Oct 2017 12:13:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TWdMYWkxu5Hf for ; Sun, 29 Oct 2017 12:13:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ED0D784D04 for ; Sun, 29 Oct 2017 12:13:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E346CFBDE; Sun, 29 Oct 2017 12:13:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509279193160630" MIME-Version: 1.0 Date: Sun, 29 Oct 2017 12:13:13 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/devel/objfw To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171029121313.E346CFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509279193160630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Oct 29 12:13:13 UTC 2017 Modified Files: pkgsrc/devel/objfw: Makefile PLIST PLIST.bridge distinfo Log Message: Update ObjFW to 0.90.2, from Jonathan Schleifer in PR pkg/52645. ObjFW 0.90.1 -> ObjFW 0.90.2, 23.10.2017 * Fix shadowed variables which caused many bugs (e.g. using the wrong object) * Many, many nullability fixes * OFTCPSocket: Fix exception not being retained for async connect * OFThread: Fix setting the name on the wrong thread * OFMutableSet: Fix missing override for -[copy] * configure: Fix posix_spawnp check * Xcode project: Set the correct version for the bridge * Better check for iOS * tests: Fix testing the wrong OFKernelEventObserver ObjFW 0.90 -> ObjFW 0.90.1, 20.08.2017 * OFData: Fix -[description] * OFFileManager: Set errno to 0 before readdir() * OFDate: Add -[localMinute] * OFTarArchiveEntry: Fix prefix handling for ustar * OFZIPArchive: Fix uncompressed + data descriptor * OFArray: Fix MessagePack encoding * of_asprintf: Don't require set up OFLocalization * OFGZIPStream: Add missing documentation * Fix a linker warning on OpenBSD/SPARC64 * Remove the OFFile b modes from MorphOS (they were already removed for all other OSes) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/objfw/Makefile pkgsrc/devel/objfw/PLIST \ pkgsrc/devel/objfw/PLIST.bridge pkgsrc/devel/objfw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509279193160630 Content-Disposition: inline Content-Length: 3029 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/objfw/Makefile diff -u pkgsrc/devel/objfw/Makefile:1.1 pkgsrc/devel/objfw/Makefile:1.2 --- pkgsrc/devel/objfw/Makefile:1.1 Tue Aug 1 15:51:52 2017 +++ pkgsrc/devel/objfw/Makefile Sun Oct 29 12:13:13 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/08/01 15:51:52 maya Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/29 12:13:13 bsiegert Exp $ -DISTNAME= objfw-0.90 +DISTNAME= objfw-0.90.2 CATEGORIES= devel MASTER_SITES= https://heap.zone/objfw/downloads/ Index: pkgsrc/devel/objfw/PLIST diff -u pkgsrc/devel/objfw/PLIST:1.1 pkgsrc/devel/objfw/PLIST:1.2 --- pkgsrc/devel/objfw/PLIST:1.1 Tue Aug 1 15:51:52 2017 +++ pkgsrc/devel/objfw/PLIST Sun Oct 29 12:13:13 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/08/01 15:51:52 maya Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/10/29 12:13:13 bsiegert Exp $ bin/objfw-compile bin/objfw-config bin/objfw-new @@ -195,7 +195,7 @@ include/ObjFW/unicode.h lib/libobjfw.a lib/libobjfw.so lib/libobjfw.so.8 -lib/libobjfw.so.8.0.0 +lib/libobjfw.so.8.1.0 share/ofhash/lang/de.json share/ofhash/lang/languages.json share/ofhttp/lang/de.json Index: pkgsrc/devel/objfw/PLIST.bridge diff -u pkgsrc/devel/objfw/PLIST.bridge:1.1 pkgsrc/devel/objfw/PLIST.bridge:1.2 --- pkgsrc/devel/objfw/PLIST.bridge:1.1 Tue Aug 1 15:51:52 2017 +++ pkgsrc/devel/objfw/PLIST.bridge Sun Oct 29 12:13:13 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.bridge,v 1.1 2017/08/01 15:51:52 maya Exp $ +@comment $NetBSD: PLIST.bridge,v 1.2 2017/10/29 12:13:13 bsiegert Exp $ include/ObjFW_Bridge/NSArray+OFObject.h include/ObjFW_Bridge/NSArray_OFArray.h include/ObjFW_Bridge/NSBridging.h @@ -12,7 +12,7 @@ include/ObjFW_Bridge/OFDictionary+NSObje include/ObjFW_Bridge/OFDictionary_NSDictionary.h include/ObjFW_Bridge/OFString+NSObject.h include/ObjFW_Bridge/ObjFW_Bridge.h -lib/libobjfw-bridge.8.0.dylib +lib/libobjfw-bridge.8.1.dylib lib/libobjfw-bridge.8.dylib lib/libobjfw-bridge.a lib/libobjfw-bridge.dylib Index: pkgsrc/devel/objfw/distinfo diff -u pkgsrc/devel/objfw/distinfo:1.1 pkgsrc/devel/objfw/distinfo:1.2 --- pkgsrc/devel/objfw/distinfo:1.1 Tue Aug 1 15:51:52 2017 +++ pkgsrc/devel/objfw/distinfo Sun Oct 29 12:13:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/08/01 15:51:52 maya Exp $ +$NetBSD: distinfo,v 1.2 2017/10/29 12:13:13 bsiegert Exp $ -SHA1 (objfw-0.90.tar.gz) = 295f2efb40ba10bec955fd894f7ae8661cb8ae1f -RMD160 (objfw-0.90.tar.gz) = 91270c57b6a32317c59cad2da1274341d2334bfc -SHA512 (objfw-0.90.tar.gz) = a9661bc88cf3cad42b334fe1065c459a5b75fdffd764ffdf7340268422990644b467ee7a6e4731c715c31e49dae6788d94fc5e528c4dac9b5c7d0a7c9e2e8006 -Size (objfw-0.90.tar.gz) = 619601 bytes +SHA1 (objfw-0.90.2.tar.gz) = d5a39884ffeff57c96f4879c2ddb7a10a42a7a35 +RMD160 (objfw-0.90.2.tar.gz) = 3403dfe7ecb232d12917a91f264c5192c651c9a5 +SHA512 (objfw-0.90.2.tar.gz) = c894befe9388a5fce9c0e18fbd737f995af9923d52cfb3c8c1faca8879121cd68654d8e262f6a9fdb1578073dd70e5364737ad5ffaa483d9553d6a549af2ec67 +Size (objfw-0.90.2.tar.gz) = 650744 bytes --_----------=_1509279193160630--