mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] abseil-cpp: version bump 20230802.1 -> 20250814.1
@ 2025-10-24  8:23 Sven Püschel
  2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-24  8:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

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 <s.pueschel@pengutronix.de>
---
 rules/abseil-cpp.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/abseil-cpp.make b/rules/abseil-cpp.make
index b70c6b283..21beb3fa5 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 \
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] abseil-cpp: version bump 20230802.1 -> 20250814.1
  2025-10-24  8:23 [ptxdist] [PATCH] abseil-cpp: version bump 20230802.1 -> 20250814.1 Sven Püschel
@ 2025-10-26 20:32 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-26 20:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as e2c035eb7844b8b8789cbbce10ef8c9080756119.

Michael

[sent from post-receive hook]

On Sun, 26 Oct 2025 21:32:53 +0100, Sven Püschel <s.pueschel@pengutronix.de> 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 <s.pueschel@pengutronix.de>
> Message-Id: <20251024082351.3360463-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-26 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24  8:23 [ptxdist] [PATCH] abseil-cpp: version bump 20230802.1 -> 20250814.1 Sven Püschel
2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox