Changeset cdf0106 for server/major


Ignore:
Timestamp:
10/16/2019 03:04:38 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
d7bbb40
Parents:
bb8b4003
Message:

Update to gnome-online-accounts-3.34.1
Update to libsoup-2.68.2
Update to dconf-editor-3.34.2
Update to parted-3.3
Update to samba-4.11.0
Update to gvfs-1.42.1
Fix the download size in Volume_Key
Correct the rndc-confgen command in BIND9, as well as update some paths.

Please be aware that this version of Samba does not support SMBv1 anymore, and clients
that utilize that protocol will be completely unable to connect to the server.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rbb8b4003 rcdf0106  
    7878      <xref linkend="libidn2"/>,
    7979      <xref linkend="libxml2"/>,
    80       <xref linkend="mitkrb"/>, and
     80      <xref linkend="mitkrb"/>,
     81      <ulink url="https://cmocka.org/">cmocka</ulink>, and
    8182      <ulink url='https://github.com/cjheath/geoip'>geoip</ulink>
    8283    </para>
     
    293294      <command>rndc-confgen</command> command:</para>
    294295
    295 <screen role="root"><userinput>rndc-confgen -r /dev/urandom -b 512 > /etc/rndc.conf &amp;&amp;
     296   <screen role="root"><userinput>rndc-confgen -a -b 512 -t /srv/named &amp;&amp;
    296297sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.conf</userinput></screen>
    297298
     
    302303<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt;&gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
    303304<literal>options {
    304     directory "/etc/namedb";
     305    directory "/etc/named";
    305306    pid-file "/var/run/named.pid";
    306307    statistics-file "/var/run/named.stats";
     
    356357      <para>Create a zone file with the following contents:</para>
    357358
    358 <screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/pz/127.0.0 &lt;&lt; "EOF"
     359<screen role="root"><userinput>cat &gt; /srv/named/etc/named/pz/127.0.0 &lt;&lt; "EOF"
    359360<literal>$TTL 3D
    360361@      IN      SOA     ns.local.domain. hostmaster.local.domain. (
     
    376377      </note>
    377378
    378 <screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/root.hints &lt;&lt; "EOF"
     379<screen role="root"><userinput>cat &gt; /srv/named/etc/named/root.hints &lt;&lt; "EOF"
    379380<literal>.                       6D  IN      NS      A.ROOT-SERVERS.NET.
    380381.                       6D  IN      NS      B.ROOT-SERVERS.NET.
Note: See TracChangeset for help on using the changeset viewer.