Version 0.1.2 (#934)
Some checks failed
CI / linux-acr-clang-tests (push) Has been cancelled
CI / linux-acr-clang-build (push) Has been cancelled
CI / linux-acr-gcc-tests (push) Has been cancelled
CI / capstone-v3 (push) Has been cancelled
CI / capstone-v5 (push) Has been cancelled
CI / linux-meson-gcc-build (push) Has been cancelled
CI / linux-meson-gcc-tests (push) Has been cancelled
CI / macos-meson-clang-tests (push) Has been cancelled
CI / linux-gcc-tests-asan (push) Has been cancelled
CI / Build on CentOS 7 (push) Has been cancelled
CI / Build on old Debian debian:jessie (push) Has been cancelled
CI / Build on old Debian debian:stretch (push) Has been cancelled
CI / Build on old Debian debian:wheezy (push) Has been cancelled
CI / Build static (push) Has been cancelled
CI / Create source tarball (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
Mixed linter and checks / cmd_descs_yaml_check (push) Has been cancelled
CI / Build OSX package (push) Has been cancelled
CI / Build Windows zip/installer clang_cl_x86 (push) Has been cancelled
CI / Build Windows zip/installer vs2019_static (push) Has been cancelled
CI / Build Windows zip/installer clang_cl (push) Has been cancelled
CI / Build Android aarch64 package (push) Has been cancelled
CI / Build Android arm package (push) Has been cancelled
CI / Build Android x86_64 package (push) Has been cancelled
CI / Build rizin rzpipe (push) Has been cancelled
CI / Test OSX pkg (push) Has been cancelled
CI / Test Windows installer built with clang_cl_x86 (push) Has been cancelled
CI / Test Windows installer built with clang_cl (push) Has been cancelled
CI / Create draft release and upload artifacts (push) Has been cancelled
CI / Publish Docker image on Docker Hub (push) Has been cancelled

This commit is contained in:
Florian Märkl 2021-03-29 21:46:45 +02:00 committed by GitHub
parent d8eef9205a
commit 810bb14e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
configure vendored
View file

@ -129,12 +129,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} : ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='rizin' ; VERSION='0.1.1' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=00101; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team <team@rizin.re>" ; PKGNAME='rizin' ; VERSION='0.1.2' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=00102; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team <team@rizin.re>" ;
} }
show_usage() { show_usage() {
cat <<EOF2 cat <<EOF2
'configure' configures rizin-0.1.1 to adapt to many kinds of systems. 'configure' configures rizin-0.1.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]... Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -235,10 +235,10 @@ ocho() {
show_version() { show_version() {
if [ "$QUIET" = 1 ]; then if [ "$QUIET" = 1 ]; then
echo "0.1.1" echo "0.1.2"
exit 0 exit 0
fi fi
echo "rizin-0.1.1 configuration script done with acr v1.9.4. echo "rizin-0.1.2 configuration script done with acr v1.9.4.
The 'Free Software Foundation' message is only for autodetection. The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>." Originally written by pancake <nopcode.org>."
exit 0 exit 0
@ -267,7 +267,7 @@ case $flag in
show_version ; ;; show_version ; ;;
-r|--r|--report) -r|--r|--report)
echo "PKGNAME: rizin" echo "PKGNAME: rizin"
echo "VERSION: 0.1.1" echo "VERSION: 0.1.2"
echo "LANGS: c" echo "LANGS: c"
echo "REQUIRED: libdl" echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"

View file

@ -1,5 +1,5 @@
PKGNAME rizin PKGNAME rizin
VERSION 0.1.1 VERSION 0.1.2
CONTACT Rizin Core Team ; team@rizin.re CONTACT Rizin Core Team ; team@rizin.re
LANG_C! LANG_C!