From efee1ec45347e3e08869ff330b2045488ecaaf2d Mon Sep 17 00:00:00 2001 From: Shubham Chakraborty Date: Mon, 4 May 2026 00:32:49 +0530 Subject: [PATCH] package/dos2unix: update upstream URLs The old upstream page [1] is being deprecated. It currently shows: """ This page will go offline on 1 July 2026. Go to the new page at https://waterlander.net/dos2unix/ """ This commit updates the homepage, download site and hash file URL to the new upstream location [2]. [1] http://waterlan.home.xs4all.nl/dos2unix.html [2] https://waterlander.net/dos2unix/ Signed-off-by: Shubham Chakraborty [Julien: add info in commit log] Signed-off-by: Julien Olivain (cherry picked from commit 44f60e9f708ff01ee9b4631b252923cab11c79d5) Signed-off-by: Thomas Perale --- package/dos2unix/Config.in | 2 +- package/dos2unix/dos2unix.hash | 2 +- package/dos2unix/dos2unix.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/dos2unix/Config.in b/package/dos2unix/Config.in index cfb5ba4b79..928605ae37 100644 --- a/package/dos2unix/Config.in +++ b/package/dos2unix/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_DOS2UNIX help dos2unix converts text file line endings between CRLF and LF - http://waterlan.home.xs4all.nl/dos2unix.html + https://waterlander.net/dos2unix/ diff --git a/package/dos2unix/dos2unix.hash b/package/dos2unix/dos2unix.hash index 3e9bf7882e..7fae29fea7 100644 --- a/package/dos2unix/dos2unix.hash +++ b/package/dos2unix/dos2unix.hash @@ -1,4 +1,4 @@ # Locally calculated after checking pgp signature -# https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.3.tar.gz.asc +# https://waterlander.net/dos2unix/files/dos2unix-7.5.3.tar.gz.asc sha256 28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2 dos2unix-7.5.3.tar.gz sha256 bff21c3509fe7348c8327745b2f80d8847b04868073c6d0861bf8c773db66515 COPYING.txt diff --git a/package/dos2unix/dos2unix.mk b/package/dos2unix/dos2unix.mk index 4c57a4de5f..a9829e4889 100644 --- a/package/dos2unix/dos2unix.mk +++ b/package/dos2unix/dos2unix.mk @@ -5,7 +5,7 @@ ################################################################################ DOS2UNIX_VERSION = 7.5.3 -DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix +DOS2UNIX_SITE = https://waterlander.net/dos2unix/files DOS2UNIX_LICENSE = BSD-2-Clause DOS2UNIX_LICENSE_FILES = COPYING.txt DOS2UNIX_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)