Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=V8lX0wk9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=njmcRmZw Received: by mail.netbsd.org (Postfix, from userid 605) id 3D84584D62; Tue, 7 May 2024 11:15:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715080520; bh=+hgXEOgnvXdc4YEO6o/6Sic3VNTR+4cWmB7JPi9I3CQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=V8lX0wk97IehA3zWjYqMh8zCbj4sh5+Z+1Ga+UhEleZrjcmUOds5+5bnh+fNaB5v8 0rpoQvOI7czxHATN8Cg0rA/rO6TIS2ssfrO82EMxo74vX5mXTmiBW44B07K0nTtNoR uWT3AIUzXMXwGCKi6U9jD/209mGZA/frNKtz2pBw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F11984D5B for ; Tue, 7 May 2024 11:15:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 jBkSN0s_BtMn for ; Tue, 7 May 2024 11:15:18 +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 3996884D4D for ; Tue, 7 May 2024 11:15:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715080518; bh=+hgXEOgnvXdc4YEO6o/6Sic3VNTR+4cWmB7JPi9I3CQ=; h=Date:From:Subject:To:Reply-To; b=njmcRmZwpOhRt5XGjY8lmhmmRmQ880gpsl5LcNAAmjmKEdr/6yRglm3mNYY+0SR0l l3ZTyYkjhBYGQWOwkrvvQymTayh47P80kNzo4taVUjW0rIN0VInPk/HNpqlrZZRkLH YWecxwlJMP7k9UjbpdxH5LSYhgguoCUFQSzpEqX4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30DA2FA2C; Tue, 7 May 2024 11:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171508051884350" MIME-Version: 1.0 Date: Tue, 7 May 2024 11:15:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240507111518.30DA2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171508051884350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue May 7 11:15:18 UTC 2024 Modified Files: pkgsrc/graphics/gdk-pixbuf2: Makefile Log Message: graphics/gdk-pixbuf2: Note that 2.42.11 is broken Add link to upstream ticket. Upstream broke the API in a micro release, with no deprecation warnings visible in NEWS. This broke unison on openSUSE. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gdk-pixbuf2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171508051884350 Content-Disposition: inline Content-Length: 620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gdk-pixbuf2/Makefile diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.63 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.64 --- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.63 Fri Apr 12 19:41:39 2024 +++ pkgsrc/graphics/gdk-pixbuf2/Makefile Tue May 7 11:15:18 2024 @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2024/04/12 19:41:39 riastradh Exp $ +# $NetBSD: Makefile,v 1.64 2024/05/07 11:15:18 gdt Exp $ +# NB: the 2.42.11 release is broken +# https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/169 DISTNAME= gdk-pixbuf-2.42.10 PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} PKGREVISION= 4 --_----------=_171508051884350--