From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Oct 2025 14:07:20 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASC0-009XCa-1o for lore@lore.pengutronix.de; Sun, 19 Oct 2025 14:07:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vASC0-0006jw-BK; Sun, 19 Oct 2025 14:07:20 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vASAJ-00041u-Vn; Sun, 19 Oct 2025 14:05:35 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASAJ-004NVZ-2V; Sun, 19 Oct 2025 14:05:35 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vASAJ-00000002kqr-31Sb; Sun, 19 Oct 2025 14:05:35 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 19 Oct 2025 14:05:35 +0200 Message-ID: <20251019120535.656746-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251015152635.3948425-1-s.pueschel@pengutronix.de> References: <20251015152635.3948425-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libwacom: version bump 2.9.0 -> 2.16.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as dc559e8ca12df0f6860c7d2623408faf42d233b8. Michael [sent from post-receive hook] On Sun, 19 Oct 2025 14:05:35 +0200, Sven Püschel wrote: > As the new wacom includes an executable data file, add a patch for it: > https://github.com/linuxwacom/libwacom/pull/921 > > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.10.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.11.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.12.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.12.1 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.12.2 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.13.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.14.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.15.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.16.0 > https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.16.1 > > Signed-off-by: Sven Püschel > Message-Id: <20251015152635.3948425-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libwacom-2.16.1/0001-data-wacom-isdv4-0148-remove-executable-bit.patch b/patches/libwacom-2.16.1/0001-data-wacom-isdv4-0148-remove-executable-bit.patch > new file mode 100644 > index 000000000000..1990446119a0 > --- /dev/null > +++ b/patches/libwacom-2.16.1/0001-data-wacom-isdv4-0148-remove-executable-bit.patch > @@ -0,0 +1,19 @@ > +From: =?UTF-8?q?Sven=20P=C3=BCschel?= > +Date: Wed, 15 Oct 2025 17:01:16 +0200 > +Subject: [PATCH] data: wacom-isdv4-0148: remove executable bit > +MIME-Version: 1.0 > +Content-Type: text/plain; charset=UTF-8 > +Content-Transfer-Encoding: 8bit > + > +Remove the executable bit, as as the file is not executable anyways. > + > +Fixes: fdeecf25254e ("data: Add several new tablet definitions") > +Signed-off-by: Sven Püschel > +--- > + data/wacom-isdv4-0148.tablet | 0 > + 1 file changed, 0 insertions(+), 0 deletions(-) > + mode change 100755 => 100644 data/wacom-isdv4-0148.tablet > + > +diff --git a/data/wacom-isdv4-0148.tablet b/data/wacom-isdv4-0148.tablet > +old mode 100755 > +new mode 100644 > diff --git a/patches/libwacom-2.16.1/series b/patches/libwacom-2.16.1/series > new file mode 100644 > index 000000000000..7de6f6e26f70 > --- /dev/null > +++ b/patches/libwacom-2.16.1/series > @@ -0,0 +1,4 @@ > +# generated by git-ptx-patches > +#tag:base --start-number 1 > +0001-data-wacom-isdv4-0148-remove-executable-bit.patch > +# 6cbde6ff1a0e62ae33a434c9305ca30d - git-ptx-patches magic > diff --git a/rules/libwacom.make b/rules/libwacom.make > index e788cb9664b6..ad4ab49b28ce 100644 > --- a/rules/libwacom.make > +++ b/rules/libwacom.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBWACOM) += libwacom > # > # Paths and names > # > -LIBWACOM_VERSION := 2.9.0 > -LIBWACOM_MD5 := 2824d1d0b3f8e4a5bc47acb5fca28d11 > +LIBWACOM_VERSION := 2.16.1 > +LIBWACOM_MD5 := 5cf12242bffcb9a4af37169399689ed6 > LIBWACOM := libwacom-$(LIBWACOM_VERSION) > LIBWACOM_SUFFIX := tar.gz > LIBWACOM_URL := https://github.com/linuxwacom/libwacom/archive/$(LIBWACOM).$(LIBWACOM_SUFFIX)