Changeset 69d690f
- Timestamp:
- 08/09/2018 01:38:56 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.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:
- 88191d22
- Parents:
- 9a29c119
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9a29c119 r69d690f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 8"> <!-- Always 2 digits -->3 <!ENTITY day "09"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 8th, &year;">9 <!ENTITY releasedate "August 9th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/highlight.xml
r9a29c119 r69d690f 7 7 <!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2"> 8 8 <!ENTITY highlight-download-ftp " "> 9 <!ENTITY highlight-md5sum " d24aa6b530e7c9e9837a945ae47b9b45">9 <!ENTITY highlight-md5sum "82a2b17a372d45a6868d181890133069"> 10 10 <!ENTITY highlight-size "1.3 MB"> 11 11 <!ENTITY highlight-buildsize "19 MB (with gui)"> 12 <!ENTITY highlight-time "0. 3 SBU (using parallelism=4; with gui)">12 <!ENTITY highlight-time "0.4 SBU"> 13 13 ]> 14 14 -
general/prog/lua.xml
r9a29c119 r69d690f 7 7 <!ENTITY lua-download-http "http://www.lua.org/ftp/lua-&lua-version;.tar.gz"> 8 8 <!ENTITY lua-download-ftp " "> 9 <!ENTITY lua-md5sum " 53a9c68bcc0eda58bdc2095ad5cdfc63">9 <!ENTITY lua-md5sum "4f4b4f323fd3514a68e0ab3da8ce3455"> 10 10 <!ENTITY lua-size "300 KB"> 11 <!ENTITY lua-buildsize " 2.8MB (with Basic tests)">11 <!ENTITY lua-buildsize "4.5 MB (with Basic tests)"> 12 12 <!ENTITY lua-time "less than 0.1 SBU (with Basic tests)"> 13 13 14 <!ENTITY lua-tests-download-http "http://www.lua.org/tests/lua-&lua-version;-tests.tar.gz"> 14 <!-- Note for editors - the soname and test suite versions did not change, so I 15 Had to hardcode them. -renodr --> 16 <!ENTITY lua-tests-download-http "http://www.lua.org/tests/lua-5.3.4-tests.tar.gz"> 15 17 <!ENTITY lua-tests-download-ftp " "> 16 18 <!ENTITY lua-tests-md5sum "b14fe3748c1cb2d74e3acd1943629ba3"> … … 171 173 INSTALL_DATA="cp -d" \ 172 174 INSTALL_MAN=/usr/share/man/man1 \ 173 TO_LIB="liblua.so liblua.so.5.3 liblua.so. &lua-version;" \175 TO_LIB="liblua.so liblua.so.5.3 liblua.so.5.3.4" \ 174 176 install && 177 <!-- As stated above, we have to hardcode 5.3.4. --> 175 178 176 179 mkdir -pv /usr/share/doc/lua-&lua-version; && -
introduction/welcome/changelog.xml
r9a29c119 r69d690f 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 9th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to highlight-3.44. Fixes 49 <ulink url="&blfs-ticket-root;10972">#10972</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to lua-5.3.5. Fixes 53 <ulink url="&blfs-ticket-root;10935">#10935</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 44 58 <listitem> 45 59 <para>August 8th, 2018</para> -
packages.ent
r9a29c119 r69d690f 241 241 <!ENTITY hicolor-icon-theme-version "0.17"> 242 242 <!ENTITY icon-naming-utils-version "0.8.90"> 243 <!ENTITY highlight-version "3.4 3">243 <!ENTITY highlight-version "3.44"> 244 244 <!ENTITY ibus-version "1.5.18"> 245 245 <!ENTITY imagemagick6-version "6.9.9"> … … 325 325 <!ENTITY llvm-version "6.0.0"> 326 326 <!ENTITY llvm-old-version "3.9.1"> 327 <!ENTITY lua-version "5.3. 4">327 <!ENTITY lua-version "5.3.5"> 328 328 <!ENTITY mercurial-version "4.6"> 329 329 <!ENTITY nasm-version "2.13.03">
Note:
See TracChangeset
for help on using the changeset viewer.