Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rizin: update to 0.6.3
@ 2024-02-12 18:00 cinerea0
  2024-02-13 22:21 ` [PR PATCH] [Merged]: " cinerea0
  2024-03-05  0:34 ` XVilka
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-12 18:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages rizin
https://github.com/void-linux/void-packages/pull/48673

rizin: update to 0.6.3
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/48673.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rizin-48673.patch --]
[-- Type: text/x-diff, Size: 2804 bytes --]

From af090bee41fa8636b9f998cf6d3e932df84af29b Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 12 Feb 2024 12:59:52 -0500
Subject: [PATCH] rizin: update to 0.6.3

---
 srcpkgs/rizin/patches/fix-treesitter.patch | 34 ++++++++++++++++++++++
 srcpkgs/rizin/template                     |  4 +--
 2 files changed, 36 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/rizin/patches/fix-treesitter.patch

diff --git a/srcpkgs/rizin/patches/fix-treesitter.patch b/srcpkgs/rizin/patches/fix-treesitter.patch
new file mode 100644
index 0000000000000..e21de7477129f
--- /dev/null
+++ b/srcpkgs/rizin/patches/fix-treesitter.patch
@@ -0,0 +1,34 @@
+From 07f92a82df1ef6d4c73ca18ee116a4af4895f343 Mon Sep 17 00:00:00 2001
+From: Gleb Popov <6yearold@gmail.com>
+Date: Mon, 29 Jan 2024 16:14:40 +0300
+Subject: [PATCH] rizin-shell-parser: Fix build with newest tree-sitter (#4165)
+
+---
+ subprojects/rizin-shell-parser/src/parser.c  | 2 +-
+ subprojects/rizin-shell-parser/src/scanner.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/subprojects/rizin-shell-parser/src/parser.c b/subprojects/rizin-shell-parser/src/parser.c
+index 21e270b58fa..3f83e0bf0b8 100644
+--- a/subprojects/rizin-shell-parser/src/parser.c
++++ b/subprojects/rizin-shell-parser/src/parser.c
+@@ -1,4 +1,4 @@
+-#include <tree_sitter/parser.h>
++#include "tree_sitter/parser.h"
+ 
+ #if defined(__GNUC__) || defined(__clang__)
+ #pragma GCC diagnostic push
+diff --git a/subprojects/rizin-shell-parser/src/scanner.c b/subprojects/rizin-shell-parser/src/scanner.c
+index 133c5850da9..9c17e4a0c13 100644
+--- a/subprojects/rizin-shell-parser/src/scanner.c
++++ b/subprojects/rizin-shell-parser/src/scanner.c
+@@ -1,7 +1,7 @@
+ // SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
+ // SPDX-License-Identifier: LGPL-3.0-only
+ 
+-#include <tree_sitter/parser.h>
++#include "tree_sitter/parser.h"
+ #include <ctype.h>
+ #include <wctype.h>
+ #include <stdio.h>
+
diff --git a/srcpkgs/rizin/template b/srcpkgs/rizin/template
index 16c7230d04d57..8b19cabaee40c 100644
--- a/srcpkgs/rizin/template
+++ b/srcpkgs/rizin/template
@@ -1,6 +1,6 @@
 # Template file for 'rizin'
 pkgname=rizin
-version=0.6.2
+version=0.6.3
 revision=1
 build_style=meson
 configure_args="-D use_sys_capstone=enabled -D use_capstone_version=v5
@@ -17,7 +17,7 @@ license="LGPL-3.0-only"
 homepage="https://rizin.re"
 changelog="https://github.com/rizinorg/rizin/releases"
 distfiles="https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz"
-checksum=e29a00a3e22004bdd10146d286b1cce0e06196d41aae4729aafc9d78321ff86b
+checksum=95f64c6ab9e6daa9e9fa5634398eb8f6cdb4ebf2e814da2e4cb969d31f4509c2
 # requires some external files, not clear where they come from
 make_check=no
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: rizin: update to 0.6.3
  2024-02-12 18:00 [PR PATCH] rizin: update to 0.6.3 cinerea0
@ 2024-02-13 22:21 ` cinerea0
  2024-03-05  0:34 ` XVilka
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-13 22:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

There's a merged pull request on the void-packages repository

rizin: update to 0.6.3
https://github.com/void-linux/void-packages/pull/48673

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rizin: update to 0.6.3
  2024-02-12 18:00 [PR PATCH] rizin: update to 0.6.3 cinerea0
  2024-02-13 22:21 ` [PR PATCH] [Merged]: " cinerea0
@ 2024-03-05  0:34 ` XVilka
  1 sibling, 0 replies; 3+ messages in thread
From: XVilka @ 2024-03-05  0:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

New comment by XVilka on void-packages repository

https://github.com/void-linux/void-packages/pull/48673#issuecomment-1977730936

Comment:
Hi, just to let you know, the Rizin 0.7.1 version was released with many quality-of-life changes, along with the corresponding Cutter 2.3.4 release:
- https://github.com/rizinorg/rizin/releases/tag/v0.7.1
- https://github.com/rizinorg/rizin/releases/tag/v0.7.0
- https://github.com/rizinorg/cutter/releases/tag/v2.3.4
-  https://github.com/rizinorg/cutter/releases/tag/v2.3.3



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-05  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 18:00 [PR PATCH] rizin: update to 0.6.3 cinerea0
2024-02-13 22:21 ` [PR PATCH] [Merged]: " cinerea0
2024-03-05  0:34 ` XVilka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).