Skip to content

Commit

Permalink
Release 5.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 26, 2022
1 parent 64b8154 commit 5c172dc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
17 changes: 9 additions & 8 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -111,12 +111,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-extras' ; VERSION='5.3.0' ; VERSION_MAJOR=5; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=50300; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-extras' ; VERSION='5.6.8' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=8; VERSION_NUMBER=50608; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.3.0"
echo "5.6.8"
exit 0
fi
echo "radare2-extras-5.3.0 configuration script done with acr v1.9.8.
echo "radare2-extras-5.6.8 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 @@ -230,7 +230,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-extras"
echo "VERSION: 5.3.0"
echo "VERSION: 5.6.8"
echo "LANGS: c"
echo "OPTIONAL: libewf libyara"
echo "PKG-CONFIG: r_core libewf unicorn yara"
Expand Down Expand Up @@ -345,7 +345,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
COMPILER=CC
ochof "checking for c compiler... "
HAVE_LANG_C=1
Expand Down Expand Up @@ -488,7 +489,7 @@ echo
echo "Final report:"
for A in PREFIX ; do
eval VAL="\$${A}"
[ -z "${VAL}" ] && VAL="(null)"
[ -z "${VAL}" ] && VAL="\"\""
echo " - ${A} = ${VAL}"
done
fi
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-extras
VERSION 5.3.0
VERSION 5.6.8
CONTACT pancake ; [email protected]

USE_PKGCONFIG!
Expand Down
7 changes: 4 additions & 3 deletions keystone/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -198,7 +198,7 @@ if [ "$QUIET" = 1 ]; then
echo "0.1"
exit 0
fi
echo "radare2-keystone-0.1 configuration script done with acr v1.9.8.
echo "radare2-keystone-0.1 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 @@ -373,7 +373,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
check_library() {
VAR=$1
S="$"
Expand Down
9 changes: 5 additions & 4 deletions ssdeep/ssdeep-plugin/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -192,7 +192,7 @@ if [ "$QUIET" = 1 ]; then
echo "1.0"
exit 0
fi
echo "radare2-extras-ssdeep-1.0 configuration script done with acr v1.9.8.
echo "radare2-extras-ssdeep-1.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 @@ -333,7 +333,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
COMPILER=CC
ochof "checking for c compiler... "
HAVE_LANG_C=1
Expand Down Expand Up @@ -449,7 +450,7 @@ echo
echo "Final report:"
for A in PREFIX ; do
eval VAL="\$${A}"
[ -z "${VAL}" ] && VAL="(null)"
[ -z "${VAL}" ] && VAL="\"\""
echo " - ${A} = ${VAL}"
done
fi
9 changes: 5 additions & 4 deletions yara/yara/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -194,7 +194,7 @@ if [ "$QUIET" = 1 ]; then
echo "1.0"
exit 0
fi
echo "radare2-extras-yara-1.0 configuration script done with acr v1.9.8.
echo "radare2-extras-yara-1.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 @@ -335,7 +335,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
COMPILER=CC
ochof "checking for c compiler... "
HAVE_LANG_C=1
Expand Down Expand Up @@ -451,7 +452,7 @@ echo
echo "Final report:"
for A in PREFIX ; do
eval VAL="\$${A}"
[ -z "${VAL}" ] && VAL="(null)"
[ -z "${VAL}" ] && VAL="\"\""
echo " - ${A} = ${VAL}"
done
fi

0 comments on commit 5c172dc

Please sign in to comment.