summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-15 13:20:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-16 10:42:07 +0000
commite55677116b7b6c9b9fa1c77b6cbc122ceffe21bd (patch)
treed3fe60e7c5ca1b4d7c6214fdb7fa16a214b985f5
parent2498587c310118337287954cd9b4a99e4310bb5a (diff)
downloadpoky-e55677116b7b6c9b9fa1c77b6cbc122ceffe21bd.tar.gz
man-db: upgrade 2.11.1 -> 2.11.2
Changelog: ========= Fixes: ------ * Fix compile and test failures when 'troff' is not 'groff'. * Fix segfault in typical uses of 'man' when 'nroff' is not installed. * Fix crash in 'mandb' when processing stray cats. Improvements: ------------- * Check for stray cats even if no manual pages in a given manpath were changed. (From OE-Core rev: f6ddfaac9e4957abfe9f1c8d336b4fd7b52a80f5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/man-db/man-db_2.11.2.bb (renamed from meta/recipes-extended/man-db/man-db_2.11.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.11.1.bb b/meta/recipes-extended/man-db/man-db_2.11.2.bb
index 2d539c4a5b..ca0cb1a0e1 100644
--- a/meta/recipes-extended/man-db/man-db_2.11.1.bb
+++ b/meta/recipes-extended/man-db/man-db_2.11.2.bb
@@ -11,7 +11,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
11 file://99_mandb \ 11 file://99_mandb \
12 file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ 12 file://0001-man-Move-local-variable-declaration-to-function-scop.patch \
13 file://man_db.conf-avoid-multilib-install-file-conflict.patch" 13 file://man_db.conf-avoid-multilib-install-file-conflict.patch"
14SRC_URI[sha256sum] = "2eabaa5251349847de9c9e43c634d986cbcc6f87642d1d9cb8608ec18487b6cc" 14SRC_URI[sha256sum] = "cffa1ee4e974be78646c46508e6dd2f37e7c589aaab2938cc1064f058fef9f8d"
15 15
16DEPENDS = "libpipeline gdbm groff-native base-passwd" 16DEPENDS = "libpipeline gdbm groff-native base-passwd"
17RDEPENDS:${PN} += "base-passwd" 17RDEPENDS:${PN} += "base-passwd"