Changeset 1e0d6c3


Ignore:
Timestamp:
10/19/2013 01:36:10 PM (11 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.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:
b11e915
Parents:
82af50ed
Message:

Update to glib-2.38.1. Add patch to wireshark-1.10.2. Both, slightly reformatted.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r82af50ed r1e0d6c3  
    212212<!ENTITY expat-version                "2.1.0">
    213213<!ENTITY gamin-version                "0.1.10">
    214 <!ENTITY glib2-version                "2.38.0">
     214<!ENTITY glib2-version                "2.38.1">
    215215<!ENTITY glibmm-version               "2.36.2">
    216216<!ENTITY gmime-version                "2.6.18">
  • general/genlib/glib2.xml

    r82af50ed r1e0d6c3  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.38/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.38/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "c50d2805a76763e9b4cc4385d4ea215d">
     9  <!ENTITY glib2-md5sum        "f3f6789151c1810f2fe23fe9ebb8b828">
    1010  <!ENTITY glib2-size          "6.4 MB">
    11   <!ENTITY glib2-buildsize     "139 MB">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 4.8 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "116 MB (plus 41MB installed)">
     12  <!ENTITY glib2-time          "0.9 SBU (additional 5.6 SBU to run the test suite)">
    1313]>
    1414
     
    144144      To test the results, issue: <command>make -k check</command>.  The
    145145      tests need to be run in a graphical environment.  One test (regex)
    146       fails when using the system pcre package.
     146      fails when using the system pcre package. Test "gdatetime" has been
     147      reported to fail.
    147148    </para>
    148149
     
    153154
    154155    <para>
    155       <parameter>--with-pcre=system</parameter>: This switch causes the
     156      <option>--with-pcre=system</option>: This switch causes the
    156157      build to use a system-provided version of the
    157158      <application>PCRE</application> library instead of an internal
  • introduction/welcome/changelog.xml

    r82af50ed r1e0d6c3  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Add patch to wireshark-1.10.2. Fixes
     51          <ulink url="&blfs-ticket-root;4206">#4206</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to glib-2.38.1. Fixes
     55          <ulink url="&blfs-ticket-root;4182">#4182</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[igor] - Update to libass-0.10.2. Fixes
    5159          <ulink url="&blfs-ticket-root;4202">#4202</ulink>.</para>
  • networking/netutils/wireshark.xml

    r82af50ed r1e0d6c3  
    6969           <ulink url="http://www.wireshark.org/download/docs/"/>
    7070         </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Required patch:
     75          <ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch"/>
     76        </para>
    7177      </listitem>
    7278    </itemizedlist>
     
    160166    the following commands:</para>
    161167
    162 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     168<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch &amp;&amp;
     169./configure --prefix=/usr --sysconfdir=/etc                                  &amp;&amp;
    163170make</userinput></screen>
    164171
     
    214221    use of threads in <command>wireshark</command>.</para>
    215222
    216     <para><option>--with-ssl</option>: This parameter is required if you
     223    <para><parameter>--with-ssl</parameter>: This parameter is required if you
    217224    are linking Kerberos libraries into the build so that the
    218225    <application>OpenSSL</application>
    219226    <filename class='libraryfile'>libcrypto</filename> library is found.</para>
    220227
    221     <para><option>--with-python</option>: This parameter is required if you
     228    <para><parameter>--with-python</parameter>: This parameter is required if you
    222229    want Python bindings built.</para>
    223230
Note: See TracChangeset for help on using the changeset viewer.