Changeset a62dc41


Ignore:
Timestamp:
07/21/2023 05:36:59 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
030dc9f9
Parents:
0087231b
Message:

Update to dhcpcd-10.0.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0087231b ra62dc41  
    4242     <para>July 21st, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Update to dhcpcd-10.0.2. Fixes
     46         <ulink url="&blfs-ticket-root;18314">#18314</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[renodr] - Update to fuse3-3.15.1. Fixes
  • networking/connect/dhcpcd.xml

    r0087231b ra62dc41  
    77  <!ENTITY dhcpcd-download-http "https://github.com/NetworkConfiguration/dhcpcd/releases/download/v&dhcpcd-version;/dhcpcd-&dhcpcd-version;.tar.xz">
    88  <!ENTITY dhcpcd-download-ftp  " ">
    9   <!ENTITY dhcpcd-md5sum        "002d3c7bfa057248f23b2b2f33f02f5a">
     9  <!ENTITY dhcpcd-md5sum        "1f266e2c32567bc778ea22c599fb06d9">
    1010  <!ENTITY dhcpcd-size          "260 KB">
    11   <!ENTITY dhcpcd-buildsize     "3.6 MB (with tests)">
     11  <!ENTITY dhcpcd-buildsize     "3.1 MB (with tests)">
    1212  <!ENTITY dhcpcd-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    132132
    133133    <para>
    134       Build <application>dhcpcd</application> with privilege separation
    135       by running the following commands:
     134      Alternatively, build <application>dhcpcd</application> with privilege
     135      separation by running the following commands:
    136136    </para>
    137137
     
    172172
    173173    <para>
    174       <parameter>--libexecdir=/usr/lib/dhcpcd</parameter>: Set a more proper
    175       location for dhcpcd internal libraries.
    176     </para>
    177 
    178     <para>
    179       <parameter>--dbdir=/var/lib/dhcpcd</parameter>: The default
    180       <filename class="directory">/var/db</filename> is not FHS-compliant
    181     </para>
    182 
    183     <para>
    184       <parameter>--runstatedir=/run</parameter>: The default
     174      <parameter>--libexecdir=/usr/lib/dhcpcd</parameter>: This switch sets a
     175      better location for the dhcpcd internal libraries.
     176    </para>
     177
     178    <para>
     179      <parameter>--dbdir=/var/lib/dhcpcd</parameter>: This switch adjusts the
     180      database directory because the default directory,
     181      <filename class="directory">/var/db</filename>, is not FHS-compliant.
     182    </para>
     183
     184    <para>
     185      <parameter>--runstatedir=/run</parameter>: This switch sets the runtime
     186      state directory because the default
    185187      <filename class="directory">/var/run</filename> is a symbolic
    186       link to <filename class="directory">/run</filename>.
     188      link to <filename class="directory">/run</filename>, and using
     189      <filename class="directory">/var/run</filename> is deprecated.
     190    </para>
     191
     192    <para>
     193      <parameter>--disable-privsep</parameter>: This switch disables privilege
     194      separation, which is the default in dhcpcd. This switch is not used in
     195      the build configuration where privilege separation is used.
     196    </para>
     197
     198    <para>
     199      <parameter>--privsepuser=dhcpcd</parameter>: This switch sets the
     200      privilege separation user in the build configuration where privilege
     201      escalation is used.
    187202    </para>
    188203
     
    190205      <option>--with-hook=...</option>: You can optionally install more hooks,
    191206      for example to install some configuration files such as
    192       <filename>ntp.conf</filename>. The set of hooks is in the
    193       <filename class="directory">dhcpcd-hooks</filename> directory in the
    194       build tree.
    195     </para>
    196 
    197     <para>
    198       <parameter>--disable-privsep</parameter>: Do not use privilege separation,
    199       which is the default.
    200     </para>
    201 
    202     <para>
    203       <parameter>--privsepuser=dhcpcd</parameter>: Use this unprivileged user
    204       in a privilege separation setup.
    205     </para>
    206 
    207     <para>
    208       <option>--with-hook=...</option>: You can optionally install more hooks,
    209       for example to install some configuration files such as
    210       <filename>ntp.conf</filename>. The set of hooks is in the
     207      <filename>ntp.conf</filename>. A set of hooks can be found in the
    211208      <filename class="directory">dhcpcd-hooks</filename> directory in the
    212209      build tree.
     
    254251          modifications to system files are done by hooks which are stored in
    255252          <filename class="directory">/usr/lib/dhcpcd/dhcpcd-hooks</filename>.
    256           Set up <command>dhcpcd</command> by removing or adding hooks from/to
    257           that directory.  The execution of hooks can be disabled by using
     253          You can change this behavior by removing or adding hooks from/to
     254          that directory. The execution of hooks can be disabled by using
    258255          the <option>--nohook</option> (<option>-C</option>) command line
    259256          option or by the <option>nohook</option> option in the
     
    356353          modifications to system configuration files are done by hooks which
    357354          are stored in <filename class="directory">
    358           /lib/dhcpcd/dhcpcd-hooks</filename>. Set up <command>dhcpcd</command>
     355          /usr/lib/dhcpcd/dhcpcd-hooks</filename>. You can change this behavior
    359356          by removing or adding hooks from/to that directory. The execution
    360357          of hooks can be disabled by using the <option>--nohook</option>
  • packages.ent

    r0087231b ra62dc41  
    649649<!-- Part IV -->
    650650<!-- Chapter 14 -->
    651 <!ENTITY dhcpcd-version               "10.0.1">
     651<!ENTITY dhcpcd-version               "10.0.2">
    652652<!--<!ENTITY dhcp-version                 "4.4.3-P1">-->
    653653<!ENTITY kea-dhcp-version             "2.4.0">
Note: See TracChangeset for help on using the changeset viewer.