misc/yara: Updated for version 4.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d6a2fa7783
commit
6ae648c986
|
@ -16,4 +16,4 @@ yara: strings and a Boolean expression which determines its logic.
|
||||||
yara:
|
yara:
|
||||||
yara: YARA is multi-platform, running on Windows, Linux and Mac OS X.
|
yara: YARA is multi-platform, running on Windows, Linux and Mac OS X.
|
||||||
yara:
|
yara:
|
||||||
yara: http://code.google.com/p/yara-project/
|
yara: https://virustotal.github.io/yara
|
||||||
|
|
|
@ -22,13 +22,13 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# Updated to v4.1.2 August 2021 Barry J. Grundy
|
# Updated to v4.2.1 May 2022 Barry J. Grundy
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=yara
|
PRGNAM=yara
|
||||||
VERSION=${VERSION:-4.1.2}
|
VERSION=${VERSION:-4.2.1}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a sample.file README.md AUTHORS CONTRIBUTORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a sample.file sample.rules README.md AUTHORS CONTRIBUTORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
rm -f $PKG/usr/lib*/*.la
|
rm -f $PKG/usr/lib*/*.la
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="yara"
|
PRGNAM="yara"
|
||||||
VERSION="4.1.2"
|
VERSION="4.2.1"
|
||||||
HOMEPAGE="https://github.com/VirusTotal/yara/releases"
|
HOMEPAGE="https://virustotal.github.io/yara"
|
||||||
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.1.2/yara-4.1.2.tar.gz"
|
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.2.1/yara-4.2.1.tar.gz"
|
||||||
MD5SUM="5322df781bc5fdd095d0b373620cc6e0"
|
MD5SUM="9ea9fc5380e7f3727e5e4ade1c1fa25c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue