update to radare2-4.5.1

This commit is contained in:
jasper 2020-09-12 08:47:37 +00:00
parent 9172814873
commit bfcb34f209
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2020/07/21 07:41:51 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2020/09/12 08:47:37 jasper Exp $
COMMENT = libre and portable reverse engineering framework
V = 4.5.0
V = 4.5.1
SUBST_VARS += V
GH_PROJECT = radare2

View File

@ -1,4 +1,4 @@
SHA256 (radare2-4.5.0.tar.gz) = jX9jYW0uoO1bDsz2toU/B6YG7ZuARR1HC0fcRMz9VB4=
SHA256 (radare2-4.5.1.tar.gz) = ToWzWYe9LKWIGtlYWXC5cP5zdIFL04O9HNYulhoMIos=
SHA256 (treesitter-86a5dabb.tar.gz) = Mowg7lh22eiae2r+omKusi+7SIpLWG95CRVD1gbo+Pc=
SIZE (radare2-4.5.0.tar.gz) = 8265716
SIZE (radare2-4.5.1.tar.gz) = 8266567
SIZE (treesitter-86a5dabb.tar.gz) = 495011

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-libr_Makefile,v 1.9 2020/07/21 07:41:51 jasper Exp $
$OpenBSD: patch-libr_Makefile,v 1.10 2020/09/12 08:47:37 jasper Exp $
Remove library symlinks
Index: libr/Makefile
--- libr/Makefile.orig
+++ libr/Makefile
@@ -221,7 +221,6 @@ install: install-includes install-pkgconfig
@@ -228,7 +228,6 @@ install: install-includes install-pkgconfig
echo " ${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \
rm -f "${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \
${INSTALL_LIB} "$(lib)" "${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \