summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-08-07 23:09:07 +0100
committerColin Watson <cjwatson@debian.org>2023-08-07 23:09:07 +0100
commit14bfe659d23f7a0bbc54fa2c866015683c635816 (patch)
tree2bfee7a9605c019392daf94d01df7a6f4364bd6b
parent44d7623299899a590db39196132f9ea2568b5045 (diff)
Update URLs for libpipeline and flex
* NEWS.md, docs/INSTALL.quick: Update libpipeline URLs to <https://libpipeline.gitlab.io/libpipeline/>. * docs/INSTALL.quick: Update flex URL to <https://github.com/westes/flex>.
-rw-r--r--NEWS.md9
-rw-r--r--docs/INSTALL.quick4
2 files changed, 7 insertions, 6 deletions
diff --git a/NEWS.md b/NEWS.md
index 9981270e..9ab0ddf1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -802,7 +802,8 @@ Fixes:
Improvements:
* As promised in the release notes for man-db 2.5.8, man-db no longer ships
- its own copy of [libpipeline](https://nongnu.org/libpipeline/). You must
+ its own copy of
+ [libpipeline](https://libpipeline.gitlab.io/libpipeline/). You must
build and install that library separately.
* Search the full manpath when expanding `.so` directives in manual pages.
As part of this, `.so name.1` should now work as well as `.so
@@ -865,9 +866,9 @@ Improvements:
locales are often out of sync with the C library in that context. Thanks
to the Debian Perl maintainers for the idea.
* Allow building with an external
- [libpipeline](https://nongnu.org/libpipeline/), which has been split out
- from man-db. This is a transitional measure: a future version of man-db
- will stop shipping its own copy of `libpipeline`.
+ [libpipeline](https://libpipeline.gitlab.io/libpipeline/), which has been
+ split out from man-db. This is a transitional measure: a future version
+ of man-db will stop shipping its own copy of `libpipeline`.
* `mandb` should no longer repeatedly rescan manual page hierarchies when a
`whatis` entry turns into a broken link.
diff --git a/docs/INSTALL.quick b/docs/INSTALL.quick
index 5b5645f6..29058fc5 100644
--- a/docs/INSTALL.quick
+++ b/docs/INSTALL.quick
@@ -5,8 +5,8 @@ the Quick install below.
man-db requires several external packages:
- * libpipeline >= 1.5.0 (https://nongnu.org/libpipeline/)
- * flex >= 2.5.30 (http://flex.sf.net/)
+ * libpipeline >= 1.5.0 (https://libpipeline.gitlab.io/libpipeline/)
+ * flex >= 2.5.30 (https://github.com/westes/flex)
* a database library, one of:
GDBM (https://www.gnu.org.ua/software/gdbm/)
Berkeley DB < 6