mirror of
https://github.com/radareorg/radare2.git
synced 2026-04-21 00:46:46 +02:00
Release 6.1.4 - codename "CottonMouse"
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[](https://repology.org/project/radare2/versions) [](https://github.com/radareorg/radare2/actions/workflows/ci.yml?query=branch%3Amaster) [](https://github.com/radareorg/radare2/actions/workflows/build.yml?query=branch%3Amaster) [](https://github.com/radareorg/radare2/actions/workflows/tcc.yml)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/741) [](https://scan.coverity.com/projects/416) [](https://discord.gg/YBey7CR9jf)
|
||||
|
||||
Current git `master` branch is `6.1.3`, next release will be `6.1.4`.
|
||||
Current git `master` branch is `6.1.4`, next release will be `6.1.6`.
|
||||
|
||||
### Description
|
||||
|
||||
|
||||
10
configure
vendored
10
configure
vendored
@@ -164,12 +164,12 @@ done
|
||||
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
|
||||
PKGNAME='radare2' ; VERSION='6.1.3' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=3; VERSION_NUMBER=60103; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
PKGNAME='radare2' ; VERSION='6.1.4' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=4; VERSION_NUMBER=60104; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
show_usage() {
|
||||
cat <<EOF2
|
||||
'configure' configures radare2-6.1.3 to adapt to many kinds of systems.
|
||||
'configure' configures radare2-6.1.4 to adapt to many kinds of systems.
|
||||
|
||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -287,10 +287,10 @@ ocho() {
|
||||
|
||||
show_version() {
|
||||
if [ "$QUIET" = 1 ]; then
|
||||
echo "6.1.3"
|
||||
echo "6.1.4"
|
||||
exit 0
|
||||
fi
|
||||
echo "radare2-6.1.3 configuration script done with acr v2.2.6.
|
||||
echo "radare2-6.1.4 configuration script done with acr v2.2.6.
|
||||
The 'Free Software Foundation' message is only for autodetection.
|
||||
Originally written by pancake <nopcode.org>."
|
||||
exit 0
|
||||
@@ -319,7 +319,7 @@ case $flag in
|
||||
show_version ; ;;
|
||||
-r|--r|--report)
|
||||
echo "PKGNAME: radare2"
|
||||
echo "VERSION: 6.1.3"
|
||||
echo "VERSION: 6.1.4"
|
||||
echo "AUTHOR: pancake"
|
||||
echo "EMAIL: pancake@nopcode.org"
|
||||
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PKGNAME radare2
|
||||
VERSION 6.1.3
|
||||
VERSION 6.1.4
|
||||
CONTACT pancake ; pancake@nopcode.org
|
||||
|
||||
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>"
|
||||
],
|
||||
"name": "radare2",
|
||||
"version": "6.1.2",
|
||||
"version": "6.1.4",
|
||||
"bugs": {
|
||||
"url": "https://github.com/radareorg/radare2/issues"
|
||||
},
|
||||
|
||||
2
dist/rpm/radare2.spec
vendored
2
dist/rpm/radare2.spec
vendored
@@ -4,7 +4,7 @@
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: radare2
|
||||
Version: 6.1.2
|
||||
Version: 6.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The %{name} reverse engineering framework
|
||||
Group: Applications/Engineering
|
||||
|
||||
2
dist/wapm/r2/wapm.toml
vendored
2
dist/wapm/r2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/r2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
readme = "README.md"
|
||||
license = "LGPL3"
|
||||
|
||||
2
dist/wapm/rabin2/wapm.toml
vendored
2
dist/wapm/rabin2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/rabin2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/radiff2/wapm.toml
vendored
2
dist/wapm/radiff2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/radiff2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/rafind2/wapm.toml
vendored
2
dist/wapm/rafind2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/rafind2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/ragg2/wapm.toml
vendored
2
dist/wapm/ragg2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/ragg2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/rahash2/wapm.toml
vendored
2
dist/wapm/rahash2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/rahash2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/rasm2/wapm.toml
vendored
2
dist/wapm/rasm2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/rasm2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
license = "LGPL3"
|
||||
readme = "README.md"
|
||||
|
||||
2
dist/wapm/rax2/wapm.toml
vendored
2
dist/wapm/rax2/wapm.toml
vendored
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pancake/rax2"
|
||||
version = "6.1.2"
|
||||
version = "6.1.4"
|
||||
description = "Unix-Like Reverse Engineering Framework"
|
||||
readme = "README.md"
|
||||
license = "LGPL3"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.63', version : '6.1.3')
|
||||
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.63', version : '6.1.4')
|
||||
|
||||
# Global Arguments First
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
V=$1
|
||||
[ -z "$V" ] && V="6.1.2"
|
||||
[ -z "$V" ] && V="6.1.4"
|
||||
wget https://github.com/radareorg/radare2/releases/download/${V}/radare2_${V}_amd64.deb
|
||||
wget https://github.com/radareorg/radare2/releases/download/${V}/radare2-dev_${V}_amd64.deb
|
||||
sudo dpkg -i radare2_${V}_amd64.deb
|
||||
|
||||
Reference in New Issue
Block a user