Changeset 1f9c8ec for server


Ignore:
Timestamp:
02/11/2021 02:35:09 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a24390dd
Parents:
1cbc454
Message:

Update to subversion-1.14.1 (Security Update)
Update to node-v14.15.5
Update to unbound-1.13.1
Update to graphene-1.10.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24210 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/unbound.xml

    r1cbc454 r1f9c8ec  
    77  <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz">
    88  <!ENTITY unbound-download-ftp  " ">
    9   <!ENTITY unbound-md5sum        "5a522f10c65332efe627098d2d24f947">
     9  <!ENTITY unbound-md5sum        "0cd660a40d733acc6e7cce43731cac62">
    1010  <!ENTITY unbound-size          "5.7 MB">
    11   <!ENTITY unbound-buildsize     "176 MB (with docs; add 10 MB for tests)">
     11  <!ENTITY unbound-buildsize     "171 MB (with docs; add 10 MB for tests)">
    1212  <!ENTITY unbound-time          "0.5 SBU (Using parallelism=4; with docs; add 0.3 SBU for tests)">
    1313]>
     
    111111
    112112<screen role="root"><userinput>groupadd -g 88 unbound &amp;&amp;
    113 useradd -c "Unbound DNS resolver" -d /var/lib/unbound -u 88 \
     113useradd -c "Unbound DNS Resolver" -d /var/lib/unbound -u 88 \
    114114        -g unbound -s /bin/false unbound</userinput></screen>
    115115
     
    313313        <listitem>
    314314          <para>
    315             checks <command>unbound</command> configuration file for syntax
     315            checks the <command>unbound</command> configuration file for syntax
    316316            and other errors.
    317317          </para>
Note: See TracChangeset for help on using the changeset viewer.