From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 29 Mar 2026 07:47:19 +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 1w6izX-006L7h-1S for lore@lore.pengutronix.de; Sun, 29 Mar 2026 07:47:19 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1w6izX-0005S1-0g; Sun, 29 Mar 2026 07:47:19 +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 1w6izF-0004fH-SX; Sun, 29 Mar 2026 07:47:01 +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 1w6izF-002fFe-2C; Sun, 29 Mar 2026 07:47:01 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1w6izF-0000000AVDn-2X33; Sun, 29 Mar 2026 07:47:01 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 29 Mar 2026 07:47:01 +0200 Message-ID: <20260329054701.2503189-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260319171305.511185-1-christian.melki@t2data.com> References: <20260319171305.511185-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] glib: Version bump. 2.86.4 -> 2.88.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: Christian Melki 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 2e1644d997a7429df107662dc6da6756bd51fa16. Michael [sent from post-receive hook] On Sun, 29 Mar 2026 07:47:01 +0200, Christian Melki wrote: > https://gitlab.gnome.org/GNOME/glib/-/releases/2.88.0 > https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.5 > (2.87.4 is missing a separate release info, available under 2.87.5) > https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.3 > https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.2 > https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.1 > https://gitlab.gnome.org/GNOME/glib/-/releases/2.87.0 > > New stable series. > Bunch of changes as usual. > > * Rearrange and introduce/remove options for better > fit to pkg option sort. > > Signed-off-by: Christian Melki > Message-Id: <20260319171305.511185-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/glib.make b/rules/glib.make > index 1013c5e41392..2c064b9d956c 100644 > --- a/rules/glib.make > +++ b/rules/glib.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib > # > # Paths and names > # > -GLIB_VERSION := 2.86.4 > -GLIB_MD5 := f2233a826c952aaae42b4a61611a06a4 > +GLIB_VERSION := 2.88.0 > +GLIB_MD5 := 064370bbd78421f639e38ece5e14ca23 > GLIB := glib-$(GLIB_VERSION) > GLIB_SUFFIX := tar.xz > GLIB_URL := $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX)) > @@ -38,26 +38,29 @@ GLIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, glib-cross-fi > GLIB_CONF_TOOL := meson > GLIB_CONF_OPT := \ > $(CROSS_MESON_USR) \ > - -Dbsymbolic_functions=true \ > - -Ddocumentation=false \ > + -Dselinux=disabled \ > + -Dxattr=false \ > + -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \ > + -Dman-pages=disabled \ > -Ddtrace=false \ > + -Dsystemtap=false \ > + -Dsysprof=disabled \ > + -Ddocumentation=false \ > + -Dgtk_doc=false \ > + -Dbsymbolic_functions=true \ > -Dforce_posix_threads=true \ > + -Dtests=false \ > + -Dinstalled_tests=false \ > + -Dnls=disabled \ > + -Doss_fuzz=disabled \ > + -Dglib_debug=enabled \ > -Dglib_assert=true \ > -Dglib_checks=true \ > - -Dglib_debug=enabled \ > - -Dinstalled_tests=false \ > - -Dintrospection=disabled \ > -Dlibelf=disabled \ > - -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \ > - -Dman-pages=disabled \ > -Dmultiarch=false \ > - -Dnls=disabled \ > - -Doss_fuzz=disabled \ > - -Dselinux=disabled \ > - -Dsysprof=disabled \ > - -Dsystemtap=false \ > - -Dtests=false \ > - -Dxattr=false \ > + -Dintrospection=disabled \ > + -Dfile_monitor_backend=auto \ > + -Dgvdb:tests=false \ > \ > --cross-file $(GLIB_MESON_CROSS_FILE) >