aboutsummaryrefslogtreecommitdiffstats
path: root/packages/clamav
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs
2007-11-18packages: Remove various hardcoded staging layout assumptionsRichard Purdie
2007-08-18clamav 0.91.1: Remove the DEFAULT_PREFERENCE that I forgot to remove beforeJamie Lenehan
submitting.
2007-08-18clamav 0.91.1: Add the latest version 0.91.1.Jamie Lenehan
2007-05-31clamav: Add 0.90.3, remove 0.88.7.Jamie Lenehan
From the release announcement: "This release fixes some security bugs in libclamav and improves stability under Solaris. Please see ChangeLog for complete list of changes."
2007-05-16clamav 0.90.2: Fix build for uclibc by testing for libintl and linkingJamie Lenehan
against it if required and added virtual/libintl to DEPENDS to ensure the functionality exists either in libc or via a seperate library.
2007-05-16clamav: Add 0.90.2 version, remove older versions plus a number of otherJamie Lenehan
changes: * Remove 0.88.6 * Added 0.90.2 * Add a new clamav-conf package to hold clamd.conf. This is needed by both clamd and freshclam and previously you needed to install clamd even if you didn't want it just to get freshclam to work. * Assume that /var/lib is non-volatile. Move the virus database there by default. * Update configuration files for the new 0.9x syntax. * Simplify the init scripts. * Indicate the freshclam also provides clamav data, so if you install freshclam you don't need data. * NOTE: There are incompatible changes to libclamav in this release, anything that links directly against the library will need to be updated.
2006-12-15clamav: Added 0.88.7, removed 0.88.5.Jamie Lenehan
2006-11-22packages: Update the packages that use volatiles to pass update as aJamie Lenehan
parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter.
2006-11-06clamav: Add version 0.88.6, drop version 0.88.4.Jamie Lenehan
2006-10-17clamav,lingpng,quagga: Remove some empty directories that I appear to haveJamie Lenehan
left behing while deleting things in the last.
2006-10-17clamav 0.88.5: Add new stable branch release of clamav. From the newsJamie Lenehan
file: * This version fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking.
2006-10-13clamav 0.84: Don't stage the libraries libtool archive file, libclamav.la,Jamie Lenehan
as things fail to link when they try and use it. They link fine if it doesn't exist so remove it.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-05clamav 0.88.4: The optional linksource field in the volatiles file is inJamie Lenehan
fact mandatory, so add it back. I removed it after noticing other packges didn't specify it, so they'll also be broken.
2006-10-05clamav 0.84: Simplify the init scripts. assume that the volatilesJamie Lenehan
processing takes care of the required directories and permissions in /var, don't try and create the home directories when adding the clamav user.
2006-10-05clamav 0.84: Handle the /var directories correctly by making use of theJamie Lenehan
volatiles system. Previously these packages were broken after a reboot if /var was on tmpfs due to missing directories and files. Note that the updated virus definitions are stored in /var so they will be lost after a reboot (but immediately re-downloaded) if using var on tmpfs.
2006-09-19clamav 0.88.4: Add a do_stage to stage the header files and libraries soJamie Lenehan
other applications that link against clamav can be build. Some spelling fixes in the comments as well.
2006-09-14clamav 0.84: Inherit binconfig so that the clamav-config script is staged,Jamie Lenehan
so that building applications that depend on libclamav works. Also update some descriptions.
2006-09-13site: Add entries for clamav for my test platforms: sh4, i486 and i586.Jamie Lenehan
Remove the site file from the clamav package itself since support for package specific site files is not included in OE yet.
2006-09-13clamav: New package for the CLAM anti-virus toolkit for UNIX. ItJamie Lenehan
includes a multi-threaded daemon, a command line scanner, a tool for automatic updating via Internet and a shared library implementation for the scanner. Tested on sh4 and i486.