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

Contents of /rpms/clamav/sme9/clamav.spec

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


Revision 1.23 - (show annotations) (download)
Mon Nov 12 22:37:19 2018 UTC (5 years, 7 months ago) by jcrisp
Branch: MAIN
Changes since 1.22: +88 -4 lines
Add updated sources file with zlib-1.2.7

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

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