Changeset 8fef77a
- Timestamp:
- 10/16/2017 03:39:03 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.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:
- f96deed
- Parents:
- 2edc1027
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r2edc1027 r8fef77a 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to QupZilla-2.2.0. Fixes 50 <ulink url="&blfs-ticket-root;9866">#9866</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to LVM2-2.2.02.175. Fixes 54 <ulink url="&blfs-ticket-root;9868">#9862</ulink>.</para> 55 </listitem> 56 <listitem> 49 57 <para>[dj] - Update to make-ca-0.6.</para> 50 58 </listitem> -
packages.ent
r2edc1027 r8fef77a 54 54 <!ENTITY fuse2-version "2.9.7"> 55 55 <!ENTITY jfsutils-version "1.1.15"> 56 <!ENTITY lvm2-version "2.02.17 1">56 <!ENTITY lvm2-version "2.02.175"> 57 57 <!ENTITY mdadm-version "4.0"> 58 58 <!ENTITY ntfs-3g-version "2017.3.23"> … … 497 497 <!ENTITY lmdb-version "0.9.21"> 498 498 <!ENTITY mariadb-version "10.2.9"> 499 <!ENTITY postgresql-version " 9.6.5">499 <!ENTITY postgresql-version "10.0"> 500 500 <!ENTITY sqlite-version "3.20.1"> 501 501 … … 698 698 <!ENTITY qtermwidget-version "0.7.1"> 699 699 <!ENTITY qterminal-version "0.7.1"> 700 <!ENTITY qupzilla-version "2. 1.2">700 <!ENTITY qupzilla-version "2.2.0"> 701 701 <!ENTITY qscintilla-version "2.10.1"> 702 702 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> -
postlfs/filesystems/lvm2.xml
r2edc1027 r8fef77a 7 7 <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/releases/LVM2.&lvm2-version;.tgz"> 8 8 <!ENTITY lvm2-download-ftp "ftp://sourceware.org/pub/lvm2/releases/LVM2.&lvm2-version;.tgz"> 9 <!ENTITY lvm2-md5sum " 153b7bb643eb26073274968e9026fa8f">10 <!ENTITY lvm2-size "2. 2MB">9 <!ENTITY lvm2-md5sum "f231f742f6e2711f3e780703a60fe75b"> 10 <!ENTITY lvm2-size "2.3 MB"> 11 11 <!ENTITY lvm2-buildsize "33 MB (add 15 MB for tests, however transient files can grow up to around 500 MB)"> 12 <!ENTITY lvm2-time "0. 6 SBU (add 52 SBU for tests)">12 <!ENTITY lvm2-time "0.2 SBU (using parallelism=4; add 52 SBU for tests)"> 13 13 ]> 14 14 -
xsoft/graphweb/qupzilla.xml
r2edc1027 r8fef77a 10 10 <!ENTITY qupzilla-download-http "https://github.com/QupZilla/qupzilla/releases/download/v&qupzilla-version;/QupZilla-&qupzilla-version;.tar.xz"> 11 11 <!ENTITY qupzilla-download-ftp " "> 12 <!ENTITY qupzilla-md5sum " 84e4b9dda1e0bb5ad96f3b87f9fc1328">13 <!ENTITY qupzilla-size "2. 6MB">14 <!ENTITY qupzilla-buildsize "6 3MB">15 <!ENTITY qupzilla-time " 4.3 SBU">12 <!ENTITY qupzilla-md5sum "c43fd3f9ef7397894e0e653ce4b10029"> 13 <!ENTITY qupzilla-size "2.4 MB"> 14 <!ENTITY qupzilla-buildsize "65 MB"> 15 <!ENTITY qupzilla-time "1.4 SBU (using parallelism=4)"> 16 16 ]> 17 17 … … 75 75 </listitem> 76 76 </itemizedlist> 77 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>79 <itemizedlist spacing="compact">80 <listitem>81 <para>82 Required patch to build with OpenSSL-1.1:83 <ulink url="&patch-root;/qupzilla-&qupzilla-version;-openssl1.1-1.patch"/>84 </para>85 </listitem>86 </itemizedlist>87 88 77 89 78 <bridgehead renderas="sect3">QupZilla Dependencies</bridgehead> … … 115 104 </para> 116 105 117 <screen><userinput>patch -p1 -i ../qupzilla-&qupzilla-version;-openssl1.1-1.patch && 118 119 export QUPZILLA_PREFIX=/usr && 106 <screen><userinput>export QUPZILLA_PREFIX=/usr && 120 107 qmake && 121 108 make</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.