All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH 0/2] libldb 1.1.27 -> 1.1.29
@ 2016-12-15  6:31 Zheng Ruoqin
  2016-12-15  6:31 ` [meta-networking] [PATCH 1/2] libtdb 1.3.10 -> 1.3.12 Zheng Ruoqin
  2016-12-15  6:31 ` [meta-networking] [PATCH 2/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Ruoqin @ 2016-12-15  6:31 UTC (permalink / raw)
  To: openembedded-devel

1)	Upgrade libldb from 1.1.27 to 1.1.29
2)	Upgrade libldb's depends libtdb from 1.3.10 to 1.3.12


Zheng Ruoqin (2):
  [oe] [meta-oe][PATCH] libtdb 1.3.10 -> 1.3.12
  [oe] [meta-networking][PATCH] libldb 1.1.27 -> 1.1.29

 .../recipes-support/libldb/{libldb_1.1.27.bb => libldb_1.1.29.bb}     | 4 ++--
 .../recipes-support/libtdb/{libtdb_1.3.10.bb => libtdb_1.3.12.bb}     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/libldb/{libldb_1.1.27.bb => libldb_1.1.29.bb} (94%)
 rename meta-networking/recipes-support/libtdb/{libtdb_1.3.10.bb => libtdb_1.3.12.bb} (91%)

-- 
2.7.4





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

* [meta-networking] [PATCH 1/2] libtdb 1.3.10 -> 1.3.12
  2016-12-15  6:31 [meta-networking] [PATCH 0/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin
@ 2016-12-15  6:31 ` Zheng Ruoqin
  2016-12-15  6:31 ` [meta-networking] [PATCH 2/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin
  1 sibling, 0 replies; 3+ messages in thread
From: Zheng Ruoqin @ 2016-12-15  6:31 UTC (permalink / raw)
  To: openembedded-devel

Upgrade libtdb from 1.3.10 to 1.3.12

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-support/libtdb/{libtdb_1.3.10.bb => libtdb_1.3.12.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/libtdb/{libtdb_1.3.10.bb => libtdb_1.3.12.bb} (91%)

diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
similarity index 91%
rename from meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
rename to meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
index 1d65d39..86f931c 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.10.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
@@ -10,8 +10,8 @@ SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
            file://tdb-Add-configure-options-for-packages.patch \
 "
 
-SRC_URI[md5sum] = "c98f24eb469022b0f1741d3a504cfda5"
-SRC_URI[sha256sum] = "5578fb726bd04835f250bea11fe7d1398fe0bb3a7c9390404241c83cd6b50c1c"
+SRC_URI[md5sum] = "d9627e7aacd535a8251401f914bb6924"
+SRC_URI[sha256sum] = "60134e32253cac8e2efe5e0185d20123c208bcf6ad15edf2f50d80daadf8c348"
 
 PACKAGECONFIG ??= "\
     ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \
-- 
2.7.4





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

* [meta-networking] [PATCH 2/2] libldb 1.1.27 -> 1.1.29
  2016-12-15  6:31 [meta-networking] [PATCH 0/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin
  2016-12-15  6:31 ` [meta-networking] [PATCH 1/2] libtdb 1.3.10 -> 1.3.12 Zheng Ruoqin
@ 2016-12-15  6:31 ` Zheng Ruoqin
  1 sibling, 0 replies; 3+ messages in thread
From: Zheng Ruoqin @ 2016-12-15  6:31 UTC (permalink / raw)
  To: openembedded-devel

Upgrade libldb from 1.1.27 to 1.1.29

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-support/libldb/{libldb_1.1.27.bb => libldb_1.1.29.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/libldb/{libldb_1.1.27.bb => libldb_1.1.29.bb} (94%)

diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.27.bb b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb
similarity index 94%
rename from meta-networking/recipes-support/libldb/libldb_1.1.27.bb
rename to meta-networking/recipes-support/libldb/libldb_1.1.29.bb
index f4370ef..378bb89 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.1.27.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb
@@ -29,8 +29,8 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada
                     file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \
                     file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42"
 
-SRC_URI[md5sum] = "50a194dea128d062cf4b44c59130219b"
-SRC_URI[sha256sum] = "cdb8269cba09006ddf3766eb7721192b52ae3fdc8a6b95f4318b6b740b9d35ac"
+SRC_URI[md5sum] = "9c90abfb94c1e2a693399392cf4cddb9"
+SRC_URI[sha256sum] = "59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97"
 
 inherit waf-samba
 
-- 
2.7.4





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

end of thread, other threads:[~2016-12-15  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15  6:31 [meta-networking] [PATCH 0/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin
2016-12-15  6:31 ` [meta-networking] [PATCH 1/2] libtdb 1.3.10 -> 1.3.12 Zheng Ruoqin
2016-12-15  6:31 ` [meta-networking] [PATCH 2/2] libldb 1.1.27 -> 1.1.29 Zheng Ruoqin

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.