Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rF82zxhz; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vdsPcTXD Received: by mail.netbsd.org (Postfix, from userid 605) id 304F684F69; Wed, 1 May 2024 19:05:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714590336; bh=F9nmccxJeU0KrdQqsLExS0DAZ2aNd3A/UKK+IVU51Ho=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=rF82zxhzH0zpgrr/zWQOfPq5p8gBFC5GEZ9lCULhqbd53SApm6e5Ns6ZnmP/Kea+q kMPsbR3O69gEDL+nNR2Y9SV1RyyE/jaE7ZTA6zDo4BlanKoMdBUYEB9ZxbkuyKE2CV QWbpz1W5ywG3MFtHewiLQF8lo8OmEBF6Scy+6n8I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FA4084F62 for ; Wed, 1 May 2024 19:05:35 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UDm4tEbx0Qvr for ; Wed, 1 May 2024 19:05:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E74D84DB2 for ; Wed, 1 May 2024 19:05:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714590334; bh=F9nmccxJeU0KrdQqsLExS0DAZ2aNd3A/UKK+IVU51Ho=; h=Date:From:Subject:To:Reply-To; b=vdsPcTXDiRm9rF3a+blWj45iEhf4ThTQ3RaGr21SNUB0P6sGRB0151LkDcOVFbcbO CTA59Q/G2hGdK49/EaHPSzQeGy4Ud20Zd/NAxOxpN7C00SJSIWTChySYsyXd9v2XdU 4NW8tf+uPbG2NT5JpgQHOLeGTDkLmSvNo4CfHYO0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E39DFA2C; Wed, 1 May 2024 19:05:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714590334520" MIME-Version: 1.0 Date: Wed, 1 May 2024 19:05:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240501190534.7E39DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714590334520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 1 19:05:34 UTC 2024 Modified Files: pkgsrc/devel/SDL2: Makefile distinfo Log Message: SDL2: updated to 2.30.3 2.30.3 This is a stable bugfix release, with the following changes: Fixed Win+V handling (pasting from clipboard history) on Windows Fixed Caps Lock and Backspace key mapping for the Colemak keyboard layout on Windows Fixed mouse warp on XWayland Reduced startup time when scanning for game controllers on Linux Fixed building with C89 compilers Fixed building with the GDK SDK on Windows To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/SDL2/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/SDL2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714590334520 Content-Disposition: inline Content-Length: 1484 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.90 pkgsrc/devel/SDL2/Makefile:1.91 --- pkgsrc/devel/SDL2/Makefile:1.90 Sat Apr 6 08:04:57 2024 +++ pkgsrc/devel/SDL2/Makefile Wed May 1 19:05:34 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2024/04/06 08:04:57 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2024/05/01 19:05:34 adam Exp $ -DISTNAME= SDL2-2.30.2 -PKGREVISION= 1 +DISTNAME= SDL2-2.30.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.68 pkgsrc/devel/SDL2/distinfo:1.69 --- pkgsrc/devel/SDL2/distinfo:1.68 Fri Apr 5 08:56:19 2024 +++ pkgsrc/devel/SDL2/distinfo Wed May 1 19:05:34 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.68 2024/04/05 08:56:19 adam Exp $ +$NetBSD: distinfo,v 1.69 2024/05/01 19:05:34 adam Exp $ -BLAKE2s (SDL2-2.30.2.tar.gz) = cabc9643d6ec17c181fdde5c0f9be93a0854a4f2596159eba35e4084cfaf8525 -SHA512 (SDL2-2.30.2.tar.gz) = 19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca -Size (SDL2-2.30.2.tar.gz) = 7426565 bytes +BLAKE2s (SDL2-2.30.3.tar.gz) = 744574e708d3b2a21e2e02395d6c8b7ed465cbc42af943249c9ae4d31333f51e +SHA512 (SDL2-2.30.3.tar.gz) = 75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372 +Size (SDL2-2.30.3.tar.gz) = 7425677 bytes --_----------=_1714590334520--