Changeset ef0c157


Ignore:
Timestamp:
08/12/2013 07:12:03 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b8250d1
Parents:
eaa2ba5
Message:

Update to openbox-3.5.2
Update to curl-7.32.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    reaa2ba5 ref0c157  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "12">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 11th, &year;">
     9<!ENTITY releasedate  "August 12th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    469469
    470470<!-- Chapter 17 -->
    471 <!ENTITY curl-version                 "7.31.0">
     471<!ENTITY curl-version                 "7.32.0">
    472472<!ENTITY geoclue-version              "0.12.0">
    473473<!ENTITY glib-networking-version      "2.36.2">
     
    589589<!ENTITY fluxbox-version              "1.3.5">
    590590<!ENTITY icewm-version                "1.3.7">
    591 <!ENTITY openbox-version              "3.5.0">
     591<!ENTITY openbox-version              "3.5.2">
    592592<!ENTITY sawfish-version              "1.9.1">
    593593
  • introduction/welcome/changelog.xml

    reaa2ba5 ref0c157  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to openbox-3.5.2.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to curl-7.32.0.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
     59      <para>August 11th, 2013</para>
     60      <itemizedlist>
     61        <listitem>
    5062          <para>[bdubbs] - Update to glib-2.36.4.</para>
    5163        </listitem>
  • networking/netlibs/curl.xml

    reaa2ba5 ref0c157  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "b7bea20579ac2f696338ae03f2c19ba5">
     9  <!ENTITY curl-md5sum        "30d04b0a8c43c6770039d1bf033dfe79">
    1010  <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "35 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 3.1 SBU for tests)">
     11  <!ENTITY curl-buildsize     "29 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.5 SBU (additional 2.9 SBU for tests)">
    1313]>
    1414
     
    121121
    122122    <para>
    123       To test the results, issue:
    124       <command>sed -i 's/^#LDADD/LDADD/' docs/examples/Makefile; make check</command>.
     123      To test the results, issue: <command>make test</command>.
    125124    </para>
    126125
     
    139138    <title>Command Explanations</title>
    140139
    141     <!--
    142     <para>
    143       <command>sed -i '/- -static-libs)/{N;s#echo .*#echo #;}'
    144       curl-config.in</command>: Since the static libraries have not been installed,
    145       this <command>sed</command> removes the static libs line from
    146       <command>curl-config</command> as it might otherwise confuse other
    147       applications.
    148     </para>
    149     -->
    150140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    151141      href="../../xincludes/static-libraries.xml"/>
  • x/wm/openbox.xml

    reaa2ba5 ref0c157  
    88  "http://openbox.org/dist/openbox/openbox-&openbox-version;.tar.gz">
    99  <!ENTITY openbox-download-ftp  " ">
    10   <!ENTITY openbox-md5sum        "00441b53cf14c03566c8e82643544ff9">
    11   <!ENTITY openbox-size          "9 MB">
    12   <!ENTITY openbox-buildsize     "18 MB">
     10  <!ENTITY openbox-md5sum        "93df606606053b7e8578a5c116afb8ec">
     11  <!ENTITY openbox-size          "956 KB">
     12  <!ENTITY openbox-buildsize     "19 MB">
    1313  <!ENTITY openbox-time          "0.3 SBU">
    1414]>
     
    108108
    109109    <para>
    110       To test the results, issue: <command>make check</command>.
     110      This package does not come with a test suite.
    111111    </para>
    112112
Note: See TracChangeset for help on using the changeset viewer.