summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorl0gic2021-06-18 17:37:21 +0200
committerl0gic2021-06-18 17:37:21 +0200
commit8c6aae86d2a3e99076bc9e067fa7c23ad2d76b05 (patch)
tree65527e74e92948bc1bd315abad59bf938c3c789e /.SRCINFO
parented75ddfa5836c3d7dafddd4a4a2e04cea005bea8 (diff)
downloadaur-8c6aae86d2a3e99076bc9e067fa7c23ad2d76b05.tar.gz
Fix libr_util.so linking issue
libr_util.so fails to link with PIE, so we explicitly remove it from CFLAGS. ``` (.text+0x24): undefined reference to `main' collect2: error: ld returned 1 exit status ``` This also includes the fix for CVE-2021-32613.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf1334f6c63..52d76e5c7aa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radare2-git
pkgdesc = Open-source tools to disasm, debug, analyze and manipulate binary files
- pkgver = 5.1.0.r25401.89ff9aaf6e
+ pkgver = 5.4.0.r26148.86f8c9dce6
pkgrel = 1
url = http://radare.org
arch = i686
@@ -15,10 +15,9 @@ pkgbase = radare2-git
depends = libzip
depends = xxhash
depends = libuv
- provides = radare2=5.1.0
+ provides = radare2=5.4.0
conflicts = radare2
source = radare2-git::git://github.com/radare/radare2.git
md5sums = SKIP
pkgname = radare2-git
-