Changeset b2b7378b


Ignore:
Timestamp:
10/07/2014 05:14:35 PM (10 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.7, 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, krejzi/svn, 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:
67e4e149
Parents:
c77f4066
Message:

Update to openssh-6.7p1.
Update to ssh-askpass-6.7p1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc77f4066 rb2b7378b  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to ssh-askpass-6.7p1.  Fixes
     52          <ulink url="&blfs-ticket-root;5633">#5633</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to openssh-6.7p1.  Fixes
     56          <ulink url="&blfs-ticket-root;5629">#5629</ulink>.</para>
     57        </listitem>
     58        <listitem>
    5159          <para>[fernando] - Several modifications in CUPS-2.0.0.
    5260          Thanks Armin.</para>
  • packages.ent

    rc77f4066 rb2b7378b  
    2929<!-- major and minor only -->
    3030<!--<!ENTITY nss-version                  "3.&nss-minor-version;">-->
    31 <!ENTITY openssh-version              "6.6p1">
     31<!ENTITY openssh-version              "6.7p1">
    3232<!ENTITY openssl-version              "1.0.1i">
    3333<!ENTITY p11-kit-version              "0.22.0">    <!-- Even minors only -->
  • postlfs/security/openssh.xml

    rc77f4066 rb2b7378b  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "3e9800e6bca1fbac0eea4d41baa7f239">
     11  <!ENTITY openssh-md5sum        "3246aa79317b1d23cae783a3bf8275d6">
    1212  <!ENTITY openssh-size          "1.3 MB">
    13   <!ENTITY openssh-buildsize     "32 MB (additional 2 MB if running the tests)">
     13  <!ENTITY openssh-buildsize     "32 MB (additional 3 MB if running the tests)">
    1414  <!ENTITY openssh-time          "0.5 SBU (running the tests takes at least 10
    1515                                  minutes, irrespective of processor speed)">
     
    8181
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    83     <para role="required"><xref linkend="openssl"/></para>
     83    <para role="required">
     84      <xref linkend="openssl"/> or
     85      <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink></para>
    8486
    8587    <bridgehead renderas="sect4">Optional</bridgehead>
     
    326328      <seglistitem>
    327329        <seg>
    328           scp, sftp, sftp-server, slogin (symlink to ssh), ssh, sshd, ssh-add,
    329           ssh-agent, ssh-copy-id, ssh-keygen, ssh-keyscan, ssh-keysign,
    330           and ssh-pkcs11-helper
     330          scp, sftp, slogin (symlink to ssh), ssh, ssh-add, ssh-agent,
     331          ssh-copy-id, ssh-keygen, ssh-keyscan, and sshd
    331332        </seg>
    332333        <seg>
     
    335336        <seg>
    336337          /etc/ssh,
    337           /usr/libexec/openssh,
    338338          /usr/share/doc/openssh-&openssh-version;, and
    339339          /var/lib/sshd
  • postlfs/security/ssh-askpass.xml

    rc77f4066 rb2b7378b  
    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        "3e9800e6bca1fbac0eea4d41baa7f239">
     11  <!ENTITY ssh-askpass-md5sum        "3246aa79317b1d23cae783a3bf8275d6">
    1212  <!ENTITY ssh-askpass-size          "1.3 MB">
    13   <!ENTITY ssh-askpass-buildsize     "6.4 MB">
     13  <!ENTITY ssh-askpass-buildsize     "7.1 MB">
    1414  <!ENTITY ssh-askpass-time          "Less than 0.1 SBU">
    1515]>
Note: See TracChangeset for help on using the changeset viewer.