]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
man: Update to version 2.12.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 11 Nov 2023 10:58:44 +0000 (11:58 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 26 Nov 2023 09:40:17 +0000 (09:40 +0000)
- Update from version 2.11.2 to 2.12.0
- Update of rootfile
- Changelog
    2.12.0
Fixes:
 * Fix some manual page portability issues with groff 1.23.0.
 * Fix test failures when a working `iconv` is not available.
 * Ensure that timestamps read from the database can go past the year 2038,
   even on systems where this is not the default.
 * Fix `manpath` not parsing `PATH` entries with trailing slash correctly
   for guessing `MANPATH` entries.
 * More accurately document the behaviour of passing file names as arguments
   to `man` without the `-l`/`--local-file` option.
 * Avoid duplicate cleanup of old cat pages by both `man-db.service` and
   `systemd-tmpfiles-clean.service`.
Improvements:
 * Update system call lists in `seccomp` sandbox from `systemd`.
 * Upgrade to Gnulib `stable-202307`.
 * Work around the Firebuild accelerator in `seccomp` sandbox: if this is in
   use then we need to allow some socket-related system calls.
 * `man -K` now deduplicates search results that point to the same page.
 * Warn if `mandb` drops to `--user-db` mode due to running as the wrong
   user.
 * Change section title recommendations in `man(1)` to mention `STANDARDS`
   rather than `CONFORMING TO`, in line with `man-pages(7)`.
 * Add a `STANDARDS` section to `man(1)` itself.
 * Document that `man -K` may suffer from false negatives as well as false
   positives.
 * Take advantage of newer `groff` facilities to implement `man
   --no-hyphenation` and `man --no-justification`, if available.
 * `man -f` and `man -k` now pass any `-r`/`--regex` or `-w`/`--wildcard`
   options on to `whatis` and `apropos` respectively.
 * Always pass a line length to `nroff`, even if we believe that it matches
   the default.
 * Allow disabling `groff` warnings via `man --warnings`, by prefixing a
   warning name with `!`.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/man
lfs/man

index 83354be30e720b0e40f47482926d2f1f1b6352a8..4051cac8d48f30f15afe68d18e59e7bb278d9801 100644 (file)
@@ -8,10 +8,10 @@
 #usr/bin/manpath
 #usr/bin/whatis
 #usr/lib/man-db
-#usr/lib/man-db/libman-2.11.2.so
+usr/lib/man-db/libman-2.12.0.so
 #usr/lib/man-db/libman.la
 #usr/lib/man-db/libman.so
-#usr/lib/man-db/libmandb-2.11.2.so
+usr/lib/man-db/libmandb-2.12.0.so
 #usr/lib/man-db/libmandb.la
 #usr/lib/man-db/libmandb.so
 #usr/libexec/man-db
@@ -54,6 +54,7 @@
 #usr/share/locale/ja/LC_MESSAGES/man-db-gnulib.mo
 #usr/share/locale/ja/LC_MESSAGES/man-db.mo
 #usr/share/locale/ka/LC_MESSAGES/man-db-gnulib.mo
+#usr/share/locale/ka/LC_MESSAGES/man-db.mo
 #usr/share/locale/ko/LC_MESSAGES/man-db-gnulib.mo
 #usr/share/locale/ko/LC_MESSAGES/man-db.mo
 #usr/share/locale/ms/LC_MESSAGES/man-db-gnulib.mo
diff --git a/lfs/man b/lfs/man
index 00150da4e12744e58d3cdaa7dcb88889665c77e5..9a5ea767530d85ff01b05487c76679498ded8cda 100644 (file)
--- a/lfs/man
+++ b/lfs/man
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.11.2
+VER        = 2.12.0
 
 THISAPP    = man-db-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 80ac565cdb69736c0f922b9cbfddcae753d176329781deaf9434d87d7718f9b6ce0b6d4642a03f22a04c7f042dda7f8986b5bce0038f0748461ca55d66964ccc
+$(DL_FILE)_BLAKE2 = a6258c1fc9cd81be5d288298660f5b9bda22d726ef98dd5c0a1998809a32391f7244be6897ee8e03483e705a426d6a59d442de3dc2e84f45500daa825ac639db
 
 install : $(TARGET)