From: Wang Mingyu <[email protected]>

ptest.patch
refreshed for 1.24.

Changelog:
===========
* New gdbm_load option: --update
* Fix semantics of gdbm_load -r
* Use getline in gdbmtool shell.
* New function: gdbm_load_from_file_ext
* Fix binary dump format for key and/or data of zero size.
* Fix location tracking and recover command in gdbtool.
* Fix possible buffer underflow in gdbmload.
* Ensure any padding bytes in avail_elem structure are filled with 0.
* Improve the documentation.

Signed-off-by: Wang Mingyu <[email protected]>
---
 meta/recipes-support/gdbm/files/ptest.patch          | 12 ++++--------
 .../gdbm/{gdbm_1.23.bb => gdbm_1.24.bb}              |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)
 rename meta/recipes-support/gdbm/{gdbm_1.23.bb => gdbm_1.24.bb} (94%)

diff --git a/meta/recipes-support/gdbm/files/ptest.patch 
b/meta/recipes-support/gdbm/files/ptest.patch
index 25fb6bb2f4..989f9524bc 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -1,4 +1,4 @@
-From 8bea84a598b51a7ac7e50aa8f0f20857a9b6b07b Mon Sep 17 00:00:00 2001
+From ed0b5a48c7ce59ea971a10c7e522933cf613841a Mon Sep 17 00:00:00 2001
 From: Josep Puigdemont <[email protected]>
 Date: Sun, 4 May 2014 16:02:07 +0200
 Subject: [PATCH] Add install-ptest rules.
@@ -6,14 +6,13 @@ Subject: [PATCH] Add install-ptest rules.
 Signed-off-by: Josep Puigdemont <[email protected]>
 Signed-off-by: Maxin B. John <[email protected]>
 Upstream-Status: Pending
-
 ---
  Makefile.am       |  5 +++++
  tests/Makefile.am | 12 ++++++++++++
  2 files changed, 17 insertions(+)
 
 diff --git a/Makefile.am b/Makefile.am
-index 59e2643..5f3ceb0 100644
+index d0b46ea..6c57b11 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -64,3 +64,8 @@ ChangeLog:
@@ -26,10 +25,10 @@ index 59e2643..5f3ceb0 100644
 +              $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
 +      done
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index fac6826..5dc2091 100644
+index eb071ac..9d14fe8 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -143,3 +143,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la 
../compat/libgdbm_compat.la
+@@ -145,3 +145,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la 
../compat/libgdbm_compat.la
  t_wordwrap_LDADD = ../tools/libgdbmapp.a
  
  SUBDIRS = gdbmtool
@@ -45,6 +44,3 @@ index fac6826..5dc2091 100644
 +                      $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
 +              fi \
 +      done
--- 
-2.25.1
-
diff --git a/meta/recipes-support/gdbm/gdbm_1.23.bb 
b/meta/recipes-support/gdbm/gdbm_1.24.bb
similarity index 94%
rename from meta/recipes-support/gdbm/gdbm_1.23.bb
rename to meta/recipes-support/gdbm/gdbm_1.24.bb
index a08079741d..88f9fa47cf 100644
--- a/meta/recipes-support/gdbm/gdbm_1.23.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.24.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
            file://ptest.patch \
           "
 
-SRC_URI[sha256sum] = 
"74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd"
+SRC_URI[sha256sum] = 
"695e9827fdf763513f133910bc7e6cfdb9187943a4fec943e57449723d2b8dbf"
 
 inherit autotools gettext texinfo lib_package ptest
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#201705): 
https://lists.openembedded.org/g/openembedded-core/message/201705
Mute This Topic: https://lists.openembedded.org/mt/107139327/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to