Changeset 6c6990c


Ignore:
Timestamp:
08/11/2015 07:54:11 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ee1266
Parents:
74887424
Message:
  • Update to firefox-40.0.
  • Update to gnutls-3.4.4.1.
  • Update to openssh-7.0p1 and ssh-askpass-7.0p1.
  • SoundTouch-1.9.0: typo and add short description.
  • GTK+-2.24.28: reformat commands to decrease width. Im

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16341 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r74887424 r6c6990c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 10th &year;">
     9<!ENTITY releasedate  "August 11th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r74887424 r6c6990c  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 11th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to openssh-7.0p1 and ssh-askpass-7.0p1.
     52            Fixes <ulink url="&blfs-ticket-root;6803">#6803</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to gnutls-3.4.4.1.  Fixes
     56            <ulink url="&blfs-ticket-root;6802">#6802</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to firefox-40.0.  Fixes
     60            <ulink url="&blfs-ticket-root;6801">#6801</ulink>.</para>
     61          </listitem>
     62        </itemizedlist>
     63      </listitem>
    4664
    4765      <listitem>
  • multimedia/libdriv/soundtouch.xml

    r74887424 r6c6990c  
    8686
    8787<screen><userinput>./bootstrap &amp;&amp;
    88 ./configure --prefix=/usr --docdir=/usr/share/doc/soundtouch-&soundtouch-version; &amp;&amp;
     88./configure --prefix=/usr \
     89            --docdir=/usr/share/doc/soundtouch-&soundtouch-version; &amp;&amp;
    8990make</userinput></screen>
    9091
     
    121122      <seglistitem>
    122123        <seg>
    123           soundstrech
     124          soundstretch
    124125        </seg>
    125126        <seg>
     
    137138      <?dbfo list-presentation="list"?>
    138139      <?dbhtml list-presentation="table"?>
     140
     141      <varlistentry id="soundstretch">
     142        <term><command>soundstretch</command></term>
     143        <listitem>
     144          <para>
     145            is a program for processing WAV audio files by modifying
     146            sound tempo, pitch and playback rate properties independently
     147            from each other.
     148          </para>
     149          <indexterm zone="soundtouch soundstretch">
     150            <primary sortas="b-soundstretch">soundstretch</primary>
     151          </indexterm>
     152        </listitem>
     153      </varlistentry>
    139154
    140155      <varlistentry id="libSoundTouch">
  • packages.ent

    r74887424 r6c6990c  
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    1515<!ENTITY gnupg2-version               "2.1.6">
    16 <!ENTITY gnutls-version               "3.4.3">
     16<!ENTITY gnutls-version               "3.4.4.1">
    1717<!ENTITY gpgme-version                "1.5.5">
    1818<!ENTITY haveged-version              "1.9.1">
     
    3030<!-- major and minor only
    3131<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
    32 <!ENTITY openssh-version              "6.9p1">
     32<!ENTITY openssh-version              "7.0p1">
    3333<!ENTITY openssl-version              "1.0.2d">
    3434<!ENTITY p11-kit-version              "0.23.1">    <!-- Even minors only -->
     
    632632<!-- Chapter 43 -->
    633633<!ENTITY seamonkey-version            "2.33.1">
    634 <!ENTITY firefox-version              "39.0.3">
     634<!ENTITY firefox-version              "40.0">
    635635
    636636<!-- Chapter 44 -->
  • postlfs/security/gnutls.xml

    r74887424 r6c6990c  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "8a119d7830b81a44faa721a6fde2a295">
    10   <!ENTITY gnutls-size          "6.2 MB">
    11   <!ENTITY gnutls-buildsize     "108 MB (add 16 MB for tests)">
    12   <!ENTITY gnutls-time          "0.7 SBU (add 3.8 SBU for tests)">
     9  <!ENTITY gnutls-md5sum        "474efaba6fd6c6c6c0ebac2a3f431946">
     10  <!ENTITY gnutls-size          "6.4 MB">
     11  <!ENTITY gnutls-buildsize     "130 MB (146 MB, with tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (4.0 SBU, with tests)">
    1313]>
    1414
     
    4646
    4747    <para>
    48       <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1, 
     48      <application>GnuTLS</application> provides support for TLS 1.2, TLS 1.1,
    4949      TLS 1.0, and SSL 3.0 protocols, TLS extensions, including server name and max
    5050      record size. Additionally, the library supports authentication using the
     
    111111      <xref linkend="libidn"/>,
    112112      <xref linkend="texlive"/> or <xref linkend="tl-installer"/>,
    113       <xref linkend="unbound"/> (to build the DANE library), 
     113      <xref linkend="unbound"/> (to build the DANE library),
    114114      <xref linkend="valgrind"/> (used during the test suite),
    115115      <ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>, and
  • postlfs/security/openssh.xml

    r74887424 r6c6990c  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "0b161c44fc31fbc6b76a6f8ae639f16f">
    12   <!ENTITY openssh-size          "1.4 MB">
    13   <!ENTITY openssh-buildsize     "44 MB (additional 3 MB if running the tests)">
    14   <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10
    15                                   minutes, irrespective of processor speed)">
     11  <!ENTITY openssh-md5sum        "831883f251ac34f0ab9c812acc24ee69">
     12  <!ENTITY openssh-size          "1.5 MB">
     13  <!ENTITY openssh-buildsize     "44  MB (52 MB, with tests)">
     14  <!ENTITY openssh-time          "0.5 SBU (running the tests takes 10+ minutes,
     15                                  irrespective of processor speed)">
    1616]>
    1717
     
    9191      <xref linkend="mitkrb"/>,
    9292      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    93       <ulink url="http://www.opensc-project.org/">OpenSC</ulink>, and
     93      <ulink url="https://github.com/OpenSC/OpenSC/wiki">OpenSC</ulink>, and
    9494      <ulink url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink>
    9595    </para>
     
    119119    </para>
    120120
    121 <screen role="root"><userinput>install -v -m700 -d /var/lib/sshd &amp;&amp;
    122 chown   -v root:sys /var/lib/sshd &amp;&amp;
    123 
    124 groupadd -g 50 sshd &amp;&amp;
    125 useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd -s /bin/false -u 50 sshd</userinput></screen>
     121<screen role="root"><userinput>install  -v -m700 -d /var/lib/sshd &amp;&amp;
     122chown    -v root:sys /var/lib/sshd &amp;&amp;
     123
     124groupadd -g 50 sshd        &amp;&amp;
     125useradd  -c 'sshd PrivSep' \
     126         -d /var/lib/sshd  \
     127         -g sshd           \
     128         -s /bin/false     \
     129         -u 50 sshd</userinput></screen>
    126130
    127131    <para>
     
    152156
    153157 commenting [ bruce ]:  There are a couple of tests that want root.
    154  The log mentions that SUDO is not set.  These skipped tests are 
     158 The log mentions that SUDO is not set.  These skipped tests are
    155159 ignored and the end says 'all tests passed' even when not root
    156160
     
    170174    </para>
    171175
    172 <screen role="root"><userinput>make install                                  &amp;&amp;
    173 install -v -m755 contrib/ssh-copy-id /usr/bin &amp;&amp;
    174 install -v -m644 contrib/ssh-copy-id.1 /usr/share/man/man1 &amp;&amp;
    175 install -v -m755 -d /usr/share/doc/openssh-&openssh-version;           &amp;&amp;
    176 install -v -m644 INSTALL LICENCE OVERVIEW README* /usr/share/doc/openssh-&openssh-version;</userinput></screen>
     176<screen role="root"><userinput>make install &amp;&amp;
     177install -v -m755    contrib/ssh-copy-id /usr/bin     &amp;&amp;
     178
     179install -v -m644    contrib/ssh-copy-id.1 \
     180                    /usr/share/man/man1              &amp;&amp;
     181install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
     182install -v -m644    INSTALL LICENCE OVERVIEW README* \
     183                    /usr/share/doc/openssh-&openssh-version;</userinput></screen>
    177184  </sect2>
    178185
  • postlfs/security/ssh-askpass.xml

    r74887424 r6c6990c  
    99  <!ENTITY ssh-askpass-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz">
    11   <!ENTITY ssh-askpass-md5sum        "0b161c44fc31fbc6b76a6f8ae639f16f">
    12   <!ENTITY ssh-askpass-size          "1.4 MB">
    13   <!ENTITY ssh-askpass-buildsize     "8.1 MB">
     11  <!ENTITY ssh-askpass-md5sum        "831883f251ac34f0ab9c812acc24ee69">
     12  <!ENTITY ssh-askpass-size          "1.5 MB">
     13  <!ENTITY ssh-askpass-buildsize     "8.2 MB">
    1414  <!ENTITY ssh-askpass-time          "less than 0.1 SBU">
    1515]>
     
    105105    </para>
    106106
    107 <screen role="root"><userinput>install -v -d -m755                  /usr/libexec/openssh/contrib     &amp;&amp;
    108 install -v -m755  gnome-ssh-askpass2 /usr/libexec/openssh/contrib     &amp;&amp;
    109 ln -sv -f contrib/gnome-ssh-askpass2 /usr/libexec/openssh/ssh-askpass</userinput></screen>
     107<screen role="root"><userinput>install -v -d -m755 /usr/libexec/openssh/contrib  &amp;&amp;
     108install -v -m755    gnome-ssh-askpass2 \
     109                    /usr/libexec/openssh/contrib  &amp;&amp;
     110ln -sv -f contrib/gnome-ssh-askpass2 \
     111                    /usr/libexec/openssh/ssh-askpass</userinput></screen>
    110112
    111113    <para>
     
    139141          "Exec=&lt;application&gt; ..." by
    140142          "Exec=sudo -A &lt;application&gt; ..." in the
    141           &lt;application&gt;.desktop file.</para>
     143          &lt;application&gt;.desktop file.
     144        </para>
    142145
    143146    </sect3>
  • x/lib/gtk+2.xml

    r74887424 r6c6990c  
    107107    </para>
    108108
    109 <screen><userinput>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#' docs/{faq,tutorial}/Makefile.in &amp;&amp;
    110 sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in                   &amp;&amp;
    111 ./configure --prefix=/usr --sysconfdir=/etc                           &amp;&amp;
     109<screen><userinput>sed -e 's#l \(gtk-.*\).sgml#&amp; -o \1#' \
     110    -i docs/{faq,tutorial}/Makefile.in      &amp;&amp;
     111
     112sed -e 's#pltcheck.sh#$(NULL)#g' \
     113    -i gtk/Makefile.in                      &amp;&amp;
     114
     115./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     116
    112117make</userinput></screen>
    113118
     
    154159    <para>
    155160      <command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
    156       This <command>sed</command> disables one test known to fail. 
     161      This <command>sed</command> disables one test known to fail.
    157162      Not necessary, if not running the tests.
    158163    </para>
  • xsoft/graphweb/firefox.xml

    r74887424 r6c6990c  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "6ef31cbd34d9905a0648104d916269cb">
    12   <!ENTITY firefox-size          "172 MB">
    13   <!ENTITY firefox-buildsize     "3.7 GB (74 MB installed)">
    14   <!ENTITY firefox-time          "8.2 SBU (using parallelism=4)">
     11  <!ENTITY firefox-md5sum        "62b9e6a4a46874a0be523fe41d3176e2">
     12  <!ENTITY firefox-size          "171 MB">
     13  <!ENTITY firefox-buildsize     "3.8 GB (75 MB installed)">
     14  <!ENTITY firefox-time          "8.7 SBU (using parallelism=4)">
    1515]>
    1616
     
    134134      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    135135      <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>, and
    136       <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
     136      <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>, and
     137      <ulink url="https://www.rust-lang.org/">Rust</ulink>
    137138    </para>
    138139
Note: See TracChangeset for help on using the changeset viewer.