All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH 0/8] Perl recipe upgrades
@ 2021-07-11  1:07 Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53 Tim Orling
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

meta-perl recipe upgrades with the help of auto-upgrade-helper.

The following changes since commit 0412a4befcd190cf020dd525aad31eba54b93a32:

  suitesparse: Fix LIC_FILES_CHKSUM (2021-07-08 09:21:41 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/perl-auh-upgrades-20210710
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=timo/perl-auh-upgrades-20210710

Tim Orling (8):
  libcgi-perl: upgrade 4.51 -> 4.53
  libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13
  libextutils-cppguess-perl: upgrade 0.21 -> 0.23
  libio-socket-ssl-perl: upgrade 2.068 -> 2.071
  libmoo-perl: upgrade 2.004000 -> 2.005004
  libnet-dns-perl: upgrade 1.26 -> 1.31
  libtest-warnings-perl: upgrade 0.028 -> 0.030
  logcheck: upgrade 1.3.20 -> 1.3.23

 .../logcheck/{logcheck_1.3.20.bb => logcheck_1.3.23.bb}        | 3 +--
 .../libcgi/{libcgi-perl_4.51.bb => libcgi-perl_4.53.bb}        | 3 +--
 ...-guess-perl_0.12.bb => libcrypt-openssl-guess-perl_0.13.bb} | 3 +--
 ...cppguess-perl_0.21.bb => libextutils-cppguess-perl_0.23.bb} | 3 +--
 ...socket-ssl-perl_2.068.bb => libio-socket-ssl-perl_2.071.bb} | 3 +--
 .../{libmoo-perl_2.004000.bb => libmoo-perl_2.005004.bb}       | 3 +--
 .../{libnet-dns-perl_1.26.bb => libnet-dns-perl_1.31.bb}       | 3 +--
 ...t-warnings-perl_0.028.bb => libtest-warnings-perl_0.030.bb} | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)
 rename meta-perl/recipes-extended/logcheck/{logcheck_1.3.20.bb => logcheck_1.3.23.bb} (95%)
 rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.51.bb => libcgi-perl_4.53.bb} (90%)
 rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-guess-perl_0.12.bb => libcrypt-openssl-guess-perl_0.13.bb} (86%)
 rename meta-perl/recipes-perl/libextutils/{libextutils-cppguess-perl_0.21.bb => libextutils-cppguess-perl_0.23.bb} (89%)
 rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.068.bb => libio-socket-ssl-perl_2.071.bb} (91%)
 rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.004000.bb => libmoo-perl_2.005004.bb} (91%)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.26.bb => libnet-dns-perl_1.31.bb} (92%)
 rename meta-perl/recipes-perl/libtest/{libtest-warnings-perl_0.028.bb => libtest-warnings-perl_0.030.bb} (88%)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
@ 2021-07-11  1:07 ` Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 2/8] libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13 Tim Orling
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

4.53 2021-06-03

    [ FIX ]
    - fix typo in passing of max-age to CGI::Cookie (GH #247)

4.52 2021-05-04

    [ FIX ]
    - sort hash keys for deterministic behaviour (GH #245, GH #246)

References:
https://github.com/leejo/CGI.pm/issues/247
https://github.com/leejo/CGI.pm/pull/246
https://github.com/leejo/CGI.pm/issues/245

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 .../libcgi/{libcgi-perl_4.51.bb => libcgi-perl_4.53.bb}        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.51.bb => libcgi-perl_4.53.bb} (90%)

diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.51.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb
similarity index 90%
rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.51.bb
rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb
index e3a83679ed..2f1a860315 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.51.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "87b6cf5bc68739c9310ca501adad998e"
-SRC_URI[sha256sum] = "0bd215e7012f9f52e6a7d3fe695ee30ef959d796e8e53472fa0ed8c53fba600a"
+SRC_URI[sha256sum] = "c67e732f3c96bcb505405fd944f131fe5c57b46e5d02885c00714c452bf14e60"
 
 S = "${WORKDIR}/CGI-${PV}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 2/8] libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53 Tim Orling
@ 2021-07-11  1:07 ` Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 3/8] libextutils-cppguess-perl: upgrade 0.21 -> 0.23 Tim Orling
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

0.13 2021-05-03T15:37:39Z

    - use --installed option while executing brew --prefix (PR#9
      @skaji++)

References:
https://github.com/akiym/Crypt-OpenSSL-Guess/pull/9

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 ...-guess-perl_0.12.bb => libcrypt-openssl-guess-perl_0.13.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-guess-perl_0.12.bb => libcrypt-openssl-guess-perl_0.13.bb} (86%)

diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb
similarity index 86%
rename from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb
rename to meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb
index 6f35e39bf3..b0a1937576 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz "
 
-SRC_URI[md5sum] = "9e86baf96828a38c967003a5e66f0c39"
-SRC_URI[sha256sum] = "0a18d18768cf42b49b15c9dea626199dc74346bbbc76acd3d817b9c1d2bd471d"
+SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc9585e743"
 
 DEPENDS += "openssl"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 3/8] libextutils-cppguess-perl: upgrade 0.21 -> 0.23
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53 Tim Orling
  2021-07-11  1:07 ` [meta-perl][PATCH 2/8] libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13 Tim Orling
@ 2021-07-11  1:07 ` Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 4/8] libio-socket-ssl-perl: upgrade 2.068 -> 2.071 Tim Orling
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu

0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
  See <https://github.com/tsee/extutils-cppguess/pull/24>.

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 ...cppguess-perl_0.21.bb => libextutils-cppguess-perl_0.23.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libextutils/{libextutils-cppguess-perl_0.21.bb => libextutils-cppguess-perl_0.23.bb} (89%)

diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb
similarity index 89%
rename from meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb
rename to meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb
index a11b4d2dba..876b75c8f0 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb
@@ -12,8 +12,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
-SRC_URI[md5sum] = "62bdf731bcbe988d07486836e11585f7"
-SRC_URI[sha256sum] = "ff629178321a1e591b83f809712593eae4408a413aa448654bce59b156f24153"
+SRC_URI[sha256sum] = "f96c48984eb6d8efb7d933b34f361d0c8b38335e3e5382e9aeccc0aa519a002c"
 
 S = "${WORKDIR}/ExtUtils-CppGuess-${PV}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 4/8] libio-socket-ssl-perl: upgrade 2.068 -> 2.071
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
                   ` (2 preceding siblings ...)
  2021-07-11  1:07 ` [meta-perl][PATCH 3/8] libextutils-cppguess-perl: upgrade 0.21 -> 0.23 Tim Orling
@ 2021-07-11  1:08 ` Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 5/8] libmoo-perl: upgrade 2.004000 -> 2.005004 Tim Orling
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

2.071 2021/05/23
- fix t/nonblock.t race on some systems. Fixes issue #102, maybe #98 too.
2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.

References:
https://github.com/noxxi/p5-io-socket-ssl/issues/102
https://github.com/noxxi/p5-io-socket-ssl/issues/98
https://github.com/noxxi/p5-io-socket-ssl/issues/95

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 ...socket-ssl-perl_2.068.bb => libio-socket-ssl-perl_2.071.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.068.bb => libio-socket-ssl-perl_2.071.bb} (91%)

diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb
similarity index 91%
rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb
index fc9786beca..4a98ac3744 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb
@@ -22,8 +22,7 @@ RDEPENDS_${PN} += "\
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[md5sum] = "4230c829c8875889848093b2b46a7284"
-SRC_URI[sha256sum] = "4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9"
+SRC_URI[sha256sum] = "40da40948ecc9c787ed39c95715872679eebfd54243721174993a2003e32ab0a"
 
 S = "${WORKDIR}/IO-Socket-SSL-${PV}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 5/8] libmoo-perl: upgrade 2.004000 -> 2.005004
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
                   ` (3 preceding siblings ...)
  2021-07-11  1:08 ` [meta-perl][PATCH 4/8] libio-socket-ssl-perl: upgrade 2.068 -> 2.071 Tim Orling
@ 2021-07-11  1:08 ` Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 6/8] libnet-dns-perl: upgrade 1.26 -> 1.31 Tim Orling
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

2.005004 - 2021-03-29
  - fix file set in %INC in create_class_with_roles (RT#134845)

2.005003 - 2021-03-21
  - silence 'once' warnings from Moo::_Utils

2.005_002 - 2021-01-22
  - fix C3 test skipping properly when MRO::Compat not available on perl < 5.10

2.005_001 - 2021-01-20
  - fix perl version check in global destruction code

2.005_000 - 2021-01-20
  - remove MooseX::Types from developer prereqs
  - recommend Sub::Util rather than Sub::Name, since Sub::Util is in core
  - fix line numbers when using oo module (perl -Moo)
  - adjust some author tests to rely less on external modules
  - lower Exporter prereq to any version
  - bump Role::Tiny prereq to 2.003004
  - refactor and simplify role application code, as allowed by new Role::Tiny
    version
  - switch to using normal strict+warnings rather than strictures for authors
  - remove strictures from recommends, as Moo does not use it anywhere
  - remove Task::Weaken prereq, as it served no purpose
  - remove MRO::Compat prereq, using it only when user code does
  - remove use of Devel::GlobalDestruction in code, only using
    Devel::GlobalDestruction::XS when it is available. Devel::GlobalDestruction
    is still a dependency on perl < 5.14 to facilitate the installation of the
    ::XS module.
  - Moo now has no mandatory perl version specific dependencies. The version
    specific modules are now optional or not used. This means code using Moo can
    be fatpacked on a new perl version without special cases, and it will work
    on older perl versions.

2.004004 - 2020-11-25
  - fix error location test when using core Carp on perl 5.8.9 - 5.10.1

2.004003 - 2020-11-21
  - fix extraneous MANIFEST entry

2.004002 - 2020-11-20
  - no changes
  - releasing as stable

2.004_001 - 2020-07-30
  - remove Module::Runtime prerequisite
  - internal code cleanups
  - added test for conflicts in extensions wrapping 'has' and similar subs

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 .../{libmoo-perl_2.004000.bb => libmoo-perl_2.005004.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.004000.bb => libmoo-perl_2.005004.bb} (91%)

diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb
similarity index 91%
rename from meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb
rename to meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb
index dbad74d229..ecc4d87c85 100644
--- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb
+++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb
@@ -10,8 +10,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=0e7ee44f5ce5e9b84619cd198caad1d6"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz"
-SRC_URI[md5sum] = "e542104553d616b15631b5c66ccee904"
-SRC_URI[sha256sum] = "323240d000394cf38ec42e865b05cb8928f625c82c9391cd2cdc72b33c51b834"
+SRC_URI[sha256sum] = "e3030b80bd554a66f6b3c27fd53b1b5909d12af05c4c11ece9a58f8d1e478928"
 
 S = "${WORKDIR}/Moo-${PV}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 6/8] libnet-dns-perl: upgrade 1.26 -> 1.31
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
                   ` (4 preceding siblings ...)
  2021-07-11  1:08 ` [meta-perl][PATCH 5/8] libmoo-perl: upgrade 2.004000 -> 2.005004 Tim Orling
@ 2021-07-11  1:08 ` Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 7/8] libtest-warnings-perl: upgrade 0.028 -> 0.030 Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 8/8] logcheck: upgrade 1.3.20 -> 1.3.23 Tim Orling
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

**** 1.31 May 2, 2021

        Improve implementation of SVCB record.

**** 1.30 Mar 30, 2021

        Simplify parsing of multi-line RRs in zone file.
        Improve robustness of "dry" resolver tests.
        Avoid deep recursion in non-fatal test report.

**** 1.29 Nov 18, 2020

        Include test number in summary of failed non-fatal tests.
        Remove Net::DNS::SEC specific tests.
        Fix faulty test plan in t/08-recurse.t.

**** 1.28 Oct 23, 2020

        Eliminate indirect object syntax.
        Eliminate grep/map <expression>.

**** 1.27 Sep 11, 2020

Fix rt.cpan.org #133203

        Net::DNS::RR::LOC erroneously strips non default values from
        string representation

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 .../{libnet-dns-perl_1.26.bb => libnet-dns-perl_1.31.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.26.bb => libnet-dns-perl_1.31.bb} (92%)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb
similarity index 92%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb
index 3b960778cc..c806456192 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.26.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.31.bb
@@ -9,8 +9,7 @@ DEPENDS += "perl"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "6db2562b6c42619e9c7d7e62422af8c4"
-SRC_URI[sha256sum] = "eabaecd0fdb3e6adef8c9e016e8509319f19caa8c76836253f7db72bafe56498"
+SRC_URI[sha256sum] = "00024a8e371605c6d8422a27a0a87af8b7cf66f26502102e68ddd4baf7cfc615"
 
 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 7/8] libtest-warnings-perl: upgrade 0.028 -> 0.030
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
                   ` (5 preceding siblings ...)
  2021-07-11  1:08 ` [meta-perl][PATCH 6/8] libnet-dns-perl: upgrade 1.26 -> 1.31 Tim Orling
@ 2021-07-11  1:08 ` Tim Orling
  2021-07-11  1:08 ` [meta-perl][PATCH 8/8] logcheck: upgrade 1.3.20 -> 1.3.23 Tim Orling
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

0.030     2020-03-21 16:56:30Z
          - fix tests that can fail when there is already an installed module
            named Foo::Bar::Baz (RT#132140)

0.029     2020-03-14 05:27:59Z
          - new :report_warnings feature, for printing all of the (unexpected)
            warning content when had_no_warnings() is called (Tina Mueller, PR#10)

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 ...t-warnings-perl_0.028.bb => libtest-warnings-perl_0.030.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libtest/{libtest-warnings-perl_0.028.bb => libtest-warnings-perl_0.030.bb} (88%)

diff --git a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb
similarity index 88%
rename from meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb
rename to meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb
index 7cd07b2c0b..78110ca475 100644
--- a/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.028.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-warnings-perl_0.030.bb
@@ -19,8 +19,7 @@ file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf
 
 SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "cd007342017fedfb02d6fde75602e473"
-SRC_URI[sha256sum] = "26fda9f8d279e943d27e43a4a3a5cea8a6592cd36e7308695f8dc6602262c0e0"
+SRC_URI[sha256sum] = "89a4947ddf1564ae01122275584433d7f6c4370370bcf3768922d796956ae24f"
 
 S = "${WORKDIR}/Test-Warnings-${PV}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-perl][PATCH 8/8] logcheck: upgrade 1.3.20 -> 1.3.23
  2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
                   ` (6 preceding siblings ...)
  2021-07-11  1:08 ` [meta-perl][PATCH 7/8] libtest-warnings-perl: upgrade 0.028 -> 0.030 Tim Orling
@ 2021-07-11  1:08 ` Tim Orling
  7 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2021-07-11  1:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

logcheck (1.3.23) unstable; urgency=medium

  * v.i.d/logcheck-sudo: adjust 'session opened' rule to match uid, thanks to
    Marco d'Itri  for the patch (closes: #985166)
  * v.i.d/logcheck-su: allow 'none' as pseudo terminal, thanks to Marco d'Itri
    for the patch

 -- Hannes von Haugwitz <hannes@vonhaugwitz.com>  Thu, 01 Apr 2021 21:19:39 +0200

logcheck (1.3.22) unstable; urgency=medium

  * d/t/01-logcheck: use temporary log file

 -- Hannes von Haugwitz <hannes@vonhaugwitz.com>  Mon, 01 Feb 2021 22:28:20 +0100

logcheck (1.3.21) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Fix day-of-week for changelog entries 1.2.23, 1.2.17, 1.1.1-7.3, 1.1.1-7.
  * Update standards version to 4.4.1, no changes needed.

  [ Simó Albert i Beltran ]
  * ignore.d.server/ssh:
    - match port
    - match more variants of 'Disconnected from' message
    - match 'Connection reset' message

  [ Ville Salomäki ]
  * v.i.d/logcheck-su, v.i.d/logcheck-sudo: allow '.' and '_' in usernames

  [Lee Maguire]
  * src/logcheck: support systemd journal as log source (closes: #876420)

  [ Hannes von Haugwitz ]
  * Switch to debhelper 13
  * Update standards version to 4.5.1, no changes needed.
  * Update debian/copyright
  * Set Rules-Requires-Root to no
  * Add autopkgtest
  * Adjust rules for PAM open session messages to match new format
  * Update 'su' rules to match changed format (closes: #931770)
  * i.d.s/dnsmasq: allow '.' in interface names, thanks to Craig Small for the
    patch (closes: #732655)
  * i.d.s/openvpn: match 'VERIFY X509NAME OK' message (closes: #751292)
  * i.d.s/spamd:
    - match autolearn_force field
    - properly match IPv6 addresses
    thanks to Craig Small for the patch (closes: #755374)
  * i.d.s/postfix: match sasl_sender field (closes: #700851)
  * i.d.s/su, v.i.d/logcheck-su:
    - match 'su-l:session'
    - match '(to <substitute-user>) <user>' message
  * i.d.s/systemd-logind: new
    - match logind session messages
  * i.d.s/systemd: match some Succeeded/Finished messages
  * i.d.s/dhclient: adjust 'DHCPREQUEST' rule

 -- Hannes von Haugwitz <hannes@vonhaugwitz.com>  Sun, 31 Jan 2021 23:01:29 +0100

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 .../logcheck/{logcheck_1.3.20.bb => logcheck_1.3.23.bb}        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-perl/recipes-extended/logcheck/{logcheck_1.3.20.bb => logcheck_1.3.23.bb} (95%)

diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb
similarity index 95%
rename from meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb
rename to meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb
index 10b281a66b..bb9faa2c05 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.3.20.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b"
 SRC_URI = "${DEBIAN_MIRROR}/main/l/${BPN}/${BPN}_${PV}.tar.xz \
            file://99_logcheck \
 "
-SRC_URI[md5sum] = "1c6e9a97f9cc485353c25147cb99fb25"
-SRC_URI[sha256sum] = "9fb6d02b933470d0b1d1efb54ea186e0d0d27336f9d146be592f65ce60dfb3e6"
+SRC_URI[sha256sum] = "a2188ba549fff4412c82074b271884ff66d25f3fdb2a41916e817ce676855b29"
 
 S = "${WORKDIR}/${BPN}"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-11  1:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11  1:07 [meta-perl][PATCH 0/8] Perl recipe upgrades Tim Orling
2021-07-11  1:07 ` [meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53 Tim Orling
2021-07-11  1:07 ` [meta-perl][PATCH 2/8] libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13 Tim Orling
2021-07-11  1:07 ` [meta-perl][PATCH 3/8] libextutils-cppguess-perl: upgrade 0.21 -> 0.23 Tim Orling
2021-07-11  1:08 ` [meta-perl][PATCH 4/8] libio-socket-ssl-perl: upgrade 2.068 -> 2.071 Tim Orling
2021-07-11  1:08 ` [meta-perl][PATCH 5/8] libmoo-perl: upgrade 2.004000 -> 2.005004 Tim Orling
2021-07-11  1:08 ` [meta-perl][PATCH 6/8] libnet-dns-perl: upgrade 1.26 -> 1.31 Tim Orling
2021-07-11  1:08 ` [meta-perl][PATCH 7/8] libtest-warnings-perl: upgrade 0.028 -> 0.030 Tim Orling
2021-07-11  1:08 ` [meta-perl][PATCH 8/8] logcheck: upgrade 1.3.20 -> 1.3.23 Tim Orling

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.