about summary refs log tree commit diff
path: root/pkgs/tools/security/clamav
AgeCommit message (Collapse)AuthorFilesLines
2022-11-29clamav: 0.105.1 -> 1.0.0ajs1241-2/+2
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-07-28clamav: 0.105.0 -> 0.105.1R. Ryantm1-2/+2
2022-05-20clamav: Fix cli clamav programs not finding configuration filesRobert Kovacsics2-2/+35
2022-05-16clamav: 0.103.6 -> 0.105.0Linus Heckemann2-30/+30
2022-05-13clamav: 0.103.5 -> 0.103.6Linus Heckemann1-2/+2
Fixes a number of vulnerabilities. https://github.com/Cisco-Talos/clamav/blob/rel/0.103/NEWS.md#01036 https://mmmds.pl/clamav/ Fixes: CVE-2022-20803, CVE-2022-20770, CVE-2022-20796, CVE-2022-20771, CVE-2022-20785, CVE-2022-20792
2022-01-14clamav: 0.103.3 -> 0.103.5Solene Rapenne1-2/+2
2021-12-19maintainers: drop phreedomSandro Jäckel1-1/+1
2021-06-23clamav: 0.103.2 -> 0.103.3R. RyanTM1-2/+2
2021-04-12clamav: 0.103.1 -> 0.103.2Thomas Gerbet1-2/+2
Fixes CVE-2021-1252, CVE-2021-1404 and CVE-2021-1405. Release notes: https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
2021-02-07clamav: 0.103.0 -> 0.103.1R. RyanTM1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-08Apply suggestions from code reviewSandro1-2/+2
2020-11-27clamav: enable unit tests, add libjson-c, disable rar explicitlyRick van Schijndel1-2/+10
- Add libjson-c dependency for --gen-json functionality. - Disable rar functionality - Because it uses non-free software - Because it doesn't work properly without extra patches - This didn't work before either, but a warning was added about failing to load the rar library - Enable unit tests and add check dependency for that
2020-10-22clamav: 0.102.4 -> 0.103.0R. RyanTM1-2/+2
2020-07-20clamav: 0.102.3 -> 0.102.4R. RyanTM1-2/+2
2020-06-15clamav: enable build on darwinMichael Roitzsch1-6/+6
2020-05-20clamav: 0.102.2 -> 0.102.3R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-15clamav: 0.102.1 -> 0.102.2R. RyanTM1-2/+2
2019-11-25clamav: 0.102.0 -> 0.102.1R. RyanTM1-2/+2
2019-10-06clamav: 0.101.4 -> 0.102.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clamav/versions
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-23clamav: 0.101.3 -> 0.101.4Robin Gloster1-2/+2
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-18clamav: 0.101.2 -> 0.101.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clamav/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-02clamav: 0.101.1 -> 0.101.2 (#58653)R. RyanTM1-2/+2
2019-01-17clamav: 0.101.0 -> 0.101.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clamav/versions
2018-12-16clamav: 0.100.2 -> 0.101.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clamav/versions
2018-10-16clamav: 0.100.1 -> 0.100.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clamav/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-16clamav: 0.99.4 -> 0.100.1Franz Pletz1-4/+9
2018-04-30treewide: http to httpsRyan Mulligan1-1/+1
2018-03-22clamav: 0.99.3 -> 0.99.4 for multiple CVEsFranz Pletz2-53/+2
Fixes CVE-2012-6706, CVE-2017-6419, CVE-2017-11423, CVE-2018-0202, CVE-2018-1000085.
2018-01-26clamav: fix fd leakageRobin Gloster2-0/+51
2018-01-26clamav: 0.99.2 -> 0.99.3Franz Pletz1-19/+8
2017-11-21clamav: apply patch for CVE-2017-6420Andreas Rammhold1-1/+9
Details at [1]. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6420
2017-08-26clamav: fix buildJörg Thalheim1-0/+1
2017-01-08clamav: fixup build after updating zlibVladimír Čunát1-0/+1
2016-11-15clamav service: refactorFranz Pletz1-0/+11
* 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.
2016-11-15clamav: don't bundle freshclam config with packageFranz Pletz1-5/+4
Building clamav is expensive due to the bundled llvm. Closes #20304.
2016-08-30treewide: Fix dev references to libxml2Tuomas Tynkkynen1-1/+1
2016-07-28clamav: 0.99.1 -> 0.99.2 (#17351)Miguel Madrid1-3/+3
2016-05-19treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of pcre is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of curl is usedTuomas Tynkkynen1-1/+1