Skip to content

Commit

Permalink
Release 5.8.0 - codename: icebucket
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 22, 2022
1 parent a34ec63 commit 97fe746
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
pip install git+https://github.com/frida/meson.git@f7f25b19a8d71cebf8e2934733eb041eb6862eee
pip install ninja r2pipe wget
- name: Extract r2 version
run: echo "{branch}={`sys/version.py -n`}" >> $GITHUB_OUTPUT
run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
id: r2v
- name: Build with meson + ninja
shell: pwsh
Expand All @@ -314,7 +314,7 @@ jobs:
# repository: radareorg/radare2-win-installer
# path: ./radare2-win-installer
# - name: Extract r2 version
# run: echo "{branch}={`sys/version.py -n`}" >> $GITHUB_OUTPUT
# run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
# id: extract_version
# - name: Create installer
# shell: pwsh
Expand Down Expand Up @@ -393,7 +393,8 @@ jobs:
pip install git+https://github.com/frida/meson.git@f7f25b19a8d71cebf8e2934733eb041eb6862eee
pip install ninja r2pipe wget r2env
- name: Extract r2 version
run: echo "{branch}={`sys/version.py -n`}" >> $GITHUB_OUTPUT
shell: bash
run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
id: r2v
- name: Build with meson + ninja
shell: cmd
Expand Down Expand Up @@ -443,7 +444,8 @@ jobs:
pip install git+https://github.com/frida/meson.git@f7f25b19a8d71cebf8e2934733eb041eb6862eee
pip install ninja r2pipe wget
- name: Extract r2 version
run: echo "{branch}={`sys/version.py -n`}" >> $GITHUB_OUTPUT
shell: bash
run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
id: r2v
- name: Build with meson + ninja
shell: pwsh
Expand Down Expand Up @@ -539,10 +541,10 @@ jobs:
run: |
TAG="`git describe --exact-match --tags ${{ github.sha }} || true`"
if [ -n "$TAG" ]; then
echo "{tag}={$TAG}" >> $GITHUB_OUTPUT
echo "{is}={yes}" >> $GITHUB_OUTPUT
echo "tag=$TAG" >> $GITHUB_OUTPUT
echo "is=yes" >> $GITHUB_OUTPUT
else
echo "{is}={no}" >> $GITHUB_OUTPUT
echo "is=no" >> $GITHUB_OUTPUT
fi
id: release

Expand All @@ -557,7 +559,8 @@ jobs:
with:
fetch-depth: 0 # Download all git history and tags
- name: Extract r2 version
run: echo "{branch}={`sys/version.py -n`}" >> $GITHUB_OUTPUT
shell: bash
run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
id: r2v
- name: Prepare release notes
run: ./sys/release-notes.sh | tee ./RELEASE_NOTES.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) [![Total alerts](https://img.shields.io/lgtm/alerts/g/radareorg/radare2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/radareorg/radare2/alerts/) [![TODO](https://img.shields.io/github/search/radareorg/radare2/TODO.svg)](https://github.com/radareorg/radare2/search?q=TODO) [![GLOBALS](https://img.shields.io/github/search/radareorg/radare2/R_TH_LOCAL.svg)](https://github.com/radareorg/radare2/search?q=R_TH_LOCAL)[![XXX](https://img.shields.io/github/search/radareorg/radare2/XXX.svg)](https://github.com/radareorg/radare2/search?q=XXX) [![Discord](https://badgen.net/discord/members/YBey7CR9jf)](https://discord.gg/YBey7CR9jf)

See the [Releases](https://github.com/radareorg/radare2/releases) page for
downloads. The current git `master` branch is `5.7.9`, next will be `5.8.0`.
downloads. The current git `master` branch is `5.8.1`, next will be `5.8.2`.

* 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
Expand Down
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.7.9' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=9; VERSION_NUMBER=50709; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.8.0' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=0; VERSION_NUMBER=50800; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-5.7.9 to adapt to many kinds of systems.
'configure' configures radare2-5.8.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -248,10 +248,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.7.9"
echo "5.8.0"
exit 0
fi
echo "radare2-5.7.9 configuration script done with acr v2.0.0.
echo "radare2-5.8.0 configuration script done with acr v2.0.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -280,7 +280,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.7.9"
echo "VERSION: 5.8.0"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.7.9
VERSION 5.8.0
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pancake <pancake@nopcode.org>"
],
"name": "radare2-git",
"version": "5.7.9",
"version": "5.8.0",
"bugs": {
"url": "https://github.com/radareorg/radare2/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.7.9')
project('radare2', 'c', license : 'LGPL3', meson_version : '>=0.49', version : '5.8.0')

py3_exe = import('python').find_installation('python3')
git_exe = find_program('git', required: false)
Expand Down

0 comments on commit 97fe746

Please sign in to comment.