Changeset 2ea1836


Ignore:
Timestamp:
10/19/2015 10:03:09 PM (9 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.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:
c870dc3
Parents:
59fdbf7
Message:

Update to qt-5.5.1.
Update to httpd-2.4.17.
Update to sane-backends-1.0.25.
Update to bluez-5.35.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r59fdbf7 r2ea1836  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 18th &year;">
     9<!ENTITY releasedate  "October 19th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/bluez.xml

    r59fdbf7 r2ea1836  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "68581ef1c5e3e5bcec9c57a2d3c57495">
     9  <!ENTITY bluez-md5sum        "9981441d7a61e2ad849b01106fa73445">
    1010  <!ENTITY bluez-size          "1.6 MB">
    11   <!ENTITY bluez-buildsize     "86 MB (with tests)">
    12   <!ENTITY bluez-time          "0.7 SBU (with tests)">
     11  <!ENTITY bluez-buildsize     "59 MB (additional 26 MB for tests)">
     12  <!ENTITY bluez-time          "0.6 SBU (additional 0.2 SBU for tests)">
    1313]>
    1414
     
    274274        </seg>
    275275        <seg>
    276           /{etc,usr/{include,libexec}}/bluetooth and
     276          /etc/bluetooth, /usr/{include,libexec}/bluetooth, and
    277277          /usr/share/doc/bluez-&bluez-version;
    278278        </seg>
  • introduction/welcome/changelog.xml

    r59fdbf7 r2ea1836  
    4646
    4747    <listitem>
     48      <para>October 19th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to qt-5.5.1. Fixes
     52          <ulink url="&blfs-ticket-root;7025">#7025</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to httpd-2.4.17. Fixes
     56          <ulink url="&blfs-ticket-root;7010">#7010</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to sane-backends-1.0.25. Fixes
     60          <ulink url="&blfs-ticket-root;6997">#6997</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to bluez-5.35. Fixes
     64          <ulink url="&blfs-ticket-root;6981">#6981</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
     68
     69    <listitem>
    4870      <para>October 18th, 2015</para>
    4971      <itemizedlist>
  • packages.ent

    r59fdbf7 r2ea1836  
    213213<!ENTITY at-version                   "3.1.16">
    214214<!ENTITY autofs-version               "5.1.1">
    215 <!ENTITY bluez-version                "5.34">
     215<!ENTITY bluez-version                "5.35">
    216216<!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
    217217<!ENTITY cpio-version                 "2.12">
     
    404404<!-- Part V -->
    405405<!-- Chapter 20 -->
    406 <!ENTITY apache-version               "2.4.16">
     406<!ENTITY apache-version               "2.4.17">
    407407<!ENTITY proftpd-version              "1.3.5a">
    408408<!ENTITY vsftpd-version               "3.0.3">
     
    485485<!ENTITY pangomm-version              "2.38.1">
    486486<!ENTITY qt4-version                  "4.8.7">
    487 <!ENTITY qt5-version                  "5.5.0">
     487<!ENTITY qt5-version                  "5.5.1">
    488488<!ENTITY shared-mime-info-version     "1.4">
    489489<!ENTITY startup-notification-version "0.12">
     
    761761
    762762<!-- Chapter 51 -->
    763 <!ENTITY sane-version                 "1.0.24">
     763<!ENTITY sane-version                 "1.0.25">
    764764<!ENTITY sane-fe-version              "1.0.14">
    765765<!ENTITY xsane-version                "0.999">
  • pst/scanning/sane.xml

    r59fdbf7 r2ea1836  
    77  <!ENTITY sane-be-download-http "http://fossies.org/linux/misc//sane-backends-&sane-version;.tar.gz">
    88  <!ENTITY sane-be-download-ftp  " ">
    9   <!ENTITY sane-be-md5sum        "1ca68e536cd7c1852322822f5f6ac3a4">
    10   <!ENTITY sane-be-size          "5.6 MB">
    11   <!ENTITY sane-be-buildsize     "97 MB">
    12   <!ENTITY sane-be-time          "1 SBU">
     9  <!ENTITY sane-be-md5sum        "f9ed5405b3c12f07c6ca51ee60225fe7">
     10  <!ENTITY sane-be-size          "5.7 MB">
     11  <!ENTITY sane-be-buildsize     "129 MB (additional 34 MB for tests)">
     12  <!ENTITY sane-be-time          "1.0 SBU (additional 0.1 SBU for tests)">
    1313
    1414  <!ENTITY sane-fe-download-http "http://alioth.debian.org/frs/download.php/file/1140/sane-frontends-&sane-fe-version;.tar.gz">
     
    157157      <title>Installation of SANE Back Ends</title>
    158158
    159       <note>
    160         <para>
    161           You may safely disregard any messages printed on the screen when you
    162           unpack the tarball.
    163         </para>
    164       </note>
    165 
    166159      <para>The <application>SANE</application> daemon should run with its own
    167160      group.  Create this group by issuing the following commands as the
     
    193186      commands:</para>
    194187
    195             <!-- Not sure why this was there as it works if TeX is installed
    196                  and it doesn't try to use it if TeX is not installed
    197                  -disable-latex &amp;&amp; -->
    198 
    199 <screen><userinput>./configure --prefix=/usr                                    \
    200             --sysconfdir=/etc                                \
    201             --localstatedir=/var                             \
    202             --with-docdir=/usr/share/doc/sane-backend-&sane-version; \
    203             --with-group=scanner                             &amp;&amp;
    204 make                                                         &amp;&amp;
    205 exit</userinput></screen>
     188<screen><userinput>i
     189./configure --prefix=/usr        \
     190            --sysconfdir=/etc    \
     191            --localstatedir=/var \
     192            --with-group=scanner \
     193            --with-docdir=/usr/share/doc/sane-backend-&sane-version; &amp;&amp;
     194make</userinput></screen>
    206195
    207196      <para>If you want to test the results, some files need to be fixed:</para>
    208197
    209 <screen><userinput>sed -i -e 's/Jul 31 07:52:48/Oct  7 08:58:33/'      \
    210        -e 's/1.0.24git/1.0.24/'                     \
    211        testsuite/tools/data/db.ref                  \
    212        testsuite/tools/data/html-mfgs.ref           \
    213        testsuite/tools/data/usermap.ref             \
    214        testsuite/tools/data/html-backends-split.ref \
    215        testsuite/tools/data/udev+acl.ref            \
     198<screen><userinput>sed -i -e 's/Jul 31 07:52:48 2013/Oct 19 13:25:20 2015/'  \
     199       -e 's/1.0.24git/1.0.25/'                           \
     200       testsuite/tools/data/db.ref                        \
     201       testsuite/tools/data/html-mfgs.ref                 \
     202       testsuite/tools/data/usermap.ref                   \
     203       testsuite/tools/data/html-backends-split.ref       \
     204       testsuite/tools/data/udev+acl.ref                  \
    216205       testsuite/tools/data/udev.ref</userinput></screen>
    217206
     
    416405        and scanimage</seg>
    417406        <seg>libsane.so and numerous scanner backend modules</seg>
    418         <seg>/etc/sane.d, /usr/include/sane, /usr/lib/sane, /usr/share/sane,
     407        <seg>/etc/sane.d, /usr/{include,lib,share}/sane,
    419408        and /usr/share/doc/sane-&sane-version;</seg>
    420409      </seglistitem>
  • server/major/apache.xml

    r59fdbf7 r2ea1836  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "2b19cd338fd526dd5a63c57b1e9bfee2">
     10  <!ENTITY apache-md5sum        "cf4dfee11132cde836022f196611a8b7">
    1111  <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "73 MB">
    13   <!ENTITY apache-time          "0.6 SBU">
     12  <!ENTITY apache-buildsize     "75 MB">
     13  <!ENTITY apache-time          "0.7 SBU">
    1414]>
    1515
  • x/lib/qt5.xml

    r59fdbf7 r2ea1836  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "65d5282f3dee0336da9ed1f77148952f">
    13   <!ENTITY qt5-size          "305 MB">
    14   <!ENTITY qt5-buildsize     "7.3 GB (184 MB installed)">
    15   <!ENTITY qt5-time          "90 SBU">
     12  <!ENTITY qt5-md5sum        "c2a249e8795d45200d997d96860d0353">
     13  <!ENTITY qt5-size          "306 MB">
     14  <!ENTITY qt5-buildsize     "7.6 GB (187 MB installed)">
     15  <!ENTITY qt5-time          "98 SBU">
    1616]>
    1717
Note: See TracChangeset for help on using the changeset viewer.