All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] bluez5: upgrade 5.55 -> 5.56
@ 2021-02-24 14:26 Wang Mingyu
  2021-02-24 14:26 ` [OE-core] [PATCH] libxcrypt: upgrade 4.4.17 -> 4.4.18 Wang Mingyu
  2021-02-24 14:26 ` [OE-core] [PATCH] nfs-utils: upgrade 2.5.2 -> 2.5.3 Wang Mingyu
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Mingyu @ 2021-02-24 14:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

-License-Update:
remove the description of license from src/main.c

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta/recipes-connectivity/bluez5/bluez5.inc                   | 2 +-
 .../bluez5/{bluez5_5.55.bb => bluez5_5.56.bb}                 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.55.bb => bluez5_5.56.bb} (91%)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 4c1156c67c..a7b628ce1b 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -5,7 +5,7 @@ SECTION = "libs"
 LICENSE = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
-                    file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e"
+                    file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac"
 DEPENDS = "dbus glib-2.0"
 PROVIDES += "bluez-hcidump"
 RPROVIDES_${PN} += "bluez-hcidump"
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb b/meta/recipes-connectivity/bluez5/bluez5_5.56.bb
similarity index 91%
rename from meta/recipes-connectivity/bluez5/bluez5_5.55.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.56.bb
index 8190924562..676cb2dbb2 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.56.bb
@@ -1,7 +1,7 @@
 require bluez5.inc
 
-SRC_URI[md5sum] = "94972b8bc7ade60c72b0ffa6ccff2c0a"
-SRC_URI[sha256sum] = "8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88"
+SRC_URI[md5sum] = "e6c51b2aefa7c56ff072819a78611fa5"
+SRC_URI[sha256sum] = "59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d"
 
 # noinst programs in Makefile.tools that are conditional on READLINE
 # support
-- 
2.25.1


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

* [OE-core] [PATCH] libxcrypt: upgrade 4.4.17 -> 4.4.18
  2021-02-24 14:26 [OE-core] [PATCH] bluez5: upgrade 5.55 -> 5.56 Wang Mingyu
@ 2021-02-24 14:26 ` Wang Mingyu
  2021-02-24 14:26 ` [OE-core] [PATCH] nfs-utils: upgrade 2.5.2 -> 2.5.3 Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2021-02-24 14:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

file LICENSING updated: directory of files changed from m4 to build-aux

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 meta/recipes-core/libxcrypt/libxcrypt.inc                     | 4 ++--
 .../libxcrypt/{libxcrypt_4.4.17.bb => libxcrypt_4.4.18.bb}    | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.17.bb => libxcrypt_4.4.18.bb} (100%)

diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index 104a2af4d2..e9f968b556 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -3,14 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part."
 HOMEPAGE = "https://github.com/besser82/libxcrypt"
 SECTION = "libs"
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://LICENSING;md5=102923b6e1b02a85c5a1203fa87d151d \
+LIC_FILES_CHKSUM = "file://LICENSING;md5=bd5d9777dfe7076c4f2928f12fed226a \
                     file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
                     "
 
 inherit autotools pkgconfig
 
 SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
-SRCREV = "6b110bcd4f4caa61fc39c7339d30adc20a7dd177"
+SRCREV = "94d84f92ca123d851586016c4678eb1f21c19029"
 SRCBRANCH ?= "develop"
 
 PROVIDES = "virtual/crypt"
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.18.bb
similarity index 100%
rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb
rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.18.bb
-- 
2.25.1


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

* [OE-core] [PATCH] nfs-utils: upgrade 2.5.2 -> 2.5.3
  2021-02-24 14:26 [OE-core] [PATCH] bluez5: upgrade 5.55 -> 5.56 Wang Mingyu
  2021-02-24 14:26 ` [OE-core] [PATCH] libxcrypt: upgrade 4.4.17 -> 4.4.18 Wang Mingyu
@ 2021-02-24 14:26 ` Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2021-02-24 14:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../nfs-utils/{nfs-utils_2.5.2.bb => nfs-utils_2.5.3.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.5.2.bb => nfs-utils_2.5.3.bb} (98%)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.3.bb
similarity index 98%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.3.bb
index c7ac67cf31..d8c6391b3d 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.3.bb
@@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
            file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \
            file://clang-warnings.patch \
            "
-SRC_URI[sha256sum] = "d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de"
+SRC_URI[sha256sum] = "b54d6d8ea2ee62d64111278301ba4631b7bb19174e7f717a724fe5d463900c80"
 
 # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
 # pull in the remainder of the dependencies.
-- 
2.25.1


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

end of thread, other threads:[~2021-02-24 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 14:26 [OE-core] [PATCH] bluez5: upgrade 5.55 -> 5.56 Wang Mingyu
2021-02-24 14:26 ` [OE-core] [PATCH] libxcrypt: upgrade 4.4.17 -> 4.4.18 Wang Mingyu
2021-02-24 14:26 ` [OE-core] [PATCH] nfs-utils: upgrade 2.5.2 -> 2.5.3 Wang Mingyu

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.