Commit Graph

55 Commits

Author SHA1 Message Date
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
Oliver Falk bd5c6a1fc2 Update from 0.85 to 0.85.1 2005-05-17 06:41:27 +00:00
ensc 031b1c0a07 version 0.85 2005-05-14 08:56:12 +00:00
ensc 71de95e1ff version 0.84 2005-05-01 11:03:39 +00:00
Michael Schwendt 4d6873538b mass release bump for packages not rebuilt after FC-3-split 2005-04-06 22:11:35 +00:00
ensc a71f8e3289 use %global instead of %define 2005-03-29 23:52:48 +00:00
Michael Schwendt f8eda02368 *** empty log message *** 2005-03-03 21:23:41 +00:00
Matthias Saou 4563bd9bb7 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 c19278e4f7 updated to 0.83 2005-02-15 08:40:51 +00:00
ensc e75ca52c9f updated 2005-02-08 23:01:08 +00:00
ensc 5ec291e507 - updated to 0.82
- minor spec cleanups
2005-02-08 23:00:37 +00:00
ensc b77bb64a6a - build the package with '--disable-zlib-vcheck' because RH is unable to
apply a fix for a 5 month old and solved security issue. Please fill
    your comments at
    https://bugzilla.redhat.com/beta/show_bug.cgi?id=131385
- added 'BuildRequires: bc' (should work without also, but ./configure
    gives out ugly warnings else)
0.81-0.fdr.1
- updated to 0.81
- do not ship the 'clamd.milter' daemon anymore; clamav-milter supports an
    internal mode now which is enabled by default
- updated -milter %%description
0.80-0.fdr.2
- s!cron.d/clamav!cron.d/clamav-update! in the %%description of the -update
    subpackage (https://bugzilla.fedora.us/show_bug.cgi?id=1715#c39)
0.80-0.fdr.1
- updated to 0.80
- removed DMS, FreeBSD-HOWTO and localized docs as it is not shipped
    anymore
- buildrequire 'curl-devel'
- renamed clamav.conf to clamd.conf (upstream change)
- updated -initoff patch
0.75.1-0.fdr.1
- updated to 0.75.1
- use %%configure, the problems with the architecture specification seem to
    have passed (probably because of an autoconf update)
- set mode 0600 for the cron-script (required by vixie-cron)
- made the cronjob a spambot and send mail about deactivated freshclam
    service to nearly everybody... (root, postmaster, webmaster)
- other fixes in the notification cronjob
0.75-0.fdr.1
- updated to 0.75
0.74-0.fdr.2
- moved /usr/bin/clamav-config from main into -devel
0.74-0.fdr.1
- updated to 0.74
0.73-0.fdr.1
- updated to 0.73
- added pkgconfig file
0.72-0.fdr.3
- notify the user about a deactivated clamav-update service
- added clamd-gen script which generates template spec-files for services
    using clamd
- copied template configuration files to %pkgdatadir/template (needed for
    clamd-gen)
- moved the clamd-wrapper from %_initrddir to %{pkgdatadir}; a symlink will
    be provided for compatibility reasons
- conditionalized building of the -milter subpackage ('--without milter'
    switch) to enable builds on RH73 (bug #1715, comment #5/#7)
0.72-0.fdr.2
- removed 'BuildRequires: dietlibc'; it was a leftover from the
    pre-use-signal era (before 0.70) (bug #1716)
0.72-0.fdr.1
- updated to 0.72
2005-02-03 08:40:44 +00:00
Michael Schwendt 9b62e0af28 Bump release, strip off fedora.us prefix and dist tag. 2004-12-10 22:03:01 +00:00
gafton a0e1e1da96 Fix braindead import typo artifact in the default generated Makefile. Oh
well, the fedora extras commits list needs a workout anyway...
2004-11-24 03:10:01 +00:00