* [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.6
@ 2026-03-26 21:16 Bernd Kuhls
2026-03-27 18:22 ` Julien Olivain via buildroot
2026-04-03 10:28 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-03-26 21:16 UTC (permalink / raw)
To: buildroot
https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.6/ReleaseNotes
Fixes TROVE-2026-003 & TROVE-2026-004.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/tor/tor.hash | 4 ++--
package/tor/tor.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/tor/tor.hash b/package/tor/tor.hash
index a4b0af12b5..a70b9e9baf 100644
--- a/package/tor/tor.hash
+++ b/package/tor/tor.hash
@@ -1,4 +1,4 @@
-# From https://dist.torproject.org/tor-0.4.9.5.tar.gz.sha256sum
-sha256 c949c2f86b348e64891976f6b1e49c177655b23df97193049bf1b8cd3099e179 tor-0.4.9.5.tar.gz
+# From https://dist.torproject.org/tor-0.4.9.6.tar.gz.sha256sum
+sha256 a89aba97052e9963a654b40df2d46be07e8a6b6e24e5437917fd81acd90a7017 tor-0.4.9.6.tar.gz
# Locally computed
sha256 5dc29ea302cc75db6db4a7c88d7b5d4638b4e0f5f1d2e6d21ce71f707470b766 LICENSE
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 36be7967bf..f11afcc449 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TOR_VERSION = 0.4.9.5
+TOR_VERSION = 0.4.9.6
TOR_SITE = https://dist.torproject.org
TOR_LICENSE = BSD-3-Clause
TOR_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
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/1] package/tor: security bump version to 0.4.9.6
2026-03-26 21:16 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.6 Bernd Kuhls
@ 2026-03-27 18:22 ` Julien Olivain via buildroot
2026-04-03 10:28 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-27 18:22 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 26/03/2026 22:16, Bernd Kuhls wrote:
> https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.6/ReleaseNotes
>
> Fixes TROVE-2026-003 & TROVE-2026-004.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
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
* Re: [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.6
2026-03-26 21:16 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.6 Bernd Kuhls
2026-03-27 18:22 ` Julien Olivain via buildroot
@ 2026-04-03 10:28 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-04-03 10:28 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Thomas Perale, buildroot
In reply of:
> https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.6/ReleaseNotes
>
> Fixes TROVE-2026-003 & TROVE-2026-004.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2026.02.x. Thanks
> ---
> package/tor/tor.hash | 4 ++--
> package/tor/tor.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/tor/tor.hash b/package/tor/tor.hash
> index a4b0af12b5..a70b9e9baf 100644
> --- a/package/tor/tor.hash
> +++ b/package/tor/tor.hash
> @@ -1,4 +1,4 @@
> -# From https://dist.torproject.org/tor-0.4.9.5.tar.gz.sha256sum
> -sha256 c949c2f86b348e64891976f6b1e49c177655b23df97193049bf1b8cd3099e179 tor-0.4.9.5.tar.gz
> +# From https://dist.torproject.org/tor-0.4.9.6.tar.gz.sha256sum
> +sha256 a89aba97052e9963a654b40df2d46be07e8a6b6e24e5437917fd81acd90a7017 tor-0.4.9.6.tar.gz
> # Locally computed
> sha256 5dc29ea302cc75db6db4a7c88d7b5d4638b4e0f5f1d2e6d21ce71f707470b766 LICENSE
> diff --git a/package/tor/tor.mk b/package/tor/tor.mk
> index 36be7967bf..f11afcc449 100644
> --- a/package/tor/tor.mk
> +++ b/package/tor/tor.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -TOR_VERSION = 0.4.9.5
> +TOR_VERSION = 0.4.9.6
> TOR_SITE = https://dist.torproject.org
> TOR_LICENSE = BSD-3-Clause
> TOR_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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-04-03 10:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 21:16 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.9.6 Bernd Kuhls
2026-03-27 18:22 ` Julien Olivain via buildroot
2026-04-03 10:28 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox