Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C208984F44 for ; Thu, 2 Nov 2023 19:34:12 +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 DyIquIdnZ0HV for ; Thu, 2 Nov 2023 19:34:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 408F984D80 for ; Thu, 2 Nov 2023 19:34:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DEF6FA2B; Thu, 2 Nov 2023 19:34:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698953652212490" MIME-Version: 1.0 Date: Thu, 2 Nov 2023 19:34:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231102193412.3DEF6FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698953652212490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 2 19:34:12 UTC 2023 Modified Files: pkgsrc/devel/SDL2: Makefile distinfo Log Message: SDL2: updated to 2.28.5 2.28.5 This is a stable bugfix release, with the following changes: Added support for the HP HyperX Clutch Gladiate controller Fixed a crash if a controller is disconnected while SDL is opening it Fixed a crash on Linux if XInput2 isn't available at runtime To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/SDL2/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/SDL2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698953652212490 Content-Disposition: inline Content-Length: 1469 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.83 pkgsrc/devel/SDL2/Makefile:1.84 --- pkgsrc/devel/SDL2/Makefile:1.83 Wed Oct 4 17:09:37 2023 +++ pkgsrc/devel/SDL2/Makefile Thu Nov 2 19:34:12 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2023/10/04 17:09:37 adam Exp $ +# $NetBSD: Makefile,v 1.84 2023/11/02 19:34:12 adam Exp $ -DISTNAME= SDL2-2.28.4 +DISTNAME= SDL2-2.28.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/} GITHUB_PROJECT= SDL Index: pkgsrc/devel/SDL2/distinfo diff -u pkgsrc/devel/SDL2/distinfo:1.64 pkgsrc/devel/SDL2/distinfo:1.65 --- pkgsrc/devel/SDL2/distinfo:1.64 Wed Oct 4 17:09:37 2023 +++ pkgsrc/devel/SDL2/distinfo Thu Nov 2 19:34:12 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.64 2023/10/04 17:09:37 adam Exp $ +$NetBSD: distinfo,v 1.65 2023/11/02 19:34:12 adam Exp $ -BLAKE2s (SDL2-2.28.4.tar.gz) = c041e8a30fb9629a4bb38f3ec8e07692e2403b6fe0fad9817ad1cdc0698056be -SHA512 (SDL2-2.28.4.tar.gz) = 16950ccedcfdef42ee6eba1a6bf09ed7231ea0205fe8600388de2aed1aba94da2e5450d16e9732dce9f12569a238730b3727bf64b8699f1fed4cb3c5c94c3eaa -Size (SDL2-2.28.4.tar.gz) = 7344208 bytes +BLAKE2s (SDL2-2.28.5.tar.gz) = dcf963727b993bacc5f172cfda1bcf2532fd2fc48a40915781011cd6ac430f3c +SHA512 (SDL2-2.28.5.tar.gz) = 12593eb78fcca877a8dfb78cf21a4e6feba7dc87c964de378ac462b36d8e41ecb587222cb41d5f56dd35b838e1b9867b8ae0cf2f4d2a01afaf23ac8c11edc84d +Size (SDL2-2.28.5.tar.gz) = 7345355 bytes --_----------=_1698953652212490--