From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 26 Oct 2025 21:33:23 +0100 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 1vD7QZ-00C6bL-1b for lore@lore.pengutronix.de; Sun, 26 Oct 2025 21:33:23 +0100 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 1vD7QZ-0002PJ-3q; Sun, 26 Oct 2025 21:33:23 +0100 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 1vD7Q6-0001FT-7X; Sun, 26 Oct 2025 21:32:54 +0100 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 1vD7Q6-005aov-0A; Sun, 26 Oct 2025 21:32:54 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vD7Q6-0000000473D-01UR; Sun, 26 Oct 2025 21:32:54 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 26 Oct 2025 21:32:53 +0100 Message-ID: <20251026203253.980408-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251024082351.3360463-1-s.pueschel@pengutronix.de> References: <20251024082351.3360463-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] abseil-cpp: version bump 20230802.1 -> 20250814.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 e2c035eb7844b8b8789cbbce10ef8c9080756119. Michael [sent from post-receive hook] On Sun, 26 Oct 2025 21:32:53 +0100, Sven Püschel wrote: > https://github.com/abseil/abseil-cpp/releases/tag/20230802.2 > https://github.com/abseil/abseil-cpp/releases/tag/20230802.3 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.0 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.1 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.2 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.3 > https://github.com/abseil/abseil-cpp/releases/tag/20240722.0 > https://github.com/abseil/abseil-cpp/releases/tag/20240722.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250127.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250127.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250512.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250512.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250814.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250814.1 > > Signed-off-by: Sven Püschel > Message-Id: <20251024082351.3360463-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/abseil-cpp.make b/rules/abseil-cpp.make > index b70c6b28380b..21beb3fa5234 100644 > --- a/rules/abseil-cpp.make > +++ b/rules/abseil-cpp.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ABSEIL_CPP) += abseil-cpp > # > # Paths and names > # > -ABSEIL_CPP_VERSION := 20230802.1 > -ABSEIL_CPP_MD5 := 84665b6daa5dda7c9082b1a00057457a > +ABSEIL_CPP_VERSION := 20250814.1 > +ABSEIL_CPP_MD5 := d4d3c25f78e28d61ad83e54cd1116933 > ABSEIL_CPP := abseil-cpp-$(ABSEIL_CPP_VERSION) > ABSEIL_CPP_SUFFIX := tar.gz > ABSEIL_CPP_URL := https://github.com/abseil/abseil-cpp/archive/refs/tags/$(ABSEIL_CPP_VERSION).$(ABSEIL_CPP_SUFFIX) > @@ -36,6 +36,7 @@ ABSEIL_CPP_CONF_TOOL := cmake > ABSEIL_CPP_CONF_OPT := \ > $(CROSS_CMAKE_USR) \ > -G Ninja \ > + -DABSL_BUILD_MONOLITHIC_SHARED_LIBS=OFF \ > -DABSL_BUILD_TESTING=OFF \ > -DABSL_BUILD_TEST_HELPERS=OFF \ > -DABSL_ENABLE_INSTALL=ON \