Release 6.1.4 - codename "CottonMouse"

This commit is contained in:
pancake
2026-04-12 19:39:03 +02:00
parent cf5dfb5def
commit 4661541e40
15 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
[![Latest packaged version](https://repology.org/badge/latest-versions/radare2.svg)](https://repology.org/project/radare2/versions) [![Tests Status](https://github.com/radareorg/radare2/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/ci.yml?query=branch%3Amaster) [![build](https://github.com/radareorg/radare2/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/build.yml?query=branch%3Amaster) [![tcc](https://github.com/radareorg/radare2/actions/workflows/tcc.yml/badge.svg?branch=master)](https://github.com/radareorg/radare2/actions/workflows/tcc.yml)
[![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)
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
View File

@@ -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"

View File

@@ -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 ;

View File

@@ -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"
},

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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