summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-25 15:31:12 +0800
committerArmin Kuster <akuster808@gmail.com>2022-05-03 06:49:08 -0700
commitaf3643de41c7224ce48a2c01d7ad78ae199d34ac (patch)
treeda12a709e4ebe6bd7af5503ae5427f2a52c51556
parentf9e26e29611a91875f97c214b893e2f8a18da245 (diff)
downloadmeta-openembedded-af3643de41c7224ce48a2c01d7ad78ae199d34ac.tar.gz
hexedit: upgrade 1.5 -> 1.6
april 2022 - 1.6 - configure script must error-out when (n)curses isn't found - Move SIGWINCH handling from handler to NCURSES - Make configure.ac compliant with autoconf >= 2.70 - Check that malloc did not return NULL - Fix a possible memory leak in findFile() - Prevent division by zero on empty files. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c4d4e192f48e98a0386980baa415218cb496048f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/hexedit/hexedit_1.6.bb (renamed from meta-oe/recipes-extended/hexedit/hexedit_1.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb
index e996593135..d2b23b41b4 100644
--- a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb
+++ b/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
9SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \ 9SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \
10 " 10 "
11 11
12SRCREV = "baf45a289360a39a05253949fb9d1b50e4668d8a" 12SRCREV = "eab92dcaa34b66bc5182772afc9fda4ac8a27597"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15