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

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

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


Revision 1.4 - (show annotations) (download)
Tue Sep 8 08:21:04 2015 UTC (8 years, 9 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-clamav-2_4_0-4_el6_sme
Changes since 1.3: +7 -2 lines
* Tue Sep 8 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
- Double the memory limit as we do not have enough room [SME: 8933]

1 # $Id: smeserver-clamav.spec,v 1.3 2014/07/03 22:53:28 wellsi Exp $
2
3 Summary: SME Server module to configure clamav
4 %define name smeserver-clamav
5 Name: %{name}
6 %define version 2.4.0
7 %define release 4
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: System Environment/Base
12 Source: %{name}-%{version}.tar.xz
13 Patch0: smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch
14 Patch1: smeserver-clamav-2.4.0-MemLimit-0.98.patch
15 Patch2: smeserver-clamav-2.4.0-double_mem_limit.patch
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 BuildArchitectures: noarch
18 Requires: e-smith-lib
19 Requires: e-smith-base
20 Requires: clamav >= 0.94
21 Requires: clamd >= 0.94
22 Requires: clamav-db
23 Requires: e-smith-formmagick >= 1.4.0-12
24 Provides: e-smith-clamav
25 Obsoletes: e-smith-clamav
26 Obsoletes: e-smith-antivirus
27 Obsoletes: clamav-es
28 Obsoletes: clamav-es-libs
29 BuildRequires: e-smith-devtools
30
31 %description
32 SME Server enhancement to configure and run clamd and freshclam
33
34 %changelog
35 * Tue Sep 8 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
36 - Double the memory limit as we do not have enough room [SME: 8933]
37
38 * Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
39 - Increase MemLimit to 700M for clamav-0.98 [SME: 8483]
40
41 * Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme
42 - Move clamscan scheduling to complete before 99-raid-check [SME: 7758]
43
44 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
45 - Roll new stream for sme9
46
47 * Mon Jun 14 2010 Ian Wells <esmith@wellsi.com> 2.2.0-12.sme
48 - Re-work patch to improve and document template [SME: 6011]
49
50 * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme
51 - template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 6011]
52
53 * Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme
54 - Increase MemLimit to 600M for clamav-0.96 [SME: 5868]
55
56 * Fri Apr 02 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme
57 - Increase MemLimit to 300M for clamav-0.96 [SME: 5868]
58
59 * Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.2.0-8.sme
60 - Setup logrotate for /var/log/clamd/clamscan.log [SME: 5570]
61
62 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme
63 - Remove create option from logrotate configuration [SME: 5570]
64 - Fix version number in previous changelog entry
65
66 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
67 - Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570]
68 - Minor changelog fixes in version number
69
70 * Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
71 - Change default value for HeuristicScanPrecedence to yes [SME: 5204]
72
73 * Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
74 - Fix permissions on freshclam.conf file [SME: 5319]
75
76 * Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
77 - Add HeuristicScanPrecedence option, default disabled [SME: 4598]
78
79 * Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2.sme
80 - Obsolete e-smith-antivirus [SME: 4786]
81
82 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
83 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
84
85 * Mon Sep 22 2008 Stephen Noble <support@dungog.net> 1.2.0-26
86 - Remove obsolete locale tags [SME: 4235]
87
88 * Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-25
89 - Remove links to crontab in all but clamav-update [SME: 4494]
90
91 * Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-24
92 - Remove any /etc/cron.d/clamav file. We moved the content to /etc/crontab
93 [SME: 1047], but we need to remove any leftover file from earlier template
94 expansion, which, if present, could cause the nightly file scanning to be
95 run twice. [SME: 4266]
96
97 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23
98 - Add common <base> tags to e-smith-formmagick's general [SME: 4288]
99
100 * Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22
101 - Add Obsoletes headers to force removal of clamav-es and
102 clamav-es-libs. [SME 4167]
103
104 * Fri Apr 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-21
105 - Update defaults for clamav 0.93 [SME: 4223]
106
107 * Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20
108 - Move cron template from cron.d to crontab [SME: 1047]
109
110 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-19
111 - Fix clamav version string [SME: 4060]
112
113 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-18
114 - Remove <base> tags now in general [SME: 3915]
115
116 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-17
117 - Remove duplicate <base> entries [SME: 3890]
118
119 * Mon Jan 07 2008 Stephen Noble <support@dungog.net> 1.2.0-16
120 - Cosmetic removal of word entire on panel [SME: 3483]
121
122 * Thu Sep 06 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15
123 - Fix freshclam.conf permissions [SME: 3375]
124
125 * Fri Jun 08 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-14
126 - Use full paths in update-failed script - tai64nlocal was not
127 being found in $PATH. [SME: 1686]
128
129 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
130 - Clean up spec so package can be built by koji/plague
131
132 * Wed Apr 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-13
133 - Up memory limit for clamd again [SME: 2743]
134
135 * Wed Feb 21 2007 Shad L. Lords <slords@mail.com> 1.2.0-12
136 - Up memory limit for clamd [SME: 2528]
137
138 * Wed Feb 14 2007 Shad L. Lords <slords@mail.com> 1.2.0-11
139 - Update for clamav v0.90 [SME: 2508]
140
141 * Tue Feb 13 2007 Shad L. Lords <slords@mail.com> 1.2.0-10
142 - Improve algorithm for displaying errors [SME: 1686]
143
144 * Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-9
145 - Improve sed expression for freshclam failures [SME: 1686]
146
147 * Mon Feb 12 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
148 - Allow clamav to read freshclam update log [SME: 1686]
149
150 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.2.0-7
151 - Provide more feedback on freshclam events [SME: 1686]
152
153 * Wed Dec 13 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.2.0-6
154 - Added support for options: max-ratio, no-html, no-mail. [SME: 2024]
155 - Redirected the stderr output to /var/log/clamd/smeserver-clamscan.log.
156 [SME: 2004]
157
158 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
159 - Update to new release naming. No functional changes.
160 - Make Packager generic
161
162 * Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
163 - Restrict filesystem scan to /home/e-smith/files by default [SME: 2082]
164
165 * Sun Aug 27 2006 Charlie Brady <charlieb@e-smith.com> 1.2.0-03
166 - Fix --exclude arg syntax. [SME: 1889]
167
168 * Fri Jun 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
169 - Fix typo in ArchiveBlockEntrypted [SME: 1584]
170
171 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
172 - Roll stable stream version. [SME: 1016]
173
174 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10
175 - Restart crond in clamav-update so cron notices cron.d/clamav [SME: 966]
176
177 * Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 1.1.2-09
178 - Added migrate fragment for clamav DatabaseMirror. [SME: 83]
179
180 * Fri Jan 27 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08
181 - Bump release number to ensure patch is in CVS
182
183 * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07
184 - Expand MEMLIMIT in bootstrap-console-save (and don't attempt to
185 restart the service there)
186
187 * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06
188 - Change back to softlimit -a [SME: 426]
189
190 * Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05
191 - Set db default for clamd{MemLimit}==80M and use it in the run script
192 - Expand templates in events rather than run file [SME: 426]
193
194 * Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-04
195 - Fix typos in smeserver-clamscan [SF: 1304217]
196
197 * Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-03
198 - Move all L10Ns to smeserver-locale [SF: 1309520]
199
200 * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
201 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
202
203 * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01
204 - Roll patches to 1.1.1-06
205 - Add German L10N
206
207 * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-06
208 - Exclude /var and all of /usr/share (not just /usr/share/doc) from
209 filesystem scan [SF: 1304217]
210
211 * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-05
212 - French L10N fixes [SF: 1242586]
213
214 * Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-04
215 - French L10N - Merci Didier Rambeau [SF: 1242586]
216
217 * Sat Aug 20 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-03
218 - Don't scan quarantine area, even if quarantining is disabled [SF: 1245655]
219
220 * Fri Aug 19 2005 Charlie Brady <charlieb@e-smith.com> 1.1.1-02
221 - Add Provides: header, to satisfy any package which requires defunct
222 e-smith-clamav.
223
224 * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
225 - [1.1.1-01]
226 - Package renamed to smeserver-clamav [SF: 1263460]
227
228 * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
229 - [1.1.0-08sme02]
230 - Rename /sbin/e-smith/clamscan to smeserver-clamscan [SF: 1263460]
231
232 * Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au>
233 - [1.1.0-08sme01]
234 - Disable quarantining by default, add panel toggle [SF: 1245655]
235
236 * Tue Aug 9 2005 Gordon Rowell <gordonr@gormand.com.au>
237 - [1.1.0-08]
238 - Add --move=$clamav{QuarantineDirectory} to clamscan,
239 exclude directory from being scanned, add database default
240 and set permissions in spec file [SF: 1245655]
241
242 * Thu Aug 4 2005 Charlie Brady <charlieb@e-smith.com>
243 - [1.1.0-07]
244 - Remove freshclam runs from clamav crontab template - we
245 now run supervised freshclam instance. [SF: 1251944]
246
247 * Thu Aug 4 2005 Shad Lords <slords@mail.com>
248 - [1.1.0-06]
249 - Include db entry to exclude /proc, /sys and
250 /usr/share/doc from scans [SF: 1243741, 1243831]
251
252 * Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au>
253 - [1.1.0-05]
254 - Exclude /proc, /sys and /usr/share/doc from scans
255 [SF: 1243741, 1243831]
256 - Run freshclam with --quiet instead of --verbose [SF: 1245602]
257
258 * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
259 - [1.1.0-04]
260 - Fix typo in en-us lexicon. [SF: 1242585]
261
262 * Mon May 30 2005 Charlie Brady <charlieb@e-smith.com>
263 - [1.1.0-03]
264 - Fix last-updated section and labels [Gordon: SF-1200428]
265
266 * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
267 - [1.1.0-02]
268 - Add clamav-update event directory.
269 - Modify some of the panel code to avoid logging of multiple db property
270 transactions.
271
272 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
273 - [1.1.0-01gr06]
274 - Read the timestamp of the clamav database files in the panel
275 to show the last updated time [SF:1200428]
276 - Change /sbin/e-smith/freshclam-update-ok to /bin/sh, with no
277 content.
278 - TODO: make the update mails configurable
279
280 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
281 - [1.1.0-01gr05]
282 - And hide the sections
283
284 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
285 - [1.1.0-01gr04]
286 - Fix up section bars
287
288 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
289 - [1.1.0-01gr03]
290 - Removed the qmailscan_integration part of the panel
291 - Removed the database mirror select box. Anyone who isn't
292 satisfied with using db.local.clamav.net can set the hostname
293 in the database directly.
294 - Hid the updates and proxy sections, based on
295 $clamav{ShowProxySection} and $clamav{ShowUpdatesSection}
296 - Panel looks rather bare now
297 - Read the last updated date from $clamav{SignaturesUpdated}
298 - Modified /sbin/e-smith/freshclam-update-ok to set the above value
299 - Morphed /etc/clamscan template into /sbin/e-smith/clamscan,
300 which can read the db directly.
301
302 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
303 - [1.1.0-01gr02]
304 - Use db.local.clamav.net by default (rather than db.us).
305
306 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
307 - [1.1.0-01gr01]
308 - Bump version to 1.1.0-01gr01 to upgrade over Shad's 1.0.0
309 - Roll new tarball after major merge of Shad's work.
310
311 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
312 - [0.0.1-06gr02]
313 - Cleaned up patch and startup symlinks
314
315 * Fri May 6 2005 Gordon Rowell <gordonr@gormand.com.au>
316 - [0.0.1-06gr01]
317 - Merge in Shad Lords' e-smith-spamassassin work (based in part
318 on work from Damien Curtain) and panel
319 - Moved freshclam run script options to database defaults
320 - Created /sbin/e-smith/freshclam-update-{failed,ok}
321
322 * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
323 - [0.0.1-06]
324 - Add missing log directories.
325
326 * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
327 - [0.0.1-05]
328 - Don't start freshclam or clamd until after bootstrap-console.
329 - Move all symlink creation into createlinks script.
330
331 * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
332 - [0.0.1-04]
333 - Fix data directory in freshclam configuration.
334
335 * Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com> 0.0.1-03
336 - Config fixes for clamav-0.83
337
338 * Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com>
339 - [0.0.1-02]
340 - Add Requires headers for clamd and clamav-db.
341
342 * Wed Feb 09 2005 Charlie Brady <charlieb@e-smith.com>
343 - [0.0.1-01]
344 - Initial
345
346 %prep
347 %setup
348 %patch0 -p1
349 %patch1 -p1
350 %patch2 -p1
351
352 %build
353 perl createlinks
354
355 %pre
356
357 %post
358 rm -f /etc/cron.d/clamav
359
360 %install
361 rm -rf $RPM_BUILD_ROOT
362 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
363 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
364 --file /var/service/freshclam/run 'attr(0755,root,root)' \
365 --file /var/service/freshclam/log/run 'attr(0755,root,root)' \
366 --dir /var/log/freshclam 'attr(2750,smelog,clamav)' \
367 --file /var/service/clamd/run 'attr(0755,root,root)' \
368 --file /var/service/clamd/log/run 'attr(0755,root,root)' \
369 --dir /var/log/clamd 'attr(2750,smelog,smelog)' \
370 --dir /var/spool/clamav/quarantine 'attr(2750,clamav,clamav)' \
371 --file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \
372 --file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \
373 --file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \
374 > %{name}-%{version}-%{release}-filelist
375
376 %clean
377 rm -rf $RPM_BUILD_ROOT
378
379 %files -f %{name}-%{version}-%{release}-filelist
380 %defattr(-,root,root)

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