From 8ffdb08d5aee5a719cfd365da0b9dbe33855f51b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 21 Apr 2017 22:39:54 +0000 Subject: [PATCH] Update to libsoup-2.58.0. Update to qemu-2.9.0. Update to guile-2.2.2. Update to unrar-5.5.2. Update to curl-7.54.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18622 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 +- general/prog/guile.xml | 6 +-- general/sysutils/unrar.xml | 2 +- introduction/welcome/changelog.xml | 26 ++++++++++++ networking/netlibs/curl.xml | 65 +++++++++++++----------------- networking/netlibs/libsoup.xml | 8 ++-- packages.ent | 10 ++--- postlfs/virtualization/qemu.xml | 6 +-- 8 files changed, 73 insertions(+), 54 deletions(-) diff --git a/general.ent b/general.ent index 3f25d6db13..57f0c9fb62 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/prog/guile.xml b/general/prog/guile.xml index 752a2a61e0..7877a34fd7 100644 --- a/general/prog/guile.xml +++ b/general/prog/guile.xml @@ -6,10 +6,10 @@ - + - - + + ]> diff --git a/general/sysutils/unrar.xml b/general/sysutils/unrar.xml index 6738e715d6..b9b79026c5 100644 --- a/general/sysutils/unrar.xml +++ b/general/sysutils/unrar.xml @@ -6,7 +6,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ed958155c7..908426ce76 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,32 @@ --> + + April 21st, 2017 + + + [bdubbs] - Update to libsoup-2.58.0. Fixes + #9151. + + + [bdubbs] - Update to qemu-2.9.0. Fixes + #9150. + + + [bdubbs] - Update to guile-2.2.2. Fixes + #9148. + + + [bdubbs] - Update to unrar-5.5.2. Fixes + #9147. + + + [bdubbs] - Update to curl-7.54.0. Fixes + #9145. + + + + April 19th, 2017 diff --git a/networking/netlibs/curl.xml b/networking/netlibs/curl.xml index 4fea6adb8c..75da819248 100644 --- a/networking/netlibs/curl.xml +++ b/networking/netlibs/curl.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -131,52 +131,45 @@ patch -Np1 -i ../curl-&curl-version;-valgrind_filter-1.patch && + ./configure --prefix=/usr \ --disable-static \ --enable-threaded-resolver \ --with-ca-path=/etc/ssl/certs && make - + + + To run the tests for this package, valgrind requires a version of the + /lib/ld-2.23.so (or later) library with debugging symbols present. + Normally in LFS these debugging symbols are stripped at the end of + Chapter 6. To get this library, glibc must be rebuilt with the current + glibc version using the same compiler that was used to build LFS. The + ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then + a symlink needs to be changed: + -cat >> tests/data/DISABLED << "EOF" -564 -700 -701 -703 -706 -707 -708 -709 -710 -711 -712 -EOF - -I had the following fail: - 300 301 303 304 306 309 310 311 312 325 - 400 401 403 406 407 408 409 560 1112 2034 -2035 2037 2038 2041 2042 - - - Bruce 20151016 - -Tests may be using capabilites removed from recent ssh due to -security issues. + ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2 + + Adjust the above instruction as needed for a 32-bit system + or for a different version of glibc + + - and running make test. - --> - - - To run the test suite, issue: make test. + To run the test suite, issue: make test. @@ -192,7 +185,7 @@ find docs \( -name Makefile\* \ -o -name \*.1 \ -o -name \*.3 \) \ -exec rm {} \; && -install -v -d -m755 /usr/share/doc/curl-&curl-version; && +install -v -d -m755 /usr/share/doc/coro-&curl-version; && cp -v -R docs/* /usr/share/doc/curl-&curl-version; diff --git a/networking/netlibs/libsoup.xml b/networking/netlibs/libsoup.xml index 6ae2b64dd8..e1441591d2 100644 --- a/networking/netlibs/libsoup.xml +++ b/networking/netlibs/libsoup.xml @@ -5,12 +5,12 @@ %general-entities; + "&gnome-download-http;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz"> - + "&gnome-download-ftp;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz"> + - + ]> diff --git a/packages.ent b/packages.ent index 86073ccf69..22f931fb87 100644 --- a/packages.ent +++ b/packages.ent @@ -74,7 +74,7 @@ - + @@ -268,7 +268,7 @@ - + @@ -299,7 +299,7 @@ - + @@ -433,7 +433,7 @@ - + @@ -444,7 +444,7 @@ - + diff --git a/postlfs/virtualization/qemu.xml b/postlfs/virtualization/qemu.xml index ebd0884689..e4cfd3a0d3 100644 --- a/postlfs/virtualization/qemu.xml +++ b/postlfs/virtualization/qemu.xml @@ -6,10 +6,10 @@ - + - - + + ]>