Changeset 5c22cb01
- Timestamp:
- 03/31/2016 10:42:08 PM (9 years ago)
- Branches:
- systemd-13485
- Children:
- dce6561
- Parents:
- 22ff60a
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r22ff60a r5c22cb01 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 22"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 22nd, &year;">9 <!ENTITY releasedate "March 31st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "systemd"> <!-- svn|[release #] --> -
general/genutils/lsof.xml
r22ff60a r5c22cb01 6 6 7 7 <!ENTITY lsof-download-http " "> 8 <!ENTITY lsof-download-ftp "ftp:// sunsite.ualberta.ca/pub/Mirror/lsof/lsof_&lsof-version;.tar.bz2">8 <!ENTITY lsof-download-ftp "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2"> 9 9 <!ENTITY lsof-md5sum "1b9cd34f3fb86856a125abbf2be3a386"> 10 10 <!ENTITY lsof-size "768 KB"> -
general/genutils/pinentry.xml
r22ff60a r5c22cb01 68 68 <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead> 69 69 70 <bridgehead renderas="sect4">Required</bridgehead> 71 <para role="required"> 72 <xref linkend="libassuan"/> and 73 <xref linkend="libgpg-error"/> 74 </para> 75 70 76 <bridgehead renderas="sect4">Optional</bridgehead> 71 77 <para role="optional"> -
general/prog/gcc.xml
r22ff60a r5c22cb01 69 69 two solutions: 70 70 recompile all the libraries with the new version, or use the <option> 71 --with-default-libstdcxx-abi </option> switch to configure.71 --with-default-libstdcxx-abi=gcc4-compatible</option> switch to configure. 72 72 </para> 73 73 </caution> … … 257 257 258 258 <para> 259 <option>--with-default-libstdcxx-abi= c++98</option>: Use this switch if you259 <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this switch if you 260 260 are upgrading from a <application>GCC</application> version prior to 5.1.0, 261 261 and you do not want to recompile all the libraries written in C++. -
general/prog/valgrind.xml
r22ff60a r5c22cb01 90 90 <xref linkend="boost"/>, 91 91 <xref linkend="llvm"/> (with Clang), 92 <xref linkend="gdb"/> (for tests), and 92 <xref linkend="gdb"/> (for tests), 93 <xref linkend="which"/> (for tests), 94 <xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests), and 93 95 <ulink url="http://www.openmp.org">OpenMP</ulink> 94 96 </para> -
introduction/welcome/changelog.xml
r22ff60a r5c22cb01 45 45 --> 46 46 <listitem> 47 <para>March 31st, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[renodr] - Update lsof URL. Merged from trunk r17090.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update PIN-Entry dependencies. Merged from trunk r17090.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update Valgrind dependencies. Merged from trunk r17090.</para> 57 </listitem> 58 <listitem> 59 <para>[renodr] - Add note about OpenSSL's Test Suite not supporting 60 parallel make jobs. Merged from trunk r17090.</para> 61 </listitem> 62 <listitem> 63 <para>[renodr] - Restore autoconf to libva-intel-driver. Merged from 64 trunk r17090.</para> 65 </listitem> 66 <listitem> 67 <para>[renodr] - Update to Sudo-1.8.16. Merged from trunk r17127.</para> 68 </listitem> 69 <listitem> 70 <para>[renodr] - Change the configure switch in the GCC-5.3.0 page 71 to use the new configure switch for the libstdc++ ABI.</para> 72 </listitem> 73 <listitem> 74 <para>[renodr] - Update to OpenSSH-7.2p2. This fixes xauth attacks 75 with the user's privileges if X11Forwarding is enabled, which isn't 76 the default. Merged from trunk r17106.</para> 77 </listitem> 78 </itemizedlist> 79 </listitem> 80 81 <listitem> 47 82 <para>March 22nd, 2016</para> 48 83 <itemizedlist> -
multimedia/libdriv/libva.xml
r22ff60a r5c22cb01 130 130 </para> 131 131 132 <screen><userinput>./configure --prefix=/usr --disable-static && 132 <screen><userinput>autoreconf -fi && 133 ./configure --prefix=/usr --disable-static && 133 134 make</userinput></screen> 134 135 … … 156 157 like to build without EGL and GLX support, e.g. to satisfy 157 158 the circular dependency with Mesa. 159 </para> 160 161 <para> 162 <command>autoreconf -fi</command>: This command regenerates 163 the configure script to prevent a mandatory test for 164 wayland-scanner when configuring. 158 165 </para> 159 166 -
packages.ent
r22ff60a r5c22cb01 33 33 <!-- major and minor only 34 34 <!ENTITY nss-version "3.&nss-minor-version;"> --> 35 <!ENTITY openssh-version "7. 1p2">35 <!ENTITY openssh-version "7.2p2"> 36 36 <!ENTITY openssl-version "1.0.2g"> 37 37 <!ENTITY p11-kit-version "0.23.2"> <!-- Even minors only --> … … 40 40 <!ENTITY ssh-askpass-version "&openssh-version;"> 41 41 <!ENTITY stunnel-version "5.30"> 42 <!ENTITY sudo-version "1.8.1 5">42 <!ENTITY sudo-version "1.8.16"> 43 43 <!ENTITY tripwire-version "2.4.2.2"> 44 44 -
postlfs/security/openssh.xml
r22ff60a r5c22cb01 9 9 <!ENTITY openssh-download-ftp 10 10 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> 11 <!ENTITY openssh-md5sum " 4d8547670e2a220d5ef805ad9e47acf2">11 <!ENTITY openssh-md5sum "13009a9156510d8f27e752659075cced"> 12 12 <!ENTITY openssh-size "1.5 MB"> 13 13 <!ENTITY openssh-buildsize "43 MB (51 MB with the test suite)"> 14 <!ENTITY openssh-time "0. 5SBU (running the tests takes at least 1014 <!ENTITY openssh-time "0.4 SBU (running the tests takes at least 10 15 15 minutes, irrespective of processor speed)"> 16 16 ]> -
postlfs/security/openssl.xml
r22ff60a r5c22cb01 123 123 124 124 <para> 125 To test the results, issue: <command>make test</command>. 125 To test the results, issue: <command>make -j1 test</command>. The 126 test suite does not support parallel jobs. 126 127 </para> 127 128 -
postlfs/security/sudo.xml
r22ff60a r5c22cb01 7 7 <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz"> 8 8 <!ENTITY sudo-download-ftp "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz"> 9 <!ENTITY sudo-md5sum " 7cf6b9b76d0478a572432bed481dd7b5">9 <!ENTITY sudo-md5sum "a977449587dc857e129bb20555b46af4"> 10 10 <!ENTITY sudo-size "2.6 MB"> 11 11 <!ENTITY sudo-buildsize "34 MB (with tests)">
Note:
See TracChangeset
for help on using the changeset viewer.