From: Tim Orling <timothy.t.orling@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl][PATCH 00/12] Upgrade perl recipes
Date: Sun, 21 Jan 2018 14:44:00 -0800 [thread overview]
Message-ID: <cover.1516574387.git.timothy.t.orling@linux.intel.com> (raw)
Upgrade recipes using upgradehelper.py from auto-upgrade-helper.
Runtime dependencies fixed by sequentially running 'perl -m<module>' on
each recipe (in qemux86) until there were no errors.
The following changes since commit 8cef6b38e62e6c79ec857510df454cefc868b0df:
meson: remove recipe and class (2018-01-16 21:41:26 -0800)
are available in the git repository at:
git://push.openembedded.org/meta-openembedded-contrib timo/meta-perl-upgrades
Tim Orling (12):
libdbd-sqlite-perl: add UPSTREAM_CHECK_REGEX
libencode-perl: add UPSTREAM_CHECK_REGEX
libcgi-perl: upgrade 4.36 -> 4.38
libextutils-cppguess-perl: upgrade 0.09 -> 0.12
libio-socket-ssl-perl: upgrade 1.997 -> 2.052
libmime-types-perl: upgrade 2.13 -> 2.14
libmoo-perl: upgrade 2.003002 -> 2.003004
libnet-dns-perl: upgrade 1.13 -> 1.14
libnet-ssleay-perl: upgrade 1.81 -> 1.84
librole-tiny-perl: upgrade 2.000005 -> 2.000006
libtest-harness-perl: upgrade 3.36 -> 3.39
libxml-libxml-perl: upgrade 2.0131 -> 2.0132
.../{libcgi-perl_4.36.bb => libcgi-perl_4.38.bb} | 9 ++++++--
.../recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb | 2 ++
.../recipes-perl/libencode/libencode-perl_2.83.bb | 7 ++++++
...l_0.09.bb => libextutils-cppguess-perl_0.12.bb} | 4 ++--
...erl_1.997.bb => libio-socket-ssl-perl_2.052.bb} | 12 ++++++----
...pes-perl_2.13.bb => libmime-types-perl_2.14.bb} | 4 ++--
...oo-perl_2.003002.bb => libmoo-perl_2.003004.bb} | 4 ++--
...et-dns-perl_1.13.bb => libnet-dns-perl_1.14.bb} | 6 +++--
...eay-perl_1.81.bb => libnet-ssleay-perl_1.84.bb} | 27 ++++++++++++----------
...l_2.000005.bb => librole-tiny-perl_2.000006.bb} | 4 ++--
...s-perl_3.36.bb => libtest-harness-perl_3.39.bb} | 15 ++++++++++--
...perl_2.0131.bb => libxml-libxml-perl_2.0132.bb} | 15 +++++++-----
12 files changed, 73 insertions(+), 36 deletions(-)
rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.36.bb => libcgi-perl_4.38.bb} (75%)
rename meta-perl/recipes-perl/libextutils/{libextutils-cppguess-perl_0.09.bb => libextutils-cppguess-perl_0.12.bb} (89%)
rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_1.997.bb => libio-socket-ssl-perl_2.052.bb} (82%)
rename meta-perl/recipes-perl/libmime/{libmime-types-perl_2.13.bb => libmime-types-perl_2.14.bb} (85%)
rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.003002.bb => libmoo-perl_2.003004.bb} (91%)
rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.13.bb => libnet-dns-perl_1.14.bb} (77%)
rename meta-perl/recipes-perl/libnet/{libnet-ssleay-perl_1.81.bb => libnet-ssleay-perl_1.84.bb} (65%)
rename meta-perl/recipes-perl/librole/{librole-tiny-perl_2.000005.bb => librole-tiny-perl_2.000006.bb} (84%)
rename meta-perl/recipes-perl/libtest/{libtest-harness-perl_3.36.bb => libtest-harness-perl_3.39.bb} (88%)
rename meta-perl/recipes-perl/libxml/{libxml-libxml-perl_2.0131.bb => libxml-libxml-perl_2.0132.bb} (80%)
--
2.13.6
next reply other threads:[~2018-01-21 22:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-21 22:44 Tim Orling [this message]
2018-01-21 22:44 ` [meta-perl][PATCH 01/12] libdbd-sqlite-perl: add UPSTREAM_CHECK_REGEX Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 02/12] libencode-perl: " Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 03/12] libcgi-perl: upgrade 4.36 -> 4.38 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 04/12] libextutils-cppguess-perl: upgrade 0.09 -> 0.12 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 05/12] libio-socket-ssl-perl: upgrade 1.997 -> 2.052 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 06/12] libmime-types-perl: upgrade 2.13 -> 2.14 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 07/12] libmoo-perl: upgrade 2.003002 -> 2.003004 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 08/12] libnet-dns-perl: upgrade 1.13 -> 1.14 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 09/12] libnet-ssleay-perl: upgrade 1.81 -> 1.84 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 10/12] librole-tiny-perl: upgrade 2.000005 -> 2.000006 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 11/12] libtest-harness-perl: upgrade 3.36 -> 3.39 Tim Orling
2018-01-21 22:44 ` [meta-perl][PATCH 12/12] libxml-libxml-perl: upgrade 2.0131 -> 2.0132 Tim Orling
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=cover.1516574387.git.timothy.t.orling@linux.intel.com \
--to=timothy.t.orling@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.