]> Git Repo - buildroot-mgba.git/commitdiff
package/libxml-parser-perl: bump to version 2.47
authorKevin Cui <[email protected]>
Mon, 29 Jan 2024 03:44:04 +0000 (11:44 +0800)
committerThomas Petazzoni <[email protected]>
Mon, 5 Feb 2024 11:35:21 +0000 (12:35 +0100)
The license file 'README' has changed due to the following diff:

-      $p3->parse($foo, ProtocolEncoding => 'ISO-8859-1');
-      close($foo);
+      $p3->parse($fh, ProtocolEncoding => 'ISO-8859-1');
+      close($fh);

This does not affect the licensing terms.

A 'LICENSE' file was added in 2.47, but it contains the terms of the
wrong license (Artistic 2.0), while this package is under Artistic or
GPL-1.0+. This has been reported upstream at
https://github.com/cpan-authors/XML-Parser/pull/99.

Signed-off-by: Kevin Cui <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/libxml-parser-perl/libxml-parser-perl.hash
package/libxml-parser-perl/libxml-parser-perl.mk

index c3ef1016e8b99ccfe8bc58b6989f87d4a557a249..4b91386573c0685d787da3c368f5ea7d13121834 100644 (file)
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256  d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d  XML-Parser-2.46.tar.gz
-sha256  6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2  README
+sha256  ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8  XML-Parser-2.47.tar.gz
+sha256  3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90  README
index 37cef2e41829979fffbdc8953f96f548c7314a5a..06bbd3b1ad823b5a26665ab18ffca54fbd0accb0 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBXML_PARSER_PERL_VERSION = 2.46
+LIBXML_PARSER_PERL_VERSION = 2.47
 LIBXML_PARSER_PERL_SOURCE = XML-Parser-$(LIBXML_PARSER_PERL_VERSION).tar.gz
 LIBXML_PARSER_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
 HOST_LIBXML_PARSER_PERL_DEPENDENCIES = host-expat
This page took 0.042895 seconds and 4 git commands to generate.