similarity index 55%
rename from meta/recipes-support/dos2unix/dos2unix_7.5.3.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.4.bb
@@ -1,3 +1,25 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING.txt
+# +++ COPYING.txt
+# @@ -2,7 +2,7 @@
+# See also https://www.freebsd.org/copyright/freebsd-license.html
+# --------
+#
+# -Copyright (C) 2009-2025 Erwin Waterlander
+# +Copyright (C) 2009-2026 Erwin Waterlander
+# Copyright (C) 1998 Christian Wurll
+# Copyright (C) 1998 Bernd Johannes Wuebben
+# Copyright (C) 1994-1995 Benjamin Lin.
+#
+#
+
SUMMARY = "Convert text file line endings between CRLF and LF"
DESCRIPTION = "The Dos2unix package includes utilities dos2unix and \
unix2dos to convert plain text files in DOS or Mac format to Unix \
@@ -6,12 +28,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html"
SECTION = "support"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0802ff257bfeb9bb07ae4e4de04e3223"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af1174fd3d1a254eec3a4a1d1da170a9"
SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
-SRCREV = "9df44447947a7b311c62ea0383be94080edcaf85"
+SRCREV = "dd37537e5fe03ac123aca9a9c944ef87fb998dcd"
S = "${UNPACKDIR}/${BP}/dos2unix"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dos2unix* to *7.5.4* has Succeeded. Next steps: - apply the patch: git am 0001-dos2unix-upgrade-7.5.3-7.5.4.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 7c11fd2db4c0e344c12e80034c65d4f8295aaeaa Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sun, 1 Feb 2026 12:58:36 +0000 Subject: [PATCH] dos2unix: upgrade 7.5.3 -> 7.5.4 --- .../{dos2unix_7.5.3.bb => dos2unix_7.5.4.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-support/dos2unix/{dos2unix_7.5.3.bb => dos2unix_7.5.4.bb} (55%)