All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Peter Korsgaard <peter@korsgaard.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 03/23] package/file: use http:// _SITE
Date: Mon, 3 Jun 2024 11:19:50 +0200	[thread overview]
Message-ID: <Zl2Kts-cHL5pwRqb@landeda> (raw)
In-Reply-To: <20240603071726.532652-3-peter@korsgaard.com>

Peter, All,

On 2024-06-03 09:17 +0200, Peter Korsgaard spake thusly:
> ftp.astrom.com also serves the files over http://, so use that instead.

I've switched to use https instead.

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/file/file.hash | 2 +-
>  package/file/file.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/file/file.hash b/package/file/file.hash
> index 08e8497471..4beca5e2e3 100644
> --- a/package/file/file.hash
> +++ b/package/file/file.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated after verifying signature
> -# ftp://ftp.astron.com/pub/file/file-5.45.tar.gz.asc
> +# http://ftp.astron.com/pub/file/file-5.45.tar.gz.asc
>  # using key BE04995BA8F90ED0C0C176C471112AB16CB33B3A
>  sha256  fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82  file-5.45.tar.gz
>  sha256  0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274  COPYING
> diff --git a/package/file/file.mk b/package/file/file.mk
> index b67fcaead4..52fbab81a9 100644
> --- a/package/file/file.mk
> +++ b/package/file/file.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  FILE_VERSION = 5.45
> -FILE_SITE = ftp://ftp.astron.com/pub/file
> +FILE_SITE = http://ftp.astron.com/pub/file
>  FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
>  FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
>  FILE_CPE_ID_VALID = YES
> -- 
> 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

  reply	other threads:[~2024-06-03  9:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
2024-06-03  7:17 ` [Buildroot] [PATCH 03/23] package/file: use http:// _SITE Peter Korsgaard
2024-06-03  9:19   ` Yann E. MORIN [this message]
2024-06-03  7:17 ` [Buildroot] [PATCH 04/23] package/freeradius-client: use https:// _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 05/23] package/freeradius-server: " Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 06/23] package/libmnl: use https for _SITE Peter Korsgaard
2024-06-03  7:30   ` Dario Binacchi via buildroot
2024-06-03  7:17 ` [Buildroot] [PATCH 07/23] package/libmnl: use upstream sha256sum Peter Korsgaard
2024-06-03  7:29   ` Dario Binacchi via buildroot
2024-06-03  7:17 ` [Buildroot] [PATCH 08/23] package/libnetfilter_acct: use https for _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 09/23] package/libnetfilter_acct: use https:// reference for .hash file Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 10/23] package/libnetfilter_log: use https for _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 11/23] package/libnetfilter_log: use https:// reference for .hash file Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 12/23] package/lynx: use http:// _SITE Peter Korsgaard
2024-06-03  9:21   ` Yann E. MORIN
2024-06-03  7:17 ` [Buildroot] [PATCH 13/23] package/ncftp: use https:// _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 14/23] package/newlib-bare-metal: " Peter Korsgaard
2024-06-03  8:05   ` Frager, Neal via buildroot
2024-06-03  7:17 ` [Buildroot] [PATCH 15/23] package/nfacct: use https for _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 16/23] package/nfacct: use https:// reference for .hash file Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 17/23] package/uboot-tools: use https:// _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 18/23] package/ulogd: use https for _SITE Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 19/23] package/ulogd: use https:// reference for .hash file Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 20/23] package/zip: download from sourceforge Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 21/23] package/proftpd: download from github Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 22/23] package/on2-8170-libs: remove package Peter Korsgaard
2024-06-03  7:17 ` [Buildroot] [PATCH 23/23] package/on2-8170-modules: " Peter Korsgaard
2024-06-03  9:24 ` [Buildroot] [PATCH 01/23] package/doom-wad: drop reference to ftp.idsoftware.com Yann E. MORIN
2024-06-08 18:11   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zl2Kts-cHL5pwRqb@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=peter@korsgaard.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.