https://bz.apache.org/ooo/show_bug.cgi?id=126469
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- had the same issue with dmms package and narrowed it down https://github.com/apache/openoffice/blob/c667dd47ad47dfe33b5fb1af77fca185441b45b4/main/solenv/bin/download_external_dependencies.pl#L543 > my $content = LWP::Simple::get($URL); this call returns plain text for some compressed packages likely related to a change in the perl lib https://github.com/gisle/libwww-perl/commit/06e3b04d44a6e4ede79f8c6cc75bfa6eb4d6bac1 > - return $response->content if $response->is_success; > + return $response->decoded_content if $response->is_success; we could emulate the old behaviour by using LWP::UserAgent I'll attach a perl script to demonstrate the issue when fixed some hashes need to be changed so far only libtextcat and dmms -- You are receiving this mail because: You are the assignee for the issue.
