Commit Graph

496 Commits

Author SHA1 Message Date
ensc
dbc7a93b54 - 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
a4a6d252be - 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
1f384df090 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
10c12ef10e 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
ecfc3db959 - 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
1ce8761d80 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
d23adca55f 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
a352dc6539 - 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
99f2ecfdb0 version 0.87 2005-09-17 09:00:16 +00:00
ensc
5ef1a038cf fixed typo 2005-09-17 08:59:16 +00:00
ensc
ae02382fc5 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
ensc
7c0ab957c9 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
David Woodhouse
c402d54b85 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
9a13698dc7 - [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
f43d7660f4 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
f5d66c4ce5 - 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
ac45c8a30d 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
5b64065415 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
22e542a011 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
a2a0aa27fb 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
3e396f9d26 - 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
3dd4ae5fdb 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
86f97c11da 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
98a887828a 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
d0294b08f2 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
6b93a16de9 - 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