From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 23 Oct 2025 15:16:32 +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 1vBvBA-00AyAv-22 for lore@lore.pengutronix.de; Thu, 23 Oct 2025 15:16:32 +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 1vBvBA-0003SE-F8; Thu, 23 Oct 2025 15:16:32 +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 1vBv8e-0008HU-B9; Thu, 23 Oct 2025 15:13:56 +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 1vBv8e-00541w-0S; Thu, 23 Oct 2025 15:13:56 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vBv8e-000000055ZT-0NZP; Thu, 23 Oct 2025 15:13:56 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 23 Oct 2025 15:13:56 +0200 Message-ID: <20251023131356.1213048-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251022121443.200702-2-s.pueschel@pengutronix.de> References: <20251022121443.200702-2-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libxcb: version bump 1.16 -> 1.17.0 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 98de16e3be46ff314624522777632da6f4ae660d. Michael [sent from post-receive hook] On Thu, 23 Oct 2025 15:13:55 +0200, Sven Püschel wrote: > The HTTP URL redirects to the HTTPS URL. Therefore adjust the URL to > HTTPS to avoid the redirect. > > Also fixing the SPDX license identifier, as the license text includes a > no advertising clause. While the SPDX Online tool [1] matches the > license text to X11-distribute-modifications-variant, it doesn't contain > the distribute with modifications grant. Therefore use the X11 license > which in contrast to MIT contains the advertising clause. > Note that it doesn't match exactly, as it misses the trademark at the > end, which caused the online tool to match the wrong license. > > [1] https://tools.spdx.org/app/check_license/ > > Signed-off-by: Sven Püschel > Message-Id: <20251022121443.200702-2-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-libxcb.make b/rules/host-libxcb.make > index 42a768bc03c3..acf3a31bf997 100644 > --- a/rules/host-libxcb.make > +++ b/rules/host-libxcb.make > @@ -25,6 +25,7 @@ HOST_LIBXCB_CONF_ENV := \ > HOST_LIBXCB_CONF_TOOL := autoconf > HOST_LIBXCB_CONF_OPT := \ > $(HOST_AUTOCONF) \ > + $(GLOBAL_LARGE_FILE_OPTION) \ > --disable-static \ > --disable-selective-werror \ > --disable-strict-compilation \ > diff --git a/rules/libxcb.make b/rules/libxcb.make > index 550db79799ae..7d6f5fb62b1f 100644 > --- a/rules/libxcb.make > +++ b/rules/libxcb.make > @@ -14,14 +14,14 @@ PACKAGES-$(PTXCONF_LIBXCB) += libxcb > # > # Paths and names > # > -LIBXCB_VERSION := 1.16 > -LIBXCB_MD5 := c769f93c254263077df62404661b710d > +LIBXCB_VERSION := 1.17.0 > +LIBXCB_MD5 := 96565523e9f9b701fcb35d31f1d4086e > LIBXCB := libxcb-$(LIBXCB_VERSION) > LIBXCB_SUFFIX := tar.xz > -LIBXCB_URL := http://xcb.freedesktop.org/dist/$(LIBXCB).$(LIBXCB_SUFFIX) > +LIBXCB_URL := https://xcb.freedesktop.org/dist/$(LIBXCB).$(LIBXCB_SUFFIX) > LIBXCB_SOURCE := $(SRCDIR)/$(LIBXCB).$(LIBXCB_SUFFIX) > LIBXCB_DIR := $(BUILDDIR)/$(LIBXCB) > -LIBXCB_LICENSE := MIT > +LIBXCB_LICENSE := X11 > LIBXCB_LICENSE_FILES := \ > file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 > > @@ -39,6 +39,7 @@ LIBXCB_CONF_ENV := \ > LIBXCB_CONF_TOOL := autoconf > LIBXCB_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > + $(GLOBAL_LARGE_FILE_OPTION) \ > --disable-static \ > --disable-selective-werror \ > --disable-strict-compilation \