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: Mario Lang <mlang@blind.guru>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 12/23] package/lynx: use http:// _SITE
Date: Mon, 3 Jun 2024 11:21:19 +0200	[thread overview]
Message-ID: <Zl2LD1oI4LbDPlIH@landeda> (raw)
In-Reply-To: <20240603071726.532652-12-peter@korsgaard.com>

Peter, All,

On 2024-06-03 09:17 +0200, Peter Korsgaard spake thusly:
> The ftp server does not allow anonymous login, causing the download to fail:
> 
> wget --passive-ftp -nd -t 3 -O '/home/peko/source/buildroot/output-qt/build/.lynx2.8.9rel.1.tar.bz2.XlcdCK/output' 'ftp://ftp.invisible-island.net/lynx/tarballs/lynx2.8.9rel.1.tar.bz2'
> --2024-06-02 22:21:49--  ftp://ftp.invisible-island.net/lynx/tarballs/lynx2.8.9rel.1.tar.bz2
>            => ‘/home/peko/source/buildroot/output-qt/build/.lynx2.8.9rel.1.tar.bz2.XlcdCK/output’
> Resolving ftp.invisible-island.net (ftp.invisible-island.net)... 216.194.253.29
> Connecting to ftp.invisible-island.net (ftp.invisible-island.net)|216.194.253.29|:21... connected.
> Logging in as anonymous ...
> Login incorrect.
> 
> Luckily the tarball is also available over http://, so use that instead.

I've switched to https instead.

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/lynx/lynx.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/lynx/lynx.mk b/package/lynx/lynx.mk
> index da57eb2601..41f9161f10 100644
> --- a/package/lynx/lynx.mk
> +++ b/package/lynx/lynx.mk
> @@ -6,7 +6,7 @@
>  
>  LYNX_VERSION = 2.8.9rel.1
>  LYNX_SOURCE = lynx$(LYNX_VERSION).tar.bz2
> -LYNX_SITE = ftp://ftp.invisible-island.net/lynx/tarballs
> +LYNX_SITE = http://invisible-mirror.net/archives/lynx/tarballs/

As disucssed on IRC:

    package/lynx/lynx.mk:60: *** LYNX_SITE (https://invisible-mirror.net/archives/lynx/tarballs/) cannot have a trailing slash. Stop.

So I dropped the trailing slash too.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  LYNX_PATCH = \
>  	https://salsa.debian.org/lynx-team/lynx/-/raw/debian/2.9.0dev.6-3_deb11u1/debian/patches/90_CVE-2021-38165.patch
>  # 90_CVE-2021-38165.patch
> -- 
> 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:21 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
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 [this message]
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=Zl2LD1oI4LbDPlIH@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=mlang@blind.guru \
    --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.