Changeset 0112339
- Timestamp:
- 02/26/2019 10:11:43 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, 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:
- 1c3f6da1
- Parents:
- 6c089a9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6c089a9 r0112339 49 49 Net::SSLeay-1.86_06. Fixes 50 50 <ulink url="&blfs-ticket-root;11712">#11712</ulink>.</para> 51 </listitem>52 <listitem>53 <para>[timtas] - Update to sqlite-3.27.2. Fixes54 <ulink url="&blfs-ticket-root;11720">#11720</ulink>.</para>55 51 </listitem> 56 52 <listitem> -
packages.ent
r6c089a9 r0112339 631 631 <!ENTITY mariadb-version "10.3.13"> 632 632 <!ENTITY postgresql-version "11.2"> 633 <!ENTITY sqlite-version "3.27. 2">633 <!ENTITY sqlite-version "3.27.1"> 634 634 635 635 <!-- Chapter 23 --> -
server/databases/sqlite.xml
r6c089a9 r0112339 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "3270 200">8 <!ENTITY sqlite-doc-version "3270 200">7 <!ENTITY sqlite-dl-version "3270100"> 8 <!ENTITY sqlite-doc-version "3270100"> 9 9 10 10 <!-- When updating, do not forget the above entities --> … … 12 12 <!ENTITY sqlite-download-http "https://sqlite.org/2019/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 13 13 <!ENTITY sqlite-download-ftp " "> 14 <!ENTITY sqlite-md5sum " 1f72631ce6e8efa5b4a6e55a43b3bdc0">14 <!ENTITY sqlite-md5sum "cb72c5f93235cd56b18ee2aa1504cdaf"> 15 15 <!ENTITY sqlite-size "2.7 MB"> 16 <!ENTITY sqlite-buildsize " 66MB">16 <!ENTITY sqlite-buildsize "72 MB"> 17 17 <!ENTITY sqlite-time "0.3 SBU (Using parallelism=4)"> 18 18 19 19 <!ENTITY sqlite-docs-download "https://sqlite.org/2019/sqlite-doc-&sqlite-doc-version;.zip"> 20 <!ENTITY sqlite-docs-md5sum " 4968bccc2b72916b46a71dc9a2ea93a8">20 <!ENTITY sqlite-docs-md5sum "8581a5a9f89a697b06b7405cc0fb8969"> 21 21 <!ENTITY sqlite-docs-size "9.0 MB"> 22 22 ]>
Note:
See TracChangeset
for help on using the changeset viewer.