Changeset de61ab1 for server


Ignore:
Timestamp:
08/27/2024 08:03:55 AM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
53d0e62a
Parents:
7d55a6a (diff), c36ca685 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

Location:
server
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • server/databases/lmdb.xml

    r7d55a6a rde61ab1  
    3434    </para>
    3535
    36     &lfs121_checked;
     36    &lfs122_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/mariadb.xml

    r7d55a6a rde61ab1  
    88  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  " ">
    10   <!ENTITY mariadb-md5sum        "904693e6fb92aa8804a6cb161441b474">
     10  <!ENTITY mariadb-md5sum        "ba7abfae7947893c5a5343180808b0cb">
    1111  <!ENTITY mariadb-size          "96 MB">
    1212  <!ENTITY mariadb-buildsize     "1.9 GB (415 MB installed)">
    13   <!ENTITY mariadb-time          "8.7 SBU (with parallelism=4, add 0.3 SBU for tests)">
     13  <!ENTITY mariadb-time          "4.8 SBU (with parallelism=8, add 0.3 SBU for tests)">
    1414]>
    1515
     
    7171    <note>
    7272      <para>
    73         The installed size of MariaDB is 723 MB, but this can be
    74         reduced by about 262 MB, if desired, by removing the <filename
     73        The installed size of MariaDB is 725 MB, but this can be
     74        reduced by about 265 MB, if desired, by removing the <filename
    7575        class="directory">/usr/share/mysql/test</filename>
    7676        directory after installation.
     
    162162cd    build &amp;&amp;
    163163
    164 cmake -DCMAKE_BUILD_TYPE=Release                       \
    165       -DCMAKE_INSTALL_PREFIX=/usr                      \
    166       -DGRN_LOG_PATH=/var/log/groonga.log              \
    167       -DINSTALL_DOCDIR=share/doc/mariadb-&mariadb-version;       \
    168       -DINSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
    169       -DINSTALL_MANDIR=share/man                       \
    170       -DINSTALL_MYSQLSHAREDIR=share/mysql              \
    171       -DINSTALL_MYSQLTESTDIR=share/mysql/test          \
    172       -DINSTALL_PAMDIR=lib/security                    \
    173       -DINSTALL_PAMDATADIR=/etc/security               \
    174       -DINSTALL_PLUGINDIR=lib/mysql/plugin             \
    175       -DINSTALL_SBINDIR=sbin                           \
    176       -DINSTALL_SCRIPTDIR=bin                          \
    177       -DINSTALL_SQLBENCHDIR=share/mysql/bench          \
    178       -DINSTALL_SUPPORTFILESDIR=share/mysql            \
    179       -DMYSQL_DATADIR=/srv/mysql                       \
    180       -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock        \
    181       -DWITH_EXTRA_CHARSETS=complex                    \
    182       -DWITH_EMBEDDED_SERVER=ON                        \
    183       -DSKIP_TESTS=ON                                  \
    184       -DTOKUDB_OK=0                                    \
     164cmake -D CMAKE_BUILD_TYPE=Release                       \
     165      -D CMAKE_INSTALL_PREFIX=/usr                      \
     166      -D GRN_LOG_PATH=/var/log/groonga.log              \
     167      -D INSTALL_DOCDIR=share/doc/mariadb-&mariadb-version;       \
     168      -D INSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
     169      -D INSTALL_MANDIR=share/man                       \
     170      -D INSTALL_MYSQLSHAREDIR=share/mysql              \
     171      -D INSTALL_MYSQLTESTDIR=share/mysql/test          \
     172      -D INSTALL_PAMDIR=lib/security                    \
     173      -D INSTALL_PAMDATADIR=/etc/security               \
     174      -D INSTALL_PLUGINDIR=lib/mysql/plugin             \
     175      -D INSTALL_SBINDIR=sbin                           \
     176      -D INSTALL_SCRIPTDIR=bin                          \
     177      -D INSTALL_SQLBENCHDIR=share/mysql/bench          \
     178      -D INSTALL_SUPPORTFILESDIR=share/mysql            \
     179      -D MYSQL_DATADIR=/srv/mysql                       \
     180      -D MYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock        \
     181      -D WITH_EXTRA_CHARSETS=complex                    \
     182      -D WITH_EMBEDDED_SERVER=ON                        \
     183      -D SKIP_TESTS=ON                                  \
     184      -D TOKUDB_OK=0                                    \
    185185      .. &amp;&amp;
    186186make</userinput></screen>
     
    225225
    226226    <para>
    227       <parameter>-DWITH_EMBEDDED_SERVER=ON</parameter>: This switch enables
     227      <parameter>-D WITH_EMBEDDED_SERVER=ON</parameter>: This switch enables
    228228      compiling the embedded server library needed by certain applications,
    229229      such as <application>Amarok</application>.
     
    231231
    232232    <para>
    233       <parameter>-DWITH_EXTRA_CHARSETS=complex</parameter>: This switch enables
     233      <parameter>-D WITH_EXTRA_CHARSETS=complex</parameter>: This switch enables
    234234      support for the complex character sets.
    235235    </para>
    236236
    237237    <para>
    238       <parameter>-DSKIP_TESTS=ON</parameter>: This switch disables
     238      <parameter>-D SKIP_TESTS=ON</parameter>: This switch disables
    239239      tests for MariaDB Connector/C which are not supported without
    240240      additional setup.
     
    242242
    243243    <para>
    244       <option>-DWITHOUT_SERVER=ON</option>: Use this
     244      <option>-D WITHOUT_SERVER=ON</option>: Use this
    245245      switch if you don't want the server and would like to build the client
    246246      only.
     
    280280
    281281      <para>
    282         Create basic <filename>/etc/mysql/my.cnf</filename>
    283         using the following command as the <systemitem
     282        Create a basic <filename>/etc/mysql/my.cnf</filename>
     283        file using the following command as the <systemitem
    284284        class="username">root</systemitem> user:
    285285      </para>
  • server/databases/postgresql.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY postgresql-download-http "https://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  " ">
    9   <!ENTITY postgresql-md5sum        "3d19d93434666db5d33e692472915ae5">
     9  <!ENTITY postgresql-md5sum        "bdcc1e350b473c13d132d190c0c18499">
    1010  <!ENTITY postgresql-size          "24 MB">
    11   <!ENTITY postgresql-buildsize     "227 MB (add 43 MB for tests)">
     11  <!ENTITY postgresql-buildsize     "225 MB (add 43 MB for tests)">
    1212  <!ENTITY postgresql-time          "0.8 SBU (with parallelism=4, add 0.2 SBU for tests)">
    1313]>
     
    155155      to follow. If the major version of the new build is greater than the
    156156      previous version, there is a chance that the data file format has changed.
    157       new software cannot act on the existing data files. In this case, the
     157      New software cannot use the existing data files. In this case, the
    158158      server will not start because the old programs have been overwritten, so
    159159      the data is unavailable until it's file format has been converted.</para>
     
    164164        during the upgrade. Note that new major versions might use a different
    165165        binary format in the data objects, causing potential incompatibilities.
    166         For more information, check out upstream's documentation about
    167         upgrading PostgreSQL here.
     166        For more information, please review upstream's documentation about
     167        upgrading PostgreSQL here:
    168168        <ulink url="https://www.postgresql.org/docs/current/upgrading.html"/>.
    169169      </para>
     
    221221      <filename class="directory">/srv/pgsql/data</filename>, and the new data
    222222      is in <filename class="directory">/srv/pgsql/newdata</filename>.
    223       Backing up the old database files is suggested before continuing.</para>
     223      Backing up the old database files is recommended before continuing.</para>
    224224
    225225      <para>Next, remove the old database files, and rename the new data
     
    305305    <para>
    306306      <option>--with-python</option>: builds the PL/Python server-side
    307       language. Python3 is used by default, Python2 is no longer supported.
     307      language.
    308308    </para>
    309309
     
    876876            requires the
    877877            <ulink url="https://flightaware.github.io/Pgtcl/">Pgtcl</ulink>
    878             package to be installed too
     878            package to be installed
    879879          </para>
    880880          <indexterm zone="postgresql pltcl_loadmod">
  • server/databases/sqlite.xml

    r7d55a6a rde61ab1  
    1313  <!ENTITY sqlite-download-http "https://sqlite.org/&sqlite-year;/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1414  <!ENTITY sqlite-download-ftp  " ">
    15   <!ENTITY sqlite-md5sum        "f418272ba1d588747dcd4201018ed912">
     15  <!ENTITY sqlite-md5sum        "bde7df8c2a4bce82dbf42f7e4dda0e21">
    1616  <!ENTITY sqlite-size          "3.1 MB">
    17   <!ENTITY sqlite-buildsize     "79 MB">
    18   <!ENTITY sqlite-time          "0.4 SBU (Using parallelism=4)">
     17  <!ENTITY sqlite-buildsize     "80 MB">
     18  <!ENTITY sqlite-time          "0.3 SBU (Using parallelism=4)">
    1919
    2020  <!ENTITY sqlite-docs-download "https://sqlite.org/&sqlite-year;/sqlite-doc-&sqlite-doc-version;.zip">
    21   <!ENTITY sqlite-docs-md5sum   "de799a90c24450196036ad1f497976ad">
     21  <!ENTITY sqlite-docs-md5sum   "3f1fc03c5aad4839825d576eea5d93ff">
    2222  <!ENTITY sqlite-docs-size     "11 MB">
    2323]>
     
    4242    </para>
    4343
    44     &lfs121_checked;
     44    &lfs122_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    126126            --disable-static  \
    127127            --enable-fts{4,5} \
    128             CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 \
    129                       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
    130                       -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
    131                       -DSQLITE_SECURE_DELETE=1"         &amp;&amp;
     128            CPPFLAGS="-D SQLITE_ENABLE_COLUMN_METADATA=1 \
     129                      -D SQLITE_ENABLE_UNLOCK_NOTIFY=1   \
     130                      -D SQLITE_ENABLE_DBSTAT_VTAB=1     \
     131                      -D SQLITE_SECURE_DELETE=1"         &amp;&amp;
    132132make</userinput></screen>
    133133
     
    166166
    167167    <para>
    168       <parameter>CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 ... </parameter>:
     168      <parameter>CPPFLAGS="-D SQLITE_ENABLE_COLUMN_METADATA=1 ... </parameter>:
    169169      Some applications require these options to be turned on.
    170170      The only way to do this is to include them in
  • server/mail/dovecot.xml

    r7d55a6a rde61ab1  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "8961c3dafd845a25fd55e7903ffc3755">
     10  <!ENTITY dovecot-md5sum        "8c4f360c7f229e4b4371b3d1953d36da">
    1111  <!ENTITY dovecot-size          "7.5 MB">
    12   <!ENTITY dovecot-buildsize     "237 MB">
     12  <!ENTITY dovecot-buildsize     "253 MB">
    1313  <!ENTITY dovecot-time          "4.8 SBU">
    1414]>
  • server/mail/exim.xml

    r7d55a6a rde61ab1  
    1010  <!-- if above don't work, please use one of the official mirrors at
    1111       http://www.exim.org/mirmon/ftp_mirrors.html -->
    12   <!ENTITY exim-md5sum          "3fd68ae37720767619dd305b047fe8f9">
     12  <!ENTITY exim-md5sum          "f9f4573ba47402364ea71cb3d791b03c">
    1313  <!ENTITY exim-size            "1.9 MB">
    1414  <!ENTITY exim-buildsize       "18 MB">
  • server/mail/postfix.xml

    r7d55a6a rde61ab1  
    162162      <note>
    163163        <para>
    164           For all variants of the CCARGS you should ensure that -DNO_NIS is
     164          For all variants of the CCARGS you should ensure that '-D NO_NIS' is
    165165          specified so that the build does not attempt to access an rpcsvc
    166166          header which do not exist in BLFS.  If &berkeley-db; is
    167           not installed, -DNO_DB needs to be specified as well.
     167          not installed, '-D NO_DB' needs to be specified as well.
    168168        </para>
    169169      </note>
     
    178178      </para>
    179179
    180 <screen><userinput>CCARGS="-DNO_NIS -DNO_DB"
     180<screen><userinput>CCARGS="-D NO_NIS -D NO_DB"
    181181AUXLIBS=""</userinput></screen>
    182182
     
    199199
    200200<screen><userinput>if [ -r /usr/lib/libsasl2.so ]; then
    201   CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl"
     201  CCARGS="$CCARGS -D USE_SASL_AUTH -D USE_CYRUS_SASL -I/usr/include/sasl"
    202202  AUXLIBS="$AUXLIBS -lsasl2"
    203203fi</userinput></screen>
     
    212212
    213213<screen><userinput>if [ -r /usr/lib/liblmdb.so ]; then
    214   CCARGS="$CCARGS -DHAS_LMDB"
     214  CCARGS="$CCARGS -D HAS_LMDB"
    215215  AUXLIBS="$AUXLIBS -llmdb"
    216216fi</userinput></screen>
     
    226226
    227227<screen><userinput>if [ -r /usr/lib/libldap.so -a -r /usr/lib/liblber.so ]; then
    228   CCARGS="$CCARGS -DHAS_LDAP"
     228  CCARGS="$CCARGS -D HAS_LDAP"
    229229  AUXLIBS="$AUXLIBS -lldap -llber"
    230230fi</userinput></screen>
     
    241241
    242242<screen><userinput>if [ -r /usr/lib/libsqlite3.so ]; then
    243   CCARGS="$CCARGS -DHAS_SQLITE"
     243  CCARGS="$CCARGS -D HAS_SQLITE"
    244244  AUXLIBS="$AUXLIBS -lsqlite3 -lpthread"
    245245fi</userinput></screen>
     
    256256
    257257<screen><userinput>if [ -r /usr/lib/libmysqlclient.so ]; then
    258   CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql"
     258  CCARGS="$CCARGS -D HAS_MYSQL -I/usr/include/mysql"
    259259  AUXLIBS="$AUXLIBS -lmysqlclient -lz -lm"
    260260fi</userinput></screen>
     
    271271
    272272<screen><userinput>if [ -r /usr/lib/libpq.so ]; then
    273   CCARGS="$CCARGS -DHAS_PGSQL -I/usr/include/postgresql"
     273  CCARGS="$CCARGS -D HAS_PGSQL -I/usr/include/postgresql"
    274274  AUXLIBS="$AUXLIBS -lpq -lz -lm"
    275275fi</userinput></screen>
     
    287287
    288288<screen><literal>if [ -r <replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a ]; then
    289   CCARGS="$CCARGS -DHAS_CDB"
     289  CCARGS="$CCARGS -D HAS_CDB"
    290290  AUXLIBS="$AUXLIBS <replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a"
    291291fi</literal></screen>
     
    302302
    303303<screen><userinput>if [ -r /usr/lib/libssl.so -a -r /usr/lib/libcrypto.so ]; then
    304   CCARGS="$CCARGS -DUSE_TLS -I/usr/include/openssl/"
     304  CCARGS="$CCARGS -D USE_TLS -I/usr/include/openssl/"
    305305  AUXLIBS="$AUXLIBS -lssl -lcrypto"
    306306fi</userinput></screen>
     
    369369
    370370    <para>
    371       <option>CCARGS="-DNO_EAI ..."</option>: this will turn off SMTPUTF8
     371      <option>CCARGS="-D NO_EAI ..."</option>: this will turn off SMTPUTF8
    372372      support, for example  if the rest of your email address infrastructure
    373373      cannot handle UTF-8 email addresses and message header values.
  • server/mail/sendmail.xml

    r7d55a6a rde61ab1  
    3131    </para>
    3232
    33     &lfs121_checked;
     33    &lfs122_checked;
    3434
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    127127
    128128<screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
    129 <literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP -DHASFLOCK')
     129<literal>APPENDDEF(`confENVDEF',`-D STARTTLS -D SASL -D LDAPMAP -D HASFLOCK')
    130130APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber')
    131131APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal>
  • server/major/apache.xml

    r7d55a6a rde61ab1  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "9f77eb01b2fddfb4b32d469af90fb01b">
     10  <!ENTITY apache-md5sum        "cded7afa23c13c4854008d95a69ce016">
    1111  <!ENTITY apache-size          "7.2 MB">
    12   <!ENTITY apache-buildsize     "88 MB">
     12  <!ENTITY apache-buildsize     "85 MB">
    1313  <!ENTITY apache-time          "0.4 SBU (Using parallelism=4)">
    1414]>
     
    3333    </para>
    3434
    35     &lfs121_checked;
     35    &lfs122_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    163163      <para>
    164164        This package does not install properly using <envar>DESTDIR</envar>
    165         techniques as an unpriviledged user.
     165        techniques as an unprivileged user.
    166166      </para>
    167167    </note>
  • server/major/bind.xml

    r7d55a6a rde61ab1  
    88  <!ENTITY bind-download-ftp  " ">
    99  <!ENTITY bind-md5sum        "&bind-md5;">
    10   <!ENTITY bind-size          "5.3 MB">
    11   <!ENTITY bind-buildsize     "127 MB (21 MB installed)">
     10  <!ENTITY bind-size          "5.5 MB">
     11  <!ENTITY bind-buildsize     "138 MB (22 MB installed)">
    1212  <!ENTITY bind-time          "0.5 SBU (with parallelism=4; about 40 minutes somewhat processor independent, to run the complete test suite)">
    1313]>
     
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    8383    <para role="required">
     84      <xref linkend="liburcu"/> and
    8485      <xref linkend="libuv"/>
    8586    </para>
     
    107108    </para>
    108109
    109     <bridgehead renderas="sect4">Optional database backends</bridgehead>
    110     <para role="optional">
    111       <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
    112       <xref linkend="openldap"/>,
    113       <xref linkend="postgresql"/>,
    114       <xref linkend="unixodbc"/>, and
    115       &berkeley-db;
    116     </para>
    117 
    118110    <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
    119111    <para role="optional">
     
    129121  <sect2 role="installation">
    130122    <title>Installation of BIND</title>
    131 
    132 <!--
    133     <para>
    134       To ensure <application>BIND</application> will build dnssec-keymgr,
    135       install a python module as the <systemitem
    136       class="username">root</systemitem> user:
    137     </para>
    138 
    139 <screen role="root"><userinput>pip3 install ply</userinput></screen>
    140 -->
    141123
    142124    <note>
     
    180162      what configuration options are used. Some tests are marked
    181163      <quote>UNTESTED</quote> or do even fail if <xref linkend="perl-net-dns"/>
    182       is not installed. Two tests, <filename>resolver</filename> and
    183       <filename>dispatch</filename>, are known to fail.
     164      is not installed. One test, <filename>dnssec</filename>, is known to fail.
     165      The tests require the
     166      <ulink url="https://hypothesis.readthedocs.org/">hypothesis</ulink>
     167      python module, which is not in BLFS. To work around this, the instructions
     168      below create a Python virtual environment and then install the module
     169      in there before running the tests.
    184170      To run the tests, as an unprivileged user, execute:
    185171    </para>
    186172
    187 <screen remap="test"><userinput>make -k check</userinput></screen>
     173<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
     174source testenv/bin/activate                    &amp;&amp;
     175pip3 install hypothesis                        &amp;&amp;
     176make -k check                                  &amp;&amp;
     177deactivate</userinput></screen>
    188178
    189179    <para>
     
    227217    </para>
    228218
    229     <!-- Seems to be removed in 9.18.0
    230     <para>
    231       <parameter>- -with-libtool</parameter>: This parameter forces the
    232       building of dynamic libraries and links the installed binaries to these
    233       libraries.
    234     </para>
    235     -->
    236 
    237219    <para>
    238220      <option>--with-libidn2</option>: This parameter enables
     
    247229    </para>
    248230
    249     <para>
    250       <option>--disable-linux-caps</option>: BIND can also be built without
     231<!-- Removed in 9.20.0 (and support has been in LFS for years)
     232    <para>
     233      <option>- -disable-linux-caps</option>: BIND can also be built without
    251234      capability support by using this option, at the cost of some loss of
    252235      security.
    253236    </para>
    254 
    255     <para>
    256       <option>--with-dlz-{mysql,bdb,filesystem,ldap,odbc,stub}</option>: Use
    257       one (or more) of those options to add Dynamically Loadable Zones support.
    258       For more information refer to <ulink
    259       url="https://bind-dlz.sourceforge.net/">bind-dlz.sourceforge.net</ulink>.
    260     </para>
     237-->
    261238
    262239    <para>
     
    609586        <seg>arpaname, ddns-confgen, delv, dig, dnssec-cds,
    610587        dnssec-dsfromkey, dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen,
    611         dnssec-revoke, dnssec-settime, dnssec-signzone,
     588        dnssec-ksr, dnssec-revoke, dnssec-settime, dnssec-signzone,
    612589        dnssec-verify, host, mdig, named, named-checkconf,
    613590        named-checkzone, named-compilezone, named-journalprint,
     
    615592        rndc-confgen, and tsig-keygen (symlink)</seg>
    616593
    617         <seg>libbind9.so, libdns.so, libirs.so, libisc.so, libisccc.so,
    618         libisccfg.so, and libns.so</seg>
    619 
    620         <seg>/usr/include/{bind9,dns,dst,irs,isc,isccc,isccfg,ns},
     594        <seg>libdns.so, libisc.so, libisccc.so, libisccfg.so, and libns.so</seg>
     595
     596        <seg>/usr/include/{dns,dst,irs,isc,isccc,isccfg,ns},
    621597        /usr/lib/bind,
    622598        and /srv/named</seg>
     
    741717      </varlistentry>
    742718
     719      <varlistentry id="dnssec-ksr">
     720        <term><command>dnssec-ksr</command></term>
     721        <listitem>
     722          <para>
     723            creates signed key response (SKR) files for offline KSK setups
     724          </para>
     725          <indexterm zone="bind dnssec-ksr">
     726            <primary sortas="b-dnssec-ksr">dnssec-ksr</primary>
     727          </indexterm>
     728        </listitem>
     729      </varlistentry>
     730
    743731      <varlistentry id="dnssec-revoke">
    744732        <term><command>dnssec-revoke</command></term>
  • server/major/kea.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY kea-download-http "https://downloads.isc.org/isc/kea/&kea-dhcp-version;/kea-&kea-dhcp-version;.tar.gz">
    88  <!ENTITY kea-download-ftp  " ">
    9   <!ENTITY kea-md5sum        "ad23d02b3ce0475eb077da05b0ae2429">
    10   <!ENTITY kea-size          "10 MB">
     9  <!ENTITY kea-md5sum        "5f4fe79ed29f5ff2802e2961d1827b25">
     10  <!ENTITY kea-size          "9.9 MB">
    1111  <!ENTITY kea-buildsize     "1.5 GB (332 MB installed; add 4 GB for tests)">
    1212  <!ENTITY kea-time          "4.1 SBU (with parallelism=4; add 12 SBU for tests)">
     
    3232    </para>
    3333
    34     &lfs121_checked;
     34    &lfs122_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117117    <title>Installation of ISC Kea DHCP Server</title>
    118118
     119<!-- Aug 01, 2024: looks like this tweaks are no longer required
     120     (were introduced with upgrading to version 2.4.1)
     121
    119122    <para>
    120123      First fix detection of Python-3.12 by the build system:
     
    130133<screen><userinput>sed -e '/dlist="/d' \
    131134    -i src/bin/shell/Makefile.in</userinput></screen>
    132 
     135-->
    133136    <para>
    134137      Install <application>ISC Kea DHCP Server</application> by running
     
    502505    "subnet4": [
    503506      {
     507        "id": 1001,   // Each subnet requires a unique numeric id
    504508        "subnet": "192.168.56.0/24",
    505509        "pools": [ { "pool": "192.168.56.16 - 192.168.56.254" } ],
  • server/major/major.xml

    r7d55a6a rde61ab1  
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kea.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="proftpd.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd.xml"/>
     22<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd.xml"/> -->
    2323
    2424</chapter>
  • server/other/openldap.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    88  <!ENTITY openldap-download-ftp  " ">
    9   <!ENTITY openldap-md5sum        "cf71b4b455ab8dfc8fdd4e247d697ccd">
    10   <!ENTITY openldap-size          "6.2 MB">
    11   <!ENTITY openldap-buildsize     "82 MB (client and server)">
     9  <!ENTITY openldap-md5sum        "a7ca5f245340e478ea18b8f972c89bb1">
     10  <!ENTITY openldap-size          "6.3 MB">
     11  <!ENTITY openldap-buildsize     "61 MB (client and server)">
    1212  <!ENTITY openldap-time          "0.4 SBU (client), 1.1 SBU (server)">
    1313]>
     
    3131    </para>
    3232
    33     &lfs121_checked;
     33    &lfs122_checked;
    3434
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/other/unbound.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY unbound-download-http "https://nlnetlabs.nl/downloads/unbound/unbound-&unbound-version;.tar.gz">
    88  <!ENTITY unbound-download-ftp  " ">
    9   <!ENTITY unbound-md5sum        "00bf61460c87c2542bcb68d52a2e5195">
    10   <!ENTITY unbound-size          "6.1 MB">
    11   <!ENTITY unbound-buildsize     "145 MB (with docs; add 13 MB for tests)">
    12   <!ENTITY unbound-time          "0.3 SBU (Using parallelism=4; with docs; add 0.4 SBU for tests)">
     9  <!ENTITY unbound-md5sum        "fb7cc7922064bf122941b9f135052d00">
     10  <!ENTITY unbound-size          "6.3 MB">
     11  <!ENTITY unbound-buildsize     "148 MB (with docs; add 11 MB for tests)">
     12  <!ENTITY unbound-time          "0.3 SBU (Using parallelism=4; with docs; add 0.3 SBU for tests)">
    1313]>
    1414
     
    8585      <xref linkend="nettle"/>,
    8686      <xref linkend="protobuf-c"/> (for dnstap),
    87       <xref linkend="python2"/>,
     87      &python2;,
    8888      <xref linkend="sphinx"/> (for Python bindings documentation),
    8989      <xref linkend="swig"/> (for Python bindings),
     
    259259        </seg>
    260260        <seg>
    261           libunbound.so and (optional)
    262           /usr/lib/python&python2-majorver;/site-packages/_unbound.so
     261          libunbound.so
    263262        </seg>
    264263        <seg>
Note: See TracChangeset for help on using the changeset viewer.