Changeset db2d98f


Ignore:
Timestamp:
02/05/2022 12:37:44 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
50c357d3
Parents:
f26f74cb
git-author:
Xi Ruoyao <xry111@…> (02/05/2022 09:15:38 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/05/2022 12:37:44 PM)
Message:

man-db: update to man-db-2.10.0 (#5002)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf26f74cb rdb2d98f  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[xry111] - Update to man-db-2.10.0.  Fixes
     47          <ulink url="&lfs-ticket-root;5002">#5002</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4650          <para>[xry111] - Move OpenSSL before Kmod and enable OpenSSL
    4751          for Kmod build.</para>
  • chapter08/man-db.xml

    rf26f74cb rdb2d98f  
    4444    <para>Prepare Man-DB for compilation:</para>
    4545
    46 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                        \
     46<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                         \
    4747            --docdir=/usr/share/doc/man-db-&man-db-version; \
    48             --sysconfdir=/etc                    \
    49             --disable-setuid                     \
    50             --enable-cache-owner=bin             \
    51             --with-browser=/usr/bin/lynx         \
    52             --with-vgrind=/usr/bin/vgrind        \
     48            --sysconfdir=/etc                     \
     49            --disable-setuid                      \
     50            --enable-cache-owner=bin              \
     51            --with-browser=/usr/bin/lynx          \
     52            --with-vgrind=/usr/bin/vgrind         \
    5353            --with-grap=/usr/bin/grap</userinput></screen>
    5454
    55 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                        \
     55<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                         \
    5656            --docdir=/usr/share/doc/man-db-&man-db-version; \
    57             --sysconfdir=/etc                    \
    58             --disable-setuid                     \
    59             --enable-cache-owner=bin             \
    60             --with-browser=/usr/bin/lynx         \
    61             --with-vgrind=/usr/bin/vgrind        \
    62             --with-grap=/usr/bin/grap            \
    63             --with-systemdtmpfilesdir=           \
     57            --sysconfdir=/etc                     \
     58            --disable-setuid                      \
     59            --enable-cache-owner=bin              \
     60            --with-browser=/usr/bin/lynx          \
     61            --with-vgrind=/usr/bin/vgrind         \
     62            --with-grap=/usr/bin/grap             \
     63            --with-systemdtmpfilesdir=            \
    6464            --with-systemdsystemunitdir=</userinput></screen>
    6565
     
    307307
    308308      <seglistitem>
    309         <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
    310         manpath, and whatis</seg>
     309        <seg>accessdb, apropos (link to whatis), catman, lexgrog, man,
     310        man-recode, mandb, manpath, and whatis</seg>
    311311        <seg>libman.so and libmandb.so (both in /usr/lib/man-db)</seg>
    312312        <seg>/usr/lib/man-db, /usr/libexec/man-db,
     
    374374      </varlistentry>
    375375
     376      <varlistentry id="man-recode">
     377        <term><command>man-recode</command></term>
     378        <listitem>
     379          <para>Converts manual pages to another encoding</para>
     380          <indexterm zone="ch-system-man-db man-recode">
     381            <primary sortas="b-man-recode">man-recode</primary>
     382          </indexterm>
     383        </listitem>
     384      </varlistentry>
     385
    376386      <varlistentry id="mandb">
    377387        <term><command>mandb</command></term>
  • packages.ent

    rf26f74cb rdb2d98f  
    468468<!ENTITY make-fin-sbu "0.6 SBU">
    469469
    470 <!ENTITY man-db-version "2.9.4">
    471 <!ENTITY man-db-size "1,865 KB">
     470<!ENTITY man-db-version "2.10.0">
     471<!ENTITY man-db-size "1,844 KB">
    472472<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    473 <!ENTITY man-db-md5 "6e233a555f7b9ae91ce7cd0faa322bce">
     473<!ENTITY man-db-md5 "96009cd422f2e62b01b8c4de0f5691f1">
    474474<!ENTITY man-db-home "https://www.nongnu.org/man-db/">
    475475<!ENTITY man-db-fin-du "38 MB">
Note: See TracChangeset for help on using the changeset viewer.