浏览代码

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>
wangmy 3 年之前
父节点
当前提交
c4d4e192f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-oe/recipes-extended/hexedit/hexedit_1.6.bb

+ 1 - 1
meta-oe/recipes-extended/hexedit/hexedit_1.5.bb → meta-oe/recipes-extended/hexedit/hexedit_1.6.bb

@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \
     "
 
-SRCREV = "baf45a289360a39a05253949fb9d1b50e4668d8a"
+SRCREV = "eab92dcaa34b66bc5182772afc9fda4ac8a27597"
 
 S = "${WORKDIR}/git"