diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-09 01:48:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-09 01:48:02 +0800 |
commit | 78eba1f0c531e11ee4fe5c1cf158188379a325fe (patch) | |
tree | 03d7ee4d4474aa21e11857a2567ce9d669fe6b5e /security | |
parent | a78759bd35d97e313e00d32180e068721bf44097 (diff) | |
download | freebsd-ports-gnome-78eba1f0c531e11ee4fe5c1cf158188379a325fe.tar.gz freebsd-ports-gnome-78eba1f0c531e11ee4fe5c1cf158188379a325fe.tar.zst freebsd-ports-gnome-78eba1f0c531e11ee4fe5c1cf158188379a325fe.zip |
Update to 3.5.0
PR: 212266
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/yara/Makefile | 9 | ||||
-rw-r--r-- | security/yara/distinfo | 5 | ||||
-rw-r--r-- | security/yara/pkg-descr | 2 | ||||
-rw-r--r-- | security/yara/pkg-plist | 4 |
4 files changed, 11 insertions, 9 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile index eb3b947a1c5c..abc91e41da3f 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org COMMENT= Malware identification and classification tool -LICENSE= APACHE20 +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -GH_ACCOUNT= plusvic +GH_ACCOUNT= VirusTotal GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= alias autoreconf libtool pathfix +USES= alias autoreconf libtool pathfix ssl USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am diff --git a/security/yara/distinfo b/security/yara/distinfo index c7d0192ba007..ebd57b43ca92 100644 --- a/security/yara/distinfo +++ b/security/yara/distinfo @@ -1,2 +1,3 @@ -SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b -SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 +TIMESTAMP = 1473283117 +SHA256 (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 4bc72ee755db85747f7e856afb0e817b788a280ab5e73dee42f159171a9b5299 +SIZE (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 7648499 diff --git a/security/yara/pkg-descr b/security/yara/pkg-descr index 5ae6770b6a2d..ee8c171e76f1 100644 --- a/security/yara/pkg-descr +++ b/security/yara/pkg-descr @@ -4,4 +4,4 @@ based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic." -WWW: http://plusvic.github.io/yara/ +WWW: http://virustotal.github.io/yara/ diff --git a/security/yara/pkg-plist b/security/yara/pkg-plist index 002d12a7fb36..183e70d0cbc5 100644 --- a/security/yara/pkg-plist +++ b/security/yara/pkg-plist @@ -9,6 +9,7 @@ include/yara/error.h include/yara/exec.h include/yara/filemap.h include/yara/hash.h +include/yara/integers.h include/yara/libyara.h include/yara/limits.h include/yara/modules.h @@ -19,12 +20,13 @@ include/yara/scan.h include/yara/sizedstr.h include/yara/stream.h include/yara/strutils.h +include/yara/threading.h include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.4.0 +lib/libyara.so.3.5.0 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz |