Changeset 807a0ba


Ignore:
Timestamp:
10/07/2024 06:03:29 PM (4 hours ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
cddf294
Parents:
1655685d
Message:

Update to unbound-1.21.1 (Security Update)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1655685d r807a0ba  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to unbound-1.21.1 (Security Update). Fixes
     46          <ulink url="&blfs-ticket-root;20479">#20479</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to numpy-2.1.2 (Python module). Fixes
    4650          <ulink url="&blfs-ticket-root;20487">#20487</ulink>.</para>
  • packages.ent

    r1655685d r807a0ba  
    805805<!-- Chapter 23 -->
    806806<!ENTITY openldap-version             "2.6.8">
    807 <!ENTITY unbound-version              "1.21.0">
     807<!ENTITY unbound-version              "1.21.1">
    808808
    809809<!-- Part VI -->
  • server/other/unbound.xml

    r1655685d r807a0ba  
    77  <!ENTITY unbound-download-http "https://nlnetlabs.nl/downloads/unbound/unbound-&unbound-version;.tar.gz">
    88  <!ENTITY unbound-download-ftp  " ">
    9   <!ENTITY unbound-md5sum        "fb7cc7922064bf122941b9f135052d00">
     9  <!ENTITY unbound-md5sum        "94fee452f4f7c3aad166d65533931c0f">
    1010  <!ENTITY unbound-size          "6.3 MB">
    1111  <!ENTITY unbound-buildsize     "148 MB (with docs; add 11 MB for tests)">
     
    8585      <xref linkend="nettle"/>,
    8686      <xref linkend="protobuf-c"/> (for dnstap),
    87       &python2;,
    8887      <xref linkend="sphinx"/> (for Python bindings documentation),
    8988      <xref linkend="swig"/> (for Python bindings),
    90       <xref linkend="doxygen"/> (for html documentation), and
    91       <ulink url="https://dnstap.info/">dnstap</ulink>
     89      <xref linkend="doxygen"/> (for html documentation),
     90      <ulink url="https://dnstap.info/">dnstap</ulink>, and
     91      &python2;
    9292    </para>
    9393
     
    154154
    155155    <para>
    156       <option>--with-libevent</option>: This option enables libevent support
    157       allowing use of large outgoing port ranges.
    158     </para>
    159 
    160     <para>
    161       <option>--with-pyunbound</option>: This option enables building of the Python
    162       bindings.
     156      <option>--with-libevent</option>: This option enables libevent support,
     157      which allows for the use of large outgoing port ranges.
     158    </para>
     159
     160    <para>
     161      <option>--with-pyunbound</option>: This option enables building the Python
     162      bindings. If you want to build the bindings, you also need to pass the
     163      <envar>PYTHON_VERSION=&python3-majorver;</envar> environment variable to
     164      configure.
    163165    </para>
    164166
     
    288290        <listitem>
    289291          <para>
    290             performs setup or update of the root trust anchor for DNSSEC
     292            initializes or updates the root trust anchor for DNSSEC
    291293            validation
    292294          </para>
Note: See TracChangeset for help on using the changeset viewer.