Changeset de181c53
- Timestamp:
- 07/05/2021 04:20:08 PM (3 years ago)
- Branches:
- 11.0, 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:
- 400a78e8
- Parents:
- 8f58378e
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r8f58378e rde181c53 7 7 <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> 8 8 <!ENTITY nodejs-download-ftp " "> 9 <!ENTITY nodejs-md5sum " 35f9705bd60bea81b03e427541e0b1af">9 <!ENTITY nodejs-md5sum "1ef010ffb089290b70b466e217afa1cd"> 10 10 <!ENTITY nodejs-size "32 MB"> 11 <!ENTITY nodejs-buildsize "750 MB (add 36 MB for tests)"> 12 <!ENTITY nodejs-time "10.1 SBU (using parallelism=4; add 2.9 SBU for tests)"> 13 <!-- time might be longer on intel, on AMD the initial LFS SBU is very slow --> 11 <!ENTITY nodejs-buildsize "747 MB (add 23 MB for tests)"> 12 <!ENTITY nodejs-time "8.4 SBU (using parallelism=4; add 2.0 SBU for tests)"> 14 13 ]> 15 14 -
general/genlib/umockdev.xml
r8f58378e rde181c53 7 7 <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz"> 8 8 <!ENTITY umockdev-download-ftp " "> 9 <!ENTITY umockdev-md5sum " d614799753d49ed5eff45e6eabcf0e10">10 <!ENTITY umockdev-size "4 48 KB">11 <!ENTITY umockdev-buildsize " 6.2MB (with tests)">9 <!ENTITY umockdev-md5sum "9456e33ef32e7c24c99266edc3491922"> 10 <!ENTITY umockdev-size "468 KB"> 11 <!ENTITY umockdev-buildsize "9.0 MB (with tests)"> 12 12 <!ENTITY umockdev-time "0.1 SBU (with tests)"> 13 13 … … 109 109 use the starting scripts in <xref linkend="postlfs-config-profile"/>, 110 110 because some tests need to run <command>udevadm</command>. One test 111 needs to be run in an X session. 111 needs to be run in an X session. One test, test-umockdev-record.vala, 112 is known to fail. 112 113 </para> 113 114 -
general/graphlib/poppler.xml
r8f58378e rde181c53 7 7 <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> 8 8 <!ENTITY poppler-download-ftp " "> 9 <!ENTITY poppler-md5sum " dbad7032b680720ea6d570fd608b849e">9 <!ENTITY poppler-md5sum "3c4b500a0af4cf1dc4a1c66fa48b7551"> 10 10 <!ENTITY poppler-size "1.6 MB"> 11 11 <!ENTITY poppler-buildsize "104 MB (with Qt5 library and tests)"> 12 <!ENTITY poppler-time "0. 8SBU (with parallelism=4, Qt5 library, and tests)">12 <!ENTITY poppler-time "0.7 SBU (with parallelism=4, Qt5 library, and tests)"> 13 13 <!-- Time increase might be due to git.freedesktop.org --> 14 14 -
introduction/welcome/changelog.xml
r8f58378e rde181c53 43 43 --> 44 44 <listitem> 45 <para>July 5th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to poppler-21.07.0. Fixes 49 <ulink url="&blfs-ticket-root;15235">#15235</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to umockdev-0.16.0. Fixes 53 <ulink url="&blfs-ticket-root;15234">#15234</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to node.js-14.17.2 (security update). Fixes 57 <ulink url="&blfs-ticket-root;15233">#15233</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 45 63 <para>July 1st, 2021</para> 46 64 <itemizedlist> -
packages.ent
r8f58378e rde181c53 177 177 <!ENTITY lzo-version "2.10"> 178 178 <!ENTITY mtdev-version "1.1.6"> 179 <!ENTITY nodejs-version "14.17. 1">179 <!ENTITY nodejs-version "14.17.2"> 180 180 <!ENTITY npth-version "1.6"> 181 181 <!ENTITY nspr-version "4.32"> … … 192 192 <!ENTITY telepathy-glib-version "0.24.2"> 193 193 <!ENTITY uchardet-version "0.0.7"> 194 <!ENTITY umockdev-version "0.1 5.5">194 <!ENTITY umockdev-version "0.16.0"> 195 195 <!ENTITY wayland-version "1.19.0"> 196 196 <!ENTITY wayland-protocols-version "1.21"> … … 234 234 <!ENTITY openjpeg2-version "2.4.0"> 235 235 <!ENTITY pixman-version "0.40.0"> <!-- Even minors only --> 236 <!ENTITY poppler-version "21.0 6.1">236 <!ENTITY poppler-version "21.07.0"> 237 237 <!ENTITY potrace-version "1.16"> 238 238 <!ENTITY qpdf-version "10.3.2">
Note:
See TracChangeset
for help on using the changeset viewer.