Skip to content

Commit

Permalink
Release 4.3.1 - Build r2 deb files too
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Mar 5, 2020
1 parent a46963a commit d833720
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ git:

before_script:
- git clone -q --depth=1 https://github.com/radare/radare2
- ( cd radare2 && sys/debian.sh /usr ) > /dev/null
- cp -f radare2/sys/debian/rad*/*.deb /tmp
- git clean -xdf
- ( cd radare2 && sys/install.sh /usr ) > /dev/null
# - cd radare2 && ./configure --prefix=/usr > /dev/null && make -j4 > /dev/null && sudo make install > /dev/null

Expand All @@ -42,6 +45,7 @@ script:
./configure --prefix=/usr > /dev/null
make -C dist/debian
wget -q https://github.com/probonopd/uploadtool/raw/master/upload.sh
cp -f /tmp/*.deb dist/debian
compgen -G "dist/debian/*.deb" > /dev/null && bash upload.sh dist/debian/*.deb
# compgen -G "/tmp/*.pkg" > /dev/null && bash upload.sh /tmp/*.pkg
;;
Expand Down
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='r2frida' ; VERSION='4.3.0' ; VERSION_MAJOR=4; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=40300; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='r2frida' ; VERSION='4.3.1' ; VERSION_MAJOR=4; VERSION_MINOR=3; VERSION_PATCH=1; VERSION_NUMBER=40301; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures r2frida-4.3.0 to adapt to many kinds of systems.
'configure' configures r2frida-4.3.1 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -182,7 +182,7 @@ take_environ() {
}

show_version() {
echo "r2frida-4.3.0 configuration script done with acr v1.8.1.
echo "r2frida-4.3.1 configuration script done with acr v1.8.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -206,7 +206,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: r2frida"
echo "VERSION: 4.3.0"
echo "VERSION: 4.3.1"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-cylang"
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 r2frida
VERSION 4.3.0
VERSION 4.3.1
CONTACT pancake ; [email protected]

LANG_C!
Expand Down

0 comments on commit d833720

Please sign in to comment.