Update to cups-filters-1.11.2

Update to gsl-2.2.1
Update to harfbuzz-1.3.1
Update to pango-1.40.2
Update to PyYAML-3.12
Update to serf-1.3.9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17748 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2016-09-09 03:21:13 +00:00
parent dd6246fb44
commit ba8f1a8dec
8 changed files with 53 additions and 27 deletions

View File

@ -8,10 +8,10 @@
"http://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-download-ftp
"ftp://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-md5sum "d8f70abafd3e9f0bae03c52d1f4e8de5">
<!ENTITY gsl-size "3.7 MB">
<!ENTITY gsl-buildsize "203 MB (with tests)">
<!ENTITY gsl-time "1.5 SBU (with tests)">
<!ENTITY gsl-md5sum "3d90650b7cfe0a6f4b29c2d7b0f86458">
<!ENTITY gsl-size "4.3 MB">
<!ENTITY gsl-buildsize "211 MB (with tests)">
<!ENTITY gsl-time "1.8 SBU (with tests)">
]>
<sect1 id="gsl" xreflabel="Gsl-&gsl-version;">

View File

@ -7,10 +7,10 @@
<!ENTITY harfbuzz-download-http
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
<!ENTITY harfbuzz-download-ftp " ">
<!ENTITY harfbuzz-md5sum "a82d49ff67197bc3c96ea34b98880c52">
<!ENTITY harfbuzz-md5sum "3ec86969a58f2d687bbbf27e5ebd4ee7">
<!ENTITY harfbuzz-size "1.3 MB">
<!ENTITY harfbuzz-buildsize "28 MB (plus 21 MB for tests)">
<!ENTITY harfbuzz-time "0.3 SBU (plus 0.2 SBU for tests)">
<!ENTITY harfbuzz-buildsize "31 MB (plus 15 MB for tests)">
<!ENTITY harfbuzz-time "0.2 SBU (plus 0.2 SBU for tests)">
]>
<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">

View File

@ -6,9 +6,9 @@
<!ENTITY PyYAML-download-http "http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz">
<!ENTITY PyYAML-download-ftp " ">
<!ENTITY PyYAML-md5sum "f50e08ef0fe55178479d3a618efe21db">
<!ENTITY PyYAML-size "244 KB">
<!ENTITY PyYAML-buildsize "13 MB">
<!ENTITY PyYAML-md5sum "4c129761b661d181ebf7ff4eb2d79950">
<!ENTITY PyYAML-size "248 KB">
<!ENTITY PyYAML-buildsize "10 MB">
<!ENTITY PyYAML-time "0.1 SBU">
]>

View File

@ -47,6 +47,30 @@
<listitem>
<para>September 8th, 2016</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to serf-1.3.9. Fixes
<ulink url="&blfs-ticket-root;8253">#8253</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Update to PyYAML-3.12. Fixes
<ulink url="&blfs-ticket-root;8231">#8231</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to pango-1.40.2. Fixes
<ulink url="&blfs-ticket-root;8245">#8245</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to harfbuzz-1.3.1. Fixes
<ulink url="&blfs-ticket-root;8274">#8274</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to gsl-2.2.1. Fixes
<ulink url="&blfs-ticket-root;8237">#8237</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to cups-filters-1.11.2. Fixes
<ulink url="&blfs-ticket-root;8233">#8233</ulink>.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Update to telepathy-mission-control-5.16.4. Fixes
<ulink url="&blfs-ticket-root;8258">#8258</ulink>.</para>

View File

@ -9,10 +9,10 @@
<!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">-->
<!ENTITY serf-download-http "https://archive.apache.org/dist/serf/serf-&serf-version;.tar.bz2">
<!ENTITY serf-download-ftp " ">
<!ENTITY serf-md5sum "2e4efe57ff28cb3202a112e90f0c2889">
<!ENTITY serf-size "140 KB">
<!ENTITY serf-buildsize "2.6 MB (additional 2.2 MB for the tests)">
<!ENTITY serf-time "less than 0.1 SBU (additional 0.3 SBU for the tests)">
<!ENTITY serf-md5sum "370a6340ff20366ab088012cd13f2b57">
<!ENTITY serf-size "144 KB">
<!ENTITY serf-buildsize "3.2 MB (additional 3 MB for the tests)">
<!ENTITY serf-time "less than 0.1 SBU (additional 0.5 SBU for the tests)">
]>
<sect1 id="serf" xreflabel="Serf-&serf-version;">
@ -108,16 +108,18 @@ sed -i "/Default/s:lib_static,::" SConstruct &amp;&amp;
sed -i "/Alias/s:install_static,::" SConstruct &amp;&amp;
scons PREFIX=/usr</userinput></screen>
<!-- I did not find this to be needed as of 1.3.9 -renodr
<para>
If you wish to run the test suite, fix one file:
</para>
<screen><userinput>sed -i test/test_buckets.c \
-e 's://\( buf_size = orig_len + (orig_len / 1000) + 12;\):/\*\1\ */:'</userinput></screen>
-->
<para>
To test the results, issue: <command>scons check</command>. With above
fix, 1 out of 65 tests still fails for unknown reasons.
To test the results, issue: <command>scons check</command>. <!-- With above
fix, 1 out of 65 tests still fails for unknown reasons. -->
</para>
<para>

View File

@ -97,7 +97,7 @@
<!ENTITY gmime-version "2.6.20">
<!ENTITY gobject-introspection-version "1.48.0">
<!ENTITY grantlee-version "5.1.0">
<!ENTITY gsl-version "2.1">
<!ENTITY gsl-version "2.2.1">
<!ENTITY icu-major "57">
<!ENTITY icu-minor "1">
@ -178,7 +178,7 @@
<!ENTITY gegl-version "0.3.8">
<!ENTITY giflib-version "5.1.4">
<!ENTITY graphite2-version "1.3.8">
<!ENTITY harfbuzz-version "1.3.0">
<!ENTITY harfbuzz-version "1.3.1">
<!ENTITY ijs-version "0.35">
<!ENTITY jasper-version "1.900.1">
<!ENTITY lcms-version "1.19">
@ -374,7 +374,7 @@
<!ENTITY pygobject3-version "3.20.1">
<!ENTITY pygtk-version "2.24.0">
<!ENTITY pyxdg-version "0.25">
<!ENTITY PyYAML-version "3.11">
<!ENTITY PyYAML-version "3.12">
<!ENTITY setuptools-version "26.1.0">
<!ENTITY mako-version "1.0.4">
@ -427,7 +427,7 @@
<!ENTITY libsoup-version "2.54.1">
<!ENTITY libtirpc-version "1.0.1">
<!ENTITY neon-version "0.30.1">
<!ENTITY serf-version "1.3.8">
<!ENTITY serf-version "1.3.9">
<!ENTITY uhttpmock-version "0.5.0">
<!-- Chapter 18 -->
@ -526,7 +526,7 @@
<!ENTITY keybinder2-version "0.3.0">
<!ENTITY libnotify-version "0.7.6">
<!ENTITY libxklavier-version "5.4">
<!ENTITY pango-version "1.40.1">
<!ENTITY pango-version "1.40.2">
<!ENTITY pangomm-version "2.40.1">
<!ENTITY qt5-version "5.7.0">
<!ENTITY qtwebkit-version "5.7.0">
@ -803,7 +803,7 @@
<!-- Part XII -->
<!-- Chapter 50 -->
<!ENTITY cups-version "2.1.4">
<!ENTITY cups-filters-version "1.11.1">
<!ENTITY cups-filters-version "1.11.2">
<!ENTITY gs-version "9.19">
<!ENTITY gutenprint-version "5.2.11">

View File

@ -7,10 +7,10 @@
<!ENTITY cups-filters-download-http
"https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
<!ENTITY cups-filters-download-ftp " ">
<!ENTITY cups-filters-md5sum "1c2397093639aa728e4ba866bbdc440c">
<!ENTITY cups-filters-md5sum "019d2161df59da33d93b294d934bc14b">
<!ENTITY cups-filters-size "1.3 MB">
<!ENTITY cups-filters-buildsize "42 MB (with tests)">
<!ENTITY cups-filters-time "0.5 SBU (with tests)">
<!ENTITY cups-filters-time "0.4 SBU (with tests)">
]>
<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">

View File

@ -6,10 +6,10 @@
<!ENTITY pango-download-http "&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
<!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
<!ENTITY pango-md5sum "6fc88c6529890d6c8e03074d57a3eceb">
<!ENTITY pango-md5sum "c4fa70815b0105f876aa9e89b5ae33a5">
<!ENTITY pango-size "1 MB">
<!ENTITY pango-buildsize "21 MB (with tests)">
<!ENTITY pango-time "0.4 SBU (with tests)">
<!ENTITY pango-buildsize "27 MB (with tests)">
<!ENTITY pango-time "0.3 SBU (with tests)">
]>
<sect1 id="pango" xreflabel="Pango-&pango-version;">