Ship local copy of virus database; it was removed by accident from 0.97.5 tarball
This commit is contained in:
parent
c732ee6243
commit
df3eb6be0d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
/clamav-0.97.2-norar.tar.xz
|
||||
/clamav-0.97.3.tar.gz
|
||||
/clamd-wrapper.tar.bz2
|
||||
/clamav-0.97.3-norar.tar.xz
|
||||
/clamav-0.97.5-norar.tar.xz
|
||||
/main-54.cvd
|
||||
/daily-15050.cvd
|
||||
|
@ -22,6 +22,10 @@ Source8: freshclam.logrotate
|
||||
Source9: clamd.logrotate
|
||||
Source10: clamav-milter.sysconfig
|
||||
|
||||
# Temporary workaround for broken 0.97.5 tarball
|
||||
Source11: http://db.local.clamav.net/main-54.cvd
|
||||
Source12: http://db.local.clamav.net/daily-15050.cvd
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: bzip2-devel, zlib-devel, gmp-devel, curl-devel, xz
|
||||
@ -228,6 +232,9 @@ touch %{buildroot}%{_localstatedir}/log/clamav/clamd.log
|
||||
install -d -m0755 %{buildroot}%{_localstatedir}/run/clamav/
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/clamd.d/
|
||||
|
||||
install -Dp -m0644 %{SOURCE11} %{buildroot}%{_localstatedir}/lib/clamav/main.cvd
|
||||
install -Dp -m0644 %{SOURCE12} %{buildroot}%{_localstatedir}/lib/clamav/daily.cvd
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
@ -383,6 +390,7 @@ rm -rf %{buildroot}
|
||||
- Fix CVE-2012-1443 clamav: specially-crafted RAR files evade detection
|
||||
- Fix CVE-2012-1458 clamav: specially-crafted CHM files evade detection
|
||||
- Fix CVE-2012-1459 clamav: specially-crafted length field in tar files evade detection
|
||||
- Ship local copy of virus database; it was removed by accident from 0.97.5 tarball
|
||||
|
||||
* Thu Jan 19 2012 Nick Bebout <nb@fedoraproject.org> - 0.97.3-4
|
||||
- Split files out into SCM instead of in the spec
|
||||
|
Loading…
Reference in New Issue
Block a user