diff mbox series

[meta-oe] plocate: upgrade 1.1.20 -> 1.1.22

Message ID 1705973421-25376-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] plocate: upgrade 1.1.20 -> 1.1.22 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 1:30 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Revert the updatedb change in 1.1.21 that did not open
  pruned paths; it broke pruning of paths that were not at the root
- Improve interactions between pruning and bind mount detection
  logic.
- Pruned paths are now not opened, which can be useful in certain
  cases. Note that this does not (yet) apply to filesystems that
  are pruned due to type and not due to paths; they are still opened
  and then immediately closed again.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../plocate/{plocate_1.1.20.bb => plocate_1.1.22.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/plocate/{plocate_1.1.20.bb => plocate_1.1.22.bb} (84%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
similarity index 84%
rename from meta-oe/recipes-extended/plocate/plocate_1.1.20.bb
rename to meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
index 5f45d7fbd..07de35726 100644
--- a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb
+++ b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
@@ -11,4 +11,4 @@  DEPENDS = "zstd liburing"
 
 SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "9b3d2842a08e69633c0ffa480c139603514ce59f1d021c263e9301324976959f"
+SRC_URI[sha256sum] = "3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049"