Changeset 9556a94
- Timestamp:
- 10/20/2021 09:47:06 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9202bf63
- Parents:
- 7f45fea
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r7f45fea r9556a94 43 43 --> 44 44 <listitem> 45 <para>October 20th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to libinput-1.19.1. Fixes 49 <ulink url="&blfs-ticket-root;15618">#15618</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to openssh-8.8p1 (and ssh-askpass-8.8p1). 53 Fixes <ulink url="&blfs-ticket-root;15617">#15617</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to cifs-utils-6.14. Fixes 57 <ulink url="&blfs-ticket-root;15612">#15612</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to NetworkManager-1.32.12. Fixes 61 <ulink url="&blfs-ticket-root;15601">#15601</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 45 67 <para>October 18th, 2021</para> 46 68 <itemizedlist> -
networking/netprogs/cifsutils.xml
r7f45fea r9556a94 7 7 <!ENTITY cifsutils-download-http "https://www.samba.org/ftp/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2"> 8 8 <!ENTITY cifsutils-download-ftp " "> 9 <!ENTITY cifsutils-md5sum " 4348921483c530826950e9503b08b033">10 <!ENTITY cifsutils-size "40 5KB">11 <!ENTITY cifsutils-buildsize " 3.3MB">9 <!ENTITY cifsutils-md5sum "e918d1246adb841c61e562538c2cc78e"> 10 <!ENTITY cifsutils-size "408 KB"> 11 <!ENTITY cifsutils-buildsize "4.1 MB"> 12 12 <!ENTITY cifsutils-time "0.1 SBU"> 13 13 ]> -
networking/netutils/networkmanager.xml
r7f45fea r9556a94 9 9 <!ENTITY NetworkManager-download-ftp 10 10 "&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz"> 11 <!ENTITY NetworkManager-md5sum "0 09372a92b916412d3fecb1d3b216346">11 <!ENTITY NetworkManager-md5sum "0913815a98c60d0d2bcc6e930b596906"> 12 12 <!ENTITY NetworkManager-size "5.1 MB"> 13 <!ENTITY NetworkManager-buildsize "28 5MB (with tests)">13 <!ENTITY NetworkManager-buildsize "286 MB (with tests)"> 14 14 <!ENTITY NetworkManager-time "0.8 SBU (with tests, using parallelism=4)"> 15 15 ]> … … 108 108 <xref linkend="upower"/>, 109 109 <xref linkend="vala"/>, and 110 <xref linkend="wpa_supplicant"/> (built with D-Bus support) ,110 <xref linkend="wpa_supplicant"/> (built with D-Bus support) 111 111 </para> 112 112 -
packages.ent
r7f45fea r9556a94 31 31 <!ENTITY nss-micro-version "1"> 32 32 <!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">--> 33 <!ENTITY openssh-version "8. 7p1">33 <!ENTITY openssh-version "8.8p1"> 34 34 <!ENTITY p11-kit-version "0.24.0"> 35 35 <!ENTITY polkit-version "0.119"> … … 595 595 <!-- Chapter 15 --> 596 596 <!ENTITY bridgeutils-version "1.7.1"> 597 <!ENTITY cifsutils-version "6.1 3">597 <!ENTITY cifsutils-version "6.14"> 598 598 <!ENTITY iw-version "5.9"> 599 599 <!ENTITY ncftp-version "3.2.6"> … … 614 614 <!ENTITY mod_dnssd-version "0.6"> 615 615 <!ENTITY NetworkManager-minor "1.32"> 616 <!ENTITY NetworkManager-version "&NetworkManager-minor;.1 0">616 <!ENTITY NetworkManager-version "&NetworkManager-minor;.12"> 617 617 <!ENTITY network-manager-applet-version "1.24.0"> 618 618 <!ENTITY nmap-version "7.92"> -
postlfs/security/openssh.xml
r7f45fea r9556a94 10 10 " "> <!-- at the moment, unable to connect via ftp: ken 11 11 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> --> 12 <!ENTITY openssh-md5sum " f545230799f131aecca04da56e61990a">12 <!ENTITY openssh-md5sum "8ce5f390958baeeab635aafd0ef41453"> 13 13 <!ENTITY openssh-size "1.7 MB"> 14 <!ENTITY openssh-buildsize "48 MB (add 18MB for tests)">14 <!ENTITY openssh-buildsize "48 MB (add 34 MB for tests)"> 15 15 <!ENTITY openssh-time "0.3 SBU (Using parallelism=4; 16 16 running the tests takes 20+ minutes, … … 185 185 backup any existing copy first. 186 186 </para> 187 188 <para> 189 If you wish to run the tests, remove a test suite that is not valid on 190 Linux-based platforms: 191 </para> 192 193 <screen><userinput>sed -i 's/conch-ciphers//' regress/Makefile</userinput></screen> 187 194 188 195 <para> -
postlfs/security/ssh-askpass.xml
r7f45fea r9556a94 9 9 <!ENTITY ssh-askpass-download-ftp 10 10 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz"> 11 <!ENTITY ssh-askpass-md5sum " f545230799f131aecca04da56e61990a">11 <!ENTITY ssh-askpass-md5sum "8ce5f390958baeeab635aafd0ef41453"> 12 12 <!ENTITY ssh-askpass-size "1.7 MB"> 13 13 <!ENTITY ssh-askpass-buildsize "9.8 MB"> -
x/installing/libinput.xml
r7f45fea r9556a94 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1.19. 0">7 <!ENTITY libinput-version "1.19.1"> 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 " 8e0600a296584f8d65d4ca1a82cd4a02">11 <!ENTITY libinput-md5sum "5176f5b2806807df23c5e315bcbf6567"> 12 12 <!ENTITY libinput-size "640 KB"> 13 13 <!ENTITY libinput-buildsize "13 MB"> 14 <!ENTITY libinput-time " less than0.1 SBU">14 <!ENTITY libinput-time "0.1 SBU"> 15 15 ]> 16 16 … … 150 150 -Ddebug-gui=false \ 151 151 -Dtests=false \ 152 -Ddocumentation=false \153 152 -Dlibwacom=false \ 154 153 .. && … … 212 211 213 212 <para> 214 <parameter>-Ddocumentation= false</parameter>: This switch disables215 generation of the documentation. Remove if you want to generate it, and216 you have <xref linkend="doxygen"/> and <xref linkend="graphviz"/>217 installed.213 <parameter>-Ddocumentation=true</parameter>: This switch enables 214 generation of the documentation. Add it if you want to generate 215 the documentation. You must have <xref linkend="doxygen"/> and 216 <xref linkend="graphviz"/> installed. 218 217 </para> 219 218
Note:
See TracChangeset
for help on using the changeset viewer.