Changeset 170a6f81
- Timestamp:
- 10/14/2017 02:34:12 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- ac1fadc5
- Parents:
- 13f9e208
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r13f9e208 r170a6f81 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to libdrm-2.4.84. Fixes 49 <ulink url="&blfs-ticket-root;9882">#9882</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[ken] - Update to xorg-server-1.19.5 (security fix). Fixes 53 <ulink url="&blfs-ticket-root;9881">#9881</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[ken] - Update to libXres-1.2.0 (security fix). Fixes 57 <ulink url="&blfs-ticket-root;9879">#9879</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[ken] - Update to libXfont2-2.0.2 (security fix). Fixes 61 <ulink url="&blfs-ticket-root;9878">#9878</ulink>.</para> 62 </listitem> 63 <listitem> 48 64 <para>[dj] - Update to Chromium-61.0.3163.100. Fixes 49 65 <ulink url="&blfs-ticket-root;9681">#9681</ulink>.</para> -
packages.ent
r13f9e208 r170a6f81 131 131 <!ENTITY libcroco-version "0.6.12"> 132 132 <!ENTITY libdaemon-version "0.14"> 133 <!ENTITY libdrm-version "2.4.8 3">133 <!ENTITY libdrm-version "2.4.84"> 134 134 <!ENTITY libepoxy-minor "1.4"> 135 135 <!ENTITY libepoxy-version "&libepoxy-minor;.3"> … … 527 527 <!ENTITY xcb-util-wm-version "0.4.1"> 528 528 <!ENTITY xcb-util-cursor-version "0.1.3"> 529 <!ENTITY xorg-server-version "1.19. 4">529 <!ENTITY xorg-server-version "1.19.5"> 530 530 <!ENTITY twm-version "1.0.9"> 531 531 <!ENTITY xterm-version "330"> -
x/installing/x7lib.xml
r13f9e208 r170a6f81 8 8 <!ENTITY x7libs-download-ftp "&xorg-download-ftp;/lib/"> 9 9 <!ENTITY x7libs-size "13 MB"> 10 <!ENTITY x7libs-buildsize " 56 MB">11 <!ENTITY x7libs-time " 2.0 SBU">10 <!ENTITY x7libs-buildsize "284 MB (92 MB installed) - if source directories not deleted"> 11 <!ENTITY x7libs-time "3.0 SBU"> 12 12 13 13 <!ENTITY xtrans-version "1.3.5"> … … 62 62 <!ENTITY libfontenc-md5sum "0920924c3a9ebc1265517bdd2f9fde50"> 63 63 64 <!ENTITY libXfont2-version "2.0. 1">65 <!ENTITY libXfont2-md5sum " 0d9f6dd9c23bf4bcbfb00504b566baf5">64 <!ENTITY libXfont2-version "2.0.2"> 65 <!ENTITY libXfont2-md5sum "d39e6446e46f939486d1a8b856e8b67b"> 66 66 67 67 <!ENTITY libXft-version "2.3.2"> … … 77 77 <!ENTITY libXrandr-md5sum "28e486f1d491b757173dd85ba34ee884"> 78 78 79 <!ENTITY libXres-version "1. 0.7">80 <!ENTITY libXres-md5sum " 45ef29206a6b58254c81bea28ec6c95f">79 <!ENTITY libXres-version "1.2.0"> 80 <!ENTITY libXres-md5sum "5d6d443d1abc8e1f6fc1c57fb27729bb"> 81 81 82 82 <!ENTITY libXtst-version "1.2.3"> -
x/installing/xorg-server.xml
r13f9e208 r170a6f81 7 7 <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 8 8 <!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 9 <!ENTITY xorg-server-md5sum " 28cb6d773bfcdfd43500dd64527d2ab0">9 <!ENTITY xorg-server-md5sum "4ac6feeae6790436ce9de879ca9a3bf8"> 10 10 <!ENTITY xorg-server-size "5.7 MB"> 11 <!ENTITY xorg-server-buildsize "577 MB (with tests)"> 12 <!ENTITY xorg-server-time "0.9 SBU (using parallelism=4 and with tests)"> 11 <!ENTITY xorg-server-buildsize "610 MB"> 12 <!-- don't mention the tests, people will think they take a long time instead of seconds --> 13 <!ENTITY xorg-server-time "2.0 SBU"> 13 14 ]> 14 15 … … 204 205 systemd-logind support, otherwise, an error (EE), logged in 205 206 <filename>/var/log/Xorg.0.log</filename>, occurs when starting the X 206 server. Systemd is not supported by BLFS.207 server. Systemd is not supported by this version of BLFS. 207 208 </para> 208 209 -
x/lib/libdrm.xml
r13f9e208 r170a6f81 7 7 <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2"> 8 8 <!ENTITY libdrm-download-ftp " "> 9 <!ENTITY libdrm-md5sum " 23800953ed7564988872e1e8c61fde31">10 <!ENTITY libdrm-size "7 40KB">11 <!ENTITY libdrm-buildsize "1 3 MB">9 <!ENTITY libdrm-md5sum "35b9544bc2ad864acd1abaa1a2b99092"> 10 <!ENTITY libdrm-size "776 KB"> 11 <!ENTITY libdrm-buildsize "15 MB (add 1 MB for the tests)"> 12 12 <!ENTITY libdrm-time "0.2 SBU (add 0.8 SBU for the tests)"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.