From ae62a1641b942897d35f14d124f448c31ec24006 Mon Sep 17 00:00:00 2001 From: OscarL Date: Tue, 17 Jan 2023 03:20:25 -0300 Subject: [PATCH] hstr: update to version 2.6. (#7782) Fixes some overflow and memory leak issues: https://github.com/dvorka/hstr/releases/tag/2.6 Mark x86_gcc2 as broken (hstr uses "-std=c99"). --- app-shells/hstr/{hstr-2.5.recipe => hstr-2.6.recipe} | 9 ++++----- .../patches/{hstr-2.5.patchset => hstr-2.6.patchset} | 0 2 files changed, 4 insertions(+), 5 deletions(-) rename app-shells/hstr/{hstr-2.5.recipe => hstr-2.6.recipe} (88%) rename app-shells/hstr/patches/{hstr-2.5.patchset => hstr-2.6.patchset} (100%) diff --git a/app-shells/hstr/hstr-2.5.recipe b/app-shells/hstr/hstr-2.6.recipe similarity index 88% rename from app-shells/hstr/hstr-2.5.recipe rename to app-shells/hstr/hstr-2.6.recipe index 1423844d9..0b2c999c0 100644 --- a/app-shells/hstr/hstr-2.5.recipe +++ b/app-shells/hstr/hstr-2.6.recipe @@ -2,14 +2,14 @@ SUMMARY="Shell history suggest box" DESCRIPTION="Easily view, navigate, search and use your command history with \ shell history suggest box for Bash." HOMEPAGE="http://me.mindforger.com/projects/hh.html" -COPYRIGHT="2014-2021 Martin Dvorak" +COPYRIGHT="2014-2022 Martin Dvorak" LICENSE="Apache v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/dvorka/hstr/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="7f5933fc07d55d09d5f7f9a6fbfdfc556d8a7d8575c3890ac1e672adabd2bec4" +CHECKSUM_SHA256="085f8a087481bcdf33e75e2fa5aaa9289931782c0bee2db3e02425b9a7d83cdf" PATCHES="hstr-$portVersion.patchset" -ARCHITECTURES="all ?x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. @@ -22,7 +22,6 @@ fi PROVIDES=" hstr$secondaryArchSuffix = $portVersion - cmd:hh$commandSuffix = $portVersion cmd:hstr$commandSuffix = $portVersion " REQUIRES=" diff --git a/app-shells/hstr/patches/hstr-2.5.patchset b/app-shells/hstr/patches/hstr-2.6.patchset similarity index 100% rename from app-shells/hstr/patches/hstr-2.5.patchset rename to app-shells/hstr/patches/hstr-2.6.patchset