[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/244: gnu: rizin: Update to 0.5.2.
From: |
guix-commits |
Subject: |
128/244: gnu: rizin: Update to 0.5.2. |
Date: |
Wed, 12 Apr 2023 08:48:50 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit ac415730bd9617733f3b5f8cc124b31daf996ee0
Author: Theofilos Pechlivanis <theofilos.pechlivanis@gmail.com>
AuthorDate: Sat Apr 1 15:19:28 2023 +0300
gnu: rizin: Update to 0.5.2.
* gnu/packages/engineering.scm (rizin): Update to 0.5.2.
[arguments]: Remove libuv. Add lzma, libmspack and swift_demangler. Skip
the analysis_var test.
[inputs]: Add libmspack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/engineering.scm | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 2cd1af3696..aca6e1022f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -36,6 +36,7 @@
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4094,7 +4095,7 @@ form, numpad.
(define-public rizin
(package
(name "rizin")
- (version "0.4.1")
+ (version "0.5.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4102,7 +4103,7 @@ form, numpad.
version "/rizin-src-v" version ".tar.xz"))
(sha256
(base32
- "1f5zzlnr2na4hkvcwn4n9cjlk6595945vwrw89pa683qk5mrb7b6"))))
+ "18zca3iwdif200wiivm065fs0a5g520q6380205cijca7ky81avi"))))
(build-system meson-build-system)
(arguments
(list
@@ -4117,7 +4118,12 @@ form, numpad.
"-Duse_sys_xxhash=enabled"
"-Duse_sys_openssl=enabled"
"-Duse_sys_tree_sitter=enabled"
- "-Duse_sys_libuv=enabled"
+ "-Duse_sys_lzma=enabled"
+ "-Duse_sys_libmspack=enabled"
+ "-Duse_zlib=true"
+ "-Duse_lzma=true"
+ "-Dinstall_sigdb=false"
+ "-Duse_swift_demangler=true"
"-Duse_gpl=true")
#:phases
#~(modify-phases %standard-phases
@@ -4128,10 +4134,13 @@ form, numpad.
;; And 2 of them are failing, reported upstream:
;; <https://github.com/rizinorg/rizin/issues/2905>.
(substitute* "test/meson.build"
- (("subdir\\('integration'\\)") "")))))))
+ (("subdir\\('integration'\\)") ""))
+ ;;; Skip analysis_var test, which is failing.
+ (substitute* "test/unit/meson.build"
+ (("'analysis_var',\n") "")))))))
(native-inputs (list pkg-config))
(inputs
- (list capstone file libuv libzip lz4 openssl tree-sitter xxhash zlib))
+ (list capstone file libuv libzip lz4 openssl tree-sitter xxhash zlib
libmspack))
(home-page "https://rizin.re")
(synopsis "Disasm, debug, analyze and manipulate binary files")
(description
- 100/244: gnu: r-sjplot: Update to 2.8.14., (continued)
- 100/244: gnu: r-sjplot: Update to 2.8.14., guix-commits, 2023/04/12
- 104/244: gnu: r-rglpk: Update to 0.6-5., guix-commits, 2023/04/12
- 102/244: gnu: r-xgboost: Update to 1.7.5.1., guix-commits, 2023/04/12
- 108/244: gnu: r-loo: Update to 2.6.0., guix-commits, 2023/04/12
- 107/244: gnu: r-openmx: Update to 2.21.8., guix-commits, 2023/04/12
- 111/244: gnu: r-tune: Update to 1.1.0., guix-commits, 2023/04/12
- 115/244: gnu: r-spacetime: Update to 1.3-0., guix-commits, 2023/04/12
- 119/244: gnu: r-ggplot2: Update to 3.4.2., guix-commits, 2023/04/12
- 120/244: gnu: r-rcpparmadillo: Update to 0.12.2.0.0., guix-commits, 2023/04/12
- 123/244: gnu: r-ranger: Update to 0.15.1., guix-commits, 2023/04/12
- 128/244: gnu: rizin: Update to 0.5.2.,
guix-commits <=
- 124/244: gnu: pounce: Update to 3.1., guix-commits, 2023/04/12
- 131/244: gnu: linux-libre: Update to 6.2.10., guix-commits, 2023/04/12
- 133/244: home: xdg-base-directories: Set correct value for XDG_STATE_HOME., guix-commits, 2023/04/12
- 130/244: news: Add entry for 'guix shell --container --nesting'., guix-commits, 2023/04/12
- 132/244: gnu: linux-libre 6.1: Update to 6.1.23., guix-commits, 2023/04/12
- 148/244: services: desktop: Remove 'gnome-desktop-service' procedure., guix-commits, 2023/04/12
- 146/244: services: base: Remove 'console-font-service' procedure., guix-commits, 2023/04/12
- 144/244: services: sddm: Remove 'sddm-service' procedure., guix-commits, 2023/04/12
- 149/244: services: desktop: Remove 'mate-desktop-service' procedure., guix-commits, 2023/04/12
- 147/244: services: guix-publish: Remove 'compression-level' field., guix-commits, 2023/04/12