Unverified Commit 799f854a authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #288080 from LeSuisse/xpdf-4.0.5

xpdf: 4.04 -> 4.05
parents 7727237a 6afc4c0c
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -12,11 +12,14 @@ assert enablePrinting -> cups != null;

stdenv.mkDerivation rec {
  pname = "xpdf";
  version = "4.04";
  version = "4.05";

  src = fetchzip {
    url = "https://dl.xpdfreader.com/xpdf-${version}.tar.gz";
    hash = "sha256-ujH9KDwFRjPIKwdMg79Mab9BfA2HooY5+2PESUgnGDY=";
    urls = [
      "https://dl.xpdfreader.com/xpdf-${version}.tar.gz"
      "https://dl.xpdfreader.com/old/xpdf-${version}.tar.gz"
    ];
    hash = "sha256-LBxKSrXTdoulZDjPiyYMaJr63jFHHI+VCgVJx310i/w=";
  };

  # Fix "No known features for CXX compiler", see
@@ -73,8 +76,6 @@ stdenv.mkDerivation rec {
    platforms = platforms.unix;
    maintainers = with maintainers; [ sikmir ];
    knownVulnerabilities = [
      "CVE-2018-7453: loop in PDF objects"
      "CVE-2018-16369: loop in PDF objects"
      "CVE-2019-9587: loop in PDF objects"
      "CVE-2019-9588: loop in PDF objects"
      "CVE-2019-16088: loop in PDF objects"
@@ -82,14 +83,10 @@ stdenv.mkDerivation rec {
      "CVE-2022-38928"
      "CVE-2022-41842"
      "CVE-2022-41843"
      "CVE-2022-41844"
      "CVE-2022-43071"
      "CVE-2022-43295"
      "CVE-2022-45586"
      "CVE-2022-45587"
      "CVE-2023-2662"
      "CVE-2023-2663"
      "CVE-2023-2664"
      "CVE-2023-26930"
      "CVE-2023-26931"
      "CVE-2023-26934"
+3 −1
Original line number Diff line number Diff line
@@ -36496,7 +36496,9 @@ with pkgs;
  apvlv = callPackage ../applications/misc/apvlv { };
  xpdf = libsForQt5.callPackage ../applications/misc/xpdf { };
  xpdf = libsForQt5.callPackage ../applications/misc/xpdf {
    stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
  };
  xplugd = callPackage ../tools/X11/xplugd { };