Skip to content

Commit 3753929

Browse files
andirgrahamc
authored andcommittedNov 20, 2017
XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672
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)
1 parent c769303 commit 3753929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/top-level/perl-packages.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -15675,18 +15675,18 @@ let self = _self // overrides; _self = with self; {
1567515675
};
1567615676

1567715677
XMLLibXML = buildPerlPackage rec {
15678-
name = "XML-LibXML-2.0129";
15678+
name = "XML-LibXML-2.0132";
1567915679
src = fetchurl {
1568015680
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
15681-
sha256 = "0rmk6vysfgcn8434wyydd56midgshly37wx7c50ch038l2djd82w";
15681+
sha256 = "0xnl281hb590i287fxpl947f1s4zl9dnvc4ajvsqi89w23im453j";
1568215682
};
1568315683
SKIP_SAX_INSTALL = 1;
1568415684
buildInputs = [ pkgs.libxml2 ];
1568515685
propagatedBuildInputs = [ XMLSAX ];
1568615686

1568715687
# https://rt.cpan.org/Public/Bug/Display.html?id=122958
1568815688
preCheck = ''
15689-
rm t/32xpc_variables.t t/48_reader_undef_warning_on_empty_str_rt106830.t
15689+
rm t/32xpc_variables.t
1569015690
'';
1569115691
};
1569215692

0 commit comments

Comments
 (0)
Please sign in to comment.