Skip to content

Commit

Permalink
update to latest libxml2 and libxslt, fix copy-paste error for FCGI
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Apr 20, 2023
1 parent 22bb186 commit 88187a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions share/64bit-5.36.0.1.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
libssh2 => 'file:///z:/extlib/_out/64bit_libssh2-1.10.0-bin_20230302.zip',
libunistring => 'file:///z:/extlib/_out/64bit_libunistring-0.9.10-bin_20230302.zip',
libuv => 'file:///z:/extlib/_out/64bit_libuv-v1.28.0-bin_20230302.zip',
libxml2 => 'file:///z:/extlib/_out/64bit_libxml2-2.9.9-bin_20230302.zip',
libxslt => 'file:///z:/extlib/_out/64bit_libxslt-1.1.33-bin_20230302.zip',
libxml2 => 'file:///z:/extlib/_out/64bit_libxml2-2.10.4-bin_20230420.zip',
libxslt => 'file:///z:/extlib/_out/64bit_libxslt-1.1.37-bin_20230420.zip',
mpc => 'file:///z:/extlib/_out/64bit_mpc-1.3.1-bin_20230315.zip',
mpfr => 'file:///z:/extlib/_out/64bit_mpfr-4.2.0-bin_20230315.zip',
netcdf => 'file:///z:/extlib/_out/64bit_netcdf-c-4.9.0-bin_20230302.zip',
Expand Down Expand Up @@ -334,8 +334,7 @@
# misc
#{ module=>'Alien::Tidyp', buildpl_param=>'--srctarball=http://strawberryperl.com/package/kmx/testing/tidyp-1.04.tar.gz' }, #gcc 8.3 failure
qw/ CPAN::SQLite /,
{ module => 'FCGI', env => { 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/02-unix_doma
in_socket.t' } },
{ module => 'FCGI', env => { 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/02-unix_domain_socket.t' } },
qw/ IO::String /,
{ module=>'Unicode::UTF8', ignore_testfailure=>1 }, #XXX-TODO-5.28
qw/ V Modern::Perl Perl::Tidy /,
Expand Down

0 comments on commit 88187a2

Please sign in to comment.