Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CA2E84F51 for ; Wed, 4 Oct 2023 17:09:38 +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 OundINHDfW-O for ; Wed, 4 Oct 2023 17:09:37 +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 7F9E284EC4 for ; Wed, 4 Oct 2023 17:09:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73B01FBDB; Wed, 4 Oct 2023 17:09:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696439377252500" MIME-Version: 1.0 Date: Wed, 4 Oct 2023 17:09:37 +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: <20231004170937.73B01FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696439377252500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 4 17:09:37 UTC 2023 Modified Files: pkgsrc/devel/SDL2: Makefile distinfo Log Message: SDL2: updated to 2.28.4 2.28.4 This is a stable bugfix release, with the following changes: Enable clipping for zero sized rectangles in the SDL renderer Notify X11 clipboard managers when the clipboard changes Fixed sensor timestamps for third-party PS5 controllers Added detection for Logitech and Simagic racing wheels To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/SDL2/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/SDL2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696439377252500 Content-Disposition: inline Content-Length: 1471 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.82 pkgsrc/devel/SDL2/Makefile:1.83 --- pkgsrc/devel/SDL2/Makefile:1.82 Wed Sep 6 14:56:45 2023 +++ pkgsrc/devel/SDL2/Makefile Wed Oct 4 17:09:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2023/09/06 14:56:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2023/10/04 17:09:37 adam Exp $ -DISTNAME= SDL2-2.28.3 +DISTNAME= SDL2-2.28.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/} GITHUB_PROJECT= SDL Index: pkgsrc/devel/SDL2/distinfo diff -u pkgsrc/devel/SDL2/distinfo:1.63 pkgsrc/devel/SDL2/distinfo:1.64 --- pkgsrc/devel/SDL2/distinfo:1.63 Wed Sep 6 14:56:45 2023 +++ pkgsrc/devel/SDL2/distinfo Wed Oct 4 17:09:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2023/09/06 14:56:45 ryoon Exp $ +$NetBSD: distinfo,v 1.64 2023/10/04 17:09:37 adam Exp $ -BLAKE2s (SDL2-2.28.3.tar.gz) = f8f687d9aaf722cede453f66050e73e37c73d6200f877b02a9053dc302fefa81 -SHA512 (SDL2-2.28.3.tar.gz) = fb7ad4a41e85de3fcb414a3a3d19c3f61e286790a4936004d30025a8472a3f40f9fccf1241cf5cb34f48091567de65df463442fc2ce398ac85e51dbe677251e7 -Size (SDL2-2.28.3.tar.gz) = 7340914 bytes +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 --_----------=_1696439377252500--