Skip to content

Commit

Permalink
XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672
Browse files Browse the repository at this point in the history
Issue is described in the cpan RT [1]. Patch was submitted via a GitHub PR
[2].

[1] https://rt.cpan.org/Public/Bug/Display.html?id=122958
[2] shlomif/perl-XML-LibXML#8

(cherry picked from commit 1be0330)
  • Loading branch information
andir authored and grahamc committed Nov 20, 2017
1 parent c769303 commit 3753929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -15675,18 +15675,18 @@ let self = _self // overrides; _self = with self; {
};

XMLLibXML = buildPerlPackage rec {
name = "XML-LibXML-2.0129";
name = "XML-LibXML-2.0132";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "0rmk6vysfgcn8434wyydd56midgshly37wx7c50ch038l2djd82w";
sha256 = "0xnl281hb590i287fxpl947f1s4zl9dnvc4ajvsqi89w23im453j";
};
SKIP_SAX_INSTALL = 1;
buildInputs = [ pkgs.libxml2 ];
propagatedBuildInputs = [ XMLSAX ];

# https://rt.cpan.org/Public/Bug/Display.html?id=122958
preCheck = ''
rm t/32xpc_variables.t t/48_reader_undef_warning_on_empty_str_rt106830.t
rm t/32xpc_variables.t
'';
};

Expand Down

0 comments on commit 3753929

Please sign in to comment.