/[smeserver]/rpms/clamav/sme9/clamav.spec
ViewVC logotype

Annotation of /rpms/clamav/sme9/clamav.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (hide annotations) (download)
Sat Jun 21 21:01:16 2014 UTC (9 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: clamav-0_98_4-2_el6_sme
Changes since 1.11: +10 -6 lines
* Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme
- Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457]
- Remove Packager and Vendor from spec file.

1 slords 1.1 # $Id$
2     # Authority: dag
3     # Upstream: <clamav-devel$lists,sf,net>
4    
5     ### FIXME: Sysv script does not have condrestart option (redo sysv script)
6     ### FIXME: amavisd-new requires clamd to run as user vscan, solution needed
7     ### REMINDER: Look and sync with Petr Kristof's work
8    
9     %{?el3:%define _without_milter 1}
10     %{?rh9:%define _without_milter 1}
11     %{?rh7:%define _without_milter 1}
12     %{?el2:%define _without_milter 1}
13    
14     Summary: Anti-virus software
15     Name: clamav
16 wellsi 1.11 Version: 0.98.4
17 wellsi 1.12 Release: 2%{?dist}
18 slords 1.1 License: GPL
19     Group: Applications/System
20     URL: http://www.clamav.net/
21    
22 wellsi 1.6 Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz
23 slords 1.1 Source1: clamav.init
24     Source2: clamav-milter.init
25 wellsi 1.6 Source10: http://db.local.clamav.net/main.cvd
26     Source11: http://db.local.clamav.net/daily.cvd
27 slords 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
28    
29     BuildRequires: bzip2-devel
30     BuildRequires: curl-devel
31     BuildRequires: gmp-devel
32     BuildRequires: ncurses-devel
33     BuildRequires: zlib-devel
34     %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12}
35     BuildRequires: check-devel
36 wellsi 1.12 BuildRequires: openssl-devel
37     BuildRequires: libxml2-devel
38    
39 slords 1.1
40     ### Do not require the latest release of clamav-db specifically (people may use freshclam onward)
41     #Requires: clamav-db = %{version}-%{release}
42     Requires: clamav-db
43    
44     ### Fedora Extras introduced them differently :(
45     Obsoletes: libclamav <= %{version}-%{release}
46     Obsoletes: clamav-lib <= %{version}-%{release}
47     Provides: libclamav
48    
49     %description
50     Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose of
51     this software is the integration with mail servers (attachment scanning).
52     The package provides a flexible and scalable multi-threaded daemon, a
53     command line scanner, and a tool for automatic updating via Internet.
54    
55     The programs are based on a shared library distributed with the Clam
56     AntiVirus package, which you can use with your own software. Most
57     importantly, the virus database is kept up to date
58    
59     %package -n clamd
60     Summary: The Clam AntiVirus Daemon
61     Group: System Environment/Daemons
62     Requires: clamav = %{version}-%{release}
63     Requires(pre): /usr/sbin/groupadd
64     Requires(pre): /usr/sbin/useradd
65    
66     ### Fedora Extras introduced them differently :(
67     Obsoletes: clamav-server <= %{version}-%{release}
68    
69     %description -n clamd
70     The Clam AntiVirus Daemon
71    
72     %package milter
73     Summary: The Clam AntiVirus sendmail-milter Daemon
74     Group: Applications/System
75     Requires: clamd = %{version}-%{release}
76     Requires: smtpdaemon
77    
78     %description milter
79     The Clam AntiVirus sendmail-milter Daemon
80    
81     %package db
82     Summary: Virus database for %{name}
83     Group: Applications/Databases
84     ### Remove circular dependency
85     #Requires: clamav = %{version}-%{release}
86     Requires(pre): /usr/sbin/groupadd
87     Requires(pre): /usr/sbin/useradd
88    
89     ### Fedora Extras introduced them differently :(
90     Obsoletes: clamav-update <= %{version}-%{release}
91     Obsoletes: clamav-data <= %{version}-%{release}
92    
93     %description db
94     The actual virus database for %{name}
95    
96     %package devel
97     Summary: Header files, libraries and development documentation for %{name}
98     Group: Development/Libraries
99     Requires: clamav = %{version}-%{release}
100    
101     ### Fedora Extras introduced them differently :(
102     Obsoletes: libclamav-static-devel <= %{version}-%{release}
103     Obsoletes: libclamav-devel <= %{version}-%{release}
104     Provides: libclamav-static-devel, libclamav-devel
105    
106     %description devel
107     This package contains the header files, static libraries and development
108     documentation for %{name}. If you like to develop programs using %{name},
109     you will need to install %{name}-devel.
110    
111     %prep
112     %setup
113    
114     %{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g;' libtool configure
115    
116     %{__perl} -pi.orig -e '
117     s|\@DBDIR\@|\$(localstatedir)/clamav|g;
118     s|\@DBINST\@|\$(localstatedir)/clamav|g;
119     s|\@CFGDIR\@|\$(sysconfdir)|g;
120     s|\@CFGINST\@|\$(sysconfdir)|g;
121     s|^\@INSTALL_CLAMAV_CONF_TRUE\@|\t|g;
122     s|^\@INSTALL_FRESHCLAM_CONF_TRUE\@|\t|g;
123     ' database/Makefile.in etc/Makefile.in
124    
125 wellsi 1.4 %{__perl} -pi -e '
126 slords 1.1 s|^(Example)|#$1|;
127     s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamd.log|;
128     s|^#(LogFileMaxSize) .*|$1 0|;
129     s|^#(LogTime)|$1|;
130     s|^#(LogSyslog)|$1|;
131     s|^#(PidFile) .+$|$1 %{_localstatedir}/run/clamav/clamd.pid|;
132     s|^#(TemporaryDirectory) .+$|$1 %{_localstatedir}/tmp|;
133     s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;
134     s|^#(LocalSocket) .+$|$1 %{_localstatedir}/run/clamav/clamd.sock|;
135     s|^#(FixStaleSocket)|$1|;
136     s|^#(TCPSocket) .+$|$1 3310|;
137     s|^#(TCPAddr) .+$|$1 127.0.0.1|;
138     s|^#(MaxConnectionQueueLength) .+$|$1 30|;
139     s|^#(StreamSaveToDisk)|$1|;
140     s|^#(MaxThreads) .+$|$1 50|;
141     s|^#(ReadTimeout) .+$|$1 300|;
142     s|^#(User) .+$|$1 clamav|;
143     s|^#(AllowSupplementaryGroups).*$|$1 yes|;
144     s|^#(ScanPE) .+$|$1 yes|;
145     s|^#(ScanELF) .+$|$1 yes|;
146     s|^#(DetectBrokenExecutables)|$1|;
147     s|^#(ScanOLE2) .+$|$1 yes|;
148     s|^#(ScanMail)|$1|;
149     s|^#(ScanArchive) .+$|$1 yes|;
150     s|^#(ArchiveMaxCompressionRatio) .+|$1 300|;
151     s|^#(ArchiveBlockEncrypted)|$1|;
152     s|^#(ArchiveBlockMax)|$1|;
153 wellsi 1.4 ' etc/clamd.conf.sample >etc/clamd.conf
154 slords 1.1
155 wellsi 1.4 %{__perl} -pi -e '
156 slords 1.1 s|^(Example)|#$1|;
157     s|^#(AllowSupplementaryGroups) .+$|$1 yes|;
158     s|^#(ClamdSocket) .+$|$1 unix:%{_localstatedir}/run/clamav/clamd.sock|;
159     s|^#(LogFile) .+$|$1 %{_localstatedir}/log/clamav/clamav-milter.log|;
160     s|^#(LogFileMaxSize) .*|$1 0|;
161     s|^#(LogSyslog)|$1|;
162     s|^#(LogTime)|$1|;
163     s|^#(MilterSocket) /.*$|$1 unix:%{_localstatedir}/clamav/clmilter.socket|;
164     s|^#(User) .+$|$1 clamav|;
165 wellsi 1.4 ' etc/clamav-milter.conf.sample >etc/clamav-milter.conf
166 slords 1.1
167 wellsi 1.4 %{__perl} -p -e '
168 slords 1.1 s|^(Checks) .+$|$1 24|;
169     s|^(Example)|#$1|;
170     s|^#(DatabaseDirectory) .+$|$1 %{_localstatedir}/clamav|;
171     s|^#(DatabaseOwner) .+$|$1 clamav|;
172     s|^#(LogSyslog)|$1|;
173     s|^#(NotifyClamd) .+$|$1 %{_sysconfdir}/clamd.conf|;
174     s|^#(UpdateLogFile) .+$|$1 %{_localstatedir}/log/clamav/freshclam.log|;
175 wellsi 1.4 ' etc/freshclam.conf.sample >etc/freshclam.conf
176 slords 1.1
177     %{__cat} <<EOF >clamd.logrotate
178     %{_localstatedir}/log/clamav/clamd.log {
179     missingok
180     notifempty
181     create 644 clamav clamav
182     postrotate
183     killall -HUP clamd 2>/dev/null || :
184     endscript
185     }
186     EOF
187    
188     %{__cat} <<EOF >freshclam.logrotate
189     %{_localstatedir}/log/clamav/freshclam.log {
190     missingok
191     notifempty
192     create 644 clamav clamav
193     }
194     EOF
195    
196     %{__cat} <<'EOF' >freshclam.cron
197     #!/bin/sh
198    
199     ### A simple update script for the clamav virus database.
200     ### This could as well be replaced by a SysV script.
201    
202     %{_bindir}/freshclam --quiet
203     EOF
204    
205     %{__cat} <<EOF >clamav-milter.sysconfig
206     ### Simple config file for clamav-milter, you should
207     ### read the documentation and tweak it as you wish.
208    
209     CLAMAV_FLAGS="--config-file=%{_sysconfdir}/clamav-milter.conf"
210     EOF
211    
212     %build
213     %configure \
214     --program-prefix="%{?_program_prefix}" \
215     --disable-clamav \
216     --disable-llvm \
217     --disable-static \
218     --disable-zlib-vcheck \
219     --enable-check \
220     --enable-clamdtop \
221     --enable-dns \
222     --enable-id-check \
223     %{!?_without_milter:--enable-milter} \
224     --with-dbdir="%{_localstatedir}/clamav" \
225     --with-group="clamav" \
226     --with-libcurl \
227     --with-user="clamav"
228     ### Disable JIT until it is implemented securely (RHbz #573191)
229     # --enable-llvm \
230     %{__make} %{?_smp_mflags}
231    
232     %install
233     %{__rm} -rf %{buildroot}
234     %{__make} install DESTDIR="%{buildroot}"
235    
236     %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd
237 wellsi 1.4 %{__install} -Dp -m0644 etc/freshclam.conf %{buildroot}%{_sysconfdir}/freshclam.conf
238 slords 1.1 %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam
239     %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
240 wellsi 1.4 %{__install} -Dp -m0644 etc/clamd.conf %{buildroot}%{_sysconfdir}/clamd.conf
241 slords 1.1 %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav
242    
243     %if %{!?_without_milter:1}0
244 wellsi 1.4 %{__install} -Dp -m0644 etc/clamav-milter.conf %{buildroot}%{_sysconfdir}/clamav-milter.conf
245 slords 1.1 %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter
246     %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter
247     %else
248     %{__rm} %{buildroot}%{_mandir}/man8/clamav-milter.8*
249     %endif
250    
251     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/log/clamav/
252     touch %{buildroot}%{_localstatedir}/log/clamav/freshclam.log
253     touch %{buildroot}%{_localstatedir}/log/clamav/clamd.log
254    
255     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/clamav/
256     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/run/clamav/
257    
258     #touch %{buildroot}%{_localstatedir}/clamav/daily.cld
259     #touch %{buildroot}%{_localstatedir}/clamav/main.cld
260    
261     %{__install} -Dp -m0644 %SOURCE10 %{buildroot}%{_localstatedir}/clamav/main.cvd
262     %{__install} -Dp -m0644 %SOURCE11 %{buildroot}%{_localstatedir}/clamav/daily.cvd
263    
264     %post
265     /sbin/ldconfig
266    
267     ZONES="/usr/share/zoneinfo/zone.tab"
268     CONFIG="/etc/sysconfig/clock"
269    
270     if [ -r "$CONFIG" -a -r "$ZONES" ]; then
271     source "$CONFIG"
272     export CODE="$(grep -E "\b$ZONE\b" "$ZONES" | head -1 | cut -f1 | tr '[A-Z]' '[a-z]')"
273     fi
274    
275     if [ -z "$CODE" ]; then
276     export CODE="local"
277     fi
278    
279     %{__perl} -pi -e '
280     s|^(DatabaseMirror) database\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
281     s|^(DatabaseMirror) db\.\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
282     ' %{_sysconfdir}/freshclam.conf{,.rpmnew} &>/dev/null || :
283    
284     %postun -p /sbin/ldconfig
285    
286     %pre -n clamd
287     /usr/sbin/groupadd -r clamav 2>/dev/null || :
288     /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || :
289    
290     %post -n clamd
291     /sbin/chkconfig --add clamd
292    
293     %preun -n clamd
294     if [ $1 -eq 0 ]; then
295     /sbin/service clamd stop &>/dev/null || :
296     /sbin/chkconfig --del clamd
297     fi
298    
299     %postun -n clamd
300     /sbin/service clamd condrestart &>/dev/null || :
301    
302     %post milter
303     /sbin/chkconfig --add clamav-milter
304    
305     %preun milter
306     if [ $1 -eq 0 ]; then
307     /sbin/service clamav-milter stop &>/dev/null || :
308     /sbin/chkconfig --del clamav-milter
309     fi
310    
311     %postun milter
312     /sbin/service clamav-milter condrestart &>/dev/null || :
313    
314     %pre db
315     /usr/sbin/groupadd -r clamav 2>/dev/null || :
316     /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || :
317    
318     %clean
319     %{__rm} -rf %{buildroot}
320    
321     %files
322     %defattr(-, root, root, 0755)
323     %doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README
324 wellsi 1.4 %doc etc/freshclam.conf.sample
325     %doc docs/*.pdf
326 slords 1.1 ### Remove test virus documents as they trigger clamav
327     #%doc test/
328     %doc %{_mandir}/man1/sigtool.1*
329     %doc %{_mandir}/man1/clambc.1*
330     %doc %{_mandir}/man1/clamscan.1*
331 wellsi 1.8 %doc %{_mandir}/man1/clamsubmit.1*
332 slords 1.1 %doc %{_mandir}/man1/freshclam.1*
333     %doc %{_mandir}/man5/freshclam.conf.5*
334     %config(noreplace) %{_sysconfdir}/freshclam.conf
335     %{_bindir}/clambc
336     %{_bindir}/clamscan
337     %{_bindir}/freshclam
338     %{_bindir}/sigtool
339     %{_libdir}/libclamav.so.*
340     %{_libdir}/libclamunrar.so.*
341     %{_libdir}/libclamunrar_iface.so.*
342     # moved from -devel to here so clamd can work with rars when clamav-devel is not installed.
343     %{_libdir}/libclamav.so
344     %{_libdir}/libclamunrar.so
345     %{_libdir}/libclamunrar_iface.so
346 wellsi 1.4 %exclude %{_sysconfdir}/freshclam.conf.sample
347 slords 1.1
348     %files -n clamd
349     %defattr(-, root, root, 0755)
350 wellsi 1.4 %doc etc/clamd.conf.sample
351 slords 1.1 %doc %{_mandir}/man1/clambc.1*
352     %doc %{_mandir}/man1/clamconf.1*
353     %doc %{_mandir}/man1/clamdscan.1*
354     %doc %{_mandir}/man1/clamdtop.1*
355     %doc %{_mandir}/man5/clamd.conf.5*
356     %doc %{_mandir}/man8/clamd.8*
357     %config(noreplace) %{_sysconfdir}/clamd.conf
358     %config(noreplace) %{_sysconfdir}/logrotate.d/clamav
359     %config %{_initrddir}/clamd
360     %{_sbindir}/clamd
361     %{_bindir}/clamconf
362     %{_bindir}/clamdscan
363     %{_bindir}/clamdtop
364    
365     %defattr(0644, clamav, clamav, 0755)
366     %{_localstatedir}/run/clamav/
367     %dir %{_localstatedir}/clamav/
368     %dir %{_localstatedir}/log/clamav/
369     %ghost %{_localstatedir}/log/clamav/clamd.log
370 wellsi 1.4
371 slords 1.1 %exclude %{_localstatedir}/clamav/*
372 wellsi 1.4 %exclude %{_sysconfdir}/clamd.conf.sample
373 slords 1.1
374     %if %{!?_without_milter:1}0
375     %files milter
376     %defattr(-, root, root, 0755)
377 wellsi 1.4 %doc etc/clamav-milter.conf.sample
378 slords 1.1 %doc %{_mandir}/man5/clamav-milter.conf.5*
379     %doc %{_mandir}/man8/clamav-milter.8*
380     %config(noreplace) %{_sysconfdir}/clamav-milter.conf
381     %config(noreplace) %{_sysconfdir}/sysconfig/clamav-milter
382     %config %{_initrddir}/clamav-milter
383     %{_sbindir}/clamav-milter
384     %else
385     %exclude %{_mandir}/man5/clamav-milter.conf.5*
386     %endif
387 wellsi 1.4 %exclude %{_sysconfdir}/clamav-milter.conf.sample
388 slords 1.1
389     %files db
390     %defattr(-, root, root, 0755)
391     %config(noreplace) %{_sysconfdir}/cron.daily/freshclam
392     %config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
393    
394     %defattr(0644, clamav, clamav, 0755)
395     %config(noreplace) %verify(user group mode) %{_localstatedir}/clamav/
396     %dir %{_localstatedir}/log/clamav/
397     %ghost %{_localstatedir}/log/clamav/freshclam.log
398    
399     %files devel
400     %defattr(-, root, root, 0755)
401     %{_bindir}/clamav-config
402     %{_includedir}/clamav.h
403     %{_libdir}/pkgconfig/libclamav.pc
404     %exclude %{_libdir}/libclamav.la
405     %exclude %{_libdir}/libclamunrar.la
406     %exclude %{_libdir}/libclamunrar_iface.la
407    
408     %changelog
409 wellsi 1.12 * Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme
410     - Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457]
411     - Remove Packager and Vendor from spec file.
412    
413 wellsi 1.11 * Thu Jun 17 2014 David Beveridge <dave@bevhost.com> - 0.98.4-1
414     - Updates to release 0.98.4.
415    
416 wellsi 1.8 * Thu May 8 2014 David Beveridge <dave@bevhost.com> - 0.98.3-1
417 wellsi 1.12 - Updated to release 0.98.3.
418 wellsi 1.5
419 wellsi 1.12 * Sun Jan 26 2014 David Beveridge <dave@bevhost.com> - 0.98.1-1
420 wellsi 1.8 - Updates to release 0.98.1.
421 wellsi 1.4
422     * Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1
423     - Updated to release 0.98.
424    
425 wellsi 1.8 * Tue May 07 2013 David Hrbáč <david@hrbac.cz> - 0.97.8-1
426 wellsi 1.2 - Updated to release 0.97.8.
427    
428 slords 1.1 * Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1
429     - Updated to release 0.97.7.
430    
431     * Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1
432     - Updated to release 0.97.6.
433    
434 wellsi 1.8 * Mon Jun 25 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-2
435 slords 1.1 - removed missing *.cld files (#183)
436    
437 wellsi 1.8 * Thu Jun 21 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-1
438 slords 1.1 - corrected missing DBs
439     - new upstream release
440    
441     * Sat Jun 16 2012 Dag Wieers <dag@wieers.com> - 0.97.5-1
442     - Updated to release 0.97.5.
443    
444     * Thu Mar 15 2012 Dag Wieers <dag@wieers.com> - 0.97.4-1
445     - Updated to release 0.97.4.
446    
447     * Sat Dec 13 2011 Philip J Perry <phil@elrepo.org> - 0.97.3-2
448     - Fix Requires for clamav-milter to also allow use with Postfix.
449    
450     * Mon Oct 17 2011 Dag Wieers <dag@wieers.com> - 0.97.3-1
451     - Updated to release 0.97.3.
452    
453     * Mon Jul 25 2011 Dag Wieers <dag@wieers.com> - 0.97.2-1
454     - Updated to release 0.97.2.
455    
456     * Thu Jun 09 2011 Dag Wieers <dag@wieers.com> - 0.97.1-1
457     - Updated to release 0.97.1.
458    
459     * Tue Feb 08 2011 Dag Wieers <dag@wieers.com> - 0.97-1
460     - Updated to release 0.97.
461    
462     * Tue Nov 30 2010 Dag Wieers <dag@wieers.com> - 0.96.5-1
463     - Updated to release 0.96.5.
464    
465     * Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1
466     - Updated to release 0.96.4.
467    
468 wellsi 1.8 * Tue Sep 21 2010 David Hrbáč <david@hrbac.cz> - 0.96.3-2
469 slords 1.1 - Added buildrequires check-devel.
470    
471     * Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-1
472     - Updated to release 0.96.3.
473    
474     * Tue Aug 17 2010 Dag Wieers <dag@wieers.com> - 0.96.2-2
475     - Added patch that fixes segfault when using SELinux. (Beat Siegenthaler)
476    
477     * Thu Aug 12 2010 Dag Wieers <dag@wieers.com> - 0.96.2-1
478     - Updated to release 0.96.2.
479    
480     * Wed May 19 2010 Dag Wieers <dag@wieers.com> - 0.96.1-1
481     - Updated to release 0.96.1.
482    
483     * Mon May 03 2010 Dag Wieers <dag@wieers.com> - 0.96-3
484     - Restored the LocalSocket configuration option to what it used to be. (Chris Butler)
485    
486     * Wed Apr 07 2010 Dag Wieers <dag@wieers.com> - 0.96-2
487     - Removed test virus documents to prevent triggering clamav itself. (Patrick Mulvany)
488    
489     * Wed Mar 31 2010 Dag Wieers <dag@wieers.com> - 0.96-1
490     - Updated to release 0.96.
491    
492     * Thu Oct 29 2009 Dag Wieers <dag@wieers.com> - 0.95.3-1
493     - Updated to release 0.95.3.
494    
495     * Fri Jun 12 2009 Christoph Maser <cmr@financial.com> - 0.95.2-1
496     - Updated to release 0.95.2.
497    
498     * Mon May 04 2009 Dag Wieers <dag@wieers.com> - 0.95.1-4
499     - Fix the inconsistency between LocalSocket in clamd.conf and clamav-milter.conf. (Gerald Teschl)
500    
501     * Sat May 02 2009 Dag Wieers <dag@wieers.com> - 0.95.1-3
502     - Fix the LocalSocket in clamd.conf. (Gerald Teschl)
503    
504     * Wed Apr 15 2009 Fabian Arrotin <fabian.arrotin@arrfab.net> - 0.95.1-2
505     - Added a missing BuildRequires: ncurses-devel to build clamdtop.
506    
507     * Fri Apr 10 2009 Dag Wieers <dag@wieers.com> - 0.95.1-2
508     - Corrected LogFile definition. (Vadim Druzhin)
509    
510     * Wed Apr 8 2009 Dag Wieers <dag@wieers.com> - 0.95.1-1
511     - Updated to release 0.95.1.
512    
513     * Tue Apr 7 2009 Dries Verachtert <dries@ulyssis.org> - 0.95-3
514     - Ugly fix for clamd which needs the .so files.
515    
516     * Tue Mar 24 2009 Dag Wieers <dag@wieers.com> - 0.95-1
517     - Updated to release 0.95.
518    
519     * Thu Nov 27 2008 Dag Wieers <dag@wieers.com> - 0.94.2-1
520     - Updated to release 0.94.2.
521    
522     * Mon Nov 03 2008 Dag Wieers <dag@wieers.com> - 0.94.1-1
523     - Updated to release 0.94.1.
524    
525     * Tue Sep 02 2008 Dag Wieers <dag@wieers.com> - 0.94-1
526     - Updated to release 0.94.
527    
528     * Wed Jul 09 2008 Dag Wieers <dag@wieers.com> - 0.93.3-1
529     - Updated to release 0.93.3.
530    
531     * Mon Jul 07 2008 Dag Wieers <dag@wieers.com> - 0.93.2-1
532     - Updated to release 0.93.2.
533    
534     * Mon Jun 09 2008 Dag Wieers <dag@wieers.com> - 0.93.1-1
535     - Updated to release 0.93.1.
536    
537     * Wed Apr 16 2008 Dag Wieers <dag@wieers.com> - 0.93-2
538     - Normal build causes linkage against installed library.
539    
540     * Mon Apr 14 2008 Dag Wieers <dag@wieers.com> - 0.93-1
541     - Updated to release 0.93.
542    
543     * Wed Feb 27 2008 Dag Wieers <dag@wieers.com> - queued
544     - Do not require the latest release of clamav-db. (Federico Simoncelli)
545    
546     * Mon Feb 11 2008 Dag Wieers <dag@wieers.com> - 0.92.1-1
547     - Updated to release 0.92.1.
548    
549     * Thu Dec 13 2007 Dag Wieers <dag@wieers.com> - 0.92-1
550     - Updated to release 0.92.
551    
552     * Tue Aug 21 2007 Dag Wieers <dag@wieers.com> - 0.91.2-1
553     - Updated to release 0.91.2.
554    
555     * Tue Jul 17 2007 Dag Wieers <dag@wieers.com> - 0.91.1-1
556     - Updated to release 0.91.1.
557    
558     * Wed Jul 11 2007 Dag Wieers <dag@wieers.com> - 0.91-1
559     - Updated to release 0.91.
560    
561     * Thu May 31 2007 Dag Wieers <dag@wieers.com> - 0.90.3-1
562     - Updated to release 0.90.3.
563    
564     * Fri Apr 27 2007 Dag Wieers <dag@wieers.com> - 0.90.2-2
565     - Added clamav-milter support for EL2.1 now that it comes with a newer sendmail. (Tom G. Christensen)
566    
567     * Sun Apr 15 2007 Dag Wieers <dag@wieers.com> - 0.90.2-1
568     - Updated to release 0.90.2.
569    
570     * Fri Mar 09 2007 Dag Wieers <dag@wieers.com> - 0.90.1-4
571     - Removed circular dependency.
572    
573     * Thu Mar 08 2007 Dag Wieers <dag@wieers.com> - 0.90.1-3
574     - Cleaned up default options to clamav-milter. (Adam T. Bowen)
575     - Removed -b/--bounce as it is no longer recognized. (Gerald Teschl)
576    
577     * Mon Mar 05 2007 Dag Wieers <dag@wieers.com> - 0.90.1-2
578     - Removed the erroneous --dont-clean-log from the clamav-milter sysconfig. (Gerald Teschl)
579    
580     * Fri Mar 02 2007 Dag Wieers <dag@wieers.com> - 0.90.1-1
581     - Updated to release 0.90.1.
582    
583     * Tue Feb 20 2007 Dag Wieers <dag@wieers.com> - 0.90-3
584     - Do the right thing...
585    
586     * Mon Feb 19 2007 Dag Wieers <dag@wieers.com> - 0.90-2
587     - The tarball was re-rolled before public release. Sigh.
588    
589     * Tue Feb 13 2007 Dag Wieers <dag@wieers.com> - 0.90-1
590     - Updated to release 0.90.
591    
592     * Tue Dec 12 2006 Dag Wieers <dag@wieers.com> - 0.88.7-1
593     - Updated to release 0.88.7.
594    
595     * Sun Nov 05 2006 Dag Wieers <dag@wieers.com> - 0.88.6-1
596     - Updated to release 0.88.6.
597     - Added condrestart to sysv scripts. (Tsai Li Ming)
598    
599     * Sat Oct 28 2006 Dag Wieers <dag@wieers.com> - 0.88.5-2
600     - Added missing clamav dependency to clamav-db.
601    
602     * Sun Oct 15 2006 Dag Wieers <dag@wieers.com> - 0.88.5-1
603     - Updated to release 0.88.5.
604    
605     * Mon Aug 07 2006 Dag Wieers <dag@wieers.com> - 0.88.4-1
606     - Updated to release 0.88.4.
607    
608     * Mon Aug 07 2006 Dag Wieers <dag@wieers.com> - 0.88.3-2
609     - Incorporated UPX heap overflow fix.
610    
611     * Sat Jul 01 2006 Dag Wieers <dag@wieers.com> - 0.88.3-1
612     - Updated to release 0.88.3.
613    
614     * Sun Apr 30 2006 Dag Wieers <dag@wieers.com> - 0.88.2-1
615     - Updated to release 0.88.2.
616    
617     * Tue Apr 04 2006 Dag Wieers <dag@wieers.com> - 0.88.1-1
618     - Updated to release 0.88.1.
619    
620     * Mon Jan 09 2006 Dag Wieers <dag@wieers.com> - 0.88-1
621     - Updated to release 0.88.
622    
623     * Sun Nov 13 2005 Dries Verachtert <dries@ulyssis.org> - 0.87.1-1
624     - Updated to release 0.87.1.
625    
626     * Sat Sep 17 2005 Dag Wieers <dag@wieers.com> - 0.87-1
627     - Updated to release 0.87.
628    
629     * Mon Jul 25 2005 Dag Wieers <dag@wieers.com> - 0.86.2-1
630     - Updated to release 0.86.2.
631    
632     * Mon Jul 11 2005 Dag Wieers <dag@wieers.com> - 0.86.1-1
633     - Updated to release 0.86.1.
634    
635     * Mon May 16 2005 Dag Wieers <dag@wieers.com> - 0.85.1-1
636     - Updated to release 0.85.1.
637    
638     * Fri Apr 29 2005 Dag Wieers <dag@wieers.com> - 0.84-1
639     - Updated to release 0.84.
640    
641     * Mon Feb 14 2005 Dag Wieers <dag@wieers.com> - 0.83-1
642     - Updated to release 0.83.
643    
644     * Thu Feb 10 2005 Dag Wieers <dag@wieers.com> - 0.82-2
645     - Fix for false positive on RIFF files. (Roger Jochem)
646    
647     * Mon Feb 07 2005 Dag Wieers <dag@wieers.com> - 0.82-1
648     - Updated to release 0.82.
649    
650     * Thu Jan 27 2005 Dag Wieers <dag@wieers.com> - 0.81-1
651     - Improved logrotate scripts. (Filippo Grassilli)
652     - Updated to release 0.81.
653    
654     * Wed Dec 01 2004 Dag Wieers <dag@wieers.com> - 0.80-2
655     - Added %dir /var/clamav/log. (Adam Bowns)
656     - Changed logrotate script to use clamd.log. (Stuart Schneider)
657     - Added curl dependency. (Petr Kristof)
658     - Synchronized some options from Petr. (Petr Kristof)
659     - Fixed another clamav.conf reference. (Michael Best)
660    
661     * Mon Nov 01 2004 Dag Wieers <dag@wieers.com> - 0.80-1
662     - Updated package description. (Arvin Troels)
663     - Incorporated fixes from Jima. (Jima)
664     - Config clamav.conf renamed to clamd.conf.
665     - Removed obsolete patch.
666     - Added macros for building without milter.
667     - Updated to release 0.80.
668    
669     * Fri Jul 30 2004 Dag Wieers <dag@wieers.com> - 0.75.1-1
670     - Added obsoletes for fedora.us.
671     - Updated to release 0.75.1.
672    
673     * Mon Jul 26 2004 Dag Wieers <dag@wieers.com> - 0.75-2
674     - Fixed a problem where $CODE was empty.
675    
676     * Fri Jul 23 2004 Dag Wieers <dag@wieers.com> - 0.75-1
677     - Updated to release 0.75.
678    
679     * Wed Jun 30 2004 Dag Wieers <dag@wieers.com> - 0.74-1
680     - Updated to release 0.74.
681    
682     * Tue Jun 15 2004 Dag Wieers <dag@wieers.com> - 0.73-1
683     - Updated to release 0.73.
684    
685     * Thu Jun 03 2004 Dag Wieers <dag@wieers.com> - 0.72-1
686     - Updated to release 0.72.
687    
688     * Thu May 20 2004 Dag Wieers <dag@wieers.com> - 0.71-1
689     - Updated to release 0.71.
690    
691     * Sun May 02 2004 Dag Wieers <dag@wieers.com> - 0.70-2
692     - Fixed the installation check for conf files. (Richard Soderberg, Udo Ruecker)
693     - Changed the init-order of the sysv scripts. (Will McCutcheon)
694     - Changes to the default configuration files.
695    
696     * Sat Mar 17 2004 Dag Wieers <dag@wieers.com> - 0.70-1
697     - Updated to release 0.70.
698    
699     * Tue Mar 16 2004 Dag Wieers <dag@wieers.com> - 0.68-1
700     - Updated to release 0.68.
701    
702     * Fri Mar 12 2004 Dag Wieers <dag@wieers.com> - 0.67.1-1
703     - Updated to release 0.67-1.
704     - Added clamdwatch and trashcan to clamd.
705    
706     * Mon Mar 08 2004 Dag Wieers <dag@wieers.com> - 0.67-1
707     - Personalized SPEC file.
708    
709     * Mon Aug 22 2003 Matthias Saou/Che
710     - Added "--without milter" build option. (Matthias Saou)
711     - Fixed freshclam cron (Matthias Saou)
712     - Built the new package. (Che)
713    
714     * Tue Jun 24 2003 Che
715     - clamav-milter introduced.
716     - a few more smaller fixes.
717    
718     * Sun Jun 22 2003 Che
719     - version upgrade
720    
721     * Mon Jun 16 2003 Che
722     - rh9 build
723     - various fixes
724     - got rid of rpm-helper prereq
725    
726     * Fri Mar 24 2003 Che
727     - some cleanups and fixes
728     - new patch added
729    
730     * Fri Nov 22 2002 Che
731     - fixed a config patch issue
732    
733     * Fri Nov 22 2002 Che
734     - version upgrade and some fixes
735    
736     * Sat Nov 02 2002 Che
737     - version upgrade
738    
739     * Wed Oct 24 2002 Che
740     - some important changes for lsb compliance
741    
742     * Wed Oct 23 2002 Che
743     - initial rpm release

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed