mtools: upgrade 4.0.38 -> 4.0.39

Message ID 1650284363-16570-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit abfd393eb659dcd12d1eee34c62f157336e9fb07
Headers show
Series mtools: upgrade 4.0.38 -> 4.0.39 | expand

Commit Message

Mingyu Wang (Fujitsu) April 18, 2022, 12:19 p.m. UTC
Changelog:
==========
Rename strtoi to strosi (string to signed int). The strtoi function
on BSD does something else (returns an intmax, not an int)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mtools/{mtools_4.0.38.bb => mtools_4.0.39.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/mtools/{mtools_4.0.38.bb => mtools_4.0.39.bb} (93%)

Patch

diff --git a/meta/recipes-devtools/mtools/mtools_4.0.38.bb b/meta/recipes-devtools/mtools/mtools_4.0.39.bb
similarity index 93%
rename from meta/recipes-devtools/mtools/mtools_4.0.38.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.39.bb
index dc2b9f8794..564ef02aee 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.38.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.39.bb
@@ -24,7 +24,7 @@  RRECOMMENDS:${PN}:libc-glibc = "\
 	glibc-gconv-ibm866 \
 	glibc-gconv-ibm869 \
 	"
-SRC_URI[sha256sum] = "7b94485f486e7df08cca68b00a164a13cd38f4c63cb8684d188759ee7bc5e729"
+SRC_URI[sha256sum] = "397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd"
 
 SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
            file://mtools-makeinfo.patch \