diff mbox series

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

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

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix updatedb writing incomplete .db files under Termux.
- Make the systemd timer run more consistently during the night.
- Add an (undocumented) flag --ignore-visibility to plocate,
  giving the equivalent of building the database with
  --require-visibility no. Drops setgid, of course, so you
  will usually need to be root to use it.

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

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Tue, 02 Jan 2024 15:06:20 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ==========
> - Fix updatedb writing incomplete .db files under Termux.
> - Make the systemd timer run more consistently during the night.
> - Add an (undocumented) flag --ignore-visibility to plocate,
>   giving the equivalent of building the database with
>   --require-visibility no. Drops setgid, of course, so you
>   will usually need to be root to use it.
> 
> [...]

Applied, thanks!

[1/1] plocate: upgrade 1.1.19 -> 1.1.20
      commit: a4f5de220148ae176fd828963ee2f4e2cf7dc675

Best regards,
diff mbox series

Patch

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