From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Oct 2022 07:41:44 +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 1ol1pq-000GW4-9i for lore@lore.pengutronix.de; Wed, 19 Oct 2022 07:41:44 +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 1ol1pn-0003XW-C5; Wed, 19 Oct 2022 07:41:43 +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 1ol1pJ-0001X8-Qy; Wed, 19 Oct 2022 07:41:13 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ol1pI-0002w7-WE; Wed, 19 Oct 2022 07:41:13 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ol1pI-001gdN-0x; Wed, 19 Oct 2022 07:41:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 19 Oct 2022 07:41:12 +0200 Message-Id: <20221019054112.402169-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004144533.2269637-3-bst@pengutronix.de> References: <20221004144533.2269637-3-bst@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libsoup: version bump 2.72.0 -> 3.2.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: Bastian Krause 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 Thanks, applied as 2416a4ce1557ac70173c52e7894dd53fa01fb199. Michael [sent from post-receive hook] On Wed, 19 Oct 2022 07:41:11 +0200, Bastian Krause wrote: > Note that libsoup 3.x breaks previous ABI [1]. > > [1] https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html > > Signed-off-by: Bastian Krause > Message-Id: <20221004144533.2269637-3-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libsoup.in b/rules/libsoup.in > index 42ee2b1d8ea8..788d7985d8df 100644 > --- a/rules/libsoup.in > +++ b/rules/libsoup.in > @@ -6,11 +6,8 @@ config LIBSOUP > select HOST_GLIB > select GLIB > select SQLITE > + select LIBNGHTTP2 > select LIBPSL > - select LIBXML2 > - select LIBXML2_OUTPUT > - select LIBXML2_SAX1 > - select HOST_INTLTOOL > select GOBJECT_INTROSPECTION if LIBSOUP_INTROSPECTION > prompt "libsoup" > help > diff --git a/rules/libsoup.make b/rules/libsoup.make > index 74ae2f030b13..34b80ecee610 100644 > --- a/rules/libsoup.make > +++ b/rules/libsoup.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSOUP) += libsoup > # > # Paths and names > # > -LIBSOUP_VERSION := 2.72.0 > -LIBSOUP_MD5 := 859380b76b51fb55d720daea3c76c945 > +LIBSOUP_VERSION := 3.2.0 > +LIBSOUP_MD5 := 34f1f15aa43f974dadf256aef2e89587 > LIBSOUP := libsoup-$(LIBSOUP_VERSION) > LIBSOUP_SUFFIX := tar.xz > LIBSOUP_URL := $(call ptx/mirror, GNOME, libsoup/$(basename $(LIBSOUP_VERSION))/$(LIBSOUP).$(LIBSOUP_SUFFIX)) > @@ -35,15 +35,18 @@ LIBSOUP_LICENSE_FILES := \ > LIBSOUP_CONF_TOOL := meson > LIBSOUP_CONF_OPT := \ > $(CROSS_MESON_USR) \ > + -Dautobahn=disabled \ > -Dbrotli=disabled \ > - -Dgnome=true \ > + -Ddoc_tests=false \ > + -Ddocs=disabled \ > + -Dfuzzing=disabled \ > -Dgssapi=disabled \ > - -Dgtk_doc=false \ > -Dinstalled_tests=false \ > -Dintrospection=$(call ptx/endis, PTXCONF_LIBSOUP_INTROSPECTION)d \ > -Dkrb5_config= \ > -Dntlm=disabled \ > -Dntlm_auth=ntlm_auth \ > + -Dpkcs11_tests=disabled \ > -Dsysprof=disabled \ > -Dtests=false \ > -Dtls_check=false \ > @@ -62,10 +65,10 @@ $(STATEDIR)/libsoup.targetinstall: > @$(call install_fixup, libsoup,AUTHOR,"Marc Kleine-Budde ") > @$(call install_fixup, libsoup,DESCRIPTION,missing) > > - @$(call install_lib, libsoup, 0, 0, 0644, libsoup-2.4) > + @$(call install_lib, libsoup, 0, 0, 0644, libsoup-3.0) > ifdef PTXCONF_LIBSOUP_INTROSPECTION > @$(call install_copy, libsoup, 0, 0, 0644, -, \ > - /usr/lib/girepository-1.0/Soup-2.4.typelib) > + /usr/lib/girepository-1.0/Soup-3.0.typelib) > endif > > @$(call install_finish, libsoup)