Release 5.0.0 - codename: phoenix ##release

This commit is contained in:
pancake 2020-12-21 09:39:46 +01:00 committed by GitHub
parent f2976d3c7e
commit a476454c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
configure vendored
View File

@ -129,12 +129,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='4.6.0-git' ; VERSION_MAJOR=4; VERSION_MINOR=6; VERSION_PATCH=0; VERSION_NUMBER=40600; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.0.0' ; VERSION_MAJOR=5; VERSION_MINOR=0; VERSION_PATCH=0; VERSION_NUMBER=50000; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-4.6.0-git to adapt to many kinds of systems.
'configure' configures radare2-5.0.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -234,10 +234,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "4.6.0-git"
echo "5.0.0"
exit 0
fi
echo "radare2-4.6.0-git configuration script done with acr v1.9.5.
echo "radare2-5.0.0 configuration script done with acr v1.9.5.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -266,7 +266,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 4.6.0-git"
echo "VERSION: 5.0.0"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"
@ -779,7 +779,7 @@ if [ -f "${VPATH}/${A}.acr" ]; then
fi
fi
ocho "creating ${SD_TARGET}"
mkdir -p $(echo ${A} | sed -e "s,/`basename ${A}`$,,g")
[ "${VPATH}" != '.' ] && mkdir -p $(echo ${A} | sed -e "s,/`basename ${A}`$,,g")
cat ${VPATH}/${SD_TARGET}.acr | \
eval sed -e "s,@VPATH@,${VPATH}/${A},g" ${SEDFLAGS} > ${SD_TARGET}.tmp

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 4.6.0-git
VERSION 5.0.0
CONTACT pancake ; pancake@nopcode.org
LANG_C!