3.1.8 CVE-2007-0451
This commit is contained in:
parent
89a5fc55d2
commit
f218515e7a
@ -1 +1 @@
|
|||||||
Mail-SpamAssassin-3.1.7.tar.bz2
|
Mail-SpamAssassin-3.1.8.tar.bz2
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sleep $(expr $RANDOM % 7200)
|
sleep $(expr $RANDOM % 7200)
|
||||||
#echo SpamAssassin rule update begins at `date`
|
|
||||||
# Only restart spamd if sa-update returns 0, meaning it updated the rules
|
# Only restart spamd if sa-update returns 0, meaning it updated the rules
|
||||||
/usr/bin/sa-update && /etc/init.d/spamassassin condrestart > /dev/null
|
/usr/bin/sa-update && /etc/init.d/spamassassin condrestart > /dev/null
|
||||||
echo
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
77242e45baa7e2b418e4d3f22a86a69e Mail-SpamAssassin-3.1.7.tar.bz2
|
e8184a9a4ff11da5bd20b294cfeac7ac Mail-SpamAssassin-3.1.8.tar.bz2
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.1.7
|
Version: 3.1.8
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -186,6 +186,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 13 2007 Warren Togami <wtogami@redhat.com> 3.1.8-1
|
||||||
|
- 3.1.8 CVE-2007-0451
|
||||||
|
|
||||||
* Tue Feb 13 2007 Warren Togami <wtogami@redhat.com> 3.1.7-9
|
* Tue Feb 13 2007 Warren Togami <wtogami@redhat.com> 3.1.7-9
|
||||||
- silence sa-update cron script
|
- silence sa-update cron script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user