summary refs log tree commit diff
path: root/pkgs/os-specific/linux/audit/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 06:26:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 06:26:24 -0700
commita9547c90ea6e59f28c3d859eb5287245b5dba295 (patch)
tree049e8afc8c0096a8f60aa6c066196142dee7642a /pkgs/os-specific/linux/audit/default.nix
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar.gz
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar.bz2
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar.lz
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar.xz
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.tar.zst
nixpkgs-a9547c90ea6e59f28c3d859eb5287245b5dba295.zip
audit: 2.8.3 -> 2.8.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/audit/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/aulast had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/aulastlog had a zero exit code or showed the expected version
- /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/ausyscall passed the binary check.
- /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/auvirt passed the binary check.
- /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/audisp-remote passed the binary check.
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/audispd had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/auditctl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/auditd had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/augenrules had a zero exit code or showed the expected version
- /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/aureport passed the binary check.
- /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/ausearch passed the binary check.
- Warning: no invocation of /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin/bin/autrace had a zero exit code or showed the expected version
- 5 of 12 passed binary check by having a zero exit code.
- 2 of 12 passed binary check by having the new version present in output.
- found 2.8.4 with grep in /nix/store/z8k58mpjfb5yrmcscbz3ym983chbqmsn-audit-2.8.4-bin
- directory tree listing: https://gist.github.com/8d6dcaf4f506959d1a86eef7beb7a558
- du listing: https://gist.github.com/c275dcc78169bdf2e405337bca948365
Diffstat (limited to 'pkgs/os-specific/linux/audit/default.nix')
-rw-r--r--pkgs/os-specific/linux/audit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/audit/default.nix b/pkgs/os-specific/linux/audit/default.nix
index 7e14983a6d2..ea54ed0b68e 100644
--- a/pkgs/os-specific/linux/audit/default.nix
+++ b/pkgs/os-specific/linux/audit/default.nix
@@ -6,11 +6,11 @@
 assert enablePython -> python != null;
 
 stdenv.mkDerivation rec {
-  name = "audit-2.8.3";
+  name = "audit-2.8.4";
 
   src = fetchurl {
     url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz";
-    sha256 = "06lacv9zjn0sf076dydwmvjhdmik3xzhdjvyrkq75917xv54ajbl";
+    sha256 = "0f4ci6ffznnmgblwgv7ich9mjfk3p6y5l6m6h3chhmzw156nj454";
   };
 
   outputs = [ "bin" "dev" "out" "man" ];