From aebb88b41f3c22ba737ad570d6cf44812f8f63c7 Mon Sep 17 00:00:00 2001 From: alperak Date: Sun, 24 Dec 2023 12:01:36 +0300 Subject: hstr: upgrade 2.5.0 -> 3.1.0 Changelog: * Released v3.1.0 - Minor release fixing a Bash function that is used when ioctl/TIOCSTI is not available. * Released v3.0.0 - major release which adds ability of HSTR to work on operating systems and Linux kernels without ioctl/TIOCSTI support. * Released v2.6.0 - fix release (several memory leak and overflow fixes, MacPorts and Debian documentation, Snap script fix, GitHub Actions workflow). Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-oe/recipes-support/hstr/hstr_2.5.0.bb | 17 ----------------- meta-oe/recipes-support/hstr/hstr_3.1.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/hstr/hstr_2.5.0.bb create mode 100644 meta-oe/recipes-support/hstr/hstr_3.1.0.bb diff --git a/meta-oe/recipes-support/hstr/hstr_2.5.0.bb b/meta-oe/recipes-support/hstr/hstr_2.5.0.bb deleted file mode 100644 index 6c9f65e829..0000000000 --- a/meta-oe/recipes-support/hstr/hstr_2.5.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "bash and zsh shell history suggest box - easily view, navigate, search and manage your command history." -HOMEPAGE = "http://dvorka.github.io/hstr/" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -DEPENDS = "ncurses readline" - -SRC_URI = "https://github.com/dvorka/hstr/releases/download/2.5/hstr-${PV}-tarball.tgz \ - file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ - file://0001-Use-OE-specific-checks-for-ncurses.patch" - -S = "${WORKDIR}/${BPN}" - -SRC_URI[sha256sum] = "44bb6d93ef064536218f8ae5464772861bfccfe364a436397d9f770207cd306d" - -inherit autotools pkgconfig bash-completion diff --git a/meta-oe/recipes-support/hstr/hstr_3.1.0.bb b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb new file mode 100644 index 0000000000..a641feef6f --- /dev/null +++ b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "bash and zsh shell history suggest box - easily view, navigate, search and manage your command history." +HOMEPAGE = "http://dvorka.github.io/hstr/" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +DEPENDS = "ncurses readline" + +SRC_URI = "https://github.com/dvorka/hstr/releases/download/3.1/hstr-${PV}-tarball.tgz \ + file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ + file://0001-Use-OE-specific-checks-for-ncurses.patch" + +S = "${WORKDIR}/${BPN}" + +SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5" + +inherit autotools pkgconfig bash-completion -- cgit v1.2.3-54-g00ecf