Changeset 194a584
- Timestamp:
- 01/14/2019 06:57:49 AM (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, bdubbs/svn, 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:
- ceac16b
- Parents:
- 431b55c5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/usbutils.xml
r431b55c5 r194a584 72 72 </itemizedlist> 73 73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 <itemizedlist spacing="compact"> 76 <listitem> 77 <para> 78 Required patch: 79 <ulink url="&patch-root;/usbutils-&usbutils-version;-lsusb_bugfixes-1.patch"/> 80 </para> 81 </listitem> 82 </itemizedlist> 83 74 84 <bridgehead renderas="sect3">USB Utils Dependencies</bridgehead> 75 85 … … 100 110 </para> 101 111 102 <screen><userinput>./configure --prefix=/usr --datadir=/usr/share/hwdata && 112 <screen><userinput>patch -Np1 -i ../usbutils-&usbutils-version;-lsusb_bugfixes-1.patch && 113 ./configure --prefix=/usr --datadir=/usr/share/hwdata && 103 114 make</userinput></screen> 104 115 -
introduction/welcome/changelog.xml
r431b55c5 r194a584 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to xterm-343. Finishes 49 <para>[renodr] - Update to dovecot-2.3.4. Fixes 50 <ulink url="&blfs-ticket-root;11378">#11378</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Add a patch to fix bugs in usbutils. Fixes 54 <ulink url="&blfs-ticket-root;11185">#11185</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to xterm-343. Fixes 50 58 <ulink url="&blfs-ticket-root;11546">#11546</ulink>.</para> 51 59 </listitem> -
packages.ent
r431b55c5 r194a584 614 614 <!ENTITY dovecot-major "2"> 615 615 <!ENTITY dovecot-minor "3"> 616 <!ENTITY dovecot-micro " 3">616 <!ENTITY dovecot-micro "4"> 617 617 <!-- ENTITY dovecot-nano "1" --> 618 618 <!-- ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;.&dovecot-nano;" --> … … 660 660 <!ENTITY xorg-server-version "1.20.3"> 661 661 <!ENTITY twm-version "1.0.10"> 662 <!ENTITY xterm-version "34 2">662 <!ENTITY xterm-version "343"> 663 663 <!ENTITY xclock-version "1.0.7"> 664 664 <!ENTITY xinit-version "1.4.0"> -
server/mail/dovecot.xml
r431b55c5 r194a584 8 8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " fd58476e01785f22d1b4ee56be0006f9">11 <!ENTITY dovecot-size "6. 5MB">12 <!ENTITY dovecot-buildsize "1 54 MB (add 6.8 MB for tests)">13 <!ENTITY dovecot-time " 2.8 SBU (add 0.2 SBU for tests)">10 <!ENTITY dovecot-md5sum "00eebc835a8793e8a167a616a78f4753"> 11 <!ENTITY dovecot-size "6.6 MB"> 12 <!ENTITY dovecot-buildsize "194 MB"> 13 <!ENTITY dovecot-time "3.8 SBU"> 14 14 ]> 15 15 … … 95 95 <xref linkend="sqlite"/>, 96 96 <xref linkend="valgrind"/>, 97 <xref linkend="xfsprogs"/>, 97 98 <ulink url="https://cassandra.apache.org/">Cassandra</ulink>, 98 99 <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>, and … … 154 155 155 156 <para> 156 To test the results, issue <command>make -k check</command>.An error157 To test the results, issue <command>make -k check</command>. <!-- An error 157 158 may be reported if <xref linkend="valgrind"/> is present when running 158 the test. 159 the test.--> 159 160 </para> 160 161
Note:
See TracChangeset
for help on using the changeset viewer.