From deda2e8e204d3dd527abc339e99785de0eb29dbb Mon Sep 17 00:00:00 2001 From: Shubham Chakraborty Date: Sun, 3 May 2026 15:31:27 +0530 Subject: [PATCH] package/dos2unix: bump to version 7.5.5 - Fix dos2unix error on empty input - Add new option --error-binary to return an error if a binary file is skipped For change log, see: https://dos2unix.sourceforge.io/dos2unix/ChangeLog.txt Signed-off-by: Shubham Chakraborty [Julien: add link to change log in commit log] Signed-off-by: Julien Olivain --- package/dos2unix/dos2unix.hash | 4 ++-- package/dos2unix/dos2unix.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/dos2unix/dos2unix.hash b/package/dos2unix/dos2unix.hash index c48f70d574..720a457ce0 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.4.tar.gz.asc -sha256 f811a2b9e4a0c936c61ef7c1732993d1820e5cf011f4d93861885ccb8101ca21 dos2unix-7.5.4.tar.gz +# https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.5.tar.gz.asc +sha256 75f692b8484c8c24579a2ffd87df16b9c9428ed95497e3393a21d1ba0697ac33 dos2unix-7.5.5.tar.gz sha256 e09d0709ac6a24d995565989267f2e097325778ed47738ee889a7124bc89a3ef COPYING.txt diff --git a/package/dos2unix/dos2unix.mk b/package/dos2unix/dos2unix.mk index 8794aa46bf..99454aa2a3 100644 --- a/package/dos2unix/dos2unix.mk +++ b/package/dos2unix/dos2unix.mk @@ -4,7 +4,7 @@ # ################################################################################ -DOS2UNIX_VERSION = 7.5.4 +DOS2UNIX_VERSION = 7.5.5 DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix DOS2UNIX_LICENSE = BSD-2-Clause DOS2UNIX_LICENSE_FILES = COPYING.txt