%define _hardened_build 1 %define _default_patch_fuzz 2 Summary: Anti-virus software Name: clamav Version: 0.99.2 Release: 35.1 License: GPLv2 and Proprietary Group: Applications/System URL: http://www.clamav.net/ Source0: http://www.clamav.net/downloads/production/clamav-%{version}.tar.gz #Source10: http://www.clamav.net/downloads/production/clamav-%{version}.tar.gz.sig Source1: clamav.init Source2: clamav-milter.init Source3: clamd.logrotate Source4: freshclam.logrotate Source5: freshclam.cron Source6: clamav_updater.sh Source7: tmpfile.clamd.conf # Source13: clamd-wrapper.tar.bz2 Source14: main.cvd Source15: daily.cvd Patch1: clamav-0.99-rhel6-build.patch Patch2: clamav-0.99-rhel6-configure.patch Patch3: clamav-0.99-excludeuid-bugfix1.patch Patch4: clamav-0.99.2-service-alias.patch Patch5: clamav-0.99.2-realtime-socket-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libxml2-devel openssl-devel BuildRequires: xz BuildRequires: bzip2-devel, zlib-devel, gmp-devel, curl-devel BuildRequires: ncurses, ncurses-devel %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12} ### Do not require the latest release of clamav-db specifically (people may use freshclam onward) #Requires: clamav-db = %{version}-%{release} Requires: clamav-db ### Fedora Extras introduced them differently :( Provides: libclamav Obsoletes: libclamav < %{version}-%{release} Provides: clamav-lib = %{version}-%{release} Obsoletes: clamav-lib < %{version}-%{release} Obsoletes: clamav-filesystem # Havent tested this yet, it could fix some mock issues Provides: clamav-filesystem Provides: clamav-lib Provides: clamav-update %if 0%{?rhel} != 5 BuildRequires: json-c-devel %endif BuildRequires: pcre-devel %description Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon, a command line scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use with your own software. Most importantly, the virus database is kept up to date %package -n clamd Summary: The Clam AntiVirus Daemon Group: System Environment/Daemons Requires: clamav = %{version}-%{release} Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd ### Fedora Extras introduced them differently :( Provides: clamav-server = %{version}-%{release} Obsoletes: clamav-server < %{version}-%{release} Provides: clamav-server-sysv = %{version}-%{release} Obsoletes: clamav-server-sysv < %{version}-%{release} Provides: clamav-scanner = %{version}-%{release} Obsoletes: clamav-scanner < %{version}-%{release} Provides: clamav-scanner-upstart = %{version}-%{release} Obsoletes: clamav-scanner-upstart < %{version}-%{release} Provides: clamav-server-sysvinit = %{version}-%{release} Obsoletes: clamav-server-sysvinit < %{version}-%{release} %description -n clamd The Clam AntiVirus Daemon %package milter Summary: The Clam AntiVirus sendmail-milter Daemon Group: Applications/System Requires: clamd = %{version}-%{release} Requires: /usr/sbin/sendmail Provides: clamav-milter-sysv = %{version}-%{release} Obsoletes: clamav-milter-sysv < %{version}-%{release} Provides: clamav-milter-sysvinit = %{version}-%{release} Obsoletes: clamav-milter-sysvinit < %{version}-%{release} %description milter The Clam AntiVirus sendmail-milter Daemon %package db Summary: Virus database for %{name} Group: Applications/Databases ### Remove circular dependency #Requires: clamav = %{version}-%{release} Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd ### Fedora Extras introduced them differently :( Provides: clamav-update = %{version}-%{release} Obsoletes: clamav-update < %{version}-%{release} Provides: clamav-data = %{version}-%{release} Obsoletes: clamav-data < %{version}-%{release} Obsoletes: clamav-data-empty <= %{version}-%{release} # Ugly to put these in the db-package, but needed # here to handle upgrades on EL5. Provides: clamav-filesystem = %{version}-%{release} Obsoletes: clamav-filesystem < %{version}-%{release} %description db The actual virus database for %{name} %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: clamav = %{version}-%{release} ### Fedora Extras introduced them differently :( Obsoletes: libclamav-static-devel <= %{version}-%{release} Obsoletes: libclamav-devel <= %{version}-%{release} Provides: libclamav-static-devel, libclamav-devel %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %prep %setup -n %{name}-%{version} %if 0%{?rhel} == 6 %patch1 -p1 %patch2 -p1 %endif %patch3 -p1 %patch4 -p1 %patch5 -p1 %{__cat} <clamav-milter.sysconfig ### Simple config file for clamav-milter, you should ### read the documentation and tweak it as you wish. CLAMAV_FLAGS=" --config-file=%{_sysconfdir}/clamd.conf --force-scan --local --max-children=10 --noreject --outgoing --quiet " SOCKET_ADDRESS="local:%{_localstatedir}/clamav/clmilter.socket" EOF %build CFLAGS="$RPM_OPT_FLAGS -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -fPIE -pie -Wl,-z,relro,-z,now" export CFLAGS %configure \ --program-prefix="%{?_program_prefix}" \ --disable-clamav \ --disable-static \ --enable-clamdtop \ --disable-zlib-vcheck \ --enable-dns \ --enable-id-check \ %{!?_without_milter:--enable-milter} \ --with-dbdir="%{_localstatedir}/clamav" \ --with-group="clamav" \ --with-libcurl \ --with-user="clamav" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" # Remove samples mv -f %{buildroot}%{_sysconfdir}/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf mv -f %{buildroot}%{_sysconfdir}/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf mv -f %{buildroot}%{_sysconfdir}/clamav-milter.conf.sample %{buildroot}%{_sysconfdir}/clamav-milter.conf %if 0%{?rhel} < 7 %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd %endif %{__install} -Dp -m0755 %{SOURCE5} %{buildroot}%{_sysconfdir}/cron.hourly/freshclam %{__install} -Dp -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/freshclam %{__install} -Dp -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/clamav #%{__install} -Dp -m0755 %{SOURCE6} %{buildroot}/usr/bin/clamav_updater.sh %if %{!?_without_milter:1}0 %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter %else %{__rm} %{buildroot}%{_mandir}/man8/clamav-milter.8* %endif # Install clamav-wrapper: tar xjf %{SOURCE13} -C %{buildroot}/%{_prefix}/share %{__install} -d -m0755 %{buildroot}%{_localstatedir}/log/clamav/ touch %{buildroot}%{_localstatedir}/log/clamav/freshclam.log touch %{buildroot}%{_localstatedir}/log/clamav/clamd.log %{__install} -d -m0755 %{buildroot}%{_localstatedir}/run/clamav/ %{__install} -d -m0755 %{buildroot}%{_localstatedir}/clamav/ %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/clamd.d/ %if 0%{?rhel} > 6 %{__install} -d -m 0755 %{buildroot}%_tmpfilesdir/ %{__install} -Dp -m0755 %{SOURCE7} %{buildroot}%_tmpfilesdir/clamd.conf %endif %{__install} -Dp -m0644 %{SOURCE14} %{buildroot}%{_localstatedir}/clamav/main.cvd %{__install} -Dp -m0644 %{SOURCE15} %{buildroot}%{_localstatedir}/clamav/daily.cvd %post /sbin/ldconfig ZONES="/usr/share/zoneinfo/zone.tab" CONFIG="/etc/sysconfig/clock" if [ -r "$CONFIG" -a -r "$ZONES" ]; then source "$CONFIG" export CODE="$(grep -E "\b$ZONE\b" "$ZONES" | head -1 | cut -f1 | tr [A-Z] [a-z])" fi if [ -z "$CODE" ]; then export CODE="local" fi %{__perl} -pi -e ' s|^(DatabaseMirror) database\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|; s|^(DatabaseMirror) db\.\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|; ' %{_sysconfdir}/freshclam.conf{,.rpmnew} &>/dev/null || : %postun -p /sbin/ldconfig %pre -n clamd /usr/sbin/groupadd -r clamav 2>/dev/null || : /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || : %post -n clamd if [ $1 = 2 ]; then %if 0%{?rhel} > 6 /bin/systemctl daemon-reload || : if [ "$(readlink /etc/systemd/system/clamd.service)" \!= "/usr/lib/systemd/system/clamav-daemon.service" ]; then /bin/systemctl disable clamav-daemon > /dev/null 2>&1 || : fi /bin/systemctl enable clamav-daemon > /dev/null 2>&1 || : /bin/systemctl restart clamav-daemon > /dev/null 2>&1 || : %else /sbin/chkconfig --add clamd || : /sbin/service clamd condrestart > /dev/null 2>&1 || : %endif fi %if 0%{?rhel} > 6 /bin/systemd-tmpfiles --create %_tmpfilesdir/clamd.conf || : %endif %if 0%{?rhel} < 7 %preun -n clamd if [ $1 -eq 0 ]; then /sbin/service clamd stop &>/dev/null || : /sbin/chkconfig --del clamd || : fi %endif %if 0%{?rhel} < 7 %postun -n clamd /sbin/service clamd condrestart &>/dev/null || : %endif %post milter /sbin/chkconfig --add clamav-milter %preun milter if [ $1 -eq 0 ]; then /sbin/service clamav-milter stop &>/dev/null || : /sbin/chkconfig --del clamav-milter fi %postun milter /sbin/service clamav-milter condrestart &>/dev/null || : %pre db /usr/sbin/groupadd -r clamav 2>/dev/null || : /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || : %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README test/ %doc docs/*.pdf %doc %{_mandir}/man1/sigtool.1* %doc %{_mandir}/man1/clamscan.1* #%doc %{_mandir}/man1/clamsubmit.1* %doc %{_mandir}/man1/freshclam.1* %doc %{_mandir}/man5/freshclam.conf.5* %config(noreplace) %{_sysconfdir}/freshclam.conf %{_bindir}/clamscan %{_bindir}/clambc %{_bindir}/freshclam #%{_bindir}/clamav_updater.sh %{_bindir}/sigtool %{_libdir}/libclamav.so* %{_libdir}/libclamunrar.so* %{_libdir}/libclamunrar_iface.so* %files -n clamd %defattr(-, root, root, 0755) #%doc contrib/clamdwatch/ etc/clamd.conf #%doc etc/clamd.conf %doc %{_mandir}/man1/clamdscan.1* %doc %{_mandir}/man1/clamconf.1* %doc %{_mandir}/man1/clamdtop.1* %doc %{_mandir}/man1/clambc.1* %doc %{_mandir}/man5/clamd.conf.5* %doc %{_mandir}/man8/clamd.8* %config(noreplace) %{_sysconfdir}/clamd.conf %config(noreplace) %{_sysconfdir}/logrotate.d/clamav %if 0%{?rhel} < 7 %config %{_initrddir}/clamd %endif %{_sbindir}/clamd %{_bindir}/clamconf %{_bindir}/clamdscan %{_bindir}/clamdtop %doc %{_prefix}/share/clamav/README.clamd-wrapper %{_prefix}/share/clamav/clamd-wrapper %{_sysconfdir}/clamd.d %if 0%{?rhel} > 6 %_tmpfilesdir/clamd.conf %ghost %dir %attr(0710,clamav,clamav) /var/run/clamav /usr/lib/systemd/system/clamav-daemon.service /usr/lib/systemd/system/clamav-daemon.socket /usr/lib/systemd/system/clamav-freshclam.service %endif %defattr(0644, clamav, clamav, 0755) %{_localstatedir}/run/clamav/ %dir %{_localstatedir}/clamav/ %dir %{_localstatedir}/log/clamav/ %ghost %{_localstatedir}/log/clamav/clamd.log #%exclude %{_localstatedir}/clamav/* %if %{!?_without_milter:1}0 %files milter %defattr(-, root, root, 0755) #%doc clamav-milter/INSTALL %doc %{_mandir}/man8/clamav-milter.8* %config(noreplace) %{_sysconfdir}/sysconfig/clamav-milter %config(noreplace) %{_sysconfdir}/clamav-milter.conf %config %{_initrddir}/clamav-milter %{_sbindir}/clamav-milter %doc %{_mandir}/man5/clamav-milter.conf.5* %endif %files db %defattr(-, root, root, 0755) %config(noreplace) %{_sysconfdir}/cron.hourly/freshclam %config(noreplace) %{_sysconfdir}/logrotate.d/freshclam %defattr(0644, clamav, clamav, 0755) %config(noreplace) %verify(user group mode) %{_localstatedir}/clamav/ %dir %{_localstatedir}/log/clamav/ %ghost %{_localstatedir}/log/clamav/freshclam.log %config %verify(not size md5 mtime) %{_localstatedir}/clamav/*.cvd %files devel %defattr(-, root, root, 0755) %{_bindir}/clamav-config %{_includedir}/clamav.h %{_libdir}/libclamav.so %{_libdir}/libclamunrar.so %{_libdir}/libclamunrar_iface.so %{_libdir}/pkgconfig/libclamav.pc %exclude %{_libdir}/libclamav.la %exclude %{_libdir}/libclamunrar.la %exclude %{_libdir}/libclamunrar_iface.la %changelog * Wed Jan 18 2017 Support - 0.99.2-34 - Add default database files * Wed Jan 18 2017 Support - 0.99.2-33 - Fix to exclude sockets from realtime scanning * Thu Jan 5 2017 Support - 0.99.2-32 - Add service alias for clamd * Thu May 5 2016 Support - 0.99.2-30 - Remove sysv init script for EL7 * Thu May 5 2016 Support - 0.99.2-29 - Update to 0.99.2 * Wed Apr 6 2016 Support - 0.99.1-28 - Add tmpfiles.d for el7 /var/run/clamav * Fri Mar 18 2016 Support - 0.99.1-27 - Add /etc/clamd.d and clamd-wrapper components * Fri Mar 4 2016 Support - 0.99.1-26 - Update to 0.99.1 * Wed Dec 2 2015 Support - 0.99-25 - Update to 0.99 * Wed Apr 29 2015 Support - 0.98.7-24 - Update to 0.98.7 * Thu Apr 16 2015 Support - 0.98.6-23 - Minor fix for EL7 and other systemd based systems to speed up start time * Thu Jan 29 2015 Support - 0.98.6-22 - Update to 0.98.6 * Wed Jan 21 2015 Support - 0.98.5-21 - Add OnAccessPreventAccess option to enable/disable on-access enforcement mode - Improved mount detection, and locking condition prevention * Tue Jan 6 2015 Support - 0.98.5-20 - Add extended fanotify mount support. * Thu Nov 20 2014 Support - 0.98.5-19 - Update to 0.98.5 * Wed Jun 18 2014 Support - 0.98.4-18 - Update to 0.98.4 * Mon May 12 2014 Support - 0.98.3-17 - Bugfix #1551, fix for unrar support * Fri May 9 2014 Support - 0.98.3-16 - Update to 0.98.3 * Mon Jan 20 2014 Support - 0.98.1-15 - Update to 0.98.1 * Mon Jan 13 2014 Support - 0.98-14 - Add fanotify support * Wed Sep 25 2013 Support - 0.98-12 - Update to 0.98 * Thu Apr 25 2013 Support - 0.97.8-11 - Update to 0.97.8 * Fri Mar 15 2013 Support - 0.97.7-10 - Update to 0.97.7 * Thu Oct 11 2012 Support - 0.97.6-9 - Feature Request #925, remove clamav_updater.sh from package * Tue Sep 18 2012 Support - 0.97.6-8 - Update to 0.97.6 * Wed Jun 20 2012 Support - 0.97.5-7 - Bugfix for clamav bugid#5252 * Fri Jun 15 2012 Support - 0.97.5-6 - Update to 0.97.5 * Thu Mar 22 2012 Support - 0.97.4-1506 - Update to 0.97.4 * Fri Feb 17 2012 Support - 0.97.3-1505 - Add Async reload patch * Wed Oct 19 2011 Support - 0.97.3-1504 - Update to 0.97.3 * Wed Jul 27 2011 Support - 0.97.2-1503 - Update to 0.97.2 * Thu Jun 9 2011 Support - 0.97.1-1 - Update to 0.97.1 * Wed Feb 9 2011 Support - 0.97-1 - Update to 0.97 * Wed Dec 1 2010 Support - 0.96.5-1 - Update to 0.96.5 * Mon Nov 1 2010 Support - 0.96.4-1 - Feature Request #347, Changed freshclam period from daily to hourly * Sun Oct 31 2010 Support - 0.96.4-1 - Happy Halloween! - Update to 0.96.4 * Wed Sep 22 2010 Support - 0.96.3-1 - Update to 0.96.3 * Thu Aug 12 2010 Support - 0.96.2-1 - Update to 0.96.2 * Fri May 21 2010 Support - 0.96.1-1 - Update to 0.96.1 * Thu Apr 1 2010 Scott R. Shinn - 0.96 - Update to 0.96 * Mon Nov 2 2009 Scott R. Shinn - 0.95.3-1 - Update to 0.95.3 - Added dazuko device open patch - Added cli options patch * Thu Jun 11 2009 Scott R. Shinn - 0.95.2-1 - Update to 0.95.2 * Thu Apr 9 2009 Scott R. Shinn - 0.95.1-1 - Update to 0.95.1 * Fri Apr 3 2009 Scott R. Shinn - 0.95-5 - Test build with devel-20090403 snapshot * Tue Mar 24 2009 Scott R. Shinn - 0.95-4 - update to 0.95 * Tue Mar 17 2009 Scott R. Shinn - 0.95-3 - Update to 0.95rc2 * Sun Mar 1 2009 Scott R. Shinn - 0.95-2 - Updated freshclam.cron to use the new flag (--log-verbose was deprecated) * Thu Feb 26 2009 Scott R. Shinn - 0.95-1 - Update to 0.95rc1 * Fri Jan 23 2009 Scott R. Shinn - 0.94.2-3 - Bugfix on clamav_updater to correctly look for clamd.conf - Added test code to verify a ruleset is valid before moving it to the clamav dir * Wed Jan 21 2009 Scott R. Shinn - 0.94.2-2 - Re-wrote clamav_updater.sh, adds in support for new SANE rules, SecuriteInfo, and MSRBL image spam * Wed Nov 26 2008 Scott R. Shinn - 0.94.2-1 - update to 0.94.2 * Mon Nov 3 2008 Scott R. Shinn - 0.94.1-1 - update to 0.94.1 - Fix for clamav_updater userid detection * Wed Sep 3 2008 Scott R. Shinn - 0.94-1 - update to 0.94 * Tue Jun 10 2008 Scott R. Shinn - 0.93.1-1 - update to 0.93.1 * Fri May 2 2008 Scott R. Shinn - 0.93-2 - Bugfix #112, corrected typo in logrotate.d/clamav script * Mon Apr 14 2008 Scott R. Shinn - 0.93-1 - update to 0.93 * Wed Mar 5 2008 Scott R. Shinn - 0.92.1-2 - remerge with dag - Shifted the .spec builds for logrotate, and cron jobs to source files - Added 3rd-party signature DB updater, this points to the atomicorp.com mirror by default - Added userid detection and 3rd-party updates into freshclam.cron * Mon Feb 11 2008 Dag Wieers - 0.92.1-1 - Updated to release 0.92.1. * Thu Dec 13 2007 Dag Wieers - 0.92-1 - Updated to release 0.92. * Tue Aug 21 2007 Dag Wieers - 0.91.2-1 - Updated to release 0.91.2. * Tue Jul 17 2007 Dag Wieers - 0.91.1-1 - Updated to release 0.91.1. * Wed Jul 11 2007 Dag Wieers - 0.91-1 - Updated to release 0.91. * Thu May 31 2007 Dag Wieers - 0.90.3-1 - Updated to release 0.90.3. * Fri Apr 27 2007 Dag Wieers - 0.90.2-2 - Added clamav-milter support for EL2.1 now that it comes with a newer sendmail. (Tom G. Christensen) * Sun Apr 15 2007 Dag Wieers - 0.90.2-1 - Updated to release 0.90.2. * Fri Mar 09 2007 Dag Wieers - 0.90.1-4 - Removed circular dependency. * Thu Mar 08 2007 Dag Wieers - 0.90.1-3 - Cleaned up default options to clamav-milter. (Adam T. Bowen) - Removed -b/--bounce as it is no longer recognized. (Gerald Teschl) * Mon Mar 05 2007 Dag Wieers - 0.90.1-2 - Removed the erroneous --dont-clean-log from the clamav-milter sysconfig. (Gerald Teschl) * Fri Mar 02 2007 Dag Wieers - 0.90.1-1 - Updated to release 0.90.1. * Tue Feb 20 2007 Dag Wieers - 0.90-3 - Do the right thing... * Mon Feb 19 2007 Dag Wieers - 0.90-2 - The tarball was re-rolled before public release. Sigh. * Tue Feb 13 2007 Dag Wieers - 0.90-1 - Updated to release 0.90. * Tue Dec 12 2006 Dag Wieers - 0.88.7-1 - Updated to release 0.88.7. * Sun Nov 05 2006 Dag Wieers - 0.88.6-1 - Updated to release 0.88.6. - Added condrestart to sysv scripts. (Tsai Li Ming) * Sat Oct 28 2006 Dag Wieers - 0.88.5-2 - Added missing clamav dependency to clamav-db. * Sun Oct 15 2006 Dag Wieers - 0.88.5-1 - Updated to release 0.88.5. * Mon Aug 07 2006 Dag Wieers - 0.88.4-1 - Updated to release 0.88.4. * Mon Aug 07 2006 Dag Wieers - 0.88.3-2 - Incorporated UPX heap overflow fix. * Sat Jul 01 2006 Dag Wieers - 0.88.3-1 - Updated to release 0.88.3. * Sun Apr 30 2006 Dag Wieers - 0.88.2-1 - Updated to release 0.88.2. * Tue Apr 04 2006 Dag Wieers - 0.88.1-1 - Updated to release 0.88.1. * Mon Jan 09 2006 Dag Wieers - 0.88-1 - Updated to release 0.88. * Sun Nov 13 2005 Dries Verachtert - 0.87.1-1 - Updated to release 0.87.1. * Sat Sep 17 2005 Dag Wieers - 0.87-1 - Updated to release 0.87. * Mon Jul 25 2005 Dag Wieers - 0.86.2-1 - Updated to release 0.86.2. * Mon Jul 11 2005 Dag Wieers - 0.86.1-1 - Updated to release 0.86.1. * Mon May 16 2005 Dag Wieers - 0.85.1-1 - Updated to release 0.85.1. * Fri Apr 29 2005 Dag Wieers - 0.84-1 - Updated to release 0.84. * Mon Feb 14 2005 Dag Wieers - 0.83-1 - Updated to release 0.83. * Thu Feb 10 2005 Dag Wieers - 0.82-2 - Fix for false positive on RIFF files. (Roger Jochem) * Mon Feb 07 2005 Dag Wieers - 0.82-1 - Updated to release 0.82. * Thu Jan 27 2005 Dag Wieers - 0.81-1 - Improved logrotate scripts. (Filippo Grassilli) - Updated to release 0.81. * Wed Dec 01 2004 Dag Wieers - 0.80-2 - Added %dir /var/clamav/log. (Adam Bowns) - Changed logrotate script to use clamd.log. (Stuart Schneider) - Added curl dependency. (Petr Kristof) - Synchronized some options from Petr. (Petr Kristof) - Fixed another clamav.conf reference. (Michael Best) * Mon Nov 01 2004 Dag Wieers - 0.80-1 - Updated package description. (Arvin Troels) - Incorporated fixes from Jima. (Jima) - Config clamav.conf renamed to clamd.conf. - Removed obsolete patch. - Added macros for building without milter. - Updated to release 0.80. * Fri Jul 30 2004 Dag Wieers - 0.75.1-1 - Added obsoletes for fedora.us. - Updated to release 0.75.1. * Mon Jul 26 2004 Dag Wieers - 0.75-2 - Fixed a problem where $CODE was empty. * Fri Jul 23 2004 Dag Wieers - 0.75-1 - Updated to release 0.75. * Wed Jun 30 2004 Dag Wieers - 0.74-1 - Updated to release 0.74. * Tue Jun 15 2004 Dag Wieers - 0.73-1 - Updated to release 0.73. * Thu Jun 03 2004 Dag Wieers - 0.72-1 - Updated to release 0.72. * Thu May 20 2004 Dag Wieers - 0.71-1 - Updated to release 0.71. * Sun May 02 2004 Dag Wieers - 0.70-2 - Fixed the installation check for conf files. (Richard Soderberg, Udo Ruecker) - Changed the init-order of the sysv scripts. (Will McCutcheon) - Changes to the default configuration files. * Sat Mar 17 2004 Dag Wieers - 0.70-1 - Updated to release 0.70. * Tue Mar 16 2004 Dag Wieers - 0.68-1 - Updated to release 0.68. * Fri Mar 12 2004 Dag Wieers - 0.67.1-1 - Updated to release 0.67-1. - Added clamdwatch and trashcan to clamd. * Mon Mar 08 2004 Dag Wieers - 0.67-1 - Personalized SPEC file. * Mon Aug 22 2003 Matthias Saou/Che - Added "--without milter" build option. (Matthias Saou) - Fixed freshclam cron (Matthias Saou) - Built the new package. (Che) * Tue Jun 24 2003 Che - clamav-milter introduced. - a few more smaller fixes. * Sun Jun 22 2003 Che - version upgrade * Mon Jun 16 2003 Che - rh9 build - various fixes - got rid of rpm-helper prereq * Fri Mar 24 2003 Che - some cleanups and fixes - new patch added * Fri Nov 22 2002 Che - fixed a config patch issue * Fri Nov 22 2002 Che - version upgrade and some fixes * Sat Nov 02 2002 Che - version upgrade * Wed Oct 24 2002 Che - some important changes for lsb compliance * Wed Oct 23 2002 Che - initial rpm release