* [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.8.8
@ 2023-11-03 20:30 Bernd Kuhls
2023-11-03 22:19 ` Yann E. MORIN
2023-11-08 20:23 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-11-03 20:30 UTC (permalink / raw)
To: buildroot
Release notes:
https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://forum.torproject.org/t/security-release-0-4-7-16-and-0-4-8-8/10064
Fixes TROVE-2023-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 933208fce0..fc128e0fcf 100644
--- a/package/tor/tor.hash
+++ b/package/tor/tor.hash
@@ -1,4 +1,4 @@
-# From https://dist.torproject.org/tor-0.4.8.7.tar.gz.sha256sum
-sha256 b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491 tor-0.4.8.7.tar.gz
+# From https://dist.torproject.org/tor-0.4.8.8.tar.gz.sha256sum
+sha256 21bbe908cafeabff04636d26293540aa9366eb1cf389bc65dc2476c93e688004 tor-0.4.8.8.tar.gz
# Locally computed
sha256 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0 LICENSE
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 1b29fd336e..b054bc55bb 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TOR_VERSION = 0.4.8.7
+TOR_VERSION = 0.4.8.8
TOR_SITE = https://dist.torproject.org
TOR_LICENSE = BSD-3-Clause
TOR_LICENSE_FILES = LICENSE
--
2.39.2
_______________________________________________
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.8.8
2023-11-03 20:30 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.8.8 Bernd Kuhls
@ 2023-11-03 22:19 ` Yann E. MORIN
2023-11-08 20:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-11-03 22:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Bernd, All,
On 2023-11-03 21:30 +0100, Bernd Kuhls spake thusly:
> Release notes:
> https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
> https://forum.torproject.org/t/security-release-0-4-7-16-and-0-4-8-8/10064
>
> Fixes TROVE-2023-004.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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 933208fce0..fc128e0fcf 100644
> --- a/package/tor/tor.hash
> +++ b/package/tor/tor.hash
> @@ -1,4 +1,4 @@
> -# From https://dist.torproject.org/tor-0.4.8.7.tar.gz.sha256sum
> -sha256 b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491 tor-0.4.8.7.tar.gz
> +# From https://dist.torproject.org/tor-0.4.8.8.tar.gz.sha256sum
> +sha256 21bbe908cafeabff04636d26293540aa9366eb1cf389bc65dc2476c93e688004 tor-0.4.8.8.tar.gz
> # Locally computed
> sha256 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0 LICENSE
> diff --git a/package/tor/tor.mk b/package/tor/tor.mk
> index 1b29fd336e..b054bc55bb 100644
> --- a/package/tor/tor.mk
> +++ b/package/tor/tor.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -TOR_VERSION = 0.4.8.7
> +TOR_VERSION = 0.4.8.8
> TOR_SITE = https://dist.torproject.org
> TOR_LICENSE = BSD-3-Clause
> TOR_LICENSE_FILES = LICENSE
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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.8.8
2023-11-03 20:30 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.8.8 Bernd Kuhls
2023-11-03 22:19 ` Yann E. MORIN
@ 2023-11-08 20:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-11-08 20:23 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Release notes:
> https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
> https://forum.torproject.org/t/security-release-0-4-7-16-and-0-4-8-8/10064
> Fixes TROVE-2023-004.
.. which is still not public :/
I have instead bumped 2023.02.x and 2023.08.x to 0.4.7.16, which
contains the same fix.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2023-11-08 20:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 20:30 [Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.8.8 Bernd Kuhls
2023-11-03 22:19 ` Yann E. MORIN
2023-11-08 20:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox