Skip to content

Commit

Permalink
Merge pull request #118 from extremeshok/dev
Browse files Browse the repository at this point in the history
5.3.2
  • Loading branch information
extremeshok committed May 23, 2016
2 parents be3d2fe + 900328d commit 213140f
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 176 deletions.
8 changes: 4 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
engines:
shellcheck:
enabled: true
checks:
SC2001:
enabled: false
SC2154:
checks:
SC2001:
enabled: false
SC2154:
enabled: false
SC2076:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions .t/tests/user.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ sanesecurity_dbs_rating="HIGH"
#yararulesproject_dbs_rating=""

user_configuration_complete="yes"

additional_dbs="
https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb
" #END ADDITIONAL DATABASES
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,15 @@ Usage of free Linux Malware Detect clamav signatures: https://www.rfxn.com/proje

## Change Log

### Version 5.3.1 (updated 2016-05-14)
### Version 5.3.2 (updated 2016-05-24)
- eXtremeSHOK.com Maintenance
- Bug Fix: Additional Databases not downloading
- Added sanesecurity_update_hours option to limit updating to once every 2 hours
- Added additional_update_hours option to limit updating to once every 4 hours
- Refactor Additional Database File Update code
- Updated osx config with correct group for homebrew

### Version 5.3.1
- eXtremeSHOK.com Maintenance
- Bug Fix: for GPG Signature test FAILED by @DamianoBianchi
- Remove unused $GETOPT
Expand Down
Loading

0 comments on commit 213140f

Please sign in to comment.