Commit Graph

68 Commits

Author SHA1 Message Date
Robert Scheck
869e18548a Removed old, unneeded patches 2008-02-14 15:42:36 +00:00
Tom Callaway
128b1e458f clamav-0.90rc3-private.patch needed to be resynced 2007-12-21 19:23:28 +00:00
Tom Callaway
0cb76702f8 Fix EPEL 2007-12-21 19:12:19 +00:00
Tom Callaway
9d37ba25fb Fix changelog to match version 2007-12-21 18:11:02 +00:00
Tom Callaway
85ce1bf814 0.92 on all active branches 2007-12-21 18:06:01 +00:00
Dennis Gilmore
095844cfca Initialize branch EL-5 for clamav 2006-11-30 17:23:00 +00:00
ensc
a8e23fb58b updated to 0.88.6 2006-11-05 20:11:19 +00:00
ensc
953d4e4dc1 - updated to 0.88.5 (SECURITY); fixes CVE-2006-4182, CVE-2006-5295
- added patch to set '__attribute__ ((visibility("hidden")))' for exported
    MD5_*() functions (fixes #202043)
2006-10-18 07:22:18 +00:00
Christian Iseli
d5918e8314 automated bump and rebuild 2006-10-04 22:32:25 +00:00
ensc
f1f8b458cd splitted SysV initscripts of -milter and -server into own subpackages 2006-09-21 18:27:43 +00:00
ensc
3ae7322b01 rebuilt 2006-09-15 06:21:38 +00:00
Ville Skyttä
f18c7ca19f http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 20:18:44 +00:00
ensc
3446373d24 cleanup; removed old sources 2006-08-09 06:49:22 +00:00
ensc
72cd79d861 removed a superfluous %doc 2006-08-09 06:48:12 +00:00
ensc
87b2de41e2 - updated to 0.88.4 (SECURITY)
- removed the clamdscan(1) manpage from the -server subpackage
2006-08-09 06:30:01 +00:00
ensc
bf7d59e040 - removed a superfluous '}'
- removed some code which was relevant for FC-3 only
2006-07-08 15:57:54 +00:00
ensc
6ff0a52518 - updated to 0.88.3
- updated to new fedora-usermgmt macros
- cleanups: removed unneeded curlies, use plain command instead of %%__XXX
    macro, whitespace cleanup, removed unneeded versioned dependencies
- added a 'Requires(post): group(clamav)' dependencies for -update and
    added the corresponding Provides: to -data
- removed the %%_without_milter conditional; you won't gain anything when
    milter would be disabled at buildtime
2006-07-08 13:17:12 +00:00
ensc
de4634e581 - updated to 0.88.2 (SECURITY)
- rediffed patches; most issues handled by 0.88.1-2 are fixed in
0.88.2
2006-04-30 10:07:15 +00:00
ensc
e1f2fc085e - added patch which fixes some classes of compiler warnings; at least the
using of implicitly declared functions was reported to cause segfaults
    on AMD64 (brought to my attention by Marc Perkel)
- added patch which fixes wrong usage of strncpy(3) in unrarlib.c
2006-04-24 22:05:45 +00:00
ensc
cf9eaf4edb updated to 0.88.1 (SECURITY) 2006-04-06 16:50:58 +00:00
ensc
f03dc9cffc rebuilt for FC5 2006-02-18 09:33:59 +00:00
ensc
0a90d8190c - updated to 0.88
- added pseudo-versions for the 'init(...)' provides as a first step for
    the support of alternative initmethods
- moved 'freshclam.conf.5' man page into the -update subpackage (#173221)
- ship 'clamd.conf.5' man page in the -server subpackage *too*. The same
    file is contained in multiple packages now, but this man-page can not
    be removed from the base package because it also applies to 'clamdscan'
    there (#173221).
2006-01-09 23:27:46 +00:00
ensc
443889f1fb do not add the '.fdr.' repotag to the generated spec-files 2005-11-04 12:56:50 +00:00
ensc
3176f3c12c synced with the FC-4 branch 2005-11-04 12:55:25 +00:00
ensc
ecc95d9345 - updated to 0.87 (SECURITY)
- removed -timeout patch; it is solved upstream
- reverted the -exim changes; they add yet more complexity, their
    functionality can go into an own package and they contained flaws
2005-09-17 09:01:24 +00:00
ensc
c0efe2d256 version 0.87 2005-09-17 09:00:16 +00:00
ensc
5ef1a038cf fixed typo 2005-09-17 08:59:16 +00:00
ensc
c6699d2e8f not needed for 0.87 anymore 2005-09-17 08:58:53 +00:00
David Woodhouse
d22637741f add clamav-exim subpackage 2005-09-10 11:20:26 +00:00
ensc
5f98a14137 - [milter] create the milter-logfile in the %%post scriptlet
- [milter] reverted the change of the default child_timeout value; it was
    set to 5 minutes in 0.86.2 which conflicts with the internal mode where
    a timeout must not be set. So, the clamav-milter would not run with the
    default configuration
2005-07-29 16:29:09 +00:00
ensc
fcb173893d this patch reverts the change of the default child_timeout value; it was
set to 5 minutes in 0.86.2 which conflicts with the internal mode where
    a timeout must not be set. So, the clamav-milter would not run with the
    default configuration
2005-07-29 16:28:05 +00:00
ensc
4c5e9e7ce3 - Fixed calculation of sleep duration; on some systems/IPs, hostid
results in a negative number which is retained by the bash
    modulo-operation. So the sleep may get a negative number of seconds
    being interpreted as an option. This version makes sure that the
    module-operations returns a non-negative value. [BZ #164494, James
    Wilkinson]
- added support for a /usr/sbin/clamav-notify-servers.local hook; this file
    will be executed (source'd) before all other actions and can abort the
    entire processing by invoking 'exit'
2005-07-28 15:35:10 +00:00
ensc
fe1f906f7a added support for a /usr/sbin/clamav-notify-servers.local hook; this file
will be executed (source'd) before all other actions and can abort the
    entire processing by invoking 'exit'
2005-07-28 12:10:28 +00:00
ensc
21bb824baf Fixed calculation of sleep duration; on some systems/IPs, hostid results
in a negative number which is retained by the bash modulo-operation. So
    the sleep may get a negative number of seconds being interpreted as an
    option. This version makes sure that the module-operations returns a
    non-negative value. [BZ #164494, James Wilkinson]
2005-07-28 12:06:36 +00:00
ensc
07f7b7b9b3 bump release: to fix broken cvs tags 2005-07-25 17:56:56 +00:00
ensc
34ee90c2de version 0.86.2 2005-07-25 17:19:38 +00:00
ensc
e5f388088b - updated to 0.86.2 (SECURITY)
- changed the freshclam updating mechanism (again); now, it consists of a
    crontab which does not need to be changed and a helper script
    (freshclam-sleep). This helper script is configured by
    /etc/sysconfig/freshclam
2005-07-25 17:19:21 +00:00
ensc
0ce16b4064 initial checkin 2005-07-25 17:17:06 +00:00
ensc
a5bcab3926 sometime I should learn the difference between Release: and Version:... 2005-06-25 18:01:32 +00:00
ensc
fd1ada7003 increased release due a failed previous 'make tag'... 2005-06-25 17:38:35 +00:00
ensc
6162ba3c14 version 0.86.1 2005-06-25 17:35:47 +00:00
ensc
48f46c14d0 - updated to 0.86.1
- fixed randomization in %%post scriptlet: hour should be a range but not a
    single number
2005-06-25 17:25:50 +00:00
ensc
013c2bcebd version 0.86 2005-06-21 07:27:20 +00:00
ensc
ea2eaf4e94 typo 2005-06-21 07:26:54 +00:00
ensc
2d2f85be2f - updated to 0.86
- randomize freshclam startup times in -update's %%post script (suggested
    by Stephen Smoogen); this requires some more Requires(post): also
2005-06-21 07:25:56 +00:00
ensc
aaf7150339 reverted last changes 2005-05-19 17:16:39 +00:00
Warren Togami
a7b6ed1512 bump because I screwed up the last tag 2005-05-19 07:45:09 +00:00
Warren Togami
6179079fae fix typo 2005-05-19 07:41:38 +00:00
Warren Togami
d52962c3c6 fix dist tagging the way Enrico wants it 2005-05-19 07:35:49 +00:00
Oliver Falk
ec3e79546b As the release version (2) was wrong (typo), I force a rebuild. Sorry. 2005-05-19 06:27:21 +00:00