Skip to content

Commit

Permalink
fribidi: 1.0.7 -> 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TredwellGit authored and FRidh committed Nov 18, 2020
1 parent a41a237 commit 0f05f22
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/development/libraries/fribidi/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchurl
, fetchpatch
, meson
, ninja
, pkgconfig
Expand All @@ -10,24 +9,16 @@

stdenv.mkDerivation rec {
pname = "fribidi";
version = "1.0.7";
version = "1.0.10";

outputs = [ "out" "devdoc" ];

# NOTE: Only URL tarball has "Have pre-generated man pages: true", which works-around upstream usage of some rare ancient `c2man` fossil application.
src = fetchurl {
url = "https://github.com/fribidi/fribidi/releases/download/v${version}/${pname}-${version}.tar.bz2";
sha256 = "0pckda4fcn0aw32lpycwdp25r2m7vca8zspq815ppi9gkwgg5das";
url = "https://github.com/fribidi/fribidi/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "009wcpgk4jj5x52skjkfs6xar6x38mcngs75rb59nj9ig1y6h73z";
};

patches = [
(fetchpatch {
name = "CVE-2019-18397.patch";
url = "https://github.com/fribidi/fribidi/commit/034c6e9a1d296286305f4cfd1e0072b879f52568.patch";
sha256 = "102xrbf1l5gvavkxd6csx8pj3rlgcw10c0y4h4d40yhn84b1p0y8";
})
];

postPatch = ''
patchShebangs test
'';
Expand Down

0 comments on commit 0f05f22

Please sign in to comment.