mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Release 5.8.8 - codename: thirstyfour
This commit is contained in:
parent
80282014e7
commit
ea7f035651
@ -6,7 +6,7 @@
|
|||||||
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/741/badge)](https://bestpractices.coreinfrastructure.org/projects/741) [![Build Status](https://scan.coverity.com/projects/416/badge.svg)](https://scan.coverity.com/projects/416) [![Discord](https://badgen.net/discord/members/YBey7CR9jf)](https://discord.gg/YBey7CR9jf)
|
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/741/badge)](https://bestpractices.coreinfrastructure.org/projects/741) [![Build Status](https://scan.coverity.com/projects/416/badge.svg)](https://scan.coverity.com/projects/416) [![Discord](https://badgen.net/discord/members/YBey7CR9jf)](https://discord.gg/YBey7CR9jf)
|
||||||
|
|
||||||
See the [Releases](https://github.com/radareorg/radare2/releases) page for
|
See the [Releases](https://github.com/radareorg/radare2/releases) page for
|
||||||
downloads. The current git `master` branch is `5.8.7`, next will be `5.8.8`.
|
downloads. The current git `master` branch is `5.8.9`, next will be `5.9.0`.
|
||||||
|
|
||||||
* Since r2-5.6.0 all the patch releases are [abi stable](doc/abi.md)
|
* Since r2-5.6.0 all the patch releases are [abi stable](doc/abi.md)
|
||||||
* Odd patch versions are used in git builds only, releases use even numbers
|
* Odd patch versions are used in git builds only, releases use even numbers
|
||||||
|
10
configure
vendored
10
configure
vendored
@ -142,12 +142,12 @@ done
|
|||||||
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
||||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
|
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
|
||||||
PKGNAME='radare2' ; VERSION='5.8.7' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=7; VERSION_NUMBER=50807; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
PKGNAME='radare2' ; VERSION='5.8.8' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=8; VERSION_NUMBER=50808; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
show_usage() {
|
show_usage() {
|
||||||
cat <<EOF2
|
cat <<EOF2
|
||||||
'configure' configures radare2-5.8.7 to adapt to many kinds of systems.
|
'configure' configures radare2-5.8.8 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@ -257,10 +257,10 @@ ocho() {
|
|||||||
|
|
||||||
show_version() {
|
show_version() {
|
||||||
if [ "$QUIET" = 1 ]; then
|
if [ "$QUIET" = 1 ]; then
|
||||||
echo "5.8.7"
|
echo "5.8.8"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "radare2-5.8.7 configuration script done with acr v2.1.1.
|
echo "radare2-5.8.8 configuration script done with acr v2.1.1.
|
||||||
The 'Free Software Foundation' message is only for autodetection.
|
The 'Free Software Foundation' message is only for autodetection.
|
||||||
Originally written by pancake <nopcode.org>."
|
Originally written by pancake <nopcode.org>."
|
||||||
exit 0
|
exit 0
|
||||||
@ -289,7 +289,7 @@ case $flag in
|
|||||||
show_version ; ;;
|
show_version ; ;;
|
||||||
-r|--r|--report)
|
-r|--r|--report)
|
||||||
echo "PKGNAME: radare2"
|
echo "PKGNAME: radare2"
|
||||||
echo "VERSION: 5.8.7"
|
echo "VERSION: 5.8.8"
|
||||||
echo "AUTHOR: pancake"
|
echo "AUTHOR: pancake"
|
||||||
echo "EMAIL: pancake@nopcode.org"
|
echo "EMAIL: pancake@nopcode.org"
|
||||||
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"
|
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PKGNAME radare2
|
PKGNAME radare2
|
||||||
VERSION 5.8.7
|
VERSION 5.8.8
|
||||||
CONTACT pancake ; pancake@nopcode.org
|
CONTACT pancake ; pancake@nopcode.org
|
||||||
|
|
||||||
DESCRIPTION The UNIX-like reverse engineering toolkit ;
|
DESCRIPTION The UNIX-like reverse engineering toolkit ;
|
||||||
|
2
dist/npm/package.json
vendored
2
dist/npm/package.json
vendored
@ -25,7 +25,7 @@
|
|||||||
"pancake <pancake@nopcode.org>"
|
"pancake <pancake@nopcode.org>"
|
||||||
],
|
],
|
||||||
"name": "radare2-git",
|
"name": "radare2-git",
|
||||||
"version": "5.8.7",
|
"version": "5.8.8",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/radareorg/radare2/issues"
|
"url": "https://github.com/radareorg/radare2/issues"
|
||||||
},
|
},
|
||||||
|
2
dist/wapm/r2/wapm.toml
vendored
2
dist/wapm/r2/wapm.toml
vendored
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pancake/r2"
|
name = "pancake/r2"
|
||||||
version = "5.8.7"
|
version = "5.8.8"
|
||||||
description = "Unix-Like Reverse Engineering Framework"
|
description = "Unix-Like Reverse Engineering Framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "LGPL3"
|
license = "LGPL3"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.8.7')
|
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.50', version : '5.8.8')
|
||||||
|
|
||||||
py3_exe = import('python').find_installation('python3')
|
py3_exe = import('python').find_installation('python3')
|
||||||
gen_py = '@0@/libr/syscall/d/gen.py'.format(meson.current_source_dir())
|
gen_py = '@0@/libr/syscall/d/gen.py'.format(meson.current_source_dir())
|
||||||
|
Loading…
Reference in New Issue
Block a user