Changeset 3d50d36


Ignore:
Timestamp:
12/30/2021 05:25:23 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17fbcc49
Parents:
602f5cd
Message:

Serf: fix issues that cause compilation problems with Subversion
(OpenSSL-3 related).

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r602f5cd r3d50d36  
    4343    -->
    4444    <listitem>
     45      <para>December 30th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix a couple of OpenSSL-3 related issues with serf.
     49          This includes a fix for a compilation problem in Subversion.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 29th, 2021</para>
    4656      <itemizedlist>
  • networking/netlibs/serf.xml

    r602f5cd r3d50d36  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/serf-&serf-version;-openssl3_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">Serf Dependencies</bridgehead>
    7686
     
    93103  <sect2 role="installation">
    94104    <title>Installation of Serf</title>
     105
     106    <para>
     107      First, fix an issue that causes compilation issues in other packages
     108      when using OpenSSL-3:
     109    </para>
     110
     111<screen><userinput remap="pre">patch -Np1 -i ../serf-&serf-version;-openssl3_fixes-1.patch</userinput></screen>
    95112
    96113    <para>
Note: See TracChangeset for help on using the changeset viewer.