Changeset 8af694bb


Ignore:
Timestamp:
06/17/2015 09:33:56 PM (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.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:
e5bb823
Parents:
0f0ed0b4
Message:

Update to gnutls-3.4.2.
Update to appstream-glib-0.4.0.
Update to xorg-server-1.17.2.
Update to curl-7.43.0.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0f0ed0b4 r8af694bb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 16th &year;">
     9<!ENTITY releasedate  "June 17th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/appstream-glib.xml

    r0f0ed0b4 r8af694bb  
    1212   "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
    1313  <!ENTITY appstream-glib-download-ftp  " ">
    14   <!ENTITY appstream-glib-md5sum        "f4be91093be4d43856258766684e7744">
    15   <!ENTITY appstream-glib-size          "1.6 MB">
    16   <!ENTITY appstream-glib-buildsize     "14 MB (additional 1 MB for the tests)">
    17   <!ENTITY appstream-glib-time          "0.3 SBU ">
     14  <!ENTITY appstream-glib-md5sum        "f3bf922874fe106b55dbb4c7dec0bc9c">
     15  <!ENTITY appstream-glib-size          "1.8 MB">
     16  <!ENTITY appstream-glib-buildsize     "17 MB (with tests)">
     17  <!ENTITY appstream-glib-time          "0.1 SBU (with tests)">
    1818]>
    1919
     
    102102      <xref linkend="docbook-xsl"/>,
    103103      <xref linkend="gtk-doc"/>,
    104       <xref linkend="libxslt"/>, and
     104      <xref linkend="libxslt"/>,
     105      <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gcab/">gcab</ulink>, and
    105106      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
    106107    </para>
     
    120121
    121122
    122 <screen><userinput>./configure --prefix=/usr    \
    123             --disable-static \
    124             --disable-dep11  &amp;&amp;
     123<screen><userinput>./configure --prefix=/usr     \
     124            --disable-dep11   \
     125            --disable-builder \
     126            --disable-static  &amp;&amp;
     127
    125128make</userinput></screen>
    126129
     
    149152
    150153    <para>
    151       <parameter>--disable-dep11</parameter>: Remove this witch, if you have
     154      <parameter>--disable-builder</parameter>: Remove this switch, if you have
     155       <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gcab/">gcab</ulink> installed.
     156    </para>
     157
     158    <para>
     159      <parameter>--disable-dep11</parameter>: Remove this switch, if you have
    152160      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink> installed.
    153161    </para>
  • introduction/welcome/changelog.xml

    r0f0ed0b4 r8af694bb  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>June 17th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to curl-7.43.0.  Fixes
     52          <ulink url="&blfs-ticket-root;6618">#6618</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to xorg-server-1.17.2.  Fixes
     56          <ulink url="&blfs-ticket-root;6617">#6617</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to appstream-glib-0.4.0.  Fixes
     60          <ulink url="&blfs-ticket-root;6615">#6615</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to gnutls-3.4.2.  Fixes
     64          <ulink url="&blfs-ticket-root;6614">#6614</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
    4668
    4769    <listitem>
  • networking/netlibs/curl.xml

    r0f0ed0b4 r8af694bb  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "f1e460020a99da039b153e4bf0cd8600">
     9  <!ENTITY curl-md5sum        "95df6d1ce9c970289d2997e603d6fd79">
    1010  <!ENTITY curl-size          "2.7 MB">
    11   <!ENTITY curl-buildsize     "43 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 9.3 SBU for tests)">
     11  <!ENTITY curl-buildsize     "43 MB (additional 8 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 9.2 SBU for tests, with -j4)">
    1313]>
    1414
  • packages.ent

    r0f0ed0b4 r8af694bb  
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    1515<!ENTITY gnupg2-version               "2.1.5">
    16 <!ENTITY gnutls-version               "3.4.1">
     16<!ENTITY gnutls-version               "3.4.2">
    1717<!ENTITY gpgme-version                "1.5.5">
    1818<!ENTITY haveged-version              "1.9.1">
     
    184184<!-- Chapter 11 -->
    185185<!ENTITY appdata-tools-version        "0.1.8">
    186 <!ENTITY appstream-glib-version       "0.3.0">
     186<!ENTITY appstream-glib-version       "0.4.0">
    187187<!ENTITY compface-version             "1.5.2">
    188188<!ENTITY desktop-file-utils-version   "0.22">
     
    373373
    374374<!-- Chapter 17 -->
    375 <!ENTITY curl-version                 "7.42.1">
     375<!ENTITY curl-version                 "7.43.0">
    376376<!ENTITY geoclue-version              "0.12.0">
    377377<!ENTITY glib-networking-version      "2.44.0">
     
    446446<!ENTITY xcb-util-renderutil-version  "0.3.9">
    447447<!ENTITY xcb-util-wm-version          "0.4.1">
    448 <!ENTITY xorg-server-version          "1.17.1">
     448<!ENTITY xorg-server-version          "1.17.2">
    449449<!ENTITY twm-version                  "1.0.9">
    450450<!ENTITY xterm-version                "318">
  • postlfs/security/gnutls.xml

    r0f0ed0b4 r8af694bb  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "2d04f34fa25b45f9dcb9104c0394e12e">
    10   <!ENTITY gnutls-size          "6.2 MB">
    11   <!ENTITY gnutls-buildsize     "128 MB (with built in API documentation; additional 16 MB for tests)">
    12   <!ENTITY gnutls-time          "0.8 SBU (additional 2.6 SBU for tests)">
     9  <!ENTITY gnutls-md5sum        "4fb4a6253e09aa070e6c467cbb51ba33">
     10  <!ENTITY gnutls-size          "6.3 MB">
     11  <!ENTITY gnutls-buildsize     "145 MB (with built in API documentation and tests)">
     12  <!ENTITY gnutls-time          "4.0 SBU (with built in API documentation and tests)">
    1313]>
    1414
     
    139139            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    140140
    141 sed -e '/FUNCS=/ s/-d/&amp;|uniq/'    \
    142     -e '/get_x509_crt/ {n;d}'     \
    143     -e '/get_x509_key/ {n;d}'     \
    144     -e '/get_verify_flags/ {n;d}' \
    145     -i doc/manpages/Makefile      &amp;&amp;
    146 
    147141make</userinput></screen>
    148142
     
    173167  <sect2 role="commands">
    174168    <title>Command Explanations</title>
    175 
    176     <para>
    177       <command>sed -e ... -i doc/manpages/Makefile</command>:
    178       This command removes some duplicate lines and fixes the manpages Makefile.
    179     </para>
    180169
    181170    <para>
     
    218207        </seg>
    219208        <seg>
    220           /usr/include/gnutls,
    221           /usr/share/gtk-doc/html/gnutls, and
    222           /usr/share/guile/site/gnutls
     209          /usr/{include,share/{gtk-doc/html,guile/site}}/gnutls
    223210        </seg>
    224211      </seglistitem>
  • x/installing/xorg-server.xml

    r0f0ed0b4 r8af694bb  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "5986510d59e394a50126a8e2833e79d3">
     9  <!ENTITY xorg-server-md5sum        "397e405566651150490ff493e463f1ad">
    1010  <!ENTITY xorg-server-size          "5.6 MB">
    11   <!ENTITY xorg-server-buildsize     "410 MB">
    12   <!ENTITY xorg-server-time          "1.6 SBU">
     11  <!ENTITY xorg-server-buildsize     "535 MB (with tests)">
     12  <!ENTITY xorg-server-time          "1.4 SBU (with tests)">
    1313]>
    1414
     
    7575      <listitem>
    7676        <para>
    77           Required patch (if you are using gcc-5):
    78           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-gcc5_fixes-1.patch"/>
    79         </para>
    80       </listitem>
    81       <listitem>
    82         <para>
    8377          Optional patch:
    8478          <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
    85         </para>
    86       </listitem>
    87       <listitem>
    88         <para>
    89           Optional patch:
    90           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-fix_modesetting-1.patch"/>
    9179        </para>
    9280      </listitem>
     
    133121
    134122    <para>
    135       If you are using gcc-5, apply the required patch by running
    136       the following command:
    137     </para>
    138 
    139 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-gcc5_fixes-1.patch</userinput></screen>
    140 
    141     <para>
    142       If you have downloaded the first optional patch, apply it by running
    143       the following command:
     123      If you have downloaded the optional patch, apply it by running the
     124      following command:
    144125    </para>
    145126
    146127<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
    147 
    148     <para>
    149       The <application>modesetting</application> video driver is now included
    150       in the tarball (since version 1.17). It needs to be fixed for 32-bit
    151       machines and for cards which do not support  an hardware mouse pointer.
    152       If you plan to use the modesetting video driver, run the
    153       following command:
    154     </para>
    155 
    156 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-fix_modesetting-1.patch</userinput></screen>
    157128
    158129    <para>
     
    256227        </seg>
    257228        <seg>
    258           $XORG_PREFIX/include/xorg,
    259           $XORG_PREFIX/lib/xorg,
    260           $XORG_PREFIX/share/X11/xorg.conf.d, and
     229          $XORG_PREFIX/{include/xorg,lib/xorg,share/X11/xorg.conf.d} and
    261230          /var/lib/xkb
    262231        </seg>
Note: See TracChangeset for help on using the changeset viewer.