diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-26 09:29:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:48 +0000 |
commit | 164eafbbb6715eb5da34022b84aa780aef9b59fb (patch) | |
tree | 9201bc8669fb087755038fdd4561bebec391c148 /meta/recipes-devtools | |
parent | bb5241523a3a057e32970eb13fb80b7c04385a62 (diff) | |
download | poky-164eafbbb6715eb5da34022b84aa780aef9b59fb.tar.gz |
mtools: upgrade 4.0.45 -> 4.0.46
clang_UNUSED.patch
mtools-makeinfo.patch
refreshed for 4.0.46
Changelog:
=============
- iconv buffer overflow fixes
- removed references to mread and mwrite (obsolete subcommands
from mcopy)
- documented mdoctorfat, and addressed 2 bugs/oversights
- removed references to obsolete mread and mwrite
- portability fixes (dietlibc and MacOS X) & simplification
(From OE-Core rev: f5a5b2372669d8be4ae3f19ed6892264ea3999d0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 16 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.46.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.45.bb) | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 20a6d1b8b3..1420d84b86 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c72d075cb0c3a65ef17621c7ed1ffac35ca3b68e Mon Sep 17 00:00:00 2001 | 1 | From 6654edfb1eee416b58bcb6490658f80071a353c2 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 19 Sep 2018 11:55:41 -0700 | 3 | Date: Wed, 19 Sep 2018 11:55:41 -0700 |
4 | Subject: [PATCH] Undefine UNUSED macros with clang | 4 | Subject: [PATCH] Undefine UNUSED macros with clang |
@@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
11 | 11 | ||
12 | diff --git a/sysincludes.h b/sysincludes.h | 12 | diff --git a/sysincludes.h b/sysincludes.h |
13 | index e16ab45..8d285d4 100644 | 13 | index 6b322ff..48daecd 100644 |
14 | --- a/sysincludes.h | 14 | --- a/sysincludes.h |
15 | +++ b/sysincludes.h | 15 | +++ b/sysincludes.h |
16 | @@ -98,7 +98,7 @@ typedef void *caddr_t; | 16 | @@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 |
17 | #if defined __GNUC__ && defined __STDC__ | 17 | #if defined __GNUC__ && defined __STDC__ |
18 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ | 18 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ |
19 | # define PACKED __attribute__ ((packed)) | 19 | # define PACKED __attribute__ ((packed)) |
diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch index 3771f94c59..8c80040f91 100644 --- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch +++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 184b76e9742ff89f90a066edb0f46b4a150351cf Mon Sep 17 00:00:00 2001 | 1 | From fd1e84c66852c2c906ee292aad942b4bfbd9e306 Mon Sep 17 00:00:00 2001 |
2 | From: Marcin Juszkiewicz <hrw@openedhand.com> | 2 | From: Marcin Juszkiewicz <hrw@openedhand.com> |
3 | Date: Fri, 8 Jun 2007 08:35:12 +0000 | 3 | Date: Fri, 8 Jun 2007 08:35:12 +0000 |
4 | Subject: [PATCH] mtools: imported from OE | 4 | Subject: [PATCH] mtools: imported from OE |
@@ -6,11 +6,11 @@ Subject: [PATCH] mtools: imported from OE | |||
6 | Upstream-Status: Inappropriate [licensing] | 6 | Upstream-Status: Inappropriate [licensing] |
7 | --- | 7 | --- |
8 | Makefile.in | 11 ++++++----- | 8 | Makefile.in | 11 ++++++----- |
9 | configure.in | 27 +++++++++++++++++++++++++++ | 9 | configure.ac | 27 +++++++++++++++++++++++++++ |
10 | 2 files changed, 33 insertions(+), 5 deletions(-) | 10 | 2 files changed, 33 insertions(+), 5 deletions(-) |
11 | 11 | ||
12 | diff --git a/Makefile.in b/Makefile.in | 12 | diff --git a/Makefile.in b/Makefile.in |
13 | index 5db50d7..92ad461 100644 | 13 | index 7b305b0..70c8c74 100644 |
14 | --- a/Makefile.in | 14 | --- a/Makefile.in |
15 | +++ b/Makefile.in | 15 | +++ b/Makefile.in |
16 | @@ -26,10 +26,11 @@ USERCFLAGS = | 16 | @@ -26,10 +26,11 @@ USERCFLAGS = |
@@ -38,11 +38,11 @@ index 5db50d7..92ad461 100644 | |||
38 | 38 | ||
39 | pdf: mtools.pdf | 39 | pdf: mtools.pdf |
40 | %.pdf: %.texi sysconfdir.texi | 40 | %.pdf: %.texi sysconfdir.texi |
41 | diff --git a/configure.in b/configure.in | 41 | diff --git a/configure.ac b/configure.ac |
42 | index 1de916e..fd6cb08 100644 | 42 | index de108a8..0fd9ef0 100644 |
43 | --- a/configure.in | 43 | --- a/configure.ac |
44 | +++ b/configure.in | 44 | +++ b/configure.ac |
45 | @@ -32,6 +32,33 @@ AC_CANONICAL_TARGET | 45 | @@ -33,6 +33,33 @@ AC_CANONICAL_TARGET |
46 | AC_C_CONST | 46 | AC_C_CONST |
47 | AC_C_INLINE | 47 | AC_C_INLINE |
48 | 48 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.45.bb b/meta/recipes-devtools/mtools/mtools_4.0.46.bb index 34040d7a0d..1173718662 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.45.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.46.bb | |||
@@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ | |||
24 | glibc-gconv-ibm866 \ | 24 | glibc-gconv-ibm866 \ |
25 | glibc-gconv-ibm869 \ | 25 | glibc-gconv-ibm869 \ |
26 | " | 26 | " |
27 | SRC_URI[sha256sum] = "0b008a96bd0efe0e542fa4383d469af66bc4a93394990b103730a8160a67d618" | 27 | SRC_URI[sha256sum] = "9aad8dd859f88fb7787924ec47590192d3abf7bad6c840509c854290d6bc16c0" |
28 | 28 | ||
29 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | 29 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ |
30 | file://mtools-makeinfo.patch \ | 30 | file://mtools-makeinfo.patch \ |