-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After-release version bump and use r2y version in plugin struct
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,12 +112,12 @@ done | |
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} | ||
: ${INSTALL_MAN:=${INSTALL} -m 444} | ||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c} | ||
PKGNAME='r2yara' ; VERSION='1.2.2' ; VERSION_MAJOR=1; VERSION_MINOR=2; VERSION_PATCH=2; VERSION_NUMBER=10202; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <[email protected]>" ; | ||
PKGNAME='r2yara' ; VERSION='1.2.3' ; VERSION_MAJOR=1; VERSION_MINOR=2; VERSION_PATCH=3; VERSION_NUMBER=10203; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <[email protected]>" ; | ||
} | ||
|
||
show_usage() { | ||
cat <<EOF2 | ||
'configure' configures r2yara-1.2.2 to adapt to many kinds of systems. | ||
'configure' configures r2yara-1.2.3 to adapt to many kinds of systems. | ||
Usage: ./configure [OPTION]... [VAR=VALUE]... | ||
|
@@ -194,10 +194,10 @@ ocho() { | |
|
||
show_version() { | ||
if [ "$QUIET" = 1 ]; then | ||
echo "1.2.2" | ||
echo "1.2.3" | ||
exit 0 | ||
fi | ||
echo "r2yara-1.2.2 configuration script done with acr v2.1.2. | ||
echo "r2yara-1.2.3 configuration script done with acr v2.1.2. | ||
The 'Free Software Foundation' message is only for autodetection. | ||
Originally written by pancake <nopcode.org>." | ||
exit 0 | ||
|
@@ -226,7 +226,7 @@ case $flag in | |
show_version ; ;; | ||
-r|--r|--report) | ||
echo "PKGNAME: r2yara" | ||
echo "VERSION: 1.2.2" | ||
echo "VERSION: 1.2.3" | ||
echo "AUTHOR: jfrankowski" | ||
echo "EMAIL: [email protected]" | ||
echo "DESCRIPTION: yara plugin for radare2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKGNAME r2yara | ||
VERSION 1.2.2 | ||
VERSION 1.2.3 | ||
DESCRIPTION yara plugin for radare2 ; | ||
CONTACT jfrankowski ; [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters