Received: by mail.netbsd.org (Postfix, from userid 605) id 3380B84FA1; Wed, 8 Feb 2023 18:59:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB88F84CE3 for ; Wed, 8 Feb 2023 18:59:43 +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 3UZqLUiyIS5X for ; Wed, 8 Feb 2023 18:59:43 +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 55D3C84F92 for ; Wed, 8 Feb 2023 18:59:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4925DFA90; Wed, 8 Feb 2023 18:59:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167588278319210" MIME-Version: 1.0 Date: Wed, 8 Feb 2023 18:59:43 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230208185943.4925DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167588278319210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Feb 8 18:59:43 UTC 2023 Modified Files: pkgsrc/devel/SDL2: Makefile distinfo Log Message: SDL2: update to 2.26.3 This is a stable bugfix release, with the following changes: Fixed infinite loop shutting down WGI controllers Fixed centering the D-pad on some Xbox controllers To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/SDL2/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/SDL2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167588278319210 Content-Disposition: inline Content-Length: 1467 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/SDL2/Makefile diff -u pkgsrc/devel/SDL2/Makefile:1.75 pkgsrc/devel/SDL2/Makefile:1.76 --- pkgsrc/devel/SDL2/Makefile:1.75 Thu Jan 19 12:52:52 2023 +++ pkgsrc/devel/SDL2/Makefile Wed Feb 8 18:59:43 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2023/01/19 12:52:52 adam Exp $ +# $NetBSD: Makefile,v 1.76 2023/02/08 18:59:43 nia Exp $ -DISTNAME= SDL2-2.26.2 +DISTNAME= SDL2-2.26.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/} GITHUB_PROJECT= SDL Index: pkgsrc/devel/SDL2/distinfo diff -u pkgsrc/devel/SDL2/distinfo:1.57 pkgsrc/devel/SDL2/distinfo:1.58 --- pkgsrc/devel/SDL2/distinfo:1.57 Thu Jan 19 12:52:52 2023 +++ pkgsrc/devel/SDL2/distinfo Wed Feb 8 18:59:43 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.57 2023/01/19 12:52:52 adam Exp $ +$NetBSD: distinfo,v 1.58 2023/02/08 18:59:43 nia Exp $ -BLAKE2s (SDL2-2.26.2.tar.gz) = 7e1e3e3e772e7fad549415a2351c817b3c0fd0f7d1358ef68c02c43f99e14e69 -SHA512 (SDL2-2.26.2.tar.gz) = 5af6f40790560651a7c6c1f7dae3b97d55c5ab372f02dc6024cb7ad3c996a6fac8a7aba1d510ad994cc5d4ba91efd03010d8678104ed44f55ef948011bc66d28 -Size (SDL2-2.26.2.tar.gz) = 8084120 bytes +BLAKE2s (SDL2-2.26.3.tar.gz) = 82b27a907de6fbffb36689333e67d3f94a9c195de516099fed9c10c41ba1d9ef +SHA512 (SDL2-2.26.3.tar.gz) = 26c10fe004e47a498878ff2aa80bab7f57798d6b0f950b085409818d4c758010be7b49f5e0f43dd0afe2b9d18f94ad52d1e212a1d55505ce6d7fcc371fdda7d8 +Size (SDL2-2.26.3.tar.gz) = 8084159 bytes --_----------=_167588278319210--