public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] XML-Parser: Update to 2.46
Date: Tue, 25 May 2021 21:33:57 +0200	[thread overview]
Message-ID: <20210525193357.3588732-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 6347 bytes --]

- Update from 2.34 to 2.46
- Update rootfile
- Changelog
    2.46 2019-09-24 (by Todd Rinaldo)
        - use foreach not for for loops
        - produce README.md so travis will show up on github
        - remove use vars and switch to our.
        - travis-ci testing from 5.8..5.28
        - Convert XML::Parser to use 3 arg opens with no barewords.
        - Migrate tracker to github
        - Switch to XSLoader
        - Fix a buffer overwrite in parse_stream()
    2.44 2015-01-12 (by Todd Rinaldo)
        - RT 99098 - Revert "Add more useful error message on parse to Expat". It breaks
          XML::Twig. Calling code will need to do this if it's needed.
        - RT 100959 - Add use FileHandle to t/astress.t - Make perl 5.10.0 happy.
    2.43 2014-12-11 (by Todd Rinaldo)
        - POD patch to man from Debian via Nicholas Bamber
        - POD patch from Debian via gregor herrmann.
        - Add more useful error message on parse to Expat
        - Fix LWP dependency to be LWP::Useragent
        - Bump to 2.43 for overdue release to CPAN.
    2.42_01 2013-07-12 (by Todd Rinaldo)
        - Added instructions to README for OSX
        - XS changes: stop using SvPV(string, PL_na)
        - Fix documentation typos
    2.41 2011-06-01 (by Todd Rinaldo)
        - Tests are cleaned. promoting to stable. No changes since 2.40_02
    2.40_02 2011-05-31 (by Todd Rinaldo)
        - TODO some tests which fail in Free BSD due to improper expat CVE patch
          http://www.freebsd.org/cgi/query-pr.cgi?pr=157469
    2.40_01 2011-05-24 (by Todd Rinaldo)
        - better installation instructions
        - Small spelling patches from Debian package - Thanks Nicholas Bamber
        - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
          perl 5.14 compliant - qw()
        - RT 67207 - Stop doing tied on globs - Thanks sprout
        - RT 31319 - Fix doc links in POD for XML/Parser.pm
    2.40  2010-09-16 (by Alexandr Ciornii)
        - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
        - Add windows-1255.enc (Hebrew)
        - Update iso-8859-7.enc (RT#40712)
        - Use Devel::CheckLib
        - Better description of expat packages
        - Better Perl style in both code and docs
    2.36
        - Fix for Carp::Heavy bugs
    2.35   (mostly by Alexandr Ciornii)
        - Works in 5.10 (Andreas J. Koenig)
        - Added license in Makefile.PL (Alexandr Ciornii)
        - Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
        - No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/XML-Parser | 6 +++++-
 lfs/XML-Parser                     | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/XML-Parser b/config/rootfiles/common/XML-Parser
index 8a389c004..3b82a96a7 100644
--- a/config/rootfiles/common/XML-Parser
+++ b/config/rootfiles/common/XML-Parser
@@ -6,6 +6,8 @@ usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encod
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/README
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/big5.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/euc-kr.enc
+#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/ibm866.enc
+#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-15.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-2.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-3.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-4.enc
@@ -13,8 +15,11 @@ usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encod
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-7.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-8.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/iso-8859-9.enc
+#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/koi8-r.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/windows-1250.enc
+#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/windows-1251.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/windows-1252.enc
+#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/windows-1255.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/x-euc-jp-unicode.enc
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Encodings/x-sjis-cp932.enc
@@ -33,7 +38,6 @@ usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/XML/Parser/Style
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/XML/Parser
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/XML/Parser/.packlist
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/XML/Parser/Expat
-#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/XML/Parser/Expat/Expat.bs
 usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/XML/Parser/Expat/Expat.so
 #usr/share/man/man3/XML::Parser.3
 #usr/share/man/man3/XML::Parser::Expat.3
diff --git a/lfs/XML-Parser b/lfs/XML-Parser
index 98df1d0ec..d6c46d25e 100644
--- a/lfs/XML-Parser
+++ b/lfs/XML-Parser
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.34
+VER        = 2.46
 
 THISAPP    = XML-Parser-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 84d9e0001fe01c14867256c3fe115899
+$(DL_FILE)_MD5 = 80bb18a8e6240fcf7ec2f7b57601c170
 
 install : $(TARGET)
 
-- 
2.31.1


                 reply	other threads:[~2021-05-25 19:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210525193357.3588732-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox