Commit Graph

56 Commits

Author SHA1 Message Date
ensc e5073811a0 updated to 0.91.1 2007-07-17 07:27:38 +00:00
ensc 2ee773df29 updated to 0.91 2007-07-12 07:31:31 +00:00
ensc 491e541a2a fixed tcp-wrappers BR 2007-05-31 19:37:44 +00:00
ensc ca0868d591 - updated to 0.90.3
- BR libwrap.so instead of tcp_wrappers(-devel) to make it build both in
    FC6- and F7+
2007-05-31 07:40:24 +00:00
ensc 0b90ae97f3 [SECURITY] updated to 0.90.2; fixes CVE-2007-1745, CVE-2007-1997 2007-04-13 07:37:40 +00:00
ensc 319d6e7c74 BR 'tcp_wrappers-devel' instead of plain 'tcp_wrappers' 2007-03-02 17:59:09 +00:00
ensc 00f644c437 - updated to 0.90.1
- updated %%doc list
2007-03-02 17:17:37 +00:00
ensc 51cd4f5261 updated release 2007-02-18 21:25:26 +00:00
ensc 017299770b - updated to final 0.90
- removed -visibility patch since fixed upstream
2007-02-18 21:19:28 +00:00
ensc 8aa983a992 - build with -Wl,-as-needed and cleaned up pkgconfig file
- removed old hack which forced installation of freshclam.conf; related
    check was removed upstream
- removed static library
- removed %%changelog entries from before 2004
2007-02-04 11:57:35 +00:00
ensc 36c1bd454b - updated to 0.90rc3
- splitted mandatory parts from the data-file into a separate -filesystem
    subpackage
- added a -data-empty subpackage to allow a setup where database is updated
    per cron-job and user does not want to download the large
-data package with outdated virus definitations (#214949)
- %ghost'ed the files downloaded by freshclam
2007-02-03 15:16:08 +00:00
ensc 09d74df81c updated to 0.88.7 2006-12-12 08:17:53 +00:00
ensc da1b3872e9 updated to 0.88.6 2006-11-05 20:11:19 +00:00
ensc cfd00a69fa - 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 d987ec153a automated bump and rebuild 2006-10-04 22:32:25 +00:00
ensc cbeb9f125a splitted SysV initscripts of -milter and -server into own subpackages 2006-09-21 18:27:43 +00:00
ensc ccd85653a0 rebuilt 2006-09-15 06:21:38 +00:00
ensc 8c82b2e768 removed a superfluous %doc 2006-08-09 06:48:12 +00:00
ensc e99b953b79 - updated to 0.88.4 (SECURITY)
- removed the clamdscan(1) manpage from the -server subpackage
2006-08-09 06:30:01 +00:00
ensc 05a209eff8 - removed a superfluous '}'
- removed some code which was relevant for FC-3 only
2006-07-08 15:57:54 +00:00
ensc f294c9e43f - 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 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 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 1f384df090 updated to 0.88.1 (SECURITY) 2006-04-06 16:50:58 +00:00
ensc 10c12ef10e rebuilt for FC5 2006-02-18 09:33:59 +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 d23adca55f synced with the FC-4 branch 2005-11-04 12:55:25 +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
David Woodhouse c402d54b85 add clamav-exim subpackage 2005-09-10 11:20:26 +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 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 22e542a011 bump release: to fix broken cvs tags 2005-07-25 17:56:56 +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 86f97c11da sometime I should learn the difference between Release: and Version:... 2005-06-25 18:01:32 +00:00
ensc 98a887828a increased release due a failed previous 'make tag'... 2005-06-25 17:38:35 +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 219cd0489f - 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
Warren Togami ed3f0ea855 bump because I screwed up the last tag 2005-05-19 07:45:09 +00:00
Warren Togami 4b8abcf394 fix typo 2005-05-19 07:41:38 +00:00
Warren Togami 8fb84a2ac5 fix dist tagging the way Enrico wants it 2005-05-19 07:35:49 +00:00
Oliver Falk 32a473748f As the release version (2) was wrong (typo), I force a rebuild. Sorry. 2005-05-19 06:27:21 +00:00
Oliver Falk 716e5a89fb Update from 0.85 to 0.85.1 2005-05-17 06:41:27 +00:00
ensc 6ddb72b688 version 0.85 2005-05-14 08:56:12 +00:00
ensc d7c5a763d6 version 0.84 2005-05-01 11:03:39 +00:00
Michael Schwendt efa447fd33 mass release bump for packages not rebuilt after FC-3-split 2005-04-06 22:11:35 +00:00
ensc 8dcc3a446a use %global instead of %define 2005-03-29 23:52:48 +00:00
Michael Schwendt dc2773b0cb *** empty log message *** 2005-03-03 21:23:41 +00:00
Matthias Saou d6570613f2 Mass letter "c" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
2005-03-03 20:08:36 +00:00
ensc d45dad0678 updated to 0.83 2005-02-15 08:40:51 +00:00
ensc bd5909fc18 - updated to 0.82
- minor spec cleanups
2005-02-08 23:00:37 +00:00