Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rizin: update to 0.5.2.
@ 2023-03-27 19:23 icp1994
  2023-03-27 21:43 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-03-27 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rizin
https://github.com/void-linux/void-packages/pull/43051

rizin: update to 0.5.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A [CVE](https://github.com/rizinorg/rizin/security/advisories/GHSA-rqcp-m8m2-jcqf) fix release.

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

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

From 008ff98e0408e7b2bb0f4dbbbe7a408f4652aaa3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 27 Mar 2023 11:06:31 +0530
Subject: [PATCH] rizin: update to 0.5.2.

---
 srcpkgs/rizin/patches/fix-cross.patch | 39 ---------------------------
 srcpkgs/rizin/template                |  4 +--
 2 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 srcpkgs/rizin/patches/fix-cross.patch

diff --git a/srcpkgs/rizin/patches/fix-cross.patch b/srcpkgs/rizin/patches/fix-cross.patch
deleted file mode 100644
index 8ffdb3fa5574..000000000000
--- a/srcpkgs/rizin/patches/fix-cross.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Riccardo Schirone <sirmy15@gmail.com>
-Date: Tue, 14 Mar 2023 20:56:59 +0100
-Subject: [PATCH] rz_util: Fix cross-compilation when using system openssl
-
----
- librz/util/meson.build | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/librz/util/meson.build b/librz/util/meson.build
-index 29def91b3e7..9f23dae3a38 100644
---- a/librz/util/meson.build
-+++ b/librz/util/meson.build
-@@ -1,6 +1,6 @@
- subdir('sdb/src')
- 
--rz_util_sources = [
-+rz_util_common_sources = [
-   'alloc.c',
-   'annotated_code.c',
-   'ascii_table.c',
-@@ -83,6 +83,7 @@ rz_util_sources = [
-   'w32-sys.c',
-   'x509.c',
- ]
-+rz_util_sources = rz_util_common_sources
- 
- rz_util_deps = [ldl, lrt, mth, th, utl] + platform_deps
- if zlib_dep.found()
-@@ -162,8 +163,9 @@ if meson.is_cross_build()
-     install_dir: rizin_incdir
-   )
-   rz_util_native_includes = [include_directories('.'), rz_util_includes]
-+  rz_util_native_sources = rz_util_common_sources + ['big.c']
- 
--  rz_util_native = static_library('rz_util_native', rz_util_sources, libsdb_sources,
-+  rz_util_native = static_library('rz_util_native', rz_util_native_sources, libsdb_sources,
-     include_directories: rz_util_native_includes,
-     dependencies: rz_util_native_deps,
-     implicit_include_directories: false,
diff --git a/srcpkgs/rizin/template b/srcpkgs/rizin/template
index d7d367c36e82..8fe7acb2ff45 100644
--- a/srcpkgs/rizin/template
+++ b/srcpkgs/rizin/template
@@ -1,6 +1,6 @@
 # Template file for 'rizin'
 pkgname=rizin
-version=0.5.1
+version=0.5.2
 revision=1
 build_style=meson
 configure_args="-D use_sys_capstone=enabled -D use_capstone_version=v4
@@ -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=f7a1338a909de465f56e4a59217669d595153be39ee2de5b86d8466475159859
+checksum=71ab80fc3c8ac9c80a10000d838128af28a05d31a0ee183900c2c5c6e350eca3
 # requires some external files, not clear where they come from
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: rizin: update to 0.5.2.
  2023-03-27 19:23 [PR PATCH] rizin: update to 0.5.2 icp1994
@ 2023-03-27 21:43 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-27 21:43 UTC (permalink / raw)
  To: ml

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

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

rizin: update to 0.5.2.
https://github.com/void-linux/void-packages/pull/43051

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A [CVE](https://github.com/rizinorg/rizin/security/advisories/GHSA-rqcp-m8m2-jcqf) fix release.

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

end of thread, other threads:[~2023-03-27 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 19:23 [PR PATCH] rizin: update to 0.5.2 icp1994
2023-03-27 21:43 ` [PR PATCH] [Merged]: " classabbyamp

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).