aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-unofficial-sigs/files
Commit message (Collapse)AuthorAgeFilesLines
* security/clamav-unofficial-sigs: update to 7.2.5Larry Rosenman2022-03-092-95/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 7.2.5 eXtremeSHOK.com Maintenance Added : os.centos7-cpanel.conf Refactor : bsd support for tar, remove gnu-tar requirement Refactor : remove gnu-sed requirement Refactor : bsd support for stat command 7.2.4 eXtremeSHOK.com Maintenance Disabled winnow_malware.yara , duplicated in EMAIL_Cryptowall.yar and no longer maintained Removed gtar requirement (--wildcards is the default) Incremented the config to version 97 7.2.3 eXtremeSHOK.com Maintenance Whitelist support for yararules (whitelist signature tracking is disabled for yararules) Disable JJencode.yar , due to excessive CPU usage Disable scamnailer , discontinued Update pfsense guide for 2.5 Fix working directory variable "urlhausy" to "urlhaus" Fix missing tracker-tmp.txt Thank you @perplexityjeff 7.2.2 eXtremeSHOK.com Maintenance Use POSIX character classes instead of literals Prevent linuxmalwaredetect yara files being extracted when yara is not supported Replace echo with xshok_pretty_echo_and_log to silence database cleanup cron messages 7.2.1 eXtremeSHOK.com Maintenance Change yararule email/Email_generic_phishing.yar to HIGH New config option: force_host, by default dig is used when dig and host is present. Refactor and correct the assigning of binaries/commands Fix broken yara rule database names: Maldoc_hancitor_dropper and Maldoc_APT19_CVE-2017-1099 Ensure only dig or host is used when either dig or host is enabled Enable remove_disabled_databases by default Fix disabled databases removed when "$remove_disabled_databases" is set to "no" Incremented the config to version 95 7.2 eXtremeSHOK.com maintenance Database rating downgrades are now supported, eg, changing from HIGH to LOW will remove the HIGH and MEDIUM rated databases. Disabled databases are automatically removed Disable databases by setting the rating to "DISABLED" eg. securiteinfo_dbs_rating="DISABLED" will disable all securiteinfo databases Added Malware Expert databases (non-free) Added interServer databases (free) Reworked securiteinfo premium databases (non-free) Added malwarepatrol_db to specify the exact database name (default: malwarepatrol.db) Added detection of tar executable (use gtar on mac and bsd) Config os.macosx.conf renamed to os.macos.conf Fix: set ownership of last-version-check.txt More automated linting and testing (markdown and macOS / osx) via travis-ci Updated macOS installation guide for Big Sur (OSX 11) Incremented the config to version 94 Thank you @dandanio @jkellerer @msapiro @shawniverson Enforce HTTPS validation by default Updated sanesecurity publickey.gpg url to use SSL Ignore yara files that include modules Enabled yararulesproject rules by default os.gentoo.conf: disable updates and upgrade checks Fix: URLhaus log message Fix wrong download URL for MalwarePatrol Fix: fallback to host if dig is not used Disable cron MAILTO BSD read config fix Incremented the config to version 92 Thank you @dandanio @jkellerer @m0urs @Mrothyr @msapiro @orlitzky @RobbieTheK @SlothOfAnarchy
* Update to 7.0.1.Matthias Fechner2020-02-093-23/+67
| | | | | | | | | | | | | They next version will change the way config files can be used to configure this package. Users should use user.conf to do custom configuration. Changed maintainer. PR: 243556 Submitted by: sf@maxempire.com Reported by: freebsd@mnd.sc Notes: svn path=/head/; revision=525669
* security/clamav-unofficial-sigs: upgrade 5.6.2 -> 6.1.1Kurt Jaeger2019-09-084-37/+86
| | | | | | | | | | - maintainer returns port to the pool PR: Marko Njezic <sf@maxempire.com> (maintainer) Changelog: https://github.com/extremeshok/clamav-unofficial-sigs/releases Notes: svn path=/head/; revision=511592
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* security/clamav-unofficial-sigs: Patch out GNU extended regexTobias Kortkamp2019-01-281-1/+19
| | | | | | | | | | | | | | | | | | There are a couple of cases of GNU extensions being used in clamav-unofficial-sigs.sh; all being \s, or [[:space:]]. Patch these over to [[:space:]] since this script is already otherwise patched until our base sed becomes GNU-compatible in this respect. This worked up until this point because \s is being interpreted as an escaped 's', which is an ordinary character. Future versions of regex(3) will disallowed escaped ordinary characters, so this will become an error if left unpatched. PR: 233461 Submitted by: kevans, Marko Njezic <sf@maxempire.com> (maintainer, final patch) Notes: svn path=/head/; revision=491514
* security/clamav-unofficial-sigs: update 5.3.2 -> 5.6.2Kurt Jaeger2018-03-304-31/+34
| | | | | | | | | PR: 227057, 222032 Submitted by: Max Kostikov <max@kostikov.co>, Marko Njezic <sf@maxempire.com> (maintainer) Relnotes: https://github.com/extremeshok/clamav-unofficial-sigs Notes: svn path=/head/; revision=465959
* security/clamav-unofficial-sigs: fix regexp problemsKurt Jaeger2016-12-151-3/+3
| | | | | | | | | PR: 214573 Submitted by: Marko Njezic <sf@maxempire.com> (maintainer) Reported by: freebsdbug@patpro.net Notes: svn path=/head/; revision=428603
* security/clamav-unofficial-sigs: 5.0.5 -> 5.3.2Kurt Jaeger2016-06-057-74/+56
| | | | | | | | | | | Changes: https://github.com/extremeshok/clamav-unofficial-sigs/releases PR: 209894 Submitted by: uros.gruber@gmail.com, Marko Njezic <sf@maxempire.com> (maintainer) Notes: svn path=/head/; revision=416386
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* security/clamav-unofficial-sigs: 5.0.4 -> 5.0.5Kurt Jaeger2016-04-023-22/+26
| | | | | | | | | | | Changes: https://github.com/extremeshok/clamav-unofficial-sigs/releases/tag/5.0.5 PR: 208459 Submitted by: Marko Njezic <sf@maxempire.com> (maintainer) Notes: svn path=/head/; revision=412381
* security/clamav-unofficial-sigs: fix PREFIX in two patchesKurt Jaeger2016-03-312-4/+4
| | | | | | | | | PR: 208326 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: Marko Njezic <sf@maxempire.com> (maintainer) Notes: svn path=/head/; revision=412230
* security/clamav-unofficial-sigs: 3.7.2 -> 5.0.4, extremeshok forkKurt Jaeger2016-03-319-118/+112
| | | | | | | | | | | | | | | | | | | | | Changes: (long!) https://github.com/extremeshok/clamav-unofficial-sigs/releases This version of clamav-unofficial-sigs is eXtremeSHOK's fork. Configuration file location has changed from %PREFIX%/clamav-unofficial-sigs.conf to %PREFIX%/clamav-unofficial-sigs/ master.conf and os.conf hold default values, local changes should be placed in user.conf. PR: 208326 Submitted by: Talal Al Dik <tad@vif.com>, Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: sf@maxempire.com (maintainer) Notes: svn path=/head/; revision=412222
* - Make port work on recent 10.x (does no longer assume BIND is present)Thomas Zander2014-12-202-2/+18
| | | | | | | | | | | | | | | - Revert previous change that installs a default configuration file. Maintainer explains the rationale behind this: "Users must configure it themselves so that they are aware of what additional databases are being downloaded and only way to make sure that they read everything is to force them to manually copy the sample configuration file." PR: 195764 Submitted by: sf@maxempire.com (maintainer) Notes: svn path=/head/; revision=375001
* STAGE support, and general cleanups. Some of the changes are aAdam Weinberger2014-05-011-5/+1
| | | | | | | | bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it. Notes: svn path=/head/; revision=352710
* security/clamav-unofficial-sigs: updte to 3.7.2William Grzybowski2013-09-053-13/+22
| | | | | | | | | | | | | - Update to 3.7.2 [1] - USES perl5 - Add DOCS to options - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/181814 Submitted by: Marko Njezic <sf maxempire.com> (maintainer) Notes: svn path=/head/; revision=326407
* Update to 3.7.1Wesley Shields2010-06-132-6/+6
| | | | | | | | PR: ports/147663 Submitted by: Marko Njezic <sf@maxempire.com> (maintainer) Notes: svn path=/head/; revision=256480
* The clamav-unofficial-sigs script provides the capability to download, test,Martin Wilke2010-03-094-0/+110
and update the third-party ClamAV signature databases provided by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer. PR: ports/144509 Submitted by: Marko Njezic <sf at maxempire.com> Notes: svn path=/head/; revision=250791