All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55
@ 2023-01-10  5:40 wangmy
  2023-01-10  5:40 ` [oe] [meta-gnome] [PATCH] evolution-data-server-native: upgrade 3.46.2 -> 3.46.3 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-01-10  5:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
remove dependency on Test::Deep (GH #254)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcgi/{libcgi-perl_4.54.bb => libcgi-perl_4.55.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.54.bb => libcgi-perl_4.55.bb} (93%)

diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.54.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
similarity index 93%
rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.54.bb
rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
index 4c9864094..2278d14f6 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.54.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
@@ -10,7 +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[sha256sum] = "9608a044ae2e87cefae8e69b113e3828552ddaba0d596a02f9954c6ac17fa294"
+SRC_URI[sha256sum] = "67895e94b13fdf46a3893c9a17c2d0d4c3d4cd2550e1f41e26696c10cb8c64b2"
 
 S = "${WORKDIR}/CGI-${PV}"
 
-- 
2.25.1



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

* [oe] [meta-gnome] [PATCH] evolution-data-server-native: upgrade 3.46.2 -> 3.46.3
  2023-01-10  5:40 [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55 wangmy
@ 2023-01-10  5:40 ` wangmy
  2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] cli11: upgrade 2.3.1 -> 2.3.2 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-01-10  5:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Bug Fixes:
        I#442 - e_util_change_uri_component: Reset default port when changing scheme
        ews-I#208 - Prompting for password too often

Miscellaneous:
        Fix a crash under source_registry_object_added_no_owner()
        ESoupAuthBearer: Add debug prints

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../evolution-data-server/evolution-data-server.inc           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
index 86f01ab377..2b74b2e605 100644
--- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
+++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
@@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
 
 inherit gnomebase upstream-version-is-even
 
-SRC_URI[archive.sha256sum] = "f9bd52008b7e535d816920cfcec70a0e5562bde28af71f996e203ff6a86e46e0"
-PV = "3.46.2"
+SRC_URI[archive.sha256sum] = "0938e2279e5cfbc2204766ca9d3fea570911699b07c10cbe01aca62a7e8b2bee"
+PV = "3.46.3"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] cli11: upgrade 2.3.1 -> 2.3.2
  2023-01-10  5:40 [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55 wangmy
  2023-01-10  5:40 ` [oe] [meta-gnome] [PATCH] evolution-data-server-native: upgrade 3.46.2 -> 3.46.3 wangmy
@ 2023-01-10  5:40 ` wangmy
  2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] imapfilter: upgrade 2.7.6 -> 2.8.1 wangmy
  2023-01-10  5:40 ` [oe] [meta-perl] [PATCH] libmoo-perl: upgrade 2.005004 -> 2.005005 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-01-10  5:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Bugfix: Consistently use ADL for 'lexical_cast', making it easier to extend
  for custom template types [#820][]
- Bugfix: Tweak the parsing of files for flags with 'disable_flag_override'
  [#800][]
- Bugfix: Handle out of bounds long long [#807][]
- Bugfix: Spacing of 'make_description' min option output [#808][]
- Bugfix: Print last parsed subcommand's help message [#822][]
- Bugfix: Avoid floating point warning in GCC 12 [#803][]
- Bugfix: Fix a few gcc warnings [#813][]
- Backend: Max CMake tested 3.22 -> 3.24 [#823][]

License-Update: Copyright updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/cli11/{cli11_2.3.1.bb => cli11_2.3.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/cli11/{cli11_2.3.1.bb => cli11_2.3.2.bb} (87%)

diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.1.bb b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
similarity index 87%
rename from meta-oe/recipes-support/cli11/cli11_2.3.1.bb
rename to meta-oe/recipes-support/cli11/cli11_2.3.2.bb
index cdba31e704..313973326d 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "C++11 command line parser"
 DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
 HOMEPAGE = "https://github.com/CLIUtils/CLI11"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c"
-SRCREV = "c2ea58c7f9bb2a1da2d3d7f5b462121ac6a07f16"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=afb20fe5f67e21074b10b864d9563c11"
+SRCREV = "291c58789c031208f08f4f261a858b5b7083e8e2"
 PV .= "+git${SRCPV}"
 
 SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] imapfilter: upgrade 2.7.6 -> 2.8.1
  2023-01-10  5:40 [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55 wangmy
  2023-01-10  5:40 ` [oe] [meta-gnome] [PATCH] evolution-data-server-native: upgrade 3.46.2 -> 3.46.3 wangmy
  2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] cli11: upgrade 2.3.1 -> 2.3.2 wangmy
@ 2023-01-10  5:40 ` wangmy
  2023-01-10  5:40 ` [oe] [meta-perl] [PATCH] libmoo-perl: upgrade 2.005004 -> 2.005005 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-01-10  5:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Add support for non-write actions on read-only mailboxes.
- Add new parameter to write process ID (PID) to file.
- New, more advanced, robust, and flexible recovery mechanism, replaces the
  old automatic recovery functionality. Note that, the config must be updated
  to use the new mechanism, otherwise no recovery will take place on errors.
- Bug fix; potential failure when deleting mailbox while mailbox is selected.

License-Update: Copyright updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../imapfilter/{imapfilter_2.7.6.bb => imapfilter_2.8.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/imapfilter/{imapfilter_2.7.6.bb => imapfilter_2.8.1.bb} (80%)

diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb
similarity index 80%
rename from meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb
rename to meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb
index eb23816e8a..878d28f137 100644
--- a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb
+++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb
@@ -1,9 +1,9 @@
 SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c11d4fd926d3ce7aac13b0ed1e9b3a63"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525"
 
 # v2.7.6
-SRCREV = "b39d0430f29d7c953581186955c11b461e6c824f"
+SRCREV = "e6372b88e09a4d1c573b57270de6b40846825a8b"
 SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \
            file://ldflags.patch \
 "
-- 
2.25.1



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

* [oe] [meta-perl] [PATCH] libmoo-perl: upgrade 2.005004 -> 2.005005
  2023-01-10  5:40 [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55 wangmy
                   ` (2 preceding siblings ...)
  2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] imapfilter: upgrade 2.7.6 -> 2.8.1 wangmy
@ 2023-01-10  5:40 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-01-10  5:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- drop dependency on Test::Fatal

License-Update: 
- Add "Required on perl versions prior to 5.10.0." to MRO::Compat
- Remove "bluefeet - Aran Deltac (cpan:BLUEFEET) <bluefeet@gmail.com>"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libmoo-perl_2.005004.bb => libmoo-perl_2.005005.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libmoo/{libmoo-perl_2.005004.bb => libmoo-perl_2.005005.bb} (92%)

diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb
similarity index 92%
rename from meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb
rename to meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb
index 5480b9069f..e92d793d9c 100644
--- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb
+++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb
@@ -7,10 +7,10 @@ SECTION = "libs"
 HOMEPAGE = "http://metapan.org/release/Moo/"
 
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=0e7ee44f5ce5e9b84619cd198caad1d6"
+LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=74f4de483dce5aa45ed6da875f11258a"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e3030b80bd554a66f6b3c27fd53b1b5909d12af05c4c11ece9a58f8d1e478928"
+SRC_URI[sha256sum] = "fb5a2952649faed07373f220b78004a9c6aba387739133740c1770e9b1f4b108"
 
 S = "${WORKDIR}/Moo-${PV}"
 
-- 
2.25.1



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

end of thread, other threads:[~2023-01-10  5:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10  5:40 [oe] [meta-perl] [PATCH] libcgi-perl: upgrade 4.54 -> 4.55 wangmy
2023-01-10  5:40 ` [oe] [meta-gnome] [PATCH] evolution-data-server-native: upgrade 3.46.2 -> 3.46.3 wangmy
2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] cli11: upgrade 2.3.1 -> 2.3.2 wangmy
2023-01-10  5:40 ` [oe] [meta-oe] [PATCH] imapfilter: upgrade 2.7.6 -> 2.8.1 wangmy
2023-01-10  5:40 ` [oe] [meta-perl] [PATCH] libmoo-perl: upgrade 2.005004 -> 2.005005 wangmy

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.