diff --git a/clamav-milter.systemd b/clamav-milter.systemd index ace90ea..dc9a3f4 100644 --- a/clamav-milter.systemd +++ b/clamav-milter.systemd @@ -1,6 +1,6 @@ [Unit] Description = Milter module for the Clam Antivirus scanner -After = syslog.target +After = syslog.target nss-lookup.target network.target Before = sendmail.service Before = postfix.service diff --git a/clamav.spec b/clamav.spec index 45aa5db..e6d6791 100644 --- a/clamav.spec +++ b/clamav.spec @@ -822,6 +822,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : - updated to 0.97.3 - CVE-2011-3627 clamav: Recursion level crash fixed in v0.97.3 +* Thu Aug 4 2011 Enrico Scholz - 0.97.2-1700 +- start systemd services after network.target and nss-lookup.target + * Tue Jul 26 2011 Enrico Scholz - 0.97.2-1600 - updated to 0.97.2 - CVE-2011-2721 Off-by-one error by scanning message hashes (#725694) diff --git a/clamd.scan.systemd b/clamd.scan.systemd index 1e5759b..13af81e 100644 --- a/clamd.scan.systemd +++ b/clamd.scan.systemd @@ -1,6 +1,6 @@ [Unit] Description = Generic clamav scanner daemon -After = syslog.target +After = syslog.target nss-lookup.target network.target Before = clamav-milter.service [Service]