From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Jul 2022 13:05:50 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o7ET5-002tkh-Dm for lore@lore.pengutronix.de; Fri, 01 Jul 2022 13:05:50 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o7ET8-0003bb-1Z; Fri, 01 Jul 2022 13:05:50 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o7ESy-0003bG-F4; Fri, 01 Jul 2022 13:05:40 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o7ESu-003lyJ-5c; Fri, 01 Jul 2022 13:05:39 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o7ESx-003oEU-0O; Fri, 01 Jul 2022 13:05:39 +0200 Date: Fri, 1 Jul 2022 13:05:38 +0200 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220628135454.3394558-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220628135454.3394558-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] glib: Version bump. 2.72.2 -> 2.73.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: ptxdist@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Jun 28, 2022 at 03:54:54PM +0200, Christian Melki wrote: > Bunch of features and bugfixes. > https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS > > Glib has "reuse"-ified the codebase. > * Licensing conditions changed. > > Signed-off-by: Christian Melki > --- > rules/glib.make | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/rules/glib.make b/rules/glib.make > index 144814c77..a0ab9f644 100644 > --- a/rules/glib.make > +++ b/rules/glib.make > @@ -15,17 +15,17 @@ PACKAGES-$(PTXCONF_GLIB) += glib > # > # Paths and names > # > -GLIB_VERSION := 2.72.2 > -GLIB_MD5 := 6874205c81e9634fb47f4efb73183d00 > +GLIB_VERSION := 2.73.1 I'd like to stick to stable releases for glib unless there is a very good reason to use an unstable version. Michael > +GLIB_MD5 := 09864233dc900589a49135551eea89d6 > GLIB := glib-$(GLIB_VERSION) > GLIB_SUFFIX := tar.xz > GLIB_URL := $(call ptx/mirror, GNOME, glib/$(basename $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX)) > GLIB_SOURCE := $(SRCDIR)/$(GLIB).$(GLIB_SUFFIX) > GLIB_DIR := $(BUILDDIR)/$(GLIB) > -GLIB_LICENSE := LGPL-2.0-or-later > +GLIB_LICENSE := LGPL-2.1-or-later > GLIB_LICENSE_FILES := \ > - file://glib/glib.h;startline=1;endline=16;md5=48a2e189b0f5db4b3c3fd8f53bdb55a0 \ > - file://COPYING;md5=4fbd65380cdd255951079008b364516c > + file://glib/glib.h;startline=1;endline=19;md5=22ff60c3523af881a2fbee898a4eaeac \ > + file://LICENSES/LGPL-2.1-or-later.txt;md5=41890f71f740302b785c27661123bff5 > > # ---------------------------------------------------------------------------- > # Prepare > @@ -39,7 +39,6 @@ GLIB_CONF_OPT := \ > $(CROSS_MESON_USR) \ > -Dbsymbolic_functions=true \ > -Ddtrace=false \ > - -Dfam=false \ > -Dforce_posix_threads=true \ > -Dglib_assert=true \ > -Dglib_checks=true \ > -- > 2.34.1 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |