/[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.25 - (hide annotations) (download)
Tue Nov 13 16:35:19 2018 UTC (5 years, 7 months ago) by jcrisp
Branch: MAIN
CVS Tags: clamav-0_100_2-4_el6_sme
Changes since 1.24: +4 -1 lines
* Tue Nov 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> - 0.100.2-4
- Fix incorrect version number in the previoius changelog entry

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 jcrisp 1.23 # 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 slords 1.1 Summary: Anti-virus software
21     Name: clamav
22 dani 1.22 Version: 0.100.2
23 jcrisp 1.25 Release: 4%{?dist}
24 jcrisp 1.23 # 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 slords 1.1 Group: Applications/System
33     URL: http://www.clamav.net/
34    
35 wellsi 1.6 Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz
36 slords 1.1 Source1: clamav.init
37     Source2: clamav-milter.init
38 wellsi 1.6 Source10: http://db.local.clamav.net/main.cvd
39     Source11: http://db.local.clamav.net/daily.cvd
40 jcrisp 1.23
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 slords 1.1 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 wellsi 1.12 BuildRequires: openssl-devel
70     BuildRequires: libxml2-devel
71 vip-ire 1.17 BuildRequires: pcre-devel
72 jcrisp 1.23 BuildRequires: xz
73 slords 1.1
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 jcrisp 1.23 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 slords 1.1 ### 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 wellsi 1.4 %{__perl} -pi -e '
167 slords 1.1 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 wellsi 1.4 ' etc/clamd.conf.sample >etc/clamd.conf
195 slords 1.1
196 wellsi 1.4 %{__perl} -pi -e '
197 slords 1.1 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 wellsi 1.4 ' etc/clamav-milter.conf.sample >etc/clamav-milter.conf
207 slords 1.1
208 jcrisp 1.23 %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 wellsi 1.4 %{__perl} -p -e '
224 slords 1.1 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 wellsi 1.4 ' etc/freshclam.conf.sample >etc/freshclam.conf
232 slords 1.1
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 jcrisp 1.23 %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
270     # Cheerfully borrowed from zlib.spec in RHEL/CentOS 7, see
271     # https://git.centos.org/blob/rpms!zlib.git/c7/SPECS!zlib.spec
272     pushd zlib-%{zlibversion}
273     %ifarch ppc64 ppc64le
274     export CFLAGS="$RPM_OPT_FLAGS -fPIC -O3"
275     %else
276     export CFLAGS="$RPM_OPT_FLAGS -fPIC"
277     %endif
278    
279     export LDFLAGS="$LDFLAGS -Wl,-z,relro"
280    
281     ./configure --libdir=%{_libdir} --includedir=%{_includedir} --prefix=%{_prefix} --static
282     make %{?_smp_mflags}
283     make install DESTDIR=%{_builddir}/%{name}-%{version}/zlib-%{zlibversion}-%{zlibrelease}
284     popd
285     %endif
286    
287    
288 slords 1.1 %configure \
289     --program-prefix="%{?_program_prefix}" \
290     --disable-clamav \
291     --disable-llvm \
292     --disable-static \
293     --disable-zlib-vcheck \
294     --enable-check \
295     --enable-clamdtop \
296     --enable-dns \
297     --enable-id-check \
298     %{!?_without_milter:--enable-milter} \
299     --with-dbdir="%{_localstatedir}/clamav" \
300     --with-group="clamav" \
301 vip-ire 1.13 --with-libcurl=%{_prefix} \
302 jpp 1.24 --with-user="clamav" \
303 jcrisp 1.23 %if 0%{?zlibversion:1} && 0%{?zlibrelease:1}
304     --with-zlib=%{_builddir}/%{name}-%{version}/zlib-%{zlibversion}-%{zlibrelease}%{_prefix} \
305     %endif
306    
307 slords 1.1 ### Disable JIT until it is implemented securely (RHbz #573191)
308     # --enable-llvm \
309     %{__make} %{?_smp_mflags}
310    
311     %install
312     %{__rm} -rf %{buildroot}
313     %{__make} install DESTDIR="%{buildroot}"
314    
315     %{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd
316 wellsi 1.4 %{__install} -Dp -m0644 etc/freshclam.conf %{buildroot}%{_sysconfdir}/freshclam.conf
317 slords 1.1 %{__install} -Dp -m0755 freshclam.cron %{buildroot}%{_sysconfdir}/cron.daily/freshclam
318     %{__install} -Dp -m0644 freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
319 wellsi 1.4 %{__install} -Dp -m0644 etc/clamd.conf %{buildroot}%{_sysconfdir}/clamd.conf
320 slords 1.1 %{__install} -Dp -m0644 clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamav
321    
322     %if %{!?_without_milter:1}0
323 wellsi 1.4 %{__install} -Dp -m0644 etc/clamav-milter.conf %{buildroot}%{_sysconfdir}/clamav-milter.conf
324 slords 1.1 %{__install} -Dp -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/clamav-milter
325     %{__install} -Dp -m0644 clamav-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/clamav-milter
326     %else
327     %{__rm} %{buildroot}%{_mandir}/man8/clamav-milter.8*
328     %endif
329    
330     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/log/clamav/
331     touch %{buildroot}%{_localstatedir}/log/clamav/freshclam.log
332     touch %{buildroot}%{_localstatedir}/log/clamav/clamd.log
333    
334     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/clamav/
335     %{__install} -d -m0755 %{buildroot}%{_localstatedir}/run/clamav/
336    
337     #touch %{buildroot}%{_localstatedir}/clamav/daily.cld
338     #touch %{buildroot}%{_localstatedir}/clamav/main.cld
339    
340     %{__install} -Dp -m0644 %SOURCE10 %{buildroot}%{_localstatedir}/clamav/main.cvd
341     %{__install} -Dp -m0644 %SOURCE11 %{buildroot}%{_localstatedir}/clamav/daily.cvd
342    
343     %post
344     /sbin/ldconfig
345    
346     ZONES="/usr/share/zoneinfo/zone.tab"
347     CONFIG="/etc/sysconfig/clock"
348    
349     if [ -r "$CONFIG" -a -r "$ZONES" ]; then
350     source "$CONFIG"
351     export CODE="$(grep -E "\b$ZONE\b" "$ZONES" | head -1 | cut -f1 | tr '[A-Z]' '[a-z]')"
352     fi
353    
354     if [ -z "$CODE" ]; then
355     export CODE="local"
356     fi
357    
358     %{__perl} -pi -e '
359     s|^(DatabaseMirror) database\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
360     s|^(DatabaseMirror) db\.\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
361     ' %{_sysconfdir}/freshclam.conf{,.rpmnew} &>/dev/null || :
362    
363     %postun -p /sbin/ldconfig
364    
365     %pre -n clamd
366     /usr/sbin/groupadd -r clamav 2>/dev/null || :
367     /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || :
368    
369     %post -n clamd
370     /sbin/chkconfig --add clamd
371    
372     %preun -n clamd
373     if [ $1 -eq 0 ]; then
374     /sbin/service clamd stop &>/dev/null || :
375     /sbin/chkconfig --del clamd
376     fi
377    
378     %postun -n clamd
379     /sbin/service clamd condrestart &>/dev/null || :
380    
381     %post milter
382     /sbin/chkconfig --add clamav-milter
383    
384     %preun milter
385     if [ $1 -eq 0 ]; then
386     /sbin/service clamav-milter stop &>/dev/null || :
387     /sbin/chkconfig --del clamav-milter
388     fi
389    
390     %postun milter
391     /sbin/service clamav-milter condrestart &>/dev/null || :
392    
393     %pre db
394     /usr/sbin/groupadd -r clamav 2>/dev/null || :
395     /usr/sbin/useradd -r -d /var/clamav -s /sbin/nologin -c "Clam Anti Virus Checker" -g clamav clamav 2>/dev/null || :
396    
397     %clean
398     %{__rm} -rf %{buildroot}
399    
400     %files
401     %defattr(-, root, root, 0755)
402 dani 1.22 %doc ChangeLog.md COPYING* INSTALL.md NEWS.md README.md
403 wellsi 1.4 %doc etc/freshclam.conf.sample
404     %doc docs/*.pdf
405 slords 1.1 ### Remove test virus documents as they trigger clamav
406     #%doc test/
407     %doc %{_mandir}/man1/sigtool.1*
408     %doc %{_mandir}/man1/clambc.1*
409     %doc %{_mandir}/man1/clamscan.1*
410     %doc %{_mandir}/man1/freshclam.1*
411     %doc %{_mandir}/man5/freshclam.conf.5*
412     %config(noreplace) %{_sysconfdir}/freshclam.conf
413     %{_bindir}/clambc
414     %{_bindir}/clamscan
415     %{_bindir}/freshclam
416     %{_bindir}/sigtool
417     %{_libdir}/libclamav.so.*
418     %{_libdir}/libclamunrar.so.*
419     %{_libdir}/libclamunrar_iface.so.*
420 dani 1.22 %{_libdir}/libclammspack.so.*
421 slords 1.1 # moved from -devel to here so clamd can work with rars when clamav-devel is not installed.
422     %{_libdir}/libclamav.so
423     %{_libdir}/libclamunrar.so
424     %{_libdir}/libclamunrar_iface.so
425 dani 1.22 %{_libdir}/libclammspack.so
426 wellsi 1.4 %exclude %{_sysconfdir}/freshclam.conf.sample
427 slords 1.1
428     %files -n clamd
429     %defattr(-, root, root, 0755)
430 wellsi 1.4 %doc etc/clamd.conf.sample
431 slords 1.1 %doc %{_mandir}/man1/clambc.1*
432     %doc %{_mandir}/man1/clamconf.1*
433     %doc %{_mandir}/man1/clamdscan.1*
434     %doc %{_mandir}/man1/clamdtop.1*
435     %doc %{_mandir}/man5/clamd.conf.5*
436     %doc %{_mandir}/man8/clamd.8*
437     %config(noreplace) %{_sysconfdir}/clamd.conf
438     %config(noreplace) %{_sysconfdir}/logrotate.d/clamav
439     %config %{_initrddir}/clamd
440     %{_sbindir}/clamd
441     %{_bindir}/clamconf
442     %{_bindir}/clamdscan
443     %{_bindir}/clamdtop
444    
445     %defattr(0644, clamav, clamav, 0755)
446     %{_localstatedir}/run/clamav/
447     %dir %{_localstatedir}/clamav/
448     %dir %{_localstatedir}/log/clamav/
449     %ghost %{_localstatedir}/log/clamav/clamd.log
450 wellsi 1.4
451 slords 1.1 %exclude %{_localstatedir}/clamav/*
452 wellsi 1.4 %exclude %{_sysconfdir}/clamd.conf.sample
453 slords 1.1
454     %if %{!?_without_milter:1}0
455     %files milter
456     %defattr(-, root, root, 0755)
457 wellsi 1.4 %doc etc/clamav-milter.conf.sample
458 slords 1.1 %doc %{_mandir}/man5/clamav-milter.conf.5*
459     %doc %{_mandir}/man8/clamav-milter.8*
460     %config(noreplace) %{_sysconfdir}/clamav-milter.conf
461     %config(noreplace) %{_sysconfdir}/sysconfig/clamav-milter
462     %config %{_initrddir}/clamav-milter
463     %{_sbindir}/clamav-milter
464     %else
465     %exclude %{_mandir}/man5/clamav-milter.conf.5*
466     %endif
467 wellsi 1.4 %exclude %{_sysconfdir}/clamav-milter.conf.sample
468 slords 1.1
469     %files db
470     %defattr(-, root, root, 0755)
471     %config(noreplace) %{_sysconfdir}/cron.daily/freshclam
472     %config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
473    
474     %defattr(0644, clamav, clamav, 0755)
475     %config(noreplace) %verify(user group mode) %{_localstatedir}/clamav/
476     %dir %{_localstatedir}/log/clamav/
477     %ghost %{_localstatedir}/log/clamav/freshclam.log
478    
479     %files devel
480     %defattr(-, root, root, 0755)
481     %{_bindir}/clamav-config
482     %{_includedir}/clamav.h
483     %{_libdir}/pkgconfig/libclamav.pc
484 dani 1.22 %{_libdir}/pkgconfig/libclammspack.pc
485 slords 1.1 %exclude %{_libdir}/libclamav.la
486     %exclude %{_libdir}/libclamunrar.la
487     %exclude %{_libdir}/libclamunrar_iface.la
488 dani 1.22 %exclude %{_libdir}/libclammspack.la
489 slords 1.1
490     %changelog
491 jcrisp 1.25 * Tue Nov 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> - 0.100.2-4
492     - Fix incorrect version number in the previoius changelog entry
493    
494 jcrisp 1.23 * Mon Nov 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> - 0.100.3-1
495     - Bundle zlib 1.2.7-17.el7 to avoid malformed database errors (#1600458)
496     - [SME: 10645]
497    
498 dani 1.22 * Wed Oct 24 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.100.2-1.sme
499     - Update to 0.100.2 [SME: 10579]
500    
501 dani 1.21 * Wed Mar 14 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.4-1.sme
502     - Update to release 0.99.4 [SME: 10529]
503    
504 dani 1.20 * Sat Jan 27 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.3-1.sme
505     - Update to release 0.99.3 [SME: 10499]
506    
507 vip-ire 1.19 * Tue May 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.2-1.sme
508     - Update to release 0.99.2 [SME: 9489]
509    
510 vip-ire 1.18 * Thu Mar 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.1-1.sme
511     - Update to release 0.99.1 [SME: 9267]
512    
513 vip-ire 1.17 * Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-2.sme
514     - Add pcre-devel to BuildRequires [SME: 9151]
515    
516 vip-ire 1.16 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-1.sme
517     - Update to release 0.99 [SME: 9151]
518    
519 vip-ire 1.15 * Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.7-1.sme
520     - Updated to release 0.98.7 [SME: 8922]
521    
522     * Thu Jan 29 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.6-1.sme
523 vip-ire 1.14 - Updated to release 0.98.6 [SME: 8822]
524    
525 vip-ire 1.13 * Tue Dec 16 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.98.5-1.sme
526     - Updated to release 0.98.5 [SME: 8729]
527    
528 wellsi 1.12 * Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme
529     - Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457]
530     - Remove Packager and Vendor from spec file.
531    
532 wellsi 1.11 * Thu Jun 17 2014 David Beveridge <dave@bevhost.com> - 0.98.4-1
533     - Updates to release 0.98.4.
534    
535 wellsi 1.8 * Thu May 8 2014 David Beveridge <dave@bevhost.com> - 0.98.3-1
536 wellsi 1.12 - Updated to release 0.98.3.
537 wellsi 1.5
538 wellsi 1.12 * Sun Jan 26 2014 David Beveridge <dave@bevhost.com> - 0.98.1-1
539 wellsi 1.8 - Updates to release 0.98.1.
540 wellsi 1.4
541     * Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1
542     - Updated to release 0.98.
543    
544 wellsi 1.8 * Tue May 07 2013 David Hrbáč <david@hrbac.cz> - 0.97.8-1
545 wellsi 1.2 - Updated to release 0.97.8.
546    
547 slords 1.1 * Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1
548     - Updated to release 0.97.7.
549    
550     * Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1
551     - Updated to release 0.97.6.
552    
553 wellsi 1.8 * Mon Jun 25 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-2
554 slords 1.1 - removed missing *.cld files (#183)
555    
556 wellsi 1.8 * Thu Jun 21 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-1
557 slords 1.1 - corrected missing DBs
558     - new upstream release
559    
560     * Sat Jun 16 2012 Dag Wieers <dag@wieers.com> - 0.97.5-1
561     - Updated to release 0.97.5.
562    
563     * Thu Mar 15 2012 Dag Wieers <dag@wieers.com> - 0.97.4-1
564     - Updated to release 0.97.4.
565    
566     * Sat Dec 13 2011 Philip J Perry <phil@elrepo.org> - 0.97.3-2
567     - Fix Requires for clamav-milter to also allow use with Postfix.
568    
569     * Mon Oct 17 2011 Dag Wieers <dag@wieers.com> - 0.97.3-1
570     - Updated to release 0.97.3.
571    
572     * Mon Jul 25 2011 Dag Wieers <dag@wieers.com> - 0.97.2-1
573     - Updated to release 0.97.2.
574    
575     * Thu Jun 09 2011 Dag Wieers <dag@wieers.com> - 0.97.1-1
576     - Updated to release 0.97.1.
577    
578     * Tue Feb 08 2011 Dag Wieers <dag@wieers.com> - 0.97-1
579     - Updated to release 0.97.
580    
581     * Tue Nov 30 2010 Dag Wieers <dag@wieers.com> - 0.96.5-1
582     - Updated to release 0.96.5.
583    
584     * Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1
585     - Updated to release 0.96.4.
586    
587 wellsi 1.8 * Tue Sep 21 2010 David Hrbáč <david@hrbac.cz> - 0.96.3-2
588 slords 1.1 - Added buildrequires check-devel.
589    
590     * Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-1
591     - Updated to release 0.96.3.
592    
593     * Tue Aug 17 2010 Dag Wieers <dag@wieers.com> - 0.96.2-2
594     - Added patch that fixes segfault when using SELinux. (Beat Siegenthaler)
595    
596     * Thu Aug 12 2010 Dag Wieers <dag@wieers.com> - 0.96.2-1
597     - Updated to release 0.96.2.
598    
599     * Wed May 19 2010 Dag Wieers <dag@wieers.com> - 0.96.1-1
600     - Updated to release 0.96.1.
601    
602     * Mon May 03 2010 Dag Wieers <dag@wieers.com> - 0.96-3
603     - Restored the LocalSocket configuration option to what it used to be. (Chris Butler)
604    
605     * Wed Apr 07 2010 Dag Wieers <dag@wieers.com> - 0.96-2
606     - Removed test virus documents to prevent triggering clamav itself. (Patrick Mulvany)
607    
608     * Wed Mar 31 2010 Dag Wieers <dag@wieers.com> - 0.96-1
609     - Updated to release 0.96.
610    
611     * Thu Oct 29 2009 Dag Wieers <dag@wieers.com> - 0.95.3-1
612     - Updated to release 0.95.3.
613    
614     * Fri Jun 12 2009 Christoph Maser <cmr@financial.com> - 0.95.2-1
615     - Updated to release 0.95.2.
616    
617     * Mon May 04 2009 Dag Wieers <dag@wieers.com> - 0.95.1-4
618     - Fix the inconsistency between LocalSocket in clamd.conf and clamav-milter.conf. (Gerald Teschl)
619    
620     * Sat May 02 2009 Dag Wieers <dag@wieers.com> - 0.95.1-3
621     - Fix the LocalSocket in clamd.conf. (Gerald Teschl)
622    
623     * Wed Apr 15 2009 Fabian Arrotin <fabian.arrotin@arrfab.net> - 0.95.1-2
624     - Added a missing BuildRequires: ncurses-devel to build clamdtop.
625    
626     * Fri Apr 10 2009 Dag Wieers <dag@wieers.com> - 0.95.1-2
627     - Corrected LogFile definition. (Vadim Druzhin)
628    
629     * Wed Apr 8 2009 Dag Wieers <dag@wieers.com> - 0.95.1-1
630     - Updated to release 0.95.1.
631    
632     * Tue Apr 7 2009 Dries Verachtert <dries@ulyssis.org> - 0.95-3
633     - Ugly fix for clamd which needs the .so files.
634    
635     * Tue Mar 24 2009 Dag Wieers <dag@wieers.com> - 0.95-1
636     - Updated to release 0.95.
637    
638     * Thu Nov 27 2008 Dag Wieers <dag@wieers.com> - 0.94.2-1
639     - Updated to release 0.94.2.
640    
641     * Mon Nov 03 2008 Dag Wieers <dag@wieers.com> - 0.94.1-1
642     - Updated to release 0.94.1.
643    
644     * Tue Sep 02 2008 Dag Wieers <dag@wieers.com> - 0.94-1
645     - Updated to release 0.94.
646    
647     * Wed Jul 09 2008 Dag Wieers <dag@wieers.com> - 0.93.3-1
648     - Updated to release 0.93.3.
649    
650     * Mon Jul 07 2008 Dag Wieers <dag@wieers.com> - 0.93.2-1
651     - Updated to release 0.93.2.
652    
653     * Mon Jun 09 2008 Dag Wieers <dag@wieers.com> - 0.93.1-1
654     - Updated to release 0.93.1.
655    
656     * Wed Apr 16 2008 Dag Wieers <dag@wieers.com> - 0.93-2
657     - Normal build causes linkage against installed library.
658    
659     * Mon Apr 14 2008 Dag Wieers <dag@wieers.com> - 0.93-1
660     - Updated to release 0.93.
661    
662     * Wed Feb 27 2008 Dag Wieers <dag@wieers.com> - queued
663     - Do not require the latest release of clamav-db. (Federico Simoncelli)
664    
665     * Mon Feb 11 2008 Dag Wieers <dag@wieers.com> - 0.92.1-1
666     - Updated to release 0.92.1.
667    
668     * Thu Dec 13 2007 Dag Wieers <dag@wieers.com> - 0.92-1
669     - Updated to release 0.92.
670    
671     * Tue Aug 21 2007 Dag Wieers <dag@wieers.com> - 0.91.2-1
672     - Updated to release 0.91.2.
673    
674     * Tue Jul 17 2007 Dag Wieers <dag@wieers.com> - 0.91.1-1
675     - Updated to release 0.91.1.
676    
677     * Wed Jul 11 2007 Dag Wieers <dag@wieers.com> - 0.91-1
678     - Updated to release 0.91.
679    
680     * Thu May 31 2007 Dag Wieers <dag@wieers.com> - 0.90.3-1
681     - Updated to release 0.90.3.
682    
683     * Fri Apr 27 2007 Dag Wieers <dag@wieers.com> - 0.90.2-2
684     - Added clamav-milter support for EL2.1 now that it comes with a newer sendmail. (Tom G. Christensen)
685    
686     * Sun Apr 15 2007 Dag Wieers <dag@wieers.com> - 0.90.2-1
687     - Updated to release 0.90.2.
688    
689     * Fri Mar 09 2007 Dag Wieers <dag@wieers.com> - 0.90.1-4
690     - Removed circular dependency.
691    
692     * Thu Mar 08 2007 Dag Wieers <dag@wieers.com> - 0.90.1-3
693     - Cleaned up default options to clamav-milter. (Adam T. Bowen)
694     - Removed -b/--bounce as it is no longer recognized. (Gerald Teschl)
695    
696     * Mon Mar 05 2007 Dag Wieers <dag@wieers.com> - 0.90.1-2
697     - Removed the erroneous --dont-clean-log from the clamav-milter sysconfig. (Gerald Teschl)
698    
699     * Fri Mar 02 2007 Dag Wieers <dag@wieers.com> - 0.90.1-1
700     - Updated to release 0.90.1.
701    
702     * Tue Feb 20 2007 Dag Wieers <dag@wieers.com> - 0.90-3
703     - Do the right thing...
704    
705     * Mon Feb 19 2007 Dag Wieers <dag@wieers.com> - 0.90-2
706     - The tarball was re-rolled before public release. Sigh.
707    
708     * Tue Feb 13 2007 Dag Wieers <dag@wieers.com> - 0.90-1
709     - Updated to release 0.90.
710    
711     * Tue Dec 12 2006 Dag Wieers <dag@wieers.com> - 0.88.7-1
712     - Updated to release 0.88.7.
713    
714     * Sun Nov 05 2006 Dag Wieers <dag@wieers.com> - 0.88.6-1
715     - Updated to release 0.88.6.
716     - Added condrestart to sysv scripts. (Tsai Li Ming)
717    
718     * Sat Oct 28 2006 Dag Wieers <dag@wieers.com> - 0.88.5-2
719     - Added missing clamav dependency to clamav-db.
720    
721     * Sun Oct 15 2006 Dag Wieers <dag@wieers.com> - 0.88.5-1
722     - Updated to release 0.88.5.
723    
724     * Mon Aug 07 2006 Dag Wieers <dag@wieers.com> - 0.88.4-1
725     - Updated to release 0.88.4.
726    
727     * Mon Aug 07 2006 Dag Wieers <dag@wieers.com> - 0.88.3-2
728     - Incorporated UPX heap overflow fix.
729    
730     * Sat Jul 01 2006 Dag Wieers <dag@wieers.com> - 0.88.3-1
731     - Updated to release 0.88.3.
732    
733     * Sun Apr 30 2006 Dag Wieers <dag@wieers.com> - 0.88.2-1
734     - Updated to release 0.88.2.
735    
736     * Tue Apr 04 2006 Dag Wieers <dag@wieers.com> - 0.88.1-1
737     - Updated to release 0.88.1.
738    
739     * Mon Jan 09 2006 Dag Wieers <dag@wieers.com> - 0.88-1
740     - Updated to release 0.88.
741    
742     * Sun Nov 13 2005 Dries Verachtert <dries@ulyssis.org> - 0.87.1-1
743     - Updated to release 0.87.1.
744    
745     * Sat Sep 17 2005 Dag Wieers <dag@wieers.com> - 0.87-1
746     - Updated to release 0.87.
747    
748     * Mon Jul 25 2005 Dag Wieers <dag@wieers.com> - 0.86.2-1
749     - Updated to release 0.86.2.
750    
751     * Mon Jul 11 2005 Dag Wieers <dag@wieers.com> - 0.86.1-1
752     - Updated to release 0.86.1.
753    
754     * Mon May 16 2005 Dag Wieers <dag@wieers.com> - 0.85.1-1
755     - Updated to release 0.85.1.
756    
757     * Fri Apr 29 2005 Dag Wieers <dag@wieers.com> - 0.84-1
758     - Updated to release 0.84.
759    
760     * Mon Feb 14 2005 Dag Wieers <dag@wieers.com> - 0.83-1
761     - Updated to release 0.83.
762    
763     * Thu Feb 10 2005 Dag Wieers <dag@wieers.com> - 0.82-2
764     - Fix for false positive on RIFF files. (Roger Jochem)
765    
766     * Mon Feb 07 2005 Dag Wieers <dag@wieers.com> - 0.82-1
767     - Updated to release 0.82.
768    
769     * Thu Jan 27 2005 Dag Wieers <dag@wieers.com> - 0.81-1
770     - Improved logrotate scripts. (Filippo Grassilli)
771     - Updated to release 0.81.
772    
773     * Wed Dec 01 2004 Dag Wieers <dag@wieers.com> - 0.80-2
774     - Added %dir /var/clamav/log. (Adam Bowns)
775     - Changed logrotate script to use clamd.log. (Stuart Schneider)
776     - Added curl dependency. (Petr Kristof)
777     - Synchronized some options from Petr. (Petr Kristof)
778     - Fixed another clamav.conf reference. (Michael Best)
779    
780     * Mon Nov 01 2004 Dag Wieers <dag@wieers.com> - 0.80-1
781     - Updated package description. (Arvin Troels)
782     - Incorporated fixes from Jima. (Jima)
783     - Config clamav.conf renamed to clamd.conf.
784     - Removed obsolete patch.
785     - Added macros for building without milter.
786     - Updated to release 0.80.
787    
788     * Fri Jul 30 2004 Dag Wieers <dag@wieers.com> - 0.75.1-1
789     - Added obsoletes for fedora.us.
790     - Updated to release 0.75.1.
791    
792     * Mon Jul 26 2004 Dag Wieers <dag@wieers.com> - 0.75-2
793     - Fixed a problem where $CODE was empty.
794    
795     * Fri Jul 23 2004 Dag Wieers <dag@wieers.com> - 0.75-1
796     - Updated to release 0.75.
797    
798     * Wed Jun 30 2004 Dag Wieers <dag@wieers.com> - 0.74-1
799     - Updated to release 0.74.
800    
801     * Tue Jun 15 2004 Dag Wieers <dag@wieers.com> - 0.73-1
802     - Updated to release 0.73.
803    
804     * Thu Jun 03 2004 Dag Wieers <dag@wieers.com> - 0.72-1
805     - Updated to release 0.72.
806    
807     * Thu May 20 2004 Dag Wieers <dag@wieers.com> - 0.71-1
808     - Updated to release 0.71.
809    
810     * Sun May 02 2004 Dag Wieers <dag@wieers.com> - 0.70-2
811     - Fixed the installation check for conf files. (Richard Soderberg, Udo Ruecker)
812     - Changed the init-order of the sysv scripts. (Will McCutcheon)
813     - Changes to the default configuration files.
814    
815     * Sat Mar 17 2004 Dag Wieers <dag@wieers.com> - 0.70-1
816     - Updated to release 0.70.
817    
818     * Tue Mar 16 2004 Dag Wieers <dag@wieers.com> - 0.68-1
819     - Updated to release 0.68.
820    
821     * Fri Mar 12 2004 Dag Wieers <dag@wieers.com> - 0.67.1-1
822     - Updated to release 0.67-1.
823     - Added clamdwatch and trashcan to clamd.
824    
825     * Mon Mar 08 2004 Dag Wieers <dag@wieers.com> - 0.67-1
826     - Personalized SPEC file.
827    
828     * Mon Aug 22 2003 Matthias Saou/Che
829     - Added "--without milter" build option. (Matthias Saou)
830     - Fixed freshclam cron (Matthias Saou)
831     - Built the new package. (Che)
832    
833     * Tue Jun 24 2003 Che
834     - clamav-milter introduced.
835     - a few more smaller fixes.
836    
837     * Sun Jun 22 2003 Che
838     - version upgrade
839    
840     * Mon Jun 16 2003 Che
841     - rh9 build
842     - various fixes
843     - got rid of rpm-helper prereq
844    
845     * Fri Mar 24 2003 Che
846     - some cleanups and fixes
847     - new patch added
848    
849     * Fri Nov 22 2002 Che
850     - fixed a config patch issue
851    
852     * Fri Nov 22 2002 Che
853     - version upgrade and some fixes
854    
855     * Sat Nov 02 2002 Che
856     - version upgrade
857    
858     * Wed Oct 24 2002 Che
859     - some important changes for lsb compliance
860    
861     * Wed Oct 23 2002 Che
862     - initial rpm release

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