Changeset 9ea9aa7
- Timestamp:
- 04/06/2016 11:23:04 PM (7 years ago)
- Branches:
- systemd-13485
- Children:
- c7facee
- Parents:
- 02d46cb
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r02d46cb r9ea9aa7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS systemd Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 1st, &year;">9 <!ENTITY releasedate "April 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "systemd"> <!-- svn|[release #] --> -
general/genlib/libinput.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 8 8 <!ENTITY libinput-download-ftp " "> 9 <!ENTITY libinput-md5sum " 3dda3e6dd7d0e865896dfe67f4fa0346">10 <!ENTITY libinput-size " 792KB">11 <!ENTITY libinput-buildsize " 14 MB">12 <!ENTITY libinput-time "0. 1 SBU">9 <!ENTITY libinput-md5sum "2b36d32362111c3e99f19c83bc535332"> 10 <!ENTITY libinput-size "844 KB"> 11 <!ENTITY libinput-buildsize "31 MB (with documentation)"> 12 <!ENTITY libinput-time "0.3 SBU (with documentation)"> 13 13 ]> 14 14 … … 86 86 <xref linkend="doxygen"/> and 87 87 <xref linkend="graphviz"/> (to build the documentation) 88 <xref linkend="gtk3"/> (to build the GUI event viewer) and 89 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink> 88 <xref linkend="gtk3"/> (to build the GUI event viewer), 89 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and 90 <ulink url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink> 90 91 </para> 91 92 … … 103 104 </para> 104 105 105 <screen><userinput>./configure --prefix=/usr \106 --disable- static\106 <screen><userinput>./configure --prefix=/usr \ 107 --disable-libwacom \ 107 108 --with-udev-dir=/lib/udev && 108 109 make</userinput></screen> … … 142 143 <title>Command Explanations</title> 143 144 144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 145 href="../../xincludes/static-libraries.xml"/> 145 <para> 146 <parameter>--disable-libwacom</parameter>: Remove this 147 option if you have the external library libwacom installed. 148 </para> 146 149 147 150 <para> -
general/genlib/qca.xml
r02d46cb r9ea9aa7 95 95 <screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen> 96 96 97 <para>This package can be built against <xref linkend="qt4"/> or 98 <xref linkend="qt5"/>. If using qt4, run:</para> 99 100 <screen><userinput>QT_DIR=&qt4-dir; && 101 QT4_BUILD=ON</userinput></screen> 102 103 <para>If using qt5, run:</para> 104 105 <screen><userinput>QT_DIR=&qt5-dir; && 106 QT4_BUILD=OFF</userinput></screen> 107 97 108 <para>Install <application>Qca</application> by running the following 98 109 commands:</para> … … 101 112 cd build && 102 113 103 cmake -DCMAKE_INSTALL_PREFIX= &qt4-dir;\114 cmake -DCMAKE_INSTALL_PREFIX=$QT_DIR \ 104 115 -DCMAKE_BUILD_TYPE=Release \ 105 -DQT4_BUILD= ON\116 -DQT4_BUILD=$QT4_BUILD \ 106 117 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ 107 118 .. && 119 unset QT_DIR QT4_BUILD && 108 120 109 121 make</userinput></screen> -
general/genlib/talloc.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz"> 8 8 <!ENTITY talloc-download-ftp " "> 9 <!ENTITY talloc-md5sum " f497cb42b3d9622b721b72146f1fa3be">9 <!ENTITY talloc-md5sum "707010c6ede5821fd34397f5d9ec6ab8"> 10 10 <!ENTITY talloc-size "428 KB"> 11 <!ENTITY talloc-buildsize "7. 0MB (additional 0.2 MB for tests)">11 <!ENTITY talloc-buildsize "7.1 MB (additional 0.2 MB for tests)"> 12 12 <!ENTITY talloc-time "0.2 SBU (additional 0.2 SBU for tests)"> 13 13 ]> … … 134 134 </seg> 135 135 <seg> 136 libpytalloc-util.cpython-3 4m.so,136 libpytalloc-util.cpython-35m-x86-64-linux-gnu.so, 137 137 libpytalloc-util.so, 138 138 libtalloc.so, 139 139 talloc.so (Python-2 Module) and 140 talloc.cpython-3 4m.so (Python-3 Module)140 talloc.cpython-35m-x86-64-linux-gnu.so (Python-3 Module) 141 141 </seg> 142 142 <seg> -
general/prog/cmake.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 4cb3ff35b2472aae70f542116d616e63">9 <!ENTITY cmake-md5sum "33c5d09d4c33d4ffcc63578a6ba8777e"> 10 10 <!ENTITY cmake-size "6.5 MB"> 11 <!ENTITY cmake-buildsize " 704 MB (with tests and cmake-gui)">12 <!ENTITY cmake-time "4 SBU, with parallelism = 4 (with tests and cmake-gui)">11 <!ENTITY cmake-buildsize "346 MB (648 MB with tests and cmake-gui)"> 12 <!ENTITY cmake-time "4.2 SBU (12.1 SBU with tests and cmake-gui)"> 13 13 ]> 14 14 … … 124 124 <replaceable><N></replaceable> is an integer between 1 and the 125 125 number of system cores. For some systems, it may be necessary to run the 126 tests only for Qt4 using <command>source setq4</command>, then 127 <command>export CXXFLAGS="-std=c++11"</command> before the 128 <command>./bootstrap ...</command>) command. If used, be sure to 129 <command>unset CXXFLAGS</command> after the tests. One of the problematic 130 tests relates to the test procedures finding the correct Qt files. Eight 131 of 447 tests are known to fail under some circumstances related to Gtk+2 126 tests only for Qt4 using <command>source setq4</command> before the 127 <command>./bootstrap ...</command>) command. One of the problematic 128 tests relates to the test procedures finding the correct Qt files. One 129 of 444 tests is known to fail under some circumstances related to Gtk+2 132 130 and c++ standards. 133 131 -
general/prog/dbus-python.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> 8 8 <!ENTITY dbus-python-download-ftp " "> 9 <!ENTITY dbus-python-md5sum " b09cd2d1a057cc432ce944de3fc06bf7">10 <!ENTITY dbus-python-size " 592KB">11 <!ENTITY dbus-python-buildsize " 11 MB">12 <!ENTITY dbus-python-time "0. 3 SBU">9 <!ENTITY dbus-python-md5sum "7372a588c83a7232b4e08159bfd48fe5"> 10 <!ENTITY dbus-python-size "600 KB"> 11 <!ENTITY dbus-python-buildsize "9.3 MB (both versions with tests)"> 12 <!ENTITY dbus-python-time "0.4 SBU (both versions with tests)"> 13 13 ]> 14 14 -
general/prog/gdb.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 8 8 <!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 9 <!ENTITY gdb-md5sum " 39e654460c9cdd80200a29ac020cfe11">9 <!ENTITY gdb-md5sum "b5c784685e1cde65ba135feea86b6d75"> 10 10 <!ENTITY gdb-size "18 MB"> 11 <!ENTITY gdb-buildsize " 419 MB (additional 349 MB for tests)">12 <!ENTITY gdb-time "2. 4 SBU (add up to 7.8SBU for tests)">11 <!ENTITY gdb-buildsize "399 MB (additional 173 MB for tests, additional 1.3 GB for documentation)"> 12 <!ENTITY gdb-time "2.6 SBU (add up to 13 SBU for tests)"> 13 13 ]> 14 14 … … 124 124 See <emphasis>gdb/testsuite/README</emphasis> and <ulink 125 125 url="https://sourceware.org/gdb/wiki/TestingGDB">TestingGDB</ulink>. 126 There are many problems with the test suite. First one is that you need 127 to clean some directories, if re-running the tests. For that reason, it 128 is recommended to make a copy of the compiled source code directory, 129 before the tests, in case you need to run the tests again. Results depend 130 on installed compilers, there are differences if run locally or remotely, 131 a large number of timeouts (there is a variable that can be set to 132 increase time for timeout, but changing it, apparently the total number 133 of tests is not conserved), there are failures associated with system 134 readline 6.x, between others. A few tests assume that the header file 135 <filename><sys/sdt.h></filename>, part of <ulink 136 url="https://sourceware.org/systemtap/">SystemTap</ulink>, is present. 137 Unexpected failures are less than 0.3%. 138 </para> 126 There are many problems with the test suite: 127 </para> 128 129 <itemizedlist> 130 <listitem> 131 <para> 132 Clean directories ire needed if re-running the tests. For that 133 reason, it is recommended to make a copy of the compiled source code 134 directory before the tests in case you need to run the tests again. 135 </para> 136 </listitem> 137 138 <listitem> 139 <para> 140 Results depend on installed compilers. 141 </para> 142 </listitem> 143 144 <listitem> 145 <para> 146 If run remotely over an ssh connection, the tests will hang 147 and require a hard (power cycle) reset of the sytem. 148 </para> 149 </listitem> 150 151 <listitem> 152 <para> 153 There are a large number of timeouts (there is a variable 154 that can be set to increase time for timeout, but 155 changing it will result in a different number of tests being 156 run. 157 </para> 158 </listitem> 159 160 <listitem> 161 <para> 162 There are failures associated with system readline 6.x. 163 </para> 164 </listitem> 165 166 <listitem> 167 <para> 168 A few tests assume that the header file 169 <filename><sys/sdt.h></filename>, part of <ulink 170 url="https://sourceware.org/systemtap/">SystemTap</ulink>, is 171 present. 172 </para> 173 </listitem> 174 175 <listitem> 176 <para> 177 About 3% of the tests fail (out of over 35000 tests). 178 </para> 179 </listitem> 180 181 </itemizedlist> 139 182 140 183 <para> -
general/prog/lua.xml
r02d46cb r9ea9aa7 121 121 122 122 <para>Some packages check for the <application>pkg-config</application> file 123 for <application>Lua</application>, w ich is created with:</para>123 for <application>Lua</application>, which is created with:</para> 124 124 125 125 <screen role="root"><userinput>cat > lua.pc << "EOF" -
general/prog/nasm.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY nasm-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&nasm-version;/nasm-&nasm-version;.tar.xz"> 8 8 <!ENTITY nasm-download-ftp " "> 9 <!ENTITY nasm-md5sum " 0d461a085b088a14dd6628c53be1ce28">10 <!ENTITY nasm-size "7 47KB">11 <!ENTITY nasm-buildsize " 22MB" >9 <!ENTITY nasm-md5sum "cf17c2dc0993f94aa8a3a9e15589f6f3"> 10 <!ENTITY nasm-size "760 KB"> 11 <!ENTITY nasm-buildsize "31 MB" > 12 12 <!ENTITY nasm-time "0.1 SBU"> 13 13 ]> -
general/prog/perl-modules.xml
r02d46cb r9ea9aa7 71 71 72 72 <!ENTITY Net-DNS-download-http "http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz"> 73 <!ENTITY Net-DNS-md5sum " 5a6f6e6811d6bf8eefd84ce778c2bc2e">73 <!ENTITY Net-DNS-md5sum "3e229b4c72e25f850af9dea9ba5082bd"> 74 74 75 75 <!ENTITY Readonly-XS-download-http "http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-XS-&Readonly-XS-version;.tar.gz"> -
introduction/welcome/changelog.xml
r02d46cb r9ea9aa7 45 45 --> 46 46 <listitem> 47 <para>April 7th, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[dj] - Merge changes from trunk to r17100.</para> 51 </listitem> 52 <listitem> 53 <para>[dj] - Update to dbus-python-1.2.4. Merged from trunk 54 r17099.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to mariadb-10.1.12. Merged from trunk 58 r17099.</para> 59 </listitem> 60 <listitem> 61 <para>[bdubbs] - Update to cmake-3.5.0. Merged from trunk 62 r17099.</para> 63 </listitem> 64 <listitem> 65 <para>[bdubbs] - Update to gdb-7.11. Merged from trunk r17099.</para> 66 </listitem> 67 <listitem> 68 <para>[dj] - Update to xorg-server-1.18.2. Merged from trunk 69 r17097.</para> 70 </listitem> 71 <listitem> 72 <para>[dj] - Update to videoproto-2.3.3. Merged from trunk 73 r17097.</para> 74 </listitem> 75 <listitem> 76 <para>[dj] - Update to xterm-324. Merged from trunk r17096.</para> 77 </listitem> 78 <listitem> 79 <para>[dj] - Update to libvdpau_va_gl-0.3.6. Merged from trunk 80 r17096.</para> 81 </listitem> 82 <listitem> 83 <para>[dj] - Update to libinput-1.2.1. Merged from trunk 84 r17096.</para> 85 </listitem> 86 <listitem> 87 <para>[dj] - Update to talloc-2.1.6. Merged from trunk r17096.</para> 88 </listitem> 89 <listitem> 90 <para>[dj] - Update to libass-1.13.2. Merged from trunk 91 r17096.</para> 92 </listitem> 93 <listitem> 94 <para>[dj] - Update to nasm-2.12. Merged from trunk r17095.</para> 95 </listitem> 96 <listitem> 97 <para>[dj] - Update to traceroute-2.1.0. Merged from trunk 98 r17095.</para> 99 </listitem> 100 <listitem> 101 <para>[dj] - Update to Net-DNS-1.05. Merged from trunk r17095.</para> 102 </listitem> 103 <listitem> 104 <para>[dj] - Update to nano-2.5.3. Merged from trunk r17095.</para> 105 </listitem> 106 <listitem> 107 <para>[dj] - Update to joe-4.2. Merged from trunk r17095.</para> 108 </listitem> 109 <listitem> 110 <para>[dj] - Added librsvg as an optional dependency for Links. 111 Merged from trunk r17094.</para> 112 </listitem> 113 <listitem> 114 <para>[dj] - Update to unbound-1.5.8. Merged from trunk 115 r17091.</para> 116 </listitem> 117 <listitem> 118 <para>[dj] - Update to cifs-utils-6.5. Merged from trunk 119 r17091.</para> 120 </listitem> 121 <listitem> 122 <para>[dj] - Update lsof URL. Merged from trunk r17090.</para> 123 </listitem> 124 <listitem> 125 <para>[dj] - Update to firefox-45.0. Merged from trunk r17084.</para> 126 </listitem> 127 <listitem> 128 <para>[dj] - Update to nss-3.23. Merged from trunk r17083.</para> 129 </listitem> 130 <listitem> 131 <para>[dj] - Update to Exim-4.86.2. Merged from trunk r17073 and 132 r17074.</para> 133 </listitem> 134 </itemizedlist> 135 </listitem> 136 137 <listitem> 47 138 <para>April 1st, 2016</para> 48 139 <itemizedlist> -
multimedia/libdriv/libass.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY libass-download-http "https://github.com/libass/libass/releases/download/&libass-version;/libass-&libass-version;.tar.xz"> 8 8 <!ENTITY libass-download-ftp " "> 9 <!ENTITY libass-md5sum " 43b5f379e70b3aef15b2435e21e5b73c">10 <!ENTITY libass-size "3 12KB">11 <!ENTITY libass-buildsize "6. 2MB">9 <!ENTITY libass-md5sum "1c8cbd5751aeb192bda04a65d0464fd9"> 10 <!ENTITY libass-size "344 KB"> 11 <!ENTITY libass-buildsize "6.3 MB"> 12 12 <!ENTITY libass-time "0.1 SBU"> 13 13 ]> -
multimedia/libdriv/libvdpau-va-gl.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/releases/download/v&libvdpau-va-gl-version;/libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz"> 8 8 <!ENTITY libvdpau-va-gl-download-ftp " "> 9 <!ENTITY libvdpau-va-gl-md5sum " 09ceb2f75eafccc9b002d35ede0de6a5">9 <!ENTITY libvdpau-va-gl-md5sum "77ce5937c94c9a6747e15646fe5c4bb3"> 10 10 <!ENTITY libvdpau-va-gl-size "100 KB"> 11 <!ENTITY libvdpau-va-gl-buildsize " 4.0MB">11 <!ENTITY libvdpau-va-gl-buildsize "2.8 MB"> 12 12 <!ENTITY libvdpau-va-gl-time "less than 0.1 SBU"> 13 13 ]> -
networking/netprogs/cifsutils.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY cifsutils-download-http "https://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2"> 8 8 <!ENTITY cifsutils-download-ftp " "> 9 <!ENTITY cifsutils-md5sum " b7d75b67fd3987952896d27256c7293d">10 <!ENTITY cifsutils-size "3 84KB">9 <!ENTITY cifsutils-md5sum "74b2c398ce83a8b792faabc414cec314"> 10 <!ENTITY cifsutils-size "393 KB"> 11 11 <!ENTITY cifsutils-buildsize "3.1 MB"> 12 12 <!ENTITY cifsutils-time "less than 0.1 SBU"> -
networking/netutils/traceroute.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY traceroute-download-http "&sourceforge-repo;/traceroute/traceroute-&traceroute-version;.tar.gz"> 8 8 <!ENTITY traceroute-download-ftp " "> 9 <!ENTITY traceroute-md5sum " 79289adabd6f3ebf9160fc0815ab3150">10 <!ENTITY traceroute-size " 68KB">11 <!ENTITY traceroute-buildsize " 912KB">9 <!ENTITY traceroute-md5sum "84d329d67abc3fb83fc8cb12aeaddaba"> 10 <!ENTITY traceroute-size "72 KB"> 11 <!ENTITY traceroute-buildsize "588 KB"> 12 12 <!ENTITY traceroute-time "less than 0.1 SBU"> 13 13 ]> -
networking/textweb/links.xml
r02d46cb r9ea9aa7 75 75 can utilize 76 76 <xref linkend="libpng"/>, 77 <xref linkend="libjpeg"/>, and 77 <xref linkend="libjpeg"/>, 78 <xref linkend="librsvg"/>, and 78 79 <xref linkend="libtiff"/></para> 79 80 -
packages.ent
r02d46cb r9ea9aa7 26 26 <!ENTITY mitkrb-version "&mitkrb-major-version;"> 27 27 <!ENTITY nettle-version "3.2"> 28 <!ENTITY nss-minor-version "2 2">29 <!-- normal -->28 <!ENTITY nss-minor-version "23"> 29 <!-- normal 30 30 <!ENTITY nss-micro-version "1"> 31 31 <!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;"> 32 32 33 <!-- major and minor only 34 <!ENTITY nss-version "3.&nss-minor-version;"> -->33 major and minor only --> 34 <!ENTITY nss-version "3.&nss-minor-version;"> 35 35 <!ENTITY openssh-version "7.2p2"> 36 36 <!ENTITY openssl-version "1.0.2g"> … … 60 60 <!ENTITY ed-version "1.13"> 61 61 <!ENTITY emacs-version "24.5"> 62 <!ENTITY joe-version "4. 1">63 <!ENTITY nano-version "2.5. 2">62 <!ENTITY joe-version "4.2"> 63 <!ENTITY nano-version "2.5.3"> 64 64 <!ENTITY vim-version "7.4"> 65 65 … … 130 130 <!ENTITY libidn-version "1.32"> 131 131 <!ENTITY libiodbc-version "3.52.10"> 132 <!ENTITY libinput-version "1. 1.8">132 <!ENTITY libinput-version "1.2.1"> 133 133 <!ENTITY libksba-version "1.3.3"> 134 134 <!ENTITY liblinear-version "2.1"> … … 162 162 <!ENTITY qjson-version "0.8.1"> 163 163 <!ENTITY sbc-version "1.3"> 164 <!ENTITY talloc-version "2.1. 5">164 <!ENTITY talloc-version "2.1.6"> 165 165 <!ENTITY wayland-version "1.10.0"> 166 166 <!ENTITY wv-version "1.2.9"> … … 273 273 <!ENTITY check-version "0.10.0"> 274 274 <!ENTITY clisp-version "2.49"> 275 <!ENTITY cmake-major-version "3. 4">276 <!ENTITY cmake-minor-version " 3">275 <!ENTITY cmake-major-version "3.5"> 276 <!ENTITY cmake-minor-version "0"> 277 277 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 278 278 <!ENTITY cvs-version "1.11.23"> … … 285 285 <!ENTITY gcc-ada-version "5.3.0"> 286 286 <!ENTITY gc-version "7.4.2"> 287 <!ENTITY gdb-version "7.1 0.1">287 <!ENTITY gdb-version "7.11"> 288 288 <!ENTITY git-version "2.7.1"> 289 289 <!ENTITY guile-version "2.0.11"> … … 292 292 <!ENTITY lua-version "5.3.2"> 293 293 <!ENTITY mercurial-version "3.7.1"> 294 <!ENTITY nasm-version "2.1 1.08">294 <!ENTITY nasm-version "2.12"> 295 295 <!ENTITY npapi-sdk-version "0.27.2"> 296 296 <!ENTITY php-version "7.0.3"> … … 343 343 <!ENTITY LWP-Protocol-https-version "6.06"> 344 344 <!ENTITY Module-Build-version "0.4216"> 345 <!ENTITY Net-DNS-version "1.0 4">345 <!ENTITY Net-DNS-version "1.05"> 346 346 <!ENTITY Regexp-Common-version "2016020301"> 347 347 <!ENTITY SGMLSpm-version "1.1"> … … 364 364 <!-- Python module versions used in the Python Modules instructions --> 365 365 <!ENTITY Beaker-version "1.7.0"> 366 <!ENTITY dbus-python-version "1.2. 0">366 <!ENTITY dbus-python-version "1.2.4"> 367 367 <!ENTITY Jinja2-version "2.7.3"> 368 368 <!ENTITY MarkupSafe-version "0.23"> … … 385 385 <!-- Chapter 15 --> 386 386 <!ENTITY bridgeutils-version "1.5"> 387 <!ENTITY cifsutils-version "6. 4">387 <!ENTITY cifsutils-version "6.5"> 388 388 <!ENTITY ncftp-version "3.2.5"> 389 389 <!ENTITY net-tools-version "CVS_20101030"> … … 404 404 <!ENTITY NetworkManager-version "1.0.10"> 405 405 <!ENTITY nmap-version "7.01"> 406 <!ENTITY traceroute-version "2. 0.21">406 <!ENTITY traceroute-version "2.1.0"> 407 407 <!ENTITY whois-version "5.2.11"> 408 408 <!ENTITY wicd-version "1.7.4"> … … 453 453 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 454 454 455 <!ENTITY exim-version "4.86 ">455 <!ENTITY exim-version "4.86.2"> 456 456 <!ENTITY postfix-version "3.0.2"> 457 457 <!ENTITY sendmail-version "8.15.2"> … … 460 460 <!ENTITY db-version "6.1.26"> 461 461 <!ENTITY lmdb-version "0.9.18"> 462 <!ENTITY mariadb-version "10.1.1 1">462 <!ENTITY mariadb-version "10.1.12"> 463 463 <!ENTITY postgresql-version "9.5.1"> 464 464 <!ENTITY sqlite-version "3.11.0"> … … 467 467 <!ENTITY openldap-version "2.4.44"> 468 468 <!ENTITY soprano-version "2.9.4"> 469 <!ENTITY unbound-version "1.5. 7">469 <!ENTITY unbound-version "1.5.8"> 470 470 <!ENTITY virtuoso-version "6.1.8"> 471 471 <!ENTITY xinetd-version "2.3.15"> … … 490 490 <!ENTITY xcb-util-wm-version "0.4.1"> 491 491 <!ENTITY xcb-util-cursor-version "0.1.2"> 492 <!ENTITY xorg-server-version "1.18. 1">492 <!ENTITY xorg-server-version "1.18.2"> 493 493 <!ENTITY twm-version "1.0.9"> 494 <!ENTITY xterm-version "32 2">494 <!ENTITY xterm-version "324"> 495 495 <!ENTITY xclock-version "1.0.7"> 496 496 <!ENTITY xinit-version "1.3.4"> … … 675 675 <!-- Chapter 44 --> 676 676 <!ENTITY seamonkey-version "2.39"> 677 <!ENTITY firefox-version "4 4.0.2">677 <!ENTITY firefox-version "45.0"> 678 678 679 679 <!-- Chapter 45 --> … … 733 733 <!ENTITY liba52-version "0.7.4"> 734 734 <!ENTITY libao-version "1.2.0"> 735 <!ENTITY libass-version "0.13. 1">735 <!ENTITY libass-version "0.13.2"> 736 736 <!ENTITY libcanberra-version "0.30"> 737 737 <!ENTITY libcdio-version "0.93"> … … 755 755 <!ENTITY libva-vdpau-driver-version "0.7.4"> 756 756 <!ENTITY libvdpau-version "1.1.1"> 757 <!ENTITY libvdpau-va-gl-version "0.3. 4">757 <!ENTITY libvdpau-va-gl-version "0.3.6"> 758 758 <!ENTITY libvorbis-version "1.3.5"> 759 759 <!ENTITY libvpx-version "1.5.0"> -
postlfs/editors/joe.xml
r02d46cb r9ea9aa7 6 6 7 7 <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz"> 8 <!ENTITY joe-download-ftp " &gentoo-ftp-repo;/joe-&joe-version;.tar.gz">9 <!ENTITY joe-md5sum " b8c9ab4295e3208ddbbaa9c1141564f9">8 <!ENTITY joe-download-ftp " "> 9 <!ENTITY joe-md5sum "0a70057cc4493320f9838822451857ef"> 10 10 <!ENTITY joe-size "1.3 MB"> 11 11 <!ENTITY joe-buildsize "20 MB"> -
postlfs/editors/nano.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz"> 8 8 <!ENTITY nano-download-ftp "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz"> 9 <!ENTITY nano-md5sum " 036830de22b8a76a0e6f84c0cb36ff12">9 <!ENTITY nano-md5sum "a04d77611422ab4b6a7b489650c7a793"> 10 10 <!ENTITY nano-size "1.9 MB"> 11 11 <!ENTITY nano-buildsize "13 MB"> -
postlfs/security/nss.xml
r02d46cb r9ea9aa7 7 7 <!-- for when .0 is not part of the new tarball name, but always referneced --> 8 8 <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases"> 9 9 <!-- 10 10 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz"> 11 --> 11 12 <!ENTITY nss-download-ftp " "> 12 13 <!-- <!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz"> --> 13 <!-- no micro versions 14 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> -->14 <!-- no micro versions --> 15 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> 15 16 <!--<!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">--> 16 17 17 <!ENTITY nss-md5sum " 66175367b13bbe41295d62fce4efb88b">18 <!ENTITY nss-size " 6.7MB">19 <!ENTITY nss-buildsize " 87MB">18 <!ENTITY nss-md5sum "21c3fed84441b2ab4c50ac626f6517e7"> 19 <!ENTITY nss-size "7.3 MB"> 20 <!ENTITY nss-buildsize "96 MB"> 20 21 <!ENTITY nss-time "1.0 SBU"> 21 22 ]> -
server/databases/mariadb.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 8 8 <!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 9 <!ENTITY mariadb-md5sum " c199608ae4282f16007dc8c270ff2439">9 <!ENTITY mariadb-md5sum "a2c0809f27ec112139c2c50f03569b2b"> 10 10 <!ENTITY mariadb-size "53 MB"> 11 <!ENTITY mariadb-buildsize "1. 6GB (with tests)">12 <!ENTITY mariadb-time "4 SBU, (with tests - all using parallelism=4)">11 <!ENTITY mariadb-buildsize "1.2 GB (with tests)"> 12 <!ENTITY mariadb-time "4.5 SBU, (with parallelism=4 and tests)"> 13 13 ]> 14 14 … … 72 72 </itemizedlist> 73 73 74 <note><para>The installed size of MariaDB is 388MB, but this can be75 reduced by about 1 68MB, if desired, by removing the /usr/share/mysql/test74 <note><para>The installed size of MariaDB is 422 MB, but this can be 75 reduced by about 177 MB, if desired, by removing the /usr/share/mysql/test 76 76 directory after installation.</para></note> 77 77 -
server/mail/exim.xml
r02d46cb r9ea9aa7 9 9 <!ENTITY exim-download-http "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> --> 10 10 11 <!ENTITY exim-download-http "http://mirrors-u k.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2">11 <!ENTITY exim-download-http "http://mirrors-usa.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2"> 12 12 <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> 13 13 <!-- if above don't work, please use one of the official mirrors at 14 14 http://www.exim.org/mirmon/ftp_mirrors.html --> 15 <!ENTITY exim-md5sum " 797f248ef3e0c0e2f178e915f88fc4e9">16 <!ENTITY exim-size "1. 8MB">15 <!ENTITY exim-md5sum "1443a4a88d6b78ad9b6a681c51437b55"> 16 <!ENTITY exim-size "1.7 MB"> 17 17 <!ENTITY exim-buildsize "17 MB"> 18 18 <!ENTITY exim-time "0.2 SBU"> … … 134 134 <!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install --> 135 135 136 <screen role="root"><userinput>make install &&137 install -v -m644 doc/exim.8 /usr/share/man/man8 &&138 install -v -d -m755 /usr/share/doc/exim-&exim-version; &&136 <screen role="root"><userinput>make install && 137 install -v -m644 doc/exim.8 /usr/share/man/man8 && 138 install -v -d -m755 /usr/share/doc/exim-&exim-version; && 139 139 install -v -m644 doc/* /usr/share/doc/exim-&exim-version; && 140 ln -sfv exim /usr/sbin/sendmail</userinput></screen> 140 ln -sfv exim /usr/sbin/sendmail && 141 install -v -m750 -o exim -g exim /var/spool/exim</userinput></screen> 141 142 142 143 </sect2> … … 182 183 <application>Exim</application> will accept most 183 184 <application>Sendmail</application> command-line options.</para> 185 186 <para><command>install -v -m750 -o exim -g exim /var/spool/exim</command>: 187 Since /var/spool is owned by root and this version of 188 <command>exim</command> drops <systemitem class="username">root</systemitem> 189 privileges early, to run as user 190 <systemitem class="username">exim</systemitem>, it cannot create the 191 <filename class="directory">/var/spool/exim</filename> directory. As a work 192 around, it is created manually.</para> 184 193 185 194 </sect2> -
server/other/unbound.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz"> 8 8 <!ENTITY unbound-download-ftp " "> 9 <!ENTITY unbound-md5sum " a1253cbbb339dbca03404dcc58365d71">9 <!ENTITY unbound-md5sum "1c34282bae0c625b86374ee9caaef6f7"> 10 10 <!ENTITY unbound-size "4.7 MB"> 11 11 <!ENTITY unbound-buildsize "47 MB (with tests)"> -
x/icons/oxygen-icons.xml
r02d46cb r9ea9aa7 5 5 %general-entities; 6 6 7 <!ENTITY oxygen-icons-download-http "&kde-download- http;applications/&oxygen-icons-version;/src/oxygen-icons-&oxygen-icons-version;.tar.xz">7 <!ENTITY oxygen-icons-download-http "&kde-download-attic;/&oxygen-icons-version;/src/oxygen-icons-&oxygen-icons-version;.tar.xz"> 8 8 <!ENTITY oxygen-icons-download-ftp " "> 9 9 <!ENTITY oxygen-icons-md5sum "4f24f975fb90d8daab833fc719ce39a3"> -
x/installing/x7proto.xml
r02d46cb r9ea9aa7 62 62 <!ENTITY scrnsaverproto-md5sum "edd8a73775e8ece1d69515dd17767bfb"> 63 63 64 <!ENTITY videoproto-version "2.3. 2">65 <!ENTITY videoproto-md5sum " e658641595327d3990eab70fdb55ca8b">64 <!ENTITY videoproto-version "2.3.3"> 65 <!ENTITY videoproto-md5sum "fe86de8ea3eb53b5a8f52956c5cd3174"> 66 66 67 67 <!ENTITY xcmiscproto-version "1.2.2"> -
x/installing/xorg-server.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 8 8 <!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 9 <!ENTITY xorg-server-md5sum " 1b9e85420c3790dd487addd50313f4da">9 <!ENTITY xorg-server-md5sum "052fc1b4b12a5df0a3e35a1b46a52db3"> 10 10 <!ENTITY xorg-server-size "5.6 MB"> 11 11 <!ENTITY xorg-server-buildsize "544 MB (with tests)"> … … 79 79 </para> 80 80 </listitem> 81 <!-- Seems to have been included in version 1.18.2 81 82 <listitem> 82 83 <para> … … 84 85 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-wayland_190-1.patch"/> 85 86 </para> 86 </listitem> 87 </listitem>--> 87 88 </itemizedlist> 88 89 … … 130 131 <title>Installation of Xorg Server</title> 131 132 132 <para>133 <!-- <para> 133 134 If you have downloaded the optional patch, apply it by running the 134 135 following command: … … 136 137 137 138 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen> 138 139 --> 139 140 <para> 140 141 If you have downloaded the recommended patch, apply it by running the -
x/installing/xterm.xml
r02d46cb r9ea9aa7 7 7 <!ENTITY xterm-download-http " "> 8 8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz"> 9 <!ENTITY xterm-md5sum " 9ea4c83ac7275fdecf39fde9db781fac">9 <!ENTITY xterm-md5sum "7c325c29d67637cf7ff8e904a23c222e"> 10 10 <!ENTITY xterm-size "1.2 MB"> 11 <!ENTITY xterm-buildsize "1 5MB">12 <!ENTITY xterm-time "0. 1SBU">11 <!ENTITY xterm-buildsize "11.8 MB"> 12 <!ENTITY xterm-time "0.2 SBU"> 13 13 ]> 14 14 -
x/lib/qt5.xml
r02d46cb r9ea9aa7 101 101 <xref linkend="libtiff"/>, 102 102 <xref linkend="libwebp"/>, 103 <xref linkend="libxkbcommon"/>, 103 104 <xref linkend="mesa"/>, 104 105 <xref linkend="mtdev"/>, … … 125 126 <xref linkend="postgresql"/>, 126 127 <xref linkend="pulseaudio"/>, 127 <xref linkend="unixodbc"/>, 128 <ulink url="https://code.google.com/p/ibus/">IBus</ulink>, and 129 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink> 128 <xref linkend="unixodbc"/>, and 129 <ulink url="https://code.google.com/p/ibus/">IBus</ulink>. 130 130 </para> 131 131 -
xsoft/graphweb/firefox.xml
r02d46cb r9ea9aa7 9 9 <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> --> 10 10 <!ENTITY firefox-download-ftp " "> 11 <!ENTITY firefox-md5sum " 9596accec2ce7031eaab5c33373a1af4">12 <!ENTITY firefox-size "17 4MB">11 <!ENTITY firefox-md5sum "09cbada824841f9e1d77f095e7cd02c1"> 12 <!ENTITY firefox-size "176 MB"> 13 13 <!ENTITY firefox-buildsize "4.4 GB (80 MB installed)"> 14 <!ENTITY firefox-time "1 0SBU (with parallelism=4)">14 <!ENTITY firefox-time "11 SBU (with parallelism=4)"> 15 15 ]> 16 16 -
xsoft/other/fontforge.xml
r02d46cb r9ea9aa7 150 150 </para> 151 151 152 <screen ><userinput>sed -e '/Exec/ s/fontforge/& -new/' \152 <screen role="root"><userinput>sed -e '/Exec/ s/fontforge/& -new/' \ 153 153 -i /usr/share/applications/fontforge.desktop</userinput></screen> 154 154 </note>
Note:
See TracChangeset
for help on using the changeset viewer.