mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:47:37 +00:00
libcap: 2.68 -> 2.69
https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.iuvg7sbjg8pe https://www.openwall.com/lists/oss-security/2023/05/16/2 Fixes: CVE-2023-2602, CVE-2023-2603
This commit is contained in:
parent
60c84c8841
commit
f172f27981
@ -7,11 +7,11 @@ assert usePam -> pam != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libcap";
|
||||
version = "2.68";
|
||||
version = "2.69";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/libs/security/linux-privs/libcap2/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-kL47bUG+X4GuSwPsdgErDSfIKSk2hPbAW2XV+cznJLI=";
|
||||
sha256 = "sha256-8xH489rYRpnQVm0db37JQ6kpiyj3FMrjyTHf1XSS1+s=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "lib" "man" "doc" ]
|
||||
|
Loading…
Reference in New Issue
Block a user