package/lynx: use https:// _SITE
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 https://, so use that instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [yann.morin.1998@free.fr: - use https, not http - drop trailing '/' in _SITE ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
07a44a2424
commit
d946d31325
@ -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 = https://invisible-mirror.net/archives/lynx/tarballs
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user