Merge pull request #104857 from redvers/update_corosync_2.4.3_to_2.4.5_cve-2008-1084

This commit is contained in:
Sandro 2020-11-26 02:57:37 +01:00 committed by GitHub
commit 500cbe0256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "corosync-2.4.3";
pname = "corosync";
version = "2.4.5";
src = fetchurl {
url = "http://build.clusterlabs.org/corosync/releases/${name}.tar.gz";
sha256 = "15y5la04qn2lh1gabyifygzpa4dx3ndk5yhmaf7azxyjx0if9rxi";
url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
sha256 = "0pxs18vci9kq3qnqsg5i1h35jrxxiccwbm0mzja3g8j3izdsyvmb";
};
nativeBuildInputs = [ makeWrapper pkgconfig ];