Changeset bb0a661


Ignore:
Timestamp:
06/05/2023 08:09:46 PM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
60cda8c
Parents:
167292dd
Message:

Update to serf-1.3.10.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r167292dd rbb0a661  
    4242     <para>June 5th, 2023</para>
    4343     <itemizedlist>
     44      <listitem>
     45         <para>[bdubbs] - Update to serf-1.3.10. Fixes
     46         <ulink url="&blfs-ticket-root;18113">#18113</ulink>.</para>
     47      </listitem>
    4448      <listitem>
    4549         <para>[bdubbs] - Update to gnupg-2.4.2. Fixes
  • networking/netlibs/serf.xml

    r167292dd rbb0a661  
    77  <!ENTITY serf-download-http "https://archive.apache.org/dist/serf/serf-&serf-version;.tar.bz2">
    88  <!ENTITY serf-download-ftp  " ">
    9   <!ENTITY serf-md5sum        "370a6340ff20366ab088012cd13f2b57">
    10   <!ENTITY serf-size          "144 KB">
    11   <!ENTITY serf-buildsize     "3.2 MB">
     9  <!ENTITY serf-md5sum        "5320087299084c297eff8e1dacfab1af">
     10  <!ENTITY serf-size          "148 KB">
     11  <!ENTITY serf-buildsize     "2.4 MB">
    1212  <!ENTITY serf-time          "less than 0.1 SBU">
    1313]>
     
    6969      </listitem>
    7070    </itemizedlist>
    71 
     71<!--
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7373    <itemizedlist spacing="compact">
     
    7979      </listitem>
    8080    </itemizedlist>
    81 
     81-->
    8282    <bridgehead renderas="sect3">Serf Dependencies</bridgehead>
    8383
     
    100100  <sect2 role="installation">
    101101    <title>Installation of Serf</title>
    102 
     102<!--
    103103    <para>
    104104      First, fix an issue that causes compilation issues in other packages
     
    107107
    108108<screen><userinput remap="pre">patch -Np1 -i ../serf-&serf-version;-openssl3_fixes-1.patch</userinput></screen>
    109 
     109-->
    110110    <para>
    111111      Install <application>Serf</application> by running the following
     
    116116sed -i "/Default/s:lib_static,::"           SConstruct &amp;&amp;
    117117sed -i "/Alias/s:install_static,::"         SConstruct &amp;&amp;
     118
     119scons PREFIX=/usr</userinput></screen>
     120<!--
    118121sed -i "/  print/{s/print/print(/; s/$/)/}" SConstruct &amp;&amp;
    119122sed -i "/get_contents()/s/,/.decode()&amp;/"    SConstruct &amp;&amp;
    120 
    121 scons PREFIX=/usr</userinput></screen>
     123-->
    122124
    123125<!-- I did not find this to be needed as of 1.3.9 -renodr
     
    156158      <command>sed -i "..."</command>: The first command removes the runtime
    157159      path from a shared library and the next two commands disable building and
    158       installing of the static library.  The fourth command corrects for
     160      installing of the static library.  <!--The fourth command corrects for
    159161      changes in scons-3.x. The last command allows to use <application>
    160       Python 3</application>.
     162      Python 3</application>.-->
    161163    </para>
    162164
  • packages.ent

    r167292dd rbb0a661  
    709709<!ENTITY nghttp2-version              "1.53.0">
    710710<!ENTITY rpcsvc-proto-version         "1.4.4">
    711 <!ENTITY serf-version                 "1.3.9">
     711<!ENTITY serf-version                 "1.3.10">
    712712<!ENTITY uhttpmock-version            "0.5.3">
    713713
Note: See TracChangeset for help on using the changeset viewer.