Changeset 055bdc2


Ignore:
Timestamp:
05/14/2014 03:40:34 AM (10 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.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:
16e2ab9
Parents:
808db59
Message:

Update to libnice-0.1.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r808db59 r055bdc2  
    474474<!ENTITY ldns-version                 "1.6.17">
    475475<!ENTITY libevent-version             "2.0.21">
    476 <!ENTITY libnice-version              "0.1.4">
     476<!ENTITY libnice-version              "0.1.7">
    477477<!ENTITY libnl-version                "3.2.24">
    478478<!ENTITY libpcap-version              "1.5.3">
  • introduction/welcome/changelog.xml

    r808db59 r055bdc2  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to libnice-0.1.7. Fixes
     52           <ulink url="&blfs-ticket-root;4778">#4778</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[bdubbs] - Update to nasm-2.11.04. Fixes
    5256           <ulink url="&blfs-ticket-root;5031">#5031</ulink>.</para>
  • networking/netlibs/libnice.xml

    r808db59 r055bdc2  
    88           "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
    99  <!ENTITY libnice-download-ftp  " ">
    10   <!ENTITY libnice-md5sum        "315c457b092980a4a9a0bea9f0723cce">
    11   <!ENTITY libnice-size          "700 KB">
    12   <!ENTITY libnice-buildsize     "27 MB">
    13   <!ENTITY libnice-time          "0.5 SBU">
     10  <!ENTITY libnice-md5sum        "ed74abea19b3f049baf095f137388f2a">
     11  <!ENTITY libnice-size          "808 KB">
     12  <!ENTITY libnice-buildsize     "35 MB">
     13  <!ENTITY libnice-time          "1.6 SBU">
    1414]>
    1515
     
    107107    </para>
    108108
    109 <screen><userinput>./configure --prefix=/usr \
     109<screen><userinput>./configure --prefix=/usr    \
    110110            --disable-static \
    111111            --without-gstreamer-0.10 &amp;&amp;
     
    113113
    114114    <para>
    115       To test the results, issue: <command>make check</command>.
     115      To test the results, issue: <command>make check</command>. 
     116      Note that two tests, test-io-stream-thread and
     117      test-io-stream-pollable, may fail due to test harness
     118      timing issues.
    116119    </para>
    117120
Note: See TracChangeset for help on using the changeset viewer.