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:
Barry J. Grundy 2022-05-02 15:56:58 -04:00 committed by Willy Sudiarto Raharjo
parent d6a2fa7783
commit 6ae648c986
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 9 deletions

View File

@ -16,4 +16,4 @@ yara: strings and a Boolean expression which determines its logic.
yara:
yara: YARA is multi-platform, running on Windows, Linux and Mac OS X.
yara:
yara: http://code.google.com/p/yara-project/
yara: https://virustotal.github.io/yara

View File

@ -22,13 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# 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)
PRGNAM=yara
VERSION=${VERSION:-4.1.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
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
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
rm -f $PKG/usr/lib*/*.la

View File

@ -1,8 +1,8 @@
PRGNAM="yara"
VERSION="4.1.2"
HOMEPAGE="https://github.com/VirusTotal/yara/releases"
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.1.2/yara-4.1.2.tar.gz"
MD5SUM="5322df781bc5fdd095d0b373620cc6e0"
VERSION="4.2.1"
HOMEPAGE="https://virustotal.github.io/yara"
DOWNLOAD="https://github.com/VirusTotal/yara/archive/v4.2.1/yara-4.2.1.tar.gz"
MD5SUM="9ea9fc5380e7f3727e5e4ade1c1fa25c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""