Skip to content

Commit c3d1182

Browse files
committed
Release 6.1.0 - codename: The Low Table
1 parent 7777f3f commit c3d1182

File tree

14 files changed

+19
-20
lines changed

14 files changed

+19
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![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)
66
[![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)
77

8-
Current git `master` branch is `6.0.9`, next release will be `6.1.0`.
8+
Current git `master` branch is `6.1.1`, next release will be `6.1.2`.
99

1010
### Description
1111

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ done
164164
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
165165
: ${INSTALL_MAN:=${INSTALL} -m 444}
166166
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
167-
PKGNAME='radare2' ; VERSION='6.0.9' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=9; VERSION_NUMBER=60009; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
167+
PKGNAME='radare2' ; VERSION='6.1.0' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=60100; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
168168
}
169169

170170
show_usage() {
171171
cat <<EOF2
172-
'configure' configures radare2-6.0.9 to adapt to many kinds of systems.
172+
'configure' configures radare2-6.1.0 to adapt to many kinds of systems.
173173
174174
Usage: ./configure [OPTION]... [VAR=VALUE]...
175175
@@ -287,10 +287,10 @@ ocho() {
287287

288288
show_version() {
289289
if [ "$QUIET" = 1 ]; then
290-
echo "6.0.9"
290+
echo "6.1.0"
291291
exit 0
292292
fi
293-
echo "radare2-6.0.9 configuration script done with acr v2.2.4.
293+
echo "radare2-6.1.0 configuration script done with acr v2.2.4.
294294
The 'Free Software Foundation' message is only for autodetection.
295295
Originally written by pancake <nopcode.org>."
296296
exit 0
@@ -319,7 +319,7 @@ case $flag in
319319
show_version ; ;;
320320
-r|--r|--report)
321321
echo "PKGNAME: radare2"
322-
echo "VERSION: 6.0.9"
322+
echo "VERSION: 6.1.0"
323323
echo "AUTHOR: pancake"
324324
echo "EMAIL: pancake@nopcode.org"
325325
echo "DESCRIPTION: The UNIX-like reverse engineering toolkit"

configure.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKGNAME radare2
2-
VERSION 6.0.9
2+
VERSION 6.1.0
33
CONTACT pancake ; pancake@nopcode.org
44

55
DESCRIPTION The UNIX-like reverse engineering toolkit ;

dist/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pancake <pancake@nopcode.org>"
2626
],
2727
"name": "radare2",
28-
"version": "6.0.9",
28+
"version": "6.1.0",
2929
"bugs": {
3030
"url": "https://github.com/radareorg/radare2/issues"
3131
},

dist/rpm/radare2.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
%global shortcommit %(c=%{commit}; echo ${c:0:7})
55

66
Name: radare2
7-
Version: 6.0.8
7+
Version: 6.1.0
88
Release: 1%{?dist}
99
Summary: The %{name} reverse engineering framework
1010
Group: Applications/Engineering
1111
License: LGPLv3
1212
URL: https://www.radare.org/
1313
Source0: https://github.com/%{gituser}/%{gitname}/archive/refs/tags/%{version}.tar.gz
1414

15-
1615
# BuildRequires: file-devel
1716
# BuildRequires: libzip-devel
18-
#BuildRequires: capstone-devel >= 3.0.4
17+
# BuildRequires: capstone-devel >= 3.0.4
1918

2019
#Assume more versions installed in paraller side-by-side
2120
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}

dist/wapm/r2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/r2"
3-
version = "6.0.9"
3+
version = "6.1.0"
44
description = "Unix-Like Reverse Engineering Framework"
55
readme = "README.md"
66
license = "LGPL3"

dist/wapm/rabin2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/rabin2"
3-
version = "6.0.9"
3+
version = "6.1.0"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/radiff2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/radiff2"
3-
version = "6.0.9"
3+
version = "6.1.0"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/rafind2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/rafind2"
3-
version = "6.0.9"
3+
version = "6.1.0"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

dist/wapm/ragg2/wapm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pancake/ragg2"
3-
version = "6.0.9"
3+
version = "6.1.0"
44
description = "Unix-Like Reverse Engineering Framework"
55
license = "LGPL3"
66
readme = "README.md"

0 commit comments

Comments
 (0)