* [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE
2024-06-03 7:17 [Buildroot] [PATCH 01/23] package/doom-wad: drop reference to ftp.idsoftware.com Peter Korsgaard
@ 2024-06-03 7:17 ` Peter Korsgaard
2024-06-03 7:25 ` Baruch Siach via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2024-06-03 7:17 UTC (permalink / raw)
To: buildroot
For consistency.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/ebtables/ebtables.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
index 98106b0d60..06e2f9f345 100644
--- a/package/ebtables/ebtables.hash
+++ b/package/ebtables/ebtables.hash
@@ -1,4 +1,4 @@
-# ftp://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
+# http://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
sha256 b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a ebtables-2.0.11.tar.gz
# Locally computed
sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE
2024-06-03 7:17 ` [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE Peter Korsgaard
@ 2024-06-03 7:25 ` Baruch Siach via buildroot
2024-06-03 7:31 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach via buildroot @ 2024-06-03 7:25 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Hi Peter,
On Mon, Jun 03 2024, Peter Korsgaard wrote:
> For consistency.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/ebtables/ebtables.hash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
> index 98106b0d60..06e2f9f345 100644
> --- a/package/ebtables/ebtables.hash
> +++ b/package/ebtables/ebtables.hash
> @@ -1,4 +1,4 @@
> -# ftp://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
> +# http://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
Maybe better
https://netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
Thanks,
baruch
> sha256 b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a ebtables-2.0.11.tar.gz
> # Locally computed
> sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE
2024-06-03 7:25 ` Baruch Siach via buildroot
@ 2024-06-03 7:31 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-06-03 7:31 UTC (permalink / raw)
To: Baruch Siach; +Cc: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Hi Peter,
> On Mon, Jun 03 2024, Peter Korsgaard wrote:
>> For consistency.
>>
>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
>> ---
>> package/ebtables/ebtables.hash | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
>> index 98106b0d60..06e2f9f345 100644
>> --- a/package/ebtables/ebtables.hash
>> +++ b/package/ebtables/ebtables.hash
>> @@ -1,4 +1,4 @@
>> -# ftp://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
>> +# http://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
> Maybe better
> https://netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
Ups, indeed - Will fix.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE
@ 2024-06-03 9:23 Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2024-06-03 9:23 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-06-03 09:17 +0200, Peter Korsgaard spake thusly:
> For consistency.
As suggested by Baruch, I've switched to https instead, both in
the hash file and in the .mk for _SITE.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/ebtables/ebtables.hash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/ebtables/ebtables.hash b/package/ebtables/ebtables.hash
> index 98106b0d60..06e2f9f345 100644
> --- a/package/ebtables/ebtables.hash
> +++ b/package/ebtables/ebtables.hash
> @@ -1,4 +1,4 @@
> -# ftp://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
> +# http://ftp.netfilter.org/pub/ebtables/ebtables-2.0.11.tar.gz.sha256sum
> sha256 b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a ebtables-2.0.11.tar.gz
> # Locally computed
> sha256 ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1 COPYING
> --
> 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] 4+ messages in thread
end of thread, other threads:[~2024-06-03 9:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 9:23 [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 7:17 [Buildroot] [PATCH 01/23] package/doom-wad: drop reference to ftp.idsoftware.com Peter Korsgaard
2024-06-03 7:17 ` [Buildroot] [PATCH 02/23] package/ebtables/ebtables.hash: use http:// to match _SITE Peter Korsgaard
2024-06-03 7:25 ` Baruch Siach via buildroot
2024-06-03 7:31 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox