summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-25 15:31:12 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-25 11:00:43 -0700
commitc4d4e192f48e98a0386980baa415218cb496048f (patch)
tree673eef32e46a0d50cdec366428e631bcbed18936
parentf18dd93373b8f271995b5b024666fb971a198338 (diff)
downloadmeta-openembedded-c4d4e192f48e98a0386980baa415218cb496048f.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>
-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