package/libxml-parser-perl: bump to version 2.47
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 <bh@bugs.cc> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
081162580f
commit
7fd6473a2b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user