Changeset dbcebcf
- Timestamp:
- 01/13/2016 04:25:50 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 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, nosym, 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:
- 57bcce9
- Parents:
- ed4a7a2
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
red4a7a2 rdbcebcf 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1 2th &year;">9 <!ENTITY releasedate "January 13th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/genlib.xml
red4a7a2 rdbcebcf 90 90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstatgrab.xml"/> 91 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/> 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/> 92 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/> 93 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libusb.xml"/> -
general/graphlib/harfbuzz.xml
red4a7a2 rdbcebcf 8 8 "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2"> 9 9 <!ENTITY harfbuzz-download-ftp " "> 10 <!ENTITY harfbuzz-md5sum " e6210d3cfd4064d95621fc16913268ed">11 <!ENTITY harfbuzz-size "1. 2MB">10 <!ENTITY harfbuzz-md5sum "671daf05153d57258e5cb992aa28c64a"> 11 <!ENTITY harfbuzz-size "1.3 MB"> 12 12 <!ENTITY harfbuzz-buildsize "53 MB (with tests)"> 13 13 <!ENTITY harfbuzz-time "0.4 SBU (with tests)"> -
general/prog/elfutils.xml
red4a7a2 rdbcebcf 8 8 "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2"> 9 9 <!ENTITY elfutils-download-ftp " "> 10 <!ENTITY elfutils-md5sum " 2e4536c1c48034f188a80789a59114d8">11 <!ENTITY elfutils-size " 5.8MB">12 <!ENTITY elfutils-buildsize "10 3MB (with tests)">13 <!ENTITY elfutils-time " 0.8SBU (with tests)">10 <!ENTITY elfutils-md5sum "c37fdbe18e848002b451562cba964679"> 11 <!ENTITY elfutils-size "6.2 MB"> 12 <!ENTITY elfutils-buildsize "107 MB (with tests)"> 13 <!ENTITY elfutils-time "1 SBU (with tests)"> 14 14 ]> 15 15 … … 142 142 <seglistitem> 143 143 <seg> 144 eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld, 145 eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf, 146 eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip 144 eu-addr2line, eu-ar, eu-elfcmp, eu-elfcompress, eu-elflint, 145 eu-findtextrel, eu-ld, eu-make-debug-archive, eu-nm, eu-objdump, 146 eu-ranlib, eu-readelf, eu-size, eu-stack, eu-strings, eu-strip, and 147 eu-unstrip 147 148 </seg> 148 149 <seg> … … 198 199 </varlistentry> 199 200 201 <varlistentry id="eu-elfcompress"> 202 <term><command>eu-elfcompress</command></term> 203 <listitem> 204 <para> 205 compress or decompress sections in an ELF file. 206 </para> 207 <indexterm zone="elfutils eu-elfcompress"> 208 <primary sortas="b-eu-elfcompress">eu-elfcompress</primary> 209 </indexterm> 210 </listitem> 211 </varlistentry> 212 200 213 <varlistentry id="eu-elflint"> 201 214 <term><command>eu-elflint</command></term> -
introduction/welcome/changelog.xml
red4a7a2 rdbcebcf 44 44 45 45 --> 46 47 <listitem> 48 <para>January 13th, 2016</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Add libunique-1.1.6 as optional dependency to 52 Midori-0.5.11 (built with gtk+2).</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Move libunique-1.1.6 to "9. General Libraries".</para> 56 </listitem> 57 <listitem> 58 <para>[fernando] - Update to samba-4.3.4. Fixes 59 <ulink url="&blfs-ticket-root;7349">#7349</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[fernando] - Update to elfutils-0.165. Fixes 63 <ulink url="&blfs-ticket-root;7348">#7348</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[fernando] - Update to harfbuzz-1.1.3. Fixes 67 <ulink url="&blfs-ticket-root;7347">#7347</ulink>.</para> 68 </listitem> 69 </itemizedlist> 70 </listitem> 46 71 47 72 <listitem> -
networking/netprogs/samba.xml
red4a7a2 rdbcebcf 7 7 <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " d7e2bef4deb00178eb310d7b0da3ef8e">9 <!ENTITY samba-md5sum "48df803c6c6c475a714cae82a2dc219e"> 10 10 <!ENTITY samba-size "20 MB"> 11 <!ENTITY samba-buildsize " 499 MB (additional 408MB for the quicktest, reputedly up to 500 MB additional for all tests)">12 <!ENTITY samba-time "2. 3 SBU, using parallelism=4 (additional 22.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">11 <!ENTITY samba-buildsize "500 MB (additional 407 MB for the quicktest, reputedly up to 500 MB additional for all tests)"> 12 <!ENTITY samba-time "2.2 SBU, using parallelism=4 (additional 23.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)"> 13 13 ]> 14 14 … … 83 83 <xref linkend="libgpg-error"/>, 84 84 <xref linkend="linux-pam"/>, 85 <xref linkend="mitkrb"/> ,85 <xref linkend="mitkrb"/> (currently, problems, despite successful build), 86 86 <xref linkend="popt"/>, 87 87 <xref linkend="python3"/>, … … 120 120 commands:</para> 121 121 122 <screen><userinput>sed -e "/deps='LIBASYNC_REQ'/ \ 123 { 124 s/$/,/ 125 a\ install=False 126 }" \ 127 -i lib/async_req/wscript_build && 128 129 ./configure \ 130 --prefix=/usr \ 131 --sysconfdir=/etc \ 132 --localstatedir=/var \ 133 --with-piddir=/run/samba \ 134 --with-pammodulesdir=/lib/security \ 135 --without-systemd \ 136 --enable-fhs && 122 <screen><userinput>./configure \ 123 --prefix=/usr \ 124 --sysconfdir=/etc \ 125 --localstatedir=/var \ 126 --with-piddir=/run/samba \ 127 --with-pammodulesdir=/lib/security \ 128 --without-systemd \ 129 --enable-fhs && 137 130 138 131 make</userinput></screen> … … 184 177 <sect2 role="commands"> 185 178 <title>Command Explanations</title> 186 187 <para><command>sed ... -i ./lib/async_req/wscript_build</command>: Do not188 install async_connect_send_test.</para><!--189 #https://bugzilla.samba.org/show_bug.cgi?id=11639#c0190 # We should have this fix in 4.2.7 and 4.3.4191 192 Already pushed, so remove in the193 next version194 https://github.com/samba-team/samba/blob/632114584d3be0d4660e97a6c9e69e577a7bc1e2/lib/async_req/wscript_build195 http://samba.2283325.n4.nabble.com/PATCH-lib-async-req-do-not-install-async-connect-send-test-td4695220.html-->196 197 179 198 180 <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in … … 503 485 libsamba-policy.so, libsamba-util.so, libsamdb.so, 504 486 libsmbclient-raw.so, libsmbclient.so, libsmbconf.so, libsmbldap.so, 505 libtevent-util.so, libtorture.so, libwbclient.so, mit_samba.so, and506 winbind_krb5_locator.so; the pam_winbind.so and pam_smbpass.so PAM507 libraries; and assorted character set, filesystem and support modules508 under /usr/lib/{python&python2-majorver;,samba}487 libtevent-util.so, libtorture.so, libwbclient.so, <!--mit_samba.so, 488 --> and winbind_krb5_locator.so; the pam_winbind.so and pam_smbpass.so 489 PAM libraries; and assorted character set, filesystem and support 490 modules under /usr/lib/{python&python2-majorver;,samba} 509 491 </seg> 510 492 -
packages.ent
red4a7a2 rdbcebcf 165 165 <!ENTITY giflib-version "5.1.2"> 166 166 <!ENTITY graphite2-version "1.3.3"> 167 <!ENTITY harfbuzz-version "1.1. 2">167 <!ENTITY harfbuzz-version "1.1.3"> 168 168 <!ENTITY ijs-version "0.35"> 169 169 <!ENTITY jasper-version "1.900.1"> … … 259 259 <!ENTITY dejagnu-version "1.5.3"> 260 260 <!ENTITY doxygen-version "1.8.11"> 261 <!ENTITY elfutils-version "0.16 4">261 <!ENTITY elfutils-version "0.165"> 262 262 <!ENTITY expect-version "5.45"> 263 263 <!ENTITY gcc-version "5.3.0"> … … 367 367 <!ENTITY rpcbind-version "0.2.3"> 368 368 <!ENTITY rsync-version "3.1.2"> 369 <!ENTITY samba-version "4.3. 3">369 <!ENTITY samba-version "4.3.4"> 370 370 <!ENTITY wget-version "1.17.1"> 371 371 <!ENTITY wireless-tools-version "29"> -
xfce/apps/apps.xml
red4a7a2 rdbcebcf 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ristretto.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>31 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-notifyd.xml"/> 32 31 -
xfce/apps/midori.xml
red4a7a2 rdbcebcf 91 91 <bridgehead renderas="sect4">Optional</bridgehead> 92 92 <para role="optional"> 93 <xref linkend="gtk-doc"/> and 93 <xref linkend="gtk-doc"/>, 94 <xref linkend="libunique"/> (if built with gtk+2) and 94 95 <ulink url="https://launchpad.net/zeitgeist/0.9/">Zeitgeist</ulink> 95 96 </para>
Note:
See TracChangeset
for help on using the changeset viewer.