diff mbox series

[oe,meta,2/2] dos2unix: upgrade 7.5.6 -> 7.5.7

Message ID 20260828072753.3287708-2-ankur.tyagi85@gmail.com
State New
Headers show
Series [oe,meta,1/2] vte: upgrade 0.84.0 -> 0.84.1 | expand

Commit Message

Ankur Tyagi Aug. 28, 2026, 7:27 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Changelog:
* Detect a missing UTF-16 low surrogate at the end of a file.
* Fixed the processing of files containing only half a BOM.
* unix2dos: Fixed conversion of a DOS line break immediately
  after a Mac line break.
* mac2unix/unix2mac: Fixed counting line breaks in verbose
  mode of files with mixed line break types.
* Code cleanup.

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../dos2unix/{dos2unix_7.5.6.bb => dos2unix_7.5.7.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/dos2unix/{dos2unix_7.5.6.bb => dos2unix_7.5.7.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.6.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.7.bb
similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.5.6.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.7.bb
index 8ef1d427e3..d081ed2bc8 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.5.6.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.7.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af1174fd3d1a254eec3a4a1d1da170a9"
 SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https;tag=${BPN}-${PV}"
 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "9c2ea173af3bc49324f8288d81c5a2bbfc0884d0"
+SRCREV = "5a6f3306165567e9828d694d73705ad86366cc61"
 
 S = "${UNPACKDIR}/${BP}/dos2unix"