]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dos2unix: upgrade 7.4.4 -> 7.5.0
authorWang Mingyu <wangmy@fujitsu.com>
Thu, 1 Jun 2023 09:03:09 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Jun 2023 14:14:25 +0000 (15:14 +0100)
Changelog:
===========
* New option -O, --to-stdout to write to standard output.
* New option -e, --add-eol to add a line break to the last
  line if there isn't one. Option --no-add-eol disables the
  feature.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-support/dos2unix/dos2unix_7.5.0.bb [moved from meta/recipes-support/dos2unix/dos2unix_7.4.4.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.4.4.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
index 506faf5a6d42a45e89b7c6a096ef1a053082b05e..1ff1fc4f9718c54119627e6cef0a4c29d036f9e4 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502"
 SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5"
+SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e"
 
 S = "${WORKDIR}/git/dos2unix"