summary refs log tree commit diff
path: root/pkgs/tools/security/clamav
Commit message (Collapse)AuthorAge
* clamav: fix fd leakageRobin Gloster2018-01-26
|
* clamav: 0.99.2 -> 0.99.3Franz Pletz2018-01-26
|
* clamav: apply patch for CVE-2017-6420Andreas Rammhold2017-11-21
| | | | | | Details at [1]. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6420
* clamav: fix buildJörg Thalheim2017-08-26
|
* clamav: fixup build after updating zlibVladimír Čunát2017-01-08
|
* clamav service: refactorFranz Pletz2016-11-15
| | | | | | | | | | | | * Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP to reload the clamd service. * Convert freshclam service to a oneshot service activated by a systemd timer. This way we can make clamd wait for freshclam to finish fetching the virus database before failing to start if the database doesn't exist yet. * Fixes console tools to work as expected as they require hardcoded config file locations.
* clamav: don't bundle freshclam config with packageFranz Pletz2016-11-15
| | | | | | Building clamav is expensive due to the bundled llvm. Closes #20304.
* treewide: Fix dev references to libxml2Tuomas Tynkkynen2016-08-30
|
* clamav: 0.99.1 -> 0.99.2 (#17351)Miguel Madrid2016-07-28
|
* treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of pcre is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of curl is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of bzip2 is usedTuomas Tynkkynen2016-05-19
|
* clamav: 0.99 -> 0.99.1Franz Pletz2016-04-12
|
* clamav: Use freshclam.conf defined by clamav-updater module if enabledMartin Sturm2016-03-04
|
* clamav: 0.98.7 -> 0.99Sheena Artrip2016-02-27
|
* Merge pull request #8249 from joachifm/clamav-milterlethalman2015-06-18
|\ | | | | clamav: build mail filter
| * clamav: build mail filterJoachim Fasting2015-06-07
| | | | | | | | | | Provides clamav-milter, a mail filter for sendmail compatible MTAs.
* | clamav: CVE-2015-2170 CVE-2015-2221 CVE-2015-2222 CVE-2015-2305 CVE-2015-2668Joachim Schiele2015-05-03
|/
* kill libiconvOr*Eric Seidel2015-02-07
| | | | | | | | | | | Conflicts: pkgs/applications/networking/mailreaders/sup/default.nix pkgs/development/compilers/ghc/7.8.3-binary.nix pkgs/development/interpreters/php/5.3.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/poppler/default.nix pkgs/top-level/all-packages.nix
* clamav: bump to version 0.98.6Joachim Fasting2015-02-06
|
* clamav: bump 0.98.4 to 0.98.5Longrin Wischnewski2014-11-22
|
* iconv: remove usage on Linux in several packagesVladimír Čunát2014-11-03
| | | | | | | This fixes builds after #4419. Thanks to @vbgl for the original commit; I changed that as I'm not sure whether passing null values to buildInputs is clean. CC maintainers: @coroa, @peti, @phreedom, @robberer, @jcumming.
* clamav: add myself as a maintainerLongrin Wischnewski2014-09-18
|
* clamav: update to version 0.98.4Longrin Wischnewski2014-09-01
|
* clamav: update from 0.98 to 0.98.1Evgeny Egorochkin2014-01-23
|
* clamav: update from 0.97.8 to 0.98Nixpkgs Monitor2013-12-09
|
* clamav: update from 0.97.5 to 0.97.8, potentially fixes CVE-2013-2020, ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2013-2021
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Change more packages from direct downloads to mirror://sourceforgeEvgeny Egorochkin2013-07-14
|
* ClamAV: package.Phreedom2012-07-23