Changeset 5c22cb01


Ignore:
Timestamp:
03/31/2016 10:42:08 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
dce6561
Parents:
22ff60a
Message:

Updated lsof URL. Merged from trunk r17090
Updated PIN-Entry dependencies. Merged from trunk r17090
Updated Valgrind dependencies. Merged from trunk r17090
Added note about OpenSSL's Test Suite not supporting parallel make jobs. Merged from trunk r17090.
Restored autoconf to libva-intel-driver. Merged from trunk r17090
Updated to Sudo-1.8.16. Merged from trunk r17127
Changed the configure script in the GCC-5.3.0 page to use the new configure switch for the libstdc++ ABI.
Updated to OpenSSH-7.2p2. Merged from trunk r17106.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17199 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r22ff60a r5c22cb01  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 22nd, &year;">
     9<!ENTITY releasedate  "March 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/genutils/lsof.xml

    r22ff60a r5c22cb01  
    66
    77<!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">
    99<!ENTITY lsof-md5sum        "1b9cd34f3fb86856a125abbf2be3a386">
    1010<!ENTITY lsof-size          "768 KB">
  • general/genutils/pinentry.xml

    r22ff60a r5c22cb01  
    6868    <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
    6969
     70    <bridgehead renderas="sect4">Required</bridgehead>
     71    <para role="required">
     72      <xref linkend="libassuan"/> and
     73      <xref linkend="libgpg-error"/>
     74    </para>
     75
    7076    <bridgehead renderas="sect4">Optional</bridgehead>
    7177    <para role="optional">
  • general/prog/gcc.xml

    r22ff60a r5c22cb01  
    6969        two solutions:
    7070        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.
    7272      </para>
    7373    </caution>
     
    257257
    258258    <para>
    259       <option>--with-default-libstdcxx-abi=c++98</option>: Use this switch if you
     259      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this switch if you
    260260      are upgrading from a <application>GCC</application> version prior to 5.1.0,
    261261      and you do not want to recompile all the libraries written in C++.
  • general/prog/valgrind.xml

    r22ff60a r5c22cb01  
    9090      <xref linkend="boost"/>,
    9191      <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
    9395      <ulink url="http://www.openmp.org">OpenMP</ulink>
    9496    </para>
  • introduction/welcome/changelog.xml

    r22ff60a r5c22cb01  
    4545-->
    4646    <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>
    4782      <para>March 22nd, 2016</para>
    4883      <itemizedlist>
  • multimedia/libdriv/libva.xml

    r22ff60a r5c22cb01  
    130130    </para>
    131131
    132 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     132<screen><userinput>autoreconf -fi          &amp;&amp;
     133./configure --prefix=/usr --disable-static &amp;&amp;
    133134make</userinput></screen>
    134135
     
    156157      like to build without EGL and GLX support, e.g. to satisfy
    157158      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.
    158165    </para>
    159166
  • packages.ent

    r22ff60a r5c22cb01  
    3333<!-- major and minor only
    3434<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
    35 <!ENTITY openssh-version              "7.1p2">
     35<!ENTITY openssh-version              "7.2p2">
    3636<!ENTITY openssl-version              "1.0.2g">
    3737<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
     
    4040<!ENTITY ssh-askpass-version          "&openssh-version;">
    4141<!ENTITY stunnel-version              "5.30">
    42 <!ENTITY sudo-version                 "1.8.15">
     42<!ENTITY sudo-version                 "1.8.16">
    4343<!ENTITY tripwire-version             "2.4.2.2">
    4444
  • postlfs/security/openssh.xml

    r22ff60a r5c22cb01  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "4d8547670e2a220d5ef805ad9e47acf2">
     11  <!ENTITY openssh-md5sum        "13009a9156510d8f27e752659075cced">
    1212  <!ENTITY openssh-size          "1.5 MB">
    1313  <!ENTITY openssh-buildsize     "43 MB (51 MB with the test suite)">
    14   <!ENTITY openssh-time          "0.5 SBU (running the tests takes at least 10
     14  <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10
    1515                                  minutes, irrespective of processor speed)">
    1616]>
  • postlfs/security/openssl.xml

    r22ff60a r5c22cb01  
    123123
    124124    <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.
    126127    </para>
    127128
  • postlfs/security/sudo.xml

    r22ff60a r5c22cb01  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
    88  <!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">
    1010  <!ENTITY sudo-size          "2.6 MB">
    1111  <!ENTITY sudo-buildsize     "34 MB (with tests)">
Note: See TracChangeset for help on using the changeset viewer.