From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2005b34809f4d8c4aeb64fcb800b4111610fda62
Date: Sun, 26 Nov 2023 09:43:09 +0000 [thread overview]
Message-ID: <4SdP0Y50W3z2xgY@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5239 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 2005b34809f4d8c4aeb64fcb800b4111610fda62 (commit)
via 4714b0890c8a81fc9e74e5943c8f82c2cafff535 (commit)
from ff12bfdae1c2c1e54da564fdd7da6783b5e30047 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2005b34809f4d8c4aeb64fcb800b4111610fda62
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Sun Nov 26 09:40:34 2023 +0000
man: Comment out erroneously uncommented lines
See https://lists.ipfire.org/hyperkitty/list/development(a)lists.ipfire.org/message/HLCRQ4RRVZK5WL346HDF533KMRZVFK7C/
Cc: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 4714b0890c8a81fc9e74e5943c8f82c2cafff535
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Sat Nov 11 11:58:44 2023 +0100
man: Update to version 2.12.0
- 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(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/man | 5 +++--
lfs/man | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/man b/config/rootfiles/common/man
index 83354be30..948cd9d4c 100644
--- a/config/rootfiles/common/man
+++ b/config/rootfiles/common/man
@@ -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 00150da4e..9a5ea7675 100644
--- 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)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2023-11-26 9:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4SdP0Y50W3z2xgY@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox