aboutsummaryrefslogtreecommitdiff
path: root/security/py-yara
Commit message (Collapse)AuthorAgeFilesLines
* security/py-yara: update to 4.1.0Antoine Brodin2021-06-262-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update yara and py-yara to 4.0.5Antoine Brodin2021-03-122-4/+4
| | | | Notes: svn path=/head/; revision=568200
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 4.0.2Antoine Brodin2020-07-072-4/+4
| | | | Notes: svn path=/head/; revision=541442
* Update to 3.11.0Antoine Brodin2019-10-192-4/+4
| | | | Notes: svn path=/head/; revision=514827
* Update yara and py-yara to 3.10.0Antoine Brodin2019-05-062-4/+4
| | | | Notes: svn path=/head/; revision=500899
* Update yara to 3.9.0Antoine Brodin2019-02-252-6/+14
| | | | Notes: svn path=/head/; revision=493885
* Update yara and py-yara to 3.8.1Antoine Brodin2018-08-172-4/+4
| | | | Notes: svn path=/head/; revision=477423
* Update yara and py-yara to 3.8.0Antoine Brodin2018-08-112-4/+4
| | | | Notes: svn path=/head/; revision=476939
* Update to 3.7.0Antoine Brodin2017-12-022-4/+4
| | | | Notes: svn path=/head/; revision=455366
* Update to 3.6.3Antoine Brodin2017-07-062-4/+4
| | | | | | | MFH: 2017Q3 (bugfix release) Notes: svn path=/head/; revision=445141
* Update yara and py-yara to 3.6.2Antoine Brodin2017-06-292-4/+4
| | | | Notes: svn path=/head/; revision=444646
* - Update to 3.6.1Antoine Brodin2017-06-062-6/+6
| | | | | | | | | - Take maintainership of py-yara [1] Approved by: maintainer 9 months ago [1] Notes: svn path=/head/; revision=442788
* Update to 3.5.0Antoine Brodin2016-09-083-14/+10
| | | | | | | | PR: 212267 Approved by: maintainer Notes: svn path=/head/; revision=421571
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 3.4.0.Wesley Shields2015-06-302-3/+3
| | | | Notes: svn path=/head/; revision=390960
* Update ports in the s* categores to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385645
* Update to 3.3.0.Wesley Shields2015-02-163-13/+5
| | | | Notes: svn path=/head/; revision=379102
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Update WWW.Wesley Shields2014-07-141-1/+1
| | | | Notes: svn path=/head/; revision=361788
* Chase same distinfo update as security/yaraAntoine Brodin2014-05-202-4/+4
| | | | Notes: svn path=/head/; revision=354640
* Update to 2.1.0.Wesley Shields2014-05-082-5/+5
| | | | Notes: svn path=/head/; revision=353247
* - Stage supportAntoine Brodin2014-02-181-4/+1
| | | | | | | | - New LIB_DEPENDS syntax - Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=344940
* Update to 2.0.0.Wesley Shields2013-12-294-22/+22
| | | | | | | | | | The port has moved to github and py-yara is no longer a separate tarball for distribution. It is now bundled with the yara code. At some point I want to make py-yara not depend directly upon yara. This way you can get just the python bindings without needing to install yara itself. Notes: svn path=/head/; revision=337941
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Chase security/yara change back to using pcre.Wesley Shields2013-07-172-9/+5
| | | | Notes: svn path=/head/; revision=323180
* Update to 1.7.Wesley Shields2013-04-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315824
* Remove the header for ports I created.Wesley Shields2012-12-121-5/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* - Update to 1.6.Wesley Shields2012-01-082-4/+4
| | | | Notes: svn path=/head/; revision=288721
* - Update to 1.5Wesley Shields2011-05-233-10/+15
| | | | | | | | - Don't hardcode py2.7 - Respect custom LOCALBASE Notes: svn path=/head/; revision=274522
* Two new ports: security/yara and security/py-yara. The latter is the pythonWesley Shields2011-03-074-0/+54
bindings for the former. "YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families 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://code.google.com/p/yara-project/ Notes: svn path=/head/; revision=270455