Changeset 9c93f095


Ignore:
Timestamp:
02/16/2014 10:51:23 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
b4533fd
Parents:
4ba02e6c
Message:

Update to Serf-1.3.4. Fixes #4693.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4ba02e6c r9c93f095  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 15th, &year;">
     9<!ENTITY releasedate  "February 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    476476<!ENTITY libtirpc-version             "0.2.4">
    477477<!ENTITY neon-version                 "0.30.0">
    478 <!ENTITY serf-version                 "1.3.3">
     478<!ENTITY serf-version                 "1.3.4">
    479479
    480480<!-- Chapter 18 -->
  • introduction/welcome/changelog.xml

    r4ba02e6c r9c93f095  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 16th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to Serf-1.3.4. Fixes
     52          <ulink url="&blfs-ticket-root;4693">#4693</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>February 15th, 2014</para>
  • networking/netlibs/serf.xml

    r4ba02e6c r9c93f095  
    55  %general-entities;
    66
    7   <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">
     7<!-- This link does not work presently (as of February 16th, 2014), but the
     8     next one may have to be updated soon.
     9  <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">-->
     10  <!ENTITY serf-download-http "https://serf.googlecode.com/svn/src_releases/serf-&serf-version;.tar.bz2">
    811  <!ENTITY serf-download-ftp  " ">
    9   <!ENTITY serf-md5sum        "8375cf4fe2a89773c7d6dbf0d540ed27">
     12  <!ENTITY serf-md5sum        "9820da2c46ee10773309f0de657cddfd">
    1013  <!ENTITY serf-size          "137 KB">
    1114  <!ENTITY serf-buildsize     "3.2 MB">
     
    103106<screen><userinput>sed -i "/Append/s:RPATH=libdir,::"   SConstruct &amp;&amp;
    104107sed -i "/Default/s:lib_static,::"    SConstruct &amp;&amp;
    105 sed -i "/Alias/s:install_static,::"  SConstruct &amp;&amp;<!--
    106 Next one only needed for v1.3.3; remove for next version -->
    107 sed -i '/get.*_LIBS/s:)):, '\'\''&amp;:' SConstruct &amp;&amp;
     108sed -i "/Alias/s:install_static,::"  SConstruct &amp;&amp;
    108109scons PREFIX=/usr</userinput></screen>
    109110
     
    125126    <para>
    126127      <command>sed -i "..."</command>: The first command removes the runtime
    127       path from a shared library, the next two commands disable building and
    128       installing of the static library, and the last one corrects a bug
    129       in the generated pkg-config file.
     128      path from a shared library and the next two commands disable building and
     129      installing of the static library.
    130130    </para>   
    131131
Note: See TracChangeset for help on using the changeset viewer.