Skip to content

Commit

Permalink
gsoap: 2.8.53 -> 2.8.108
Browse files Browse the repository at this point in the history
Fixes CVE-2019-7659

(cherry picked from commit 14368df)
  • Loading branch information
braunse authored and bjornfor committed Mar 20, 2021
1 parent 4077d9e commit ffc7373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gsoap/default.nix
Expand Up @@ -5,11 +5,11 @@ let

in stdenv.mkDerivation rec {
pname = "gsoap";
version = "${majorVersion}.53";
version = "${majorVersion}.108";

src = fetchurl {
url = "mirror://sourceforge/project/gsoap2/gsoap-${majorVersion}/gsoap_${version}.zip";
sha256 = "0n35dh32gidi65c36cwjd91304pwiabfblvd64kg21djpjl06qcr";
sha256 = "0x58bwlclk7frv03kg8bp0pm7zl784samvbzskrnr7dl5v866nvl";
};

buildInputs = [ openssl zlib ];
Expand Down

0 comments on commit ffc7373

Please sign in to comment.