Merge pull request #64731 from risicle/ris-dosbox-0.74-3

dosbox: 0.74-2 -> 0.74-3, fixing CVE-2019-7165, CVE-2019-12594
This commit is contained in:
Graham Christensen 2019-07-18 17:35:51 -04:00 committed by GitHub
commit 3f4ed94173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, lib, fetchurl, makeDesktopItem, SDL, SDL_net, SDL_sound, libGLU_combined, libpng, graphicsmagick }:
stdenv.mkDerivation rec {
name = "dosbox-0.74-2";
name = "dosbox-0.74-3";
src = fetchurl {
url = "mirror://sourceforge/dosbox/${name}.tar.gz";
sha256 = "1ksp1b5szi0vy4x55rm3j1y9wq5mlslpy8llpg87rpdyjlsk0xvh";
sha256 = "02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0";
};
hardeningDisable = [ "format" ];