Changeset f7829c9


Ignore:
Timestamp:
03/21/2017 05:52:50 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e33cf34
Parents:
84a9efa
Message:

Update to git-2.12.1.
Update to openssh-7.5p1.
Update to goffice-0.10.34.
Update to gnumeric-1.12.34.
Remove reference to lib64 in file in extra-cmake-modules.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r84a9efa rf7829c9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 20th &year;">
     9<!ENTITY releasedate  "March 21st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r84a9efa rf7829c9  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "2f47ac12628d94da397cea54997618a8">
     11  <!ENTITY git-md5sum        "8aa0430bd7476a51c983dc68cc03f6b9">
    1212  <!ENTITY git-size          "4.1 MB">
    1313  <!ENTITY git-buildsize     "365 MB (with optional dependencies and documentation)">
  • introduction/welcome/changelog.xml

    r84a9efa rf7829c9  
    4343-->
    4444    <listitem>
     45      <para>March 21st, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to git-2.12.1. Fixes
     49          <ulink url="&blfs-ticket-root;9036">#9036</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to openssh-7.5p1. Fixes
     53          <ulink url="&blfs-ticket-root;9035">#9035</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to goffice-0.10.34. Fixes
     57          <ulink url="&blfs-ticket-root;9037">#9037</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to gnumeric-1.12.34. Fixes
     61          <ulink url="&blfs-ticket-root;9034">#9034</ulink>.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>March 20th, 2017</para>
    4668      <itemizedlist>
  • kde/extra-cmake-modules.xml

    r84a9efa rf7829c9  
    9797    </para>
    9898
    99 <screen><userinput>mkdir build &amp;&amp;
     99<screen><userinput>sed -i '/"lib64"/s/64//' Modules/KDEInstallDirs.cmake &amp;&amp;
     100
     101mkdir build &amp;&amp;
    100102cd    build &amp;&amp;
    101103
     
    118120<screen role="root"><userinput>make install</userinput></screen>
    119121
     122  </sect2>
     123
     124  <sect2 role="commands">
     125    <title>Command Explanations</title>
     126
     127    <para>
     128      <command>sed ... Modules/KDEInstallDirs.cmake</command>:
     129      This command disables applications using cmake from attempting to
     130      install files in /usr/lib64/.
     131    </para>
    120132  </sect2>
    121133
  • packages.ent

    r84a9efa rf7829c9  
    3434<!ENTITY nss-version                  "3.&nss-minor-version;">
    3535
    36 <!ENTITY openssh-version              "7.4p1">
     36<!ENTITY openssh-version              "7.5p1">
    3737<!ENTITY openssl-version              "1.0.2k">
    3838<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
     
    292292<!ENTITY gc-version                   "7.6.0">
    293293<!ENTITY gdb-version                  "7.12.1">
    294 <!ENTITY git-version                  "2.12.0">
     294<!ENTITY git-version                  "2.12.1">
    295295<!ENTITY guile-version                "2.2.0">
    296296<!ENTITY librep-version               "0.92.6">
     
    527527<!ENTITY gdk-pixbuf-version           "2.36.5">
    528528<!ENTITY glu-version                  "9.0.0">
    529 <!ENTITY goffice010-version           "0.10.33">
     529<!ENTITY goffice010-version           "0.10.34">
    530530<!ENTITY gtk2-version                 "2.24.31">
    531531<!ENTITY gtk3-version                 "3.22.11">
     
    686686<!-- Chapter 42 -->
    687687<!ENTITY AbiWord-version              "3.0.2">
    688 <!ENTITY gnumeric-version             "1.12.33">
     688<!ENTITY gnumeric-version             "1.12.34">
    689689<!ENTITY gnucash-version              "2.4.11">
    690690
  • postlfs/security/openssh.xml

    r84a9efa rf7829c9  
    1010           " "> <!-- at the moment, unable to connect via ftp: ken
    1111           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
    12   <!ENTITY openssh-md5sum        "b2db2a83caf66a208bb78d6d287cdaa3">
     12  <!ENTITY openssh-md5sum        "652fdc7d8392f112bef11cacf7e69e23">
    1313  <!ENTITY openssh-size          "1.4 MB">
    14   <!ENTITY openssh-buildsize     "47 MB (with tests)">
     14  <!ENTITY openssh-buildsize     "37 MB (add 11 MB for tests)">
    1515  <!ENTITY openssh-time          "0.4 SBU (running the tests takes 10+ minutes,
    1616                                  irrespective of processor speed)">
  • postlfs/security/ssh-askpass.xml

    r84a9efa rf7829c9  
    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        "b2db2a83caf66a208bb78d6d287cdaa3">
     11  <!ENTITY ssh-askpass-md5sum        "652fdc7d8392f112bef11cacf7e69e23">
    1212  <!ENTITY ssh-askpass-size          "1.4 MB">
    1313  <!ENTITY ssh-askpass-buildsize     "8.0 MB">
  • x/lib/goffice010.xml

    r84a9efa rf7829c9  
    99  <!ENTITY goffice010-download-ftp
    1010            "&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
    11   <!ENTITY goffice010-md5sum        "02b1cacd147fae05f635f3ebab33c03e">
     11  <!ENTITY goffice010-md5sum        "d6520936468a96179a03b27b54c9215e">
    1212  <!ENTITY goffice010-size          "2.3 MB">
    1313  <!ENTITY goffice010-buildsize     "79 MB (with tests)">
    14   <!ENTITY goffice010-time          "1.1 SBU (with tests)">
     14  <!ENTITY goffice010-time          "1.0 SBU (with tests)">
    1515]>
    1616
  • xsoft/office/gnumeric.xml

    r84a9efa rf7829c9  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "427e7a972bfe81ccf2c017b710968bef">
    10   <!ENTITY gnumeric-size          "20 MB">
    11   <!ENTITY gnumeric-buildsize     "279 MB (add 13 MB for tests)">
    12   <!ENTITY gnumeric-time          "2.6 SBU (add 2.9 SBU for tests)">
     9  <!ENTITY gnumeric-md5sum        "c7ef71e3f05de387814a532309f9ecd9">
     10  <!ENTITY gnumeric-size          "19 MB">
     11  <!ENTITY gnumeric-buildsize     "278 MB (add 4 MB for tests)">
     12  <!ENTITY gnumeric-time          "2.5 SBU (add 1.3 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.