Changeset df1672cd
- Timestamp:
- 07/01/2021 10:23:50 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:
- 8f58378e
- Parents:
- 6852cb9
- git-author:
- Douglas R. Reno <renodr@…> (07/01/2021 10:23:16 PM)
- git-committer:
- Douglas R. Reno <renodr@…> (07/01/2021 10:23:50 PM)
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nspr.xml
r6852cb9 rdf1672cd 7 7 <!ENTITY nspr-download-http "&mozilla-http;/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> 8 8 <!ENTITY nspr-download-ftp " "> 9 <!ENTITY nspr-md5sum " eb797bbe25067fadad141f37c4a603cf">9 <!ENTITY nspr-md5sum "493d0e2284f873681c089cd503b99bf0"> 10 10 <!ENTITY nspr-size "1.0 MB"> 11 <!ENTITY nspr-buildsize " 9.5MB">11 <!ENTITY nspr-buildsize "11 MB"> 12 12 <!ENTITY nspr-time "less than 0.1 SBU"> 13 13 ]> -
general/graphlib/babl.xml
r6852cb9 rdf1672cd 7 7 <!ENTITY babl-download-http "https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.xz"> 8 8 <!ENTITY babl-download-ftp " "> 9 <!ENTITY babl-md5sum " a4aae9effaf94f17a82fbd534f62e8f2">9 <!ENTITY babl-md5sum "bda974863edb0fd31fb7715575906c65"> 10 10 <!ENTITY babl-size "296 KB"> 11 <!ENTITY babl-buildsize " 21MB (with tests)">11 <!ENTITY babl-buildsize "19 MB (with tests)"> 12 12 <!ENTITY babl-time "0.1 SBU (with tests)"> 13 13 ]> -
general/prog/php.xml
r6852cb9 rdf1672cd 7 7 <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz"> 8 8 <!ENTITY php-download-ftp " "> 9 <!ENTITY php-md5sum " ee5d675f8e9d58fcdc4c887d3d9e8412">9 <!ENTITY php-md5sum "ff8897b914cb8de9d218bbae877decc7"> 10 10 <!ENTITY php-size "10 MB"> 11 11 <!ENTITY php-buildsize "693 MB (with tests, add 182 MB for documentation)"> 12 <!ENTITY php-time "1. 7 SBU (with parallelism=4; add 1.9SBU for tests)">12 <!ENTITY php-time "1.8 SBU (with parallelism=4; add 2.1 SBU for tests)"> 13 13 <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well. 14 14 Results were otherwise normal though, so I'm unsure of what caused the -
introduction/welcome/changelog.xml
r6852cb9 rdf1672cd 43 43 --> 44 44 <listitem> 45 <para>July 1st, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to mesa-21.1.4. Fixes 49 <ulink url="&blfs-ticket-root;15231">#15231</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to babl-0.1.88. Fixes 53 <ulink url="&blfs-ticket-root;15230">#15230</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to nspr-4.32. Fixes 57 <ulink url="&blfs-ticket-root;15229">#15229</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to php-8.0.8 (security update). Fixes 61 <ulink url="&blfs-ticket-root;15232">#15232</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 45 67 <para>June 30th, 2021</para> 46 68 <itemizedlist> -
packages.ent
r6852cb9 rdf1672cd 179 179 <!ENTITY nodejs-version "14.17.1"> 180 180 <!ENTITY npth-version "1.6"> 181 <!ENTITY nspr-version "4.3 1">181 <!ENTITY nspr-version "4.32"> 182 182 <!ENTITY openobex-version "1.7.2"> 183 183 <!ENTITY pcre-version "8.45"> … … 202 202 <!-- Chapter 10 --> 203 203 <!ENTITY aalib-version "1.4rc5"> 204 <!ENTITY babl-version "0.1.8 6">204 <!ENTITY babl-version "0.1.88"> 205 205 <!ENTITY exiv2-version "0.27.4"> 206 206 <!ENTITY freetype2-version "2.10.4"> … … 356 356 <!ENTITY ninja-version "1.9.0"> 357 357 <!ENTITY npapi-sdk-version "0.27.2"> 358 <!ENTITY php-version "8.0. 7">358 <!ENTITY php-version "8.0.8"> 359 359 360 360 <!ENTITY python2-majorver "2.7"> … … 700 700 <!ENTITY xkeyboard-config-version "2.33"> 701 701 <!ENTITY mesa-major-minor "21.1"> 702 <!ENTITY mesa-version "&mesa-major-minor;. 3">702 <!ENTITY mesa-version "&mesa-major-minor;.4"> 703 703 <!ENTITY xcb-util-version "0.4.0"> 704 704 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/mesa.xml
r6852cb9 rdf1672cd 7 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> 8 8 <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz"> 9 <!ENTITY mesa-md5sum " 0d6e96ca75cf8decc6f8a8a75c729ab9">9 <!ENTITY mesa-md5sum "645a27655bea5d83752da49510836731"> 10 10 <!ENTITY mesa-size "15 MB"> 11 11 <!ENTITY mesa-buildsize "702 MB (with docs)">
Note:
See TracChangeset
for help on using the changeset viewer.