Skip to content

Commit

Permalink
release 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeshok committed Jan 24, 2020
1 parent dcb0d24 commit 348884f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ Usage: clamav-unofficial-sigs.sh [OPTION] [PATH|FILE]
its associated files and databases from the system

## Change Log
### Version 7.0.0 (Updated XX January 2020)
### Version 7.0.0 (Updated 24 January 2020)
- eXtremeSHOK.com Maintenance
- Added urlhaus database
- Added extra yararulesproject databases
- Added new linuxmalwaredetect yara file
- Automatic upgrades ( --upgrade )
- Added --upgrade command line option
- Option to disable automatic upgrades ( allow_upgrades )
Expand All @@ -202,18 +203,23 @@ Usage: clamav-unofficial-sigs.sh [OPTION] [PATH|FILE]
- Warn if there are multiple os.***.conf files
- More sanity checks to help users and prevent errors
- Better output of --info
- Incremented the config to version 90
- Set minimum config required to 90
- Fix all known bugs
- Implement all suggestions
- Fixed yararulesproject database names
- Correctly silence curl and wget
- New linuxmalwaredetect logic
- New malwarepatrol logic
- Suppress --- and === from the logs
- Added more documentation / guides
- Yara rules requires clamav 0.100 or above
- Updated guides
- Fix for systemd timers
- Added debug options to config
- Update the documentation / guides
- Increase minimum clamav version for yara rules to 0.100 or above
- Fix systemd.timer and systemd.service files
- More travis-ci tests
- Added os.alpine.conf
- Added debug options/mode to config
- Set minimum config required to 90
- Lots of refactoring and optimizing
- Only check for and notify about script updates every 12hours
- Incremented the config to version 90

### Version 6.1.1 (Updated 02 September 2019)
- eXtremeSHOK.com Maintenance
Expand Down
2 changes: 1 addition & 1 deletion clamav-unofficial-sigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ EOF

# Script Info
script_version="7.0.0"
script_version_date="2020-01-23"
script_version_date="2020-01-24"
minimum_required_config_version="90"
minimum_yara_clamav_version="0.100"

Expand Down

0 comments on commit 348884f

Please sign in to comment.