> -----Original Message-----
> From: clamav-users-boun...@lists.clamav.net 
> [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of 
> Bill Landry
> Sent: Thursday, April 23, 2009 6:02 PM
> To: sanesecur...@freelists.org; 
> clamav-users@lists.clamav.net; amavis-u...@lists.sourceforge.net
> Cc: us...@spamassassin.apache.org
> Subject: [Clamav-users] Script Update & Name Change Announcement
> 
> Hi Folks,
> 
> Sorry for the cross-postings, but I wanted to try an reach as many
> people that uses the "unofficial-clamav-sigs" script as possible.
> 
> I have been asked by some package and port maintainers to rename the
> script and tarball to better support their efforts to package 
> the script
> for redistribution.  The name change will facilitate finding 
> the script
> when using package managers like yum, apt, pkg, etc., to 
> install ClamAV
> and its supporting and complementary packages.
> 
> Please be aware that if you decide to use this or any future script
> update, you will need to update your cron jobs to reference the new
> script and config file names.
> 
> With that said, here's what has changed with this update (from the
> CHANGELOG):
> 
> Version 2.7.2 (update 2009-04-23)
>    - ***** ALERT - ALERT - ALERT - ALERT - ALERT - ALERT - ALERT *****
>      The script name has been changed.  This has been done to 
> facilitate
>      packaging and redistribution of the scripts by various OS package
>      and port maintainers.  By renaming the script and tarball from
>      "unofficial-clamav-sigs" to "clamav-unofficial-sigs", the package
>      will show up when using package managers like yum, apt, 
> pkg, etc.,
>      to install ClamAV and its supporting and complementary packages.
>      Please be sure to make the necessary changes to your cron jobs to
>      support the new script and config file names.
>    - Added the new Winnow (winnow_spam_complete.ndb) and SaneSecruity
>      (jurlbl.ndb) database files.
>    - Added a safety net to all "rm" commands in the script in order to
>      prevent script config file editing errors that could potentially
>      cause deletion of unintended files and/or directories.  Thanks to
>      Mike Cappella for suggesting this.
>    - Modified the script's "getopts" section logic to make it more
>      efficient and easier to understand.  Thanks to Mike Cappella for
>      his comments and suggestions in this area.
> 
> And forgot to include this with the last script update announcement:
>    - Added missing 'curl_proxy' variable to the SaneSecurity GPG Key
>      download section.
> 
> Steve Basford, can you update the link on your "Usage" page.
> 
> The updated tarball can be downloaded from:
> 
>    http://www.inetmsg.com/pub/clamav-unofficial-sigs.tar.gz
> 
> As usual, let me know if there are any issues, suggestions, or feature
> requests.
> 
> Bill
> 

Just a note, 

I had to change

        --trust-model always TO --always-trust

On several of my older servers (--always-trust works even on new but not on
older versions of gpg)

And

find "$clam_dbs" -type f -exec chmod 0644 {} +
find "$work_dir" -type f -exec chmod 0644 {} +

To

find "$clam_dbs" -type f -exec chmod 0644 {} \;
find "$work_dir" -type f -exec chmod 0644 {} \;

On all of my servers, not even CENTOS 5.2 liked the first syntax at all

Rick


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to