Changeset f713df3
- Timestamp:
- 11/09/2021 06:40:49 AM (23 months ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7826062
- Parents:
- 193bdf3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r193bdf3 rf713df3 43 43 --> 44 44 <listitem> 45 45 <para>November 9th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to libsoup-2.74.1. Fixes 49 <ulink url="&blfs-ticket-root;15696">#15696</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to dhcpcd-9.4.1. Fixes 53 <ulink url="&blfs-ticket-root;15694">#15694</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to libinput-1.19.2 (Xorg driver). Fixes 57 <ulink url="&blfs-ticket-root;15692">#15692</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to nghttp2-1.46.0. Fixes 61 <ulink url="&blfs-ticket-root;15689">#15689</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 46 67 <para>November 7th, 2021</para> 47 68 <itemizedlist> -
networking/connect/dhcpcd.xml
r193bdf3 rf713df3 8 8 <!-- <!ENTITY dhcpcd-download-ftp "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">--> 9 9 <!ENTITY dhcpcd-download-ftp " "> 10 <!ENTITY dhcpcd-md5sum " c36715fc629bc40aa94aae06fa1724c2">11 <!ENTITY dhcpcd-size "25 2KB">10 <!ENTITY dhcpcd-md5sum "2b2f46648bc96979f96127f0e0e07d9b"> 11 <!ENTITY dhcpcd-size "251 KB"> 12 12 <!ENTITY dhcpcd-buildsize "3.6 MB (with tests)"> 13 13 <!ENTITY dhcpcd-time "less than 0.1 SBU (with tests)"> … … 17 17 https://roy.marples.name/blog/dhcpcd-9-2-0-released.html 18 18 Substitute the 9-2-0 with 9-2-1 or 9-2-2 ... 19 pierre: seems that it now returns Error 404 (November 2021). 19 20 --> 20 21 … … 123 124 --libexecdir=/usr/lib/dhcpcd \ 124 125 --dbdir=/var/lib/dhcpcd \ 126 --runstatedir=/run \ 125 127 --privsepuser=dhcpcd && 126 128 make</userinput></screen> … … 161 163 <parameter>--dbdir=/var/lib/dhcpcd</parameter>: The default 162 164 <filename class="directory">/var/db</filename> is not FHS-compliant 165 </para> 166 167 <para> 168 <parameter>--runstatedir=/run</parameter>: The default 169 <filename class="directory">/var/run</filename> is a symbolic 170 link to <filename class="directory">/run</filename>. 163 171 </para> 164 172 -
networking/netlibs/libsoup.xml
r193bdf3 rf713df3 6 6 7 7 <!ENTITY libsoup-download-http 8 "&gnome-download-http;/libsoup/ 2.74/libsoup-&libsoup-version;.tar.xz">8 "&gnome-download-http;/libsoup/&libsoup-minor;/libsoup-&libsoup-version;.tar.xz"> 9 9 <!ENTITY libsoup-download-ftp 10 "&gnome-download-ftp;/libsoup/ 2.74/libsoup-&libsoup-version;.tar.xz">11 <!ENTITY libsoup-md5sum " 076f7ceeb73ebae2cc55a4c2877f6926">10 "&gnome-download-ftp;/libsoup/&libsoup-minor;/libsoup-&libsoup-version;.tar.xz"> 11 <!ENTITY libsoup-md5sum "f693d78b2290707f4b3a10757c760c99"> 12 12 <!ENTITY libsoup-size "1.4 MB"> 13 13 <!ENTITY libsoup-buildsize "15 MB (with tests)"> -
networking/netlibs/nghttp2.xml
r193bdf3 rf713df3 7 7 <!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz"> 8 8 <!ENTITY nghttp2-download-ftp " "> 9 <!ENTITY nghttp2-md5sum " 35ef164abc0f1cac10c275d8496370e4">9 <!ENTITY nghttp2-md5sum "10e7f75525c4f6680a73c55433723fd6"> 10 10 <!ENTITY nghttp2-size "3.8 MB"> 11 11 <!ENTITY nghttp2-buildsize "21 MB"> -
packages.ent
r193bdf3 rf713df3 589 589 <!-- Chapter 14 --> 590 590 <!--<!ENTITY ppp-version "2.4.5">--> 591 <!ENTITY dhcpcd-version "9.4. 0">591 <!ENTITY dhcpcd-version "9.4.1"> 592 592 <!ENTITY dhcp-version "4.4.2-P1"> 593 593 … … 640 640 <!ENTITY libndp-version "1.8"> 641 641 <!ENTITY libproxy-version "0.4.7"> 642 <!ENTITY libsoup-version "2.74.0"> 642 <!ENTITY libsoup-minor "2.74"> 643 <!ENTITY libsoup-version "&libsoup-minor;.1"> 643 644 <!ENTITY libtirpc-version "1.3.2"> 644 645 <!ENTITY neon-version "0.32.1"> 645 <!ENTITY nghttp2-version "1.4 5.1">646 <!ENTITY nghttp2-version "1.46.0"> 646 647 <!ENTITY rpcsvc-proto-version "1.4.2"> 647 648 <!ENTITY serf-version "1.3.9"> -
x/installing/libinput.xml
r193bdf3 rf713df3 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1.19. 1">7 <!ENTITY libinput-version "1.19.2"> 8 8 9 9 <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 10 10 <!ENTITY libinput-download-ftp " "> 11 <!ENTITY libinput-md5sum " 5176f5b2806807df23c5e315bcbf6567">11 <!ENTITY libinput-md5sum "2c7f2aa4032bacb562a535b74829c56d"> 12 12 <!ENTITY libinput-size "640 KB"> 13 <!ENTITY libinput-buildsize "1 3 MB">14 <!ENTITY libinput-time "0.1 SBU ">13 <!ENTITY libinput-buildsize "12 MB (add 17 MB for documentation)"> 14 <!ENTITY libinput-time "0.1 SBU (add 0.1 SBU for documentation)"> 15 15 ]> 16 16 … … 176 176 177 177 <para> 178 If <xref linkend="doxygen"/>, <xref linkend="graphviz"/>, and 179 <ulink url="http://sphinx-doc.org/">Sphinx</ulink> were 180 present during the build, you can install the generated documentation 178 If you have passed <option>-Ddocumentation=true</option> to 179 <command>meson</command>, you can install the generated documentation 181 180 by running the following commands as the <systemitem 182 181 class="username">root</systemitem> user: 183 182 </para> 184 183 184 <!-- seems the api doc is not generated because the directory is not a git 185 repository... --> 185 186 <screen role="root" 186 remap="doc"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version;/{html,api} && 187 cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html && 188 cp -rv api/* /usr/share/doc/libinput-&libinput-version;/api</userinput></screen> 187 remap="doc"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version;/html && 188 cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html</userinput></screen> 189 189 190 190 </sect3> … … 211 211 212 212 <para> 213 <parameter>-Ddocumentation=true</parameter>: This switch enables 213 <parameter>-Dlibwacom=false</parameter>: Remove this option if you 214 have <xref linkend="libwacom"/> installed, or if you are installing 215 GNOME. 216 </para> 217 218 <para> 219 <option>-Ddocumentation=true</option>: This switch enables 214 220 generation of the documentation. Add it if you want to generate 215 221 the documentation. You must have <xref linkend="doxygen"/> and 216 222 <xref linkend="graphviz"/> installed. 217 </para>218 219 <para>220 <parameter>-Dlibwacom=false</parameter>: Remove this option if you221 have <xref linkend="libwacom"/> installed, or if you are installing222 GNOME.223 223 </para> 224 224
Note:
See TracChangeset
for help on using the changeset viewer.