* [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1
@ 2026-02-12 11:10 Michael Nosthoff via buildroot
2026-02-12 11:10 ` [Buildroot] [PATCH 2/2] package/grpc: bump to version 1.78.0 Michael Nosthoff via buildroot
2026-02-12 20:44 ` [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Julien Olivain via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2026-02-12 11:10 UTC (permalink / raw)
To: buildroot
Changelog:
https://github.com/abseil/abseil-cpp/releases/tag/20260107.1
https://github.com/abseil/abseil-cpp/releases/tag/20260107.0
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/libabseil-cpp/libabseil-cpp.hash | 2 +-
package/libabseil-cpp/libabseil-cpp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libabseil-cpp/libabseil-cpp.hash b/package/libabseil-cpp/libabseil-cpp.hash
index e1b8763e2a..2c3e702743 100644
--- a/package/libabseil-cpp/libabseil-cpp.hash
+++ b/package/libabseil-cpp/libabseil-cpp.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1 libabseil-cpp-20250814.1.tar.gz
+sha256 4314e2a7cbac89cac25a2f2322870f343d81579756ceff7f431803c2c9090195 libabseil-cpp-20260107.1.tar.gz
sha256 c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747 LICENSE
diff --git a/package/libabseil-cpp/libabseil-cpp.mk b/package/libabseil-cpp/libabseil-cpp.mk
index fe97c1c2f3..2fdccee280 100644
--- a/package/libabseil-cpp/libabseil-cpp.mk
+++ b/package/libabseil-cpp/libabseil-cpp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBABSEIL_CPP_VERSION = 20250814.1
+LIBABSEIL_CPP_VERSION = 20260107.1
LIBABSEIL_CPP_SITE = $(call github,abseil,abseil-cpp,$(LIBABSEIL_CPP_VERSION))
LIBABSEIL_CPP_LICENSE = Apache-2.0
LIBABSEIL_CPP_LICENSE_FILES = LICENSE
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/grpc: bump to version 1.78.0
2026-02-12 11:10 [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Michael Nosthoff via buildroot
@ 2026-02-12 11:10 ` Michael Nosthoff via buildroot
2026-02-12 20:44 ` [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Julien Olivain via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2026-02-12 11:10 UTC (permalink / raw)
To: buildroot; +Cc: Robert Rose
Release Notes:
https://github.com/grpc/grpc/releases/tag/v1.78.0
(v1.77.0 was never released, so no log)
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/grpc/grpc.hash | 2 +-
package/grpc/grpc.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash
index 130e098c9e..289a6f8191 100644
--- a/package/grpc/grpc.hash
+++ b/package/grpc/grpc.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 0af37b800953130b47c075b56683ee60bdc3eda3c37fc6004193f5b569758204 grpc-1.76.0.tar.gz
+sha256 e2ace790a5f2d0f83259d1390a816a33b013ea34df2e86084d927e58daa4c5d9 grpc-1.78.0.tar.gz
sha256 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee LICENSE
diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
index 77cbc366f0..c99863e92b 100644
--- a/package/grpc/grpc.mk
+++ b/package/grpc/grpc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GRPC_VERSION = 1.76.0
+GRPC_VERSION = 1.78.0
GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION))
GRPC_LICENSE = Apache-2.0, BSD-3-Clause (third_party code), MPL-2.0 (etc/roots.pem)
GRPC_LICENSE_FILES = LICENSE
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1
2026-02-12 11:10 [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Michael Nosthoff via buildroot
2026-02-12 11:10 ` [Buildroot] [PATCH 2/2] package/grpc: bump to version 1.78.0 Michael Nosthoff via buildroot
@ 2026-02-12 20:44 ` Julien Olivain via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-02-12 20:44 UTC (permalink / raw)
To: Michael Nosthoff; +Cc: buildroot
On 12/02/2026 12:10, Michael Nosthoff via buildroot wrote:
> Changelog:
> https://github.com/abseil/abseil-cpp/releases/tag/20260107.1
> https://github.com/abseil/abseil-cpp/releases/tag/20260107.0
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-12 20:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 11:10 [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Michael Nosthoff via buildroot
2026-02-12 11:10 ` [Buildroot] [PATCH 2/2] package/grpc: bump to version 1.78.0 Michael Nosthoff via buildroot
2026-02-12 20:44 ` [Buildroot] [PATCH 1/2] package/libabseil-cpp: bump to version 20260107.1 Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.