All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.124 -> 1.0.126
@ 2021-11-09 23:42 Wang Mingyu
  2021-11-09 23:42 ` [oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5 Wang Mingyu
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2021-11-09 23:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{debootstrap_1.0.124.bb => debootstrap_1.0.126.bb}         | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.124.bb => debootstrap_1.0.126.bb} (84%)

diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb
similarity index 84%
rename from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb
rename to meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb
index 4fc59adfbe..38b015c401 100644
--- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.124.bb
+++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.126.bb
@@ -11,8 +11,7 @@ SRC_URI  = "\
     file://0001-do-not-hardcode-the-full-path-of-dpkg.patch \
 "
 
-SRC_URI[md5sum] = "8a5e97f60236c3a63f715c056a5f0e29"
-SRC_URI[sha256sum] = "7700e9864b29f166b26c54153ed8c275b46f4b9a60468bb607e019a64c16cd8f"
+SRC_URI[sha256sum] = "bc48e1c500c33bed50bd00d201f338d3c92d6c0dcb1f202c3bc00ef01f96c618"
 
 S = "${WORKDIR}/debootstrap"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5
  2021-11-09 23:42 [oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.124 -> 1.0.126 Wang Mingyu
@ 2021-11-09 23:42 ` Wang Mingyu
  2021-11-16 16:18   ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2021-11-09 23:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Bug fixes:
 Minor bug-fixes (including for cmake)
 Support for Bazel
 Dropped compile-time deprecation warnings

License-Update:
 Format of LICENSE changed.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../jsoncpp/{jsoncpp_1.9.4.bb => jsoncpp_1.9.5.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.4.bb => jsoncpp_1.9.5.bb} (85%)

diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
similarity index 85%
rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb
rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
index 051304db77..c54dc94666 100644
--- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb
+++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
@@ -9,11 +9,11 @@ HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp"
 SECTION = "libs"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926"
 
 PE = "1"
 
-SRCREV = "9059f5cad030ba11d37818847443a53918c327b1"
+SRCREV = "5defb4ed1a4293b8e2bf641e16b156fb9de498cc"
 SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* Re: [oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5
  2021-11-09 23:42 ` [oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5 Wang Mingyu
@ 2021-11-16 16:18   ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2021-11-16 16:18 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-devel

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

On Wed, Nov 10, 2021 at 12:42 AM wangmy <wangmy@fujitsu.com> wrote:

> Bug fixes:
>  Minor bug-fixes (including for cmake)
>  Support for Bazel
>  Dropped compile-time deprecation warnings
>

FYI: In case someone has some prebuilt binaries linking against libjsoncpp,
then these "minor" changes also bumped the soversion in:
https://github.com/open-source-parsers/jsoncpp/commit/c4904b2c0d461f84fba88a760161212651e4f536

[-- Attachment #2: Type: text/html, Size: 843 bytes --]

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

end of thread, other threads:[~2021-11-16 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 23:42 [oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.124 -> 1.0.126 Wang Mingyu
2021-11-09 23:42 ` [oe] [meta-oe] [PATCH] jsoncpp: upgrade 1.9.4 -> 1.9.5 Wang Mingyu
2021-11-16 16:18   ` Martin Jansa

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.