Changeset 1c4b4e9 for server


Ignore:
Timestamp:
02/22/2021 06:53:11 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:
a4ce449
Parents:
2b7420b
Message:

Downgrade to BIND-9.16.11, add a security fix
Update to stunnel-5.58
Tags

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

Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r2b7420b r1c4b4e9  
    3737    </para>
    3838
    39     &lfs10_checked;
     39    &lfs101_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/postgresql.xml

    r2b7420b r1c4b4e9  
    3737    </para>
    3838
    39     &lfs10_checked;
     39    &lfs101_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/bind.xml

    r2b7420b r1c4b4e9  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "61c545db393628152e5b2c957e8bf712">
    10   <!ENTITY bind-size          "4.8 MB">
     9  <!ENTITY bind-md5sum        "58cbc23121e43ec934d644c4f412ceea">
     10  <!ENTITY bind-size          "4.7 MB">
    1111  <!ENTITY bind-buildsize     "129 MB (23 MB installed)">
    1212  <!ENTITY bind-time          "0.8 SBU (with parallelism=4; add 29+ minutes, somewhat processor independent, to run the complete test suite)">
     
    3636    </para>
    3737
    38     &lfs10_checked;
     38    &lfs101_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    135135
    136136<screen role="root"><userinput>pip3 install ply</userinput></screen>
     137
     138    <para>
     139      Fix a security vulnerability:
     140    </para>
     141
     142<screen><userinput remap="pre">sed -i '851 s/len/(len + 1)/' lib/dns/spnego.c</userinput></screen>
    137143
    138144    <para>
Note: See TracChangeset for help on using the changeset viewer.