Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeshok committed Jul 31, 2019
1 parent 293a903 commit 9929e7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,19 @@ Usage: clamav-unofficial-sigs.sh [OPTION] [PATH|FILE]

## Change Log

### UNDER DEV : Version 6.0 (Started July 2019
### Version 6.0 (Updated 30 July 2019)
- eXtremeSHOK.com Maintenance & Refactoring
- Add timestamp support (do not re-download not modified files)
- Posix compliance which replaced with command -v
- More escape characters, shellcheck compliance
- Add timestamp support (do not re-download not modified files, saves bandwidth)
- wget and curl uses compression for the transfer (detected when supported, saves bandwidth)
- Posix compliance 'which' replaced with 'command -v'
- More escaped characters, shellcheck compliance
- Option added : force_curl , to force the usage of curl instead of wget
- wget and curl downloads use compression for the transfer (detected when supported)
- Workaround for wget, which cannot do --timestamping and --output-document together
- Added SECURITEINFO securiteinfoold.hdb
- set malwarepatrol_free = no , when malwarepatrol_product_code != 8
- Fix: remove hardcoded malwarepatrol_product_code
- Fix: os.macosx.conf service: command not found
- Fix: whitelist a MalwarePatrol signature
- set malwarepatrol_free = no , when malwarepatrol_product_code != 8
- Added SECURITEINFO securiteinfoold.hdb
- More reliable version checking
- Fix: Clamscan database integrity test
- Fix: version comparison of minimum Yara @bytesplit
Expand All @@ -191,7 +191,7 @@ Usage: clamav-unofficial-sigs.sh [OPTION] [PATH|FILE]
- Specify correct path for systemd units @SlothOfAnarchy
- Avoid hardcoded path to BASH @rseichter

### Version 5.6.2 (updated 2017-03-19)
### Version 5.6.2
- eXtremeSHOK.com Maintenance
- Bug Fix GPG always being disabled, thanks @orlitzky

Expand Down
11 changes: 3 additions & 8 deletions clamav-unofficial-sigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1309,16 +1309,11 @@ EOF
################################################################################

# Script Info
script_version="5.6.2"
script_version_date="2017-03-19"
minimum_required_config_version="72"
script_version="6.0.0"
script_version_date="2019-07-30"
minimum_required_config_version="75"
minimum_yara_clamav_version="0.99"

#script_version="6.0.0"
#script_version_date="2019-08-01"
#minimum_required_config_version="80"
#minimum_yara_clamav_version="0.99"

#allow for other negatives besides no.
#disabled_values_array=("0 no No NO false False FALSE off Off OFF disable Disable DISABLE disabled Disabled DISABLED")
# if [[ " ${disabled_values_array[@]} " =~ " ${value} " ]]; then
Expand Down

0 comments on commit 9929e7b

Please sign in to comment.