diff options
author | Gergely Nagy <ngg@ngg.hu> | 2020-02-15 11:48:43 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-09 07:55:10 +0200 |
commit | a9a4d352bbd8035cc510b68bdfe321c274aea037 (patch) | |
tree | 98af38668b88be5a5e22836a7b5245ca7ecd4198 /dev-util/cutter/files | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-a9a4d352bbd8035cc510b68bdfe321c274aea037.tar.gz gentoo-a9a4d352bbd8035cc510b68bdfe321c274aea037.tar.bz2 gentoo-a9a4d352bbd8035cc510b68bdfe321c274aea037.zip |
dev-util/cutter: Bump to 1.10.1
Closes: https://bugs.gentoo.org/708886
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
Closes: https://github.com/gentoo/gentoo/pull/14667
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/cutter/files')
-rw-r--r-- | dev-util/cutter/files/cutter-1.10.1-radare2-4.3.0.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/cutter/files/cutter-1.10.1-radare2-4.3.0.patch b/dev-util/cutter/files/cutter-1.10.1-radare2-4.3.0.patch new file mode 100644 index 000000000000..590a07063c51 --- /dev/null +++ b/dev-util/cutter/files/cutter-1.10.1-radare2-4.3.0.patch @@ -0,0 +1,12 @@ +diff -Naur cutter-1.10.1-orig/src/core/Cutter.cpp cutter-1.10.1/src/core/Cutter.cpp +--- cutter-1.10.1-orig/src/core/Cutter.cpp 2020-02-01 16:54:36.000000000 +0100 ++++ cutter-1.10.1/src/core/Cutter.cpp 2020-03-08 16:05:36.332364202 +0100 +@@ -535,7 +535,7 @@ + } + + ut64 hashLimit = getConfigut64("cfg.hashlimit"); +- r_bin_file_hash(core->bin, hashLimit, path.toUtf8().constData(), NULL); ++ r_bin_file_compute_hashes(core->bin, hashLimit); + + fflush(stdout); + return true; |