Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36C1B85002 for ; Sun, 5 Nov 2023 11:26:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aJaWRuIligEy for ; Sun, 5 Nov 2023 11:25:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A707F84D17 for ; Sun, 5 Nov 2023 11:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A4F1FA2C; Sun, 5 Nov 2023 11:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699183559125950" MIME-Version: 1.0 Date: Sun, 5 Nov 2023 11:25:59 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/devel/objfw To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20231105112559.9A4F1FA2C@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699183559125950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Nov 5 11:25:59 UTC 2023 Modified Files: pkgsrc/devel/objfw: Makefile distinfo Log Message: Update devel/objfw to 1.0.5 ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05 * Fixes the calculation of the extra alignment in OFAllocObject() * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98 * Fixes OFSocketAddressString() for AppleTalk addresses * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows * Disables tests for global blocks on Win64 due to broken compilers * Adds PGP keys to verify tarballs and commits in the code repository To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/objfw/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/objfw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699183559125950 Content-Disposition: inline Content-Length: 1464 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.14 pkgsrc/devel/objfw/Makefile:1.15 --- pkgsrc/devel/objfw/Makefile:1.14 Tue Oct 24 22:08:54 2023 +++ pkgsrc/devel/objfw/Makefile Sun Nov 5 11:25:59 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/10/24 22:08:54 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2023/11/05 11:25:59 js Exp $ -DISTNAME= objfw-1.0.4 -PKGREVISION= 1 +DISTNAME= objfw-1.0.5 CATEGORIES= devel MASTER_SITES= https://objfw.nil.im/downloads/ Index: pkgsrc/devel/objfw/distinfo diff -u pkgsrc/devel/objfw/distinfo:1.10 pkgsrc/devel/objfw/distinfo:1.11 --- pkgsrc/devel/objfw/distinfo:1.10 Sun Oct 8 12:09:53 2023 +++ pkgsrc/devel/objfw/distinfo Sun Nov 5 11:25:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/10/08 12:09:53 js Exp $ +$NetBSD: distinfo,v 1.11 2023/11/05 11:25:59 js Exp $ -BLAKE2s (objfw-1.0.4.tar.gz) = ceea06091b91e9645825ec64053162caae30c91b6ba1222f49f9ba7fb068cf2c -SHA512 (objfw-1.0.4.tar.gz) = bdfdd3584fa149e5f33f3701ebedc6fae9244ff15f559b48729e7ebec8b1a520e500b34fa8905935468f2749cac8a81f6a7e97db0cd9b09894725cce6d312039 -Size (objfw-1.0.4.tar.gz) = 788008 bytes +BLAKE2s (objfw-1.0.5.tar.gz) = 9f744e884f318a69cc48d720b5e73de2781ebef3d236a5e0f60d5c0f6cbfc444 +SHA512 (objfw-1.0.5.tar.gz) = 421165ba777d0c0341abd868770b6488104605e99a5ee7c13a9062d1ec9102732eabc09522a4746ff7bbd2cb135b8efbe30ac822fdc7fcc4a1e0bbd56267c6d7 +Size (objfw-1.0.5.tar.gz) = 797479 bytes --_----------=_1699183559125950--