cifs-utils: fix information disclosure in logger

8acc963a2e

Fixes: CVE-2022-29869
This commit is contained in:
Martin Weinelt 2022-04-28 15:37:14 +02:00
parent cb3fa089ea
commit e121ca2c8f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/piastry/cifs-utils/commit/007c07fd91b6d42f8bd45187cf78ebb06801139d.patch";
sha256 = "sha256-3uoHso2q17r2bcEW+ZjYUWsW4OIGYA7kxYZxQQy0JOg=";
})
(fetchpatch {
# Fix disclosure of invalid credential configuration in verbose mode
name = "CVE-2022-29869.patch";
url = "https://github.com/piastry/cifs-utils/commit/8acc963a2e7e9d63fe1f2e7f73f5a03f83d9c379.patch";
sha256 = "sha256-MjfreeL1ME550EYK9LPOUAAjIk1BoMGfb+pQe3A1bz8=";
})
];
nativeBuildInputs = [ autoreconfHook docutils pkg-config ];