Changeset 15e49d1


Ignore:
Timestamp:
12/11/2014 11:03:24 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
6183ddb
Parents:
2347067b
Message:

Update to stunnel-5.08.
BIND-9.10.1-P1: Separate optional test suite fix from build instructions.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2347067b r15e49d1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 10th, &year;">
     9<!ENTITY releasedate  "December 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r2347067b r15e49d1  
    4646
    4747    <listitem>
     48      <para>December 11th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to stunnel-5.08. Fixes
     52          <ulink url="&blfs-ticket-root;5935">#5935</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>December 10th, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    r2347067b r15e49d1  
    3535<!ENTITY shadow-version               "4.2.1">
    3636<!ENTITY ssh-askpass-version          "&openssh-version;">
    37 <!ENTITY stunnel-version              "5.07">
     37<!ENTITY stunnel-version              "5.08">
    3838<!ENTITY sudo-version                 "1.8.11p2">
    3939<!ENTITY tripwire-version             "2.4.2.2">
  • postlfs/security/stunnel.xml

    r2347067b r15e49d1  
    77  <!ENTITY stunnel-download-http "http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz">
    88  <!ENTITY stunnel-download-ftp  "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-md5sum        "c10edd84ecbc676a5a48c7e34ab3d1c5">
    10   <!ENTITY stunnel-size          "588 KB">
    11   <!ENTITY stunnel-buildsize     "5.7 MB">
     9  <!ENTITY stunnel-md5sum        "0028462e7e7cade0bd3b5196498d6051">
     10  <!ENTITY stunnel-size          "596 KB">
     11  <!ENTITY stunnel-buildsize     "5.8 MB">
    1212  <!ENTITY stunnel-time          "0.1 SBU">
    1313]>
     
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para role="optional">
    74       <ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers</ulink>
     74      <ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers</ulink> and
     75      <ulink url="https://dist.torproject.org/">TOR</ulink>
    7576    </para>
    7677
     
    120121            --sysconfdir=/etc    \
    121122            --localstatedir=/var \
     123            --with-ssl=/usr      \
    122124            --disable-systemd    &amp;&amp;
    123125make</userinput></screen>
  • server/major/bind.xml

    r2347067b r15e49d1  
    114114<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    115115
    116     <para>Install <application>BIND</application> by running the
    117     following commands:</para>
     116    <para>If you wish to run the test suite, remove some tests that fail:</para>
    118117
    119118<screen><userinput>sed -e 's/ecdsa //'   \
    120119    -e 's/tsiggss //' \
    121120    -e 's/xfer //'    \
    122     -i bin/tests/system/conf.sh.in &amp;&amp;
    123 
    124 ./configure --prefix=/usr           \
     121    -i bin/tests/system/conf.sh.in</userinput></screen>
     122
     123    <para>Install <application>BIND</application> by running the
     124    following commands:</para>
     125
     126<screen><userinput>./configure --prefix=/usr           \
    125127            --sysconfdir=/etc       \
    126128            --localstatedir=/var    \
Note: See TracChangeset for help on using the changeset viewer.