Changeset 2b254ea9
- Timestamp:
- 02/09/2021 04:50:09 PM (4 years ago)
- Branches:
- 10.1, 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:
- 0a7ee10
- Parents:
- 0e1ef1cc
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0e1ef1cc r2b254ea9 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 "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 8th, &year;">9 <!ENTITY releasedate "February 9th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/inih.xml
r0e1ef1cc r2b254ea9 5 5 %general-entities; 6 6 7 <!ENTITY gobject-introspection-download-http7 <!ENTITY inih-download-http 8 8 "https://github.com/benhoyt/inih/archive/r&inih-version;/inih-r&inih-version;.tar.gz"> 9 <!ENTITY gobject-introspection-download-ftp " ">10 <!ENTITY gobject-introspection-md5sum "dc8b8638b84d990faa75b8558b34a68d">11 <!ENTITY gobject-introspection-size "20KB">12 <!ENTITY gobject-introspection-buildsize "604 KB">13 <!ENTITY gobject-introspection-time "less than 0.1 SBU">9 <!ENTITY inih-download-ftp " "> 10 <!ENTITY inih-md5sum "8b52bf308de2ad1eab94fad64c116610"> 11 <!ENTITY inih-size "17 KB"> 12 <!ENTITY inih-buildsize "1.3 MB"> 13 <!ENTITY inih-time "less than 0.1 SBU"> 14 14 ]> 15 15 … … 41 41 <listitem> 42 42 <para> 43 Download (HTTP): <ulink url="& gobject-introspection-download-http;"/>43 Download (HTTP): <ulink url="&inih-download-http;"/> 44 44 </para> 45 45 </listitem> 46 46 <listitem> 47 47 <para> 48 Download (FTP): <ulink url="& gobject-introspection-download-ftp;"/>48 Download (FTP): <ulink url="&inih-download-ftp;"/> 49 49 </para> 50 50 </listitem> 51 51 <listitem> 52 52 <para> 53 Download MD5 sum: & gobject-introspection-md5sum;53 Download MD5 sum: &inih-md5sum; 54 54 </para> 55 55 </listitem> 56 56 <listitem> 57 57 <para> 58 Download size: & gobject-introspection-size;58 Download size: &inih-size; 59 59 </para> 60 60 </listitem> 61 61 <listitem> 62 62 <para> 63 Estimated disk space required: & gobject-introspection-buildsize;63 Estimated disk space required: &inih-buildsize; 64 64 </para> 65 65 </listitem> 66 66 <listitem> 67 67 <para> 68 Estimated build time: & gobject-introspection-time;68 Estimated build time: &inih-time; 69 69 </para> 70 70 </listitem> … … 87 87 cd build && 88 88 89 meson --prefix=/usr -Ddefault_library=shared -Ddistro_install=true.. &&89 meson --prefix=/usr .. && 90 90 ninja</userinput></screen> 91 91 … … 115 115 </seg> 116 116 <seg> 117 libinih.so 117 libinih.so, libINIReader.so 118 118 </seg> 119 119 <seg> -
general/graphlib/jasper.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY jasper-download-http "https://github.com/jasper-software/jasper/archive/version-&jasper-version;/jasper-&jasper-version;.tar.gz"> 8 8 <!ENTITY jasper-download-ftp " "> 9 <!ENTITY jasper-md5sum " 137d435ea37d383863f6765b32867383">9 <!ENTITY jasper-md5sum "afbdd817fcdd0dcfbd6bec79825b944a"> 10 10 <!ENTITY jasper-size "1.3 MB"> 11 <!ENTITY jasper-buildsize " 9.3 MB (with tests)">12 <!ENTITY jasper-time "0. 2SBU (with tests)">11 <!ENTITY jasper-buildsize "7.3 MB (with tests)"> 12 <!ENTITY jasper-time "0.3 SBU (with tests)"> 13 13 ]> 14 14 -
general/graphlib/lcms2.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY lcms2-download-http "&sourceforge-dl;/lcms/lcms2-&lcms2-version;.tar.gz"> 8 8 <!ENTITY lcms2-download-ftp " "> 9 <!ENTITY lcms2-md5sum " 598dae499e58f877ff6788254320f43e">10 <!ENTITY lcms2-size " 6.2MB">11 <!ENTITY lcms2-buildsize "2 1MB (with the tests)">9 <!ENTITY lcms2-md5sum "8cb583c8447461896320b43ea9a688e0"> 10 <!ENTITY lcms2-size "7.1 MB"> 11 <!ENTITY lcms2-buildsize "22 MB (with the tests)"> 12 12 <!ENTITY lcms2-time "0.2 SBU (with the tests)"> 13 13 ]> -
general/prog/git.xml
r0e1ef1cc r2b254ea9 9 9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> 10 10 <!ENTITY git-download-ftp " "> 11 <!ENTITY git-md5sum " 2457ee7e198bb949fecb0af94f7361a3">11 <!ENTITY git-md5sum "6f63eb0cc94f52e865fbd90ffb0ecb5c"> 12 12 <!ENTITY git-size "6.0 MB"> 13 13 <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 --> 14 14 <!-- but people keep forgetting that an install not only needs the nett build 15 15 space, it also needs the install space (or DESTDIR) --> 16 <!ENTITY git-buildsize "36 5 MB (with downloaded documentation, 135 MB installed)">16 <!ENTITY git-buildsize "366 MB (with downloaded documentation, add 16 MB to build documentation)"> 17 17 <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? --> 18 18 <!-- Confirmed that it is disk related.--> 19 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 4.1SBU for tests with parallelism=4)">19 <!ENTITY git-time "0.3 SBU (with parallelism=4; add 0.5 SBU for building documentation and 8.3 SBU for tests with parallelism=4)"> 20 20 ]> 21 21 -
general/prog/perl-modules/perl-log-log4perl.xml
r0e1ef1cc r2b254ea9 6 6 7 7 <!ENTITY my-download-http "&perl_authors;/id/E/ET/ETJ/Log-Log4perl-&Log-Log4perl-version;.tar.gz"> 8 <!ENTITY my-md5sum "4 8fcd8fa105af31d9e5247cb8e5b6ff1">8 <!ENTITY my-md5sum "46c5a3a101921c25857f84585cd0b5c2"> 9 9 ]> 10 10 -
general/prog/pycryptodome.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY pycryptodome-download-http "https://github.com/Legrandin/pycryptodome/archive/v&pycryptodome-version;/pycryptodome-&pycryptodome-version;.tar.gz"> 8 8 <!ENTITY pycryptodome-download-ftp " "> 9 <!ENTITY pycryptodome-md5sum "3 3ccef51fdd8908b73923187e8f4a286">9 <!ENTITY pycryptodome-md5sum "31f5e8c91e8e0fa45da14271b394bba4"> 10 10 <!ENTITY pycryptodome-size "15 MB"> 11 <!ENTITY pycryptodome-buildsize " 202MB">12 <!ENTITY pycryptodome-time "0. 2SBU">11 <!ENTITY pycryptodome-buildsize "58 MB"> 12 <!ENTITY pycryptodome-time "0.1 SBU"> 13 13 ]> 14 14 … … 107 107 </seg> 108 108 <seg> 109 pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg-info109 None 110 110 </seg> 111 111 <seg> 112 /usr/lib/python&python3-majorver;/site-packages/ Crypto112 /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg 113 113 </seg> 114 114 </seglistitem> -
introduction/welcome/changelog.xml
r0e1ef1cc r2b254ea9 43 43 --> 44 44 <listitem> 45 <para>February 9th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to fetchmail-6.4.16. Fixes 49 <ulink url="&blfs-ticket-root;14629">#14629</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to git-2.30.1. Fixes 53 <ulink url="&blfs-ticket-root;14628">#14628</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to lxterminal-0.4.0. Fixes 57 <ulink url="&blfs-ticket-root;14627">#14627</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to lxpanel-0.10.1. Fixes 61 <ulink url="&blfs-ticket-root;14626">#14626</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[pierre] - Update to LMDB-0.9.28. Fixes 65 <ulink url="&blfs-ticket-root;14625">#14625</ulink>.</para> 66 </listitem> 67 <listitem> 68 <para>[pierre] - Update to pycryptodome-3.10.1 (Python module). Fixes 69 <ulink url="&blfs-ticket-root;14624">#14624</ulink>.</para> 70 </listitem> 71 <listitem> 72 <para>[pierre] - Update to Log-Log4perl-1.54 (Perl module). Fixes 73 <ulink url="&blfs-ticket-root;14623">#14623</ulink>.</para> 74 </listitem> 75 <listitem> 76 <para>[pierre] - Update to lcms2-2.12. Fixes 77 <ulink url="&blfs-ticket-root;14622">#14622</ulink>.</para> 78 </listitem> 79 <listitem> 80 <para>[pierre] - Update to jasper-2.0.25 (security fix). Fixes 81 <ulink url="&blfs-ticket-root;14621">#14621</ulink>.</para> 82 </listitem> 83 <listitem> 84 <para>[pierre] - Update to inih-53. Fixes 85 <ulink url="&blfs-ticket-root;14620">#14620</ulink>.</para> 86 </listitem> 87 </itemizedlist> 88 </listitem> 89 90 <listitem> 45 91 <para>February 8th, 2021</para> 46 92 <itemizedlist> -
lxde/apps/lxterminal.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY lxterminal-download-http "&sourceforge-dl;/lxde/lxterminal-&lxterminal-version;.tar.xz"> 8 8 <!ENTITY lxterminal-download-ftp " "> 9 <!ENTITY lxterminal-md5sum " 62e57c3aafb831505cc1638b2b737cc9">10 <!ENTITY lxterminal-size "19 6KB">11 <!ENTITY lxterminal-buildsize " 3.1MB">9 <!ENTITY lxterminal-md5sum "7938dbd50e3826c11f4735a742b278d3"> 10 <!ENTITY lxterminal-size "197 KB"> 11 <!ENTITY lxterminal-buildsize "4.5 MB"> 12 12 <!ENTITY lxterminal-time "less than 0.1 SBU"> 13 13 ]> -
lxde/desktop/lxpanel.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY lxpanel-download-http "&sourceforge-dl;/lxde/lxpanel-&lxpanel-version;.tar.xz"> 8 8 <!ENTITY lxpanel-download-ftp " "> 9 <!ENTITY lxpanel-md5sum " e6a1f9bd5cf39812e1c5d2453a34a7c5">9 <!ENTITY lxpanel-md5sum "c922d044789c3d7ae028f0e80dea18b0"> 10 10 <!ENTITY lxpanel-size "1.5 MB"> 11 <!ENTITY lxpanel-buildsize " 24MB">11 <!ENTITY lxpanel-buildsize "30 MB"> 12 12 <!ENTITY lxpanel-time "0.3 SBU"> 13 13 ]> -
networking/mailnews/fetchmail.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY fetchmail-download-http "&sourceforge-dl;/fetchmail/fetchmail-&fetchmail-version;.tar.xz"> 8 8 <!ENTITY fetchmail-download-ftp " "> 9 <!ENTITY fetchmail-md5sum " a8665bf702e144fbdd705b9c14bd8728">9 <!ENTITY fetchmail-md5sum "460c3e31227f2d4652c067db64fdc64c"> 10 10 <!ENTITY fetchmail-size "1.3 MB"> 11 11 <!ENTITY fetchmail-buildsize "17 MB including tests"> -
packages.ent
r0e1ef1cc r2b254ea9 116 116 <!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!-- _&icu-patch;--> 117 117 118 <!ENTITY inih-version "5 2">118 <!ENTITY inih-version "53"> 119 119 <!ENTITY iso-codes-version "4.5.0"> 120 120 <!ENTITY jansson-version "2.13.1"> … … 214 214 <!ENTITY harfbuzz-version "2.7.4"> 215 215 <!--<!ENTITY ijs-version "0.35">--> 216 <!ENTITY jasper-version "2.0.2 4">216 <!ENTITY jasper-version "2.0.25"> 217 217 <!ENTITY lcms-version "1.19"> 218 <!ENTITY lcms2-version "2.1 1">218 <!ENTITY lcms2-version "2.12"> 219 219 <!ENTITY libexif-version "0.6.22"> 220 220 <!ENTITY libgxps-version "0.3.1"> … … 338 338 <!ENTITY gc-version "8.0.4"> 339 339 <!ENTITY gdb-version "10.1"> 340 <!ENTITY git-version "2.30. 0">340 <!ENTITY git-version "2.30.1"> 341 341 <!ENTITY guile-version "3.0.5"> 342 342 <!ENTITY librep-version "0.92.7"> … … 418 418 <!ENTITY List-AllUtils-version "0.18"> 419 419 <!ENTITY List-MoreUtils-version "0.430"> 420 <!ENTITY Log-Log4perl-version "1.5 3">420 <!ENTITY Log-Log4perl-version "1.54"> 421 421 <!ENTITY LWP-Protocol-https-version "6.10"> 422 422 <!ENTITY Module-Build-version "0.4231"> … … 561 561 <!ENTITY pycairo-version "1.20.0"> 562 562 <!--<!ENTITY pycrypto-version "2.6.1"> Replaced by pycryptodome --> 563 <!ENTITY pycryptodome-version "3. 9.9">563 <!ENTITY pycryptodome-version "3.10.1"> 564 564 <!ENTITY pygments-version "2.7.4"> 565 565 <!ENTITY pygobject2-version "2.28.7"> … … 643 643 <!ENTITY mailx-version "12.5"> 644 644 <!ENTITY procmail-version "3.22"> 645 <!ENTITY fetchmail-version "6.4.1 5">645 <!ENTITY fetchmail-version "6.4.16"> 646 646 <!ENTITY mutt-version "2.0.5"> 647 647 <!ENTITY alpine-version "2.21"> … … 667 667 <!-- Chapter 22 --> 668 668 <!ENTITY db-version "5.3.28"> 669 <!ENTITY lmdb-version "0.9.2 4">669 <!ENTITY lmdb-version "0.9.28"> 670 670 <!ENTITY mariadb-version "10.5.8"> 671 671 <!ENTITY postgresql-version "13.1"> … … 858 858 <!ENTITY pcmanfm-version "1.3.1"> 859 859 <!ENTITY libwnck2-version "2.30.7"> 860 <!ENTITY lxpanel-version "0.10. 0">860 <!ENTITY lxpanel-version "0.10.1"> 861 861 <!ENTITY lxappearance-version "0.6.3"> 862 862 <!ENTITY lxsession-version "0.5.5"> … … 869 869 <!ENTITY lxrandr-version "0.3.2"> 870 870 <!ENTITY lxtask-version "0.1.10"> 871 <!ENTITY lxterminal-version "0. 3.2">871 <!ENTITY lxterminal-version "0.4.0"> 872 872 873 873 <!-- Chapter 40 --> -
server/databases/lmdb.xml
r0e1ef1cc r2b254ea9 7 7 <!ENTITY lmdb-download-http "https://github.com/LMDB/lmdb/archive/LMDB_&lmdb-version;.tar.gz"> 8 8 <!ENTITY lmdb-download-ftp " "> 9 <!ENTITY lmdb-md5sum " c3e3474daf4a59685d154cc7fc5c99ad">10 <!ENTITY lmdb-size "14 4KB">11 <!ENTITY lmdb-buildsize " 5.9MB">9 <!ENTITY lmdb-md5sum "5d567efb21017e8b6b884d50f8991bf5"> 10 <!ENTITY lmdb-size "141 KB"> 11 <!ENTITY lmdb-buildsize "8.1 MB"> 12 12 <!ENTITY lmdb-time "less than 0.1 SBU"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.