[blfs-book] Files in BLFS svn missing on anduin

2017-02-22 Thread via blfs-book
Missing QScintilla_gpl-2.10.tar.gz
Missing gparted-0.28.0.tar.gz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18386 - in trunk/BOOK: general/graphlib general/prog general/sysutils xsoft/graphweb xsoft/other

2017-02-22 Thread via blfs-book
Author: pierre
Date: Wed Feb 22 06:22:59 2017
New Revision: 18386

Log:
Fix a couple of role="root" and typos

Modified:
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/general/prog/gcc-java.xml
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/xsoft/graphweb/chromium.xml
   trunk/BOOK/xsoft/other/rxvt-unicode.xml

Modified: trunk/BOOK/general/graphlib/poppler.xml
==
--- trunk/BOOK/general/graphlib/poppler.xml Tue Feb 21 18:25:05 2017
(r18385)
+++ trunk/BOOK/general/graphlib/poppler.xml Wed Feb 22 06:22:59 2017
(r18386)
@@ -209,8 +209,7 @@
 
 
   If you downloaded the additional encoding data package, install it by
-  issuing the following commands as the
-  root user:
+  issuing the following commands:
 
 
 tar -xf ../poppler-data-&poppler-data-version;.tar.gz 
&&

Modified: trunk/BOOK/general/prog/gcc-java.xml
==
--- trunk/BOOK/general/prog/gcc-java.xmlTue Feb 21 18:25:05 2017
(r18385)
+++ trunk/BOOK/general/prog/gcc-java.xmlWed Feb 22 06:22:59 2017
(r18386)
@@ -313,7 +313,7 @@
   /usr/lib/gcc/*linux-gnu/...:
   If the package is built by a user other than root, the ownership of the
   installed include directory (and
-  its content) will be incorrect. This commands changes the ownership to
+  its content) will be incorrect. This command changes the ownership to
   the root user and group.
 
 

Modified: trunk/BOOK/general/sysutils/dbus.xml
==
--- trunk/BOOK/general/sysutils/dbus.xmlTue Feb 21 18:25:05 2017
(r18385)
+++ trunk/BOOK/general/sysutils/dbus.xmlWed Feb 22 06:22:59 2017
(r18386)
@@ -193,7 +193,7 @@
   root user:
 
 
-mv -v 
/usr/lib/libdbus-1.so.* /lib
+mv -v 
/usr/lib/libdbus-1.so.* /lib
 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) 
/usr/lib/libdbus-1.so
 
 
@@ -460,7 +460,7 @@
 by adding the following lines:
   
 
-# Start the D-Bus session daemon
+# Start the D-Bus session daemon
 eval `dbus-launch`
 export DBUS_SESSION_BUS_ADDRESS
 
@@ -470,7 +470,7 @@
 ~/.bash_logout file:
   
 
-# Kill the D-Bus session daemon
+# Kill the D-Bus session daemon
 kill $DBUS_SESSION_BUS_PID
 
 

Modified: trunk/BOOK/xsoft/graphweb/chromium.xml
==
--- trunk/BOOK/xsoft/graphweb/chromium.xml  Tue Feb 21 18:25:05 2017
(r18385)
+++ trunk/BOOK/xsoft/graphweb/chromium.xml  Wed Feb 22 06:22:59 2017
(r18386)
@@ -277,7 +277,7 @@
 While still the root user,
 install icons and the .desktop file:
 
-for size in 16 32; do
+for size in 16 32; do
 install -vDm644 \
 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" 
\
 "/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"

Modified: trunk/BOOK/xsoft/other/rxvt-unicode.xml
==
--- trunk/BOOK/xsoft/other/rxvt-unicode.xml Tue Feb 21 18:25:05 2017
(r18385)
+++ trunk/BOOK/xsoft/other/rxvt-unicode.xml Wed Feb 22 06:22:59 2017
(r18386)
@@ -180,7 +180,7 @@
 If you use a Desktop Environment, a menu entry can be included,
 issuing, as the root user:
 
-cat > /usr/share/applications/urxvt.desktop << 
"EOF" &&
+cat > /usr/share/applications/urxvt.desktop 
<< "EOF" &&
 [Desktop Entry]
 Encoding=UTF-8
 Name=Rxvt-Unicode Terminal
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18387 - trunk/BOOK/gnome/applications

2017-02-22 Thread via blfs-book
Author: pierre
Date: Wed Feb 22 06:52:13 2017
New Revision: 18387

Log:
Missing para advising to run a command as root

Modified:
   trunk/BOOK/gnome/applications/gnome-color-manager.xml

Modified: trunk/BOOK/gnome/applications/gnome-color-manager.xml
==
--- trunk/BOOK/gnome/applications/gnome-color-manager.xml   Wed Feb 22 
06:22:59 2017(r18386)
+++ trunk/BOOK/gnome/applications/gnome-color-manager.xml   Wed Feb 22 
06:52:13 2017(r18387)
@@ -118,6 +118,10 @@
   This package does not come with a test suite.
 
 
+
+  Now, as the root user:
+
+
 make install
 
   
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8904: tripwire-2.4.3.3

2017-02-22 Thread BLFS Trac via blfs-book
#8904: tripwire-2.4.3.3
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.0
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version.  Can go in 8.0.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8909: curl-7.53.0

2017-02-22 Thread BLFS Trac via blfs-book
#8909: curl-7.53.0
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8907: Log-Log4perl-1.49 (Perl module)

2017-02-22 Thread BLFS Trac via blfs-book
#8907: Log-Log4perl-1.49 (Perl module)
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8911: gparted-0.28.1

2017-02-22 Thread BLFS Trac via blfs-book
#8911: gparted-0.28.1
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.0
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version.  Can go in 8.0.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8910: unbound-1.6.1

2017-02-22 Thread BLFS Trac via blfs-book
#8910: unbound-1.6.1
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.0
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version, Can go in 8.0.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8908: libwww-perl-6.21 (perl-module)

2017-02-22 Thread BLFS Trac via blfs-book
#8908: libwww-perl-6.21 (perl-module)
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8905: libsigsegv-2.11

2017-02-22 Thread BLFS Trac via blfs-book
#8905: libsigsegv-2.11
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8906: wayland-1.13.0

2017-02-22 Thread BLFS Trac via blfs-book
#8906: wayland-1.13.0
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #8904, #8910, #8911

2017-02-22 Thread BLFS Trac via blfs-book
Batch modification to #8904, #8910, #8911 by bdu...@linuxfromscratch.org:


Action: accept

--
Tickets URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8911: gparted-0.28.1

2017-02-22 Thread BLFS Trac via blfs-book
#8911: gparted-0.28.1
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 Release Notes

   This release of GParted restores the ability to move/resize primary
   partitions when an extended partition exists.  The move/resize
   regression was introduced in version 0.28.0.  This release also
   includes some minor bug fixes.

 ### Key changes include:

   * Restore ability to resize/move primary if extended exists
   * Make the Label File System and Name Partition dialogs larger

 Bug Fixes

   * Make the Label File System and Name Partition dialogs larger (#778003)
   * Work around make distcheck issue (#778628)
   * Restore ability to resize/move primary if extended exists (#778700)

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8904: tripwire-2.4.3.3

2017-02-22 Thread BLFS Trac via blfs-book
#8904: tripwire-2.4.3.3
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 2017-02-21 Brian Cox 
* Bump version to 2.4.3.3
* Run Clang static analyzer & fix some of its quibbles
* Fix compilation error on Alpine Linux 3.x
* Fix file permissions on a couple of source files
* Fix some errors w/ make install/uninstall/dist

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18388 - in trunk/BOOK: general/prog server/other x/icons

2017-02-22 Thread via blfs-book
Author: pierre
Date: Wed Feb 22 09:52:51 2017
New Revision: 18388

Log:
A few tags

Modified:
   trunk/BOOK/general/prog/gcc-ada.xml
   trunk/BOOK/general/prog/gcc-java.xml
   trunk/BOOK/general/prog/gcc.xml
   trunk/BOOK/general/prog/openjdk.xml
   trunk/BOOK/server/other/unbound.xml
   trunk/BOOK/x/icons/breeze-icons.xml

Modified: trunk/BOOK/general/prog/gcc-ada.xml
==
--- trunk/BOOK/general/prog/gcc-ada.xml Wed Feb 22 06:52:13 2017(r18387)
+++ trunk/BOOK/general/prog/gcc-ada.xml Wed Feb 22 09:52:51 2017(r18388)
@@ -55,7 +55,7 @@
   GNAT tools.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 
   

Modified: trunk/BOOK/general/prog/gcc-java.xml
==
--- trunk/BOOK/general/prog/gcc-java.xmlWed Feb 22 06:52:13 2017
(r18387)
+++ trunk/BOOK/general/prog/gcc-java.xmlWed Feb 22 09:52:51 2017
(r18388)
@@ -46,7 +46,7 @@
   which cannot be used for building .
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 
   

Modified: trunk/BOOK/general/prog/gcc.xml
==
--- trunk/BOOK/general/prog/gcc.xml Wed Feb 22 06:52:13 2017(r18387)
+++ trunk/BOOK/general/prog/gcc.xml Wed Feb 22 09:52:51 2017(r18388)
@@ -40,7 +40,7 @@
   or for installing additional compilers.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 
   

Modified: trunk/BOOK/general/prog/openjdk.xml
==
--- trunk/BOOK/general/prog/openjdk.xml Wed Feb 22 06:52:13 2017(r18387)
+++ trunk/BOOK/general/prog/openjdk.xml Wed Feb 22 09:52:51 2017(r18388)
@@ -61,7 +61,7 @@
   runtime environment to run Java programs.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 
   

Modified: trunk/BOOK/server/other/unbound.xml
==
--- trunk/BOOK/server/other/unbound.xml Wed Feb 22 06:52:13 2017(r18387)
+++ trunk/BOOK/server/other/unbound.xml Wed Feb 22 09:52:51 2017(r18388)
@@ -37,7 +37,7 @@
   library API as an integral part of the architecture.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/x/icons/breeze-icons.xml
==
--- trunk/BOOK/x/icons/breeze-icons.xml Wed Feb 22 06:52:13 2017(r18387)
+++ trunk/BOOK/x/icons/breeze-icons.xml Wed Feb 22 09:52:51 2017(r18388)
@@ -36,7 +36,7 @@
   but it can be used for other window environments.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18389 - trunk/BOOK/lxde/desktop

2017-02-22 Thread via blfs-book
Author: pierre
Date: Wed Feb 22 10:02:00 2017
New Revision: 18389

Log:
Don t use ck-launch-session in systemd book

Modified:
   trunk/BOOK/lxde/desktop/lxde-common.xml

Modified: trunk/BOOK/lxde/desktop/lxde-common.xml
==
--- trunk/BOOK/lxde/desktop/lxde-common.xml Wed Feb 22 09:52:51 2017
(r18388)
+++ trunk/BOOK/lxde/desktop/lxde-common.xml Wed Feb 22 10:02:00 2017
(r18389)
@@ -155,8 +155,9 @@
 
 
 cat > ~/.xinitrc << "EOF"
-# No need to run dbus-launch, since it is run by startlxde
-ck-launch-session startlxde
+# No need to run dbus-launch, since it is run by 
startlxde
+ck-launch-session startlxde# No need to 
run dbus-launch, since it is run by startlxde
+startlxde
 EOF
 
 startx
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #8904, #8911

2017-02-22 Thread BLFS Trac via blfs-book
Batch modification to #8904, #8911 by bdu...@linuxfromscratch.org:


Action: resolve

Comment:
Fixed at revision 18390.

--
Tickets URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18390 - in trunk/BOOK: . introduction/welcome postlfs/security xsoft/other

2017-02-22 Thread via blfs-book
Author: bdubbs
Date: Wed Feb 22 10:21:38 2017
New Revision: 18390

Log:
Update to tripwire-2.4.3.3.
Update to gparted-0.28.1.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/tripwire.xml
   trunk/BOOK/xsoft/other/gparted.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Wed Feb 22 10:02:00 2017(r18389)
+++ trunk/BOOK/general.ent  Wed Feb 22 10:21:38 2017(r18390)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Feb 22 10:02:00 
2017(r18389)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Feb 22 10:21:38 
2017(r18390)
@@ -42,7 +42,21 @@
 
 -->
 
-  February 20th, 2017
+  February 22nd, 2017
+  
+
+  [bdubbs] - Update to tripwire-2.4.3.3. Fixes
+  #8904.
+
+
+  [bdubbs] - Update to gparted-0.28.1. Fixes
+  #8911.
+
+  
+
+
+
+  February 21st, 2017
   
 
   [bdubbs] - Update to gparted-0.28.0. Fixes

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Feb 22 10:02:00 2017(r18389)
+++ trunk/BOOK/packages.ent Wed Feb 22 10:21:38 2017(r18390)
@@ -41,7 +41,7 @@
 
 
 
-
+
 
 
 
@@ -703,7 +703,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/security/tripwire.xml
==
--- trunk/BOOK/postlfs/security/tripwire.xmlWed Feb 22 10:02:00 2017
(r18389)
+++ trunk/BOOK/postlfs/security/tripwire.xmlWed Feb 22 10:21:38 2017
(r18390)
@@ -6,9 +6,9 @@
 
   https://github.com/Tripwire/tripwire-open-source/archive/&tripwire-version;.tar.gz";>
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/xsoft/other/gparted.xml
==
--- trunk/BOOK/xsoft/other/gparted.xml  Wed Feb 22 10:02:00 2017(r18389)
+++ trunk/BOOK/xsoft/other/gparted.xml  Wed Feb 22 10:21:38 2017(r18390)
@@ -7,7 +7,7 @@
   
   
-  
+  
   
   
   
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8910: unbound-1.6.1 (build problem) (was: unbound-1.6.1)

2017-02-22 Thread BLFS Trac via blfs-book
#8910: unbound-1.6.1 (build problem)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs@…):

 * milestone:  8.0 => hold


Comment:

 there is a build problem with this version.

 https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223

 Moving to hold.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18391 - in trunk/BOOK: general/prog general/sysutils x/installing xsoft/other

2017-02-22 Thread via blfs-book
Author: bdubbs
Date: Wed Feb 22 11:24:59 2017
New Revision: 18391

Log:
Tags.  Finish general section.

Modified:
   trunk/BOOK/general/prog/mercurial.xml
   trunk/BOOK/general/prog/ninja.xml
   trunk/BOOK/general/prog/npapi-sdk.xml
   trunk/BOOK/general/sysutils/autofs.xml
   trunk/BOOK/general/sysutils/initdtools.xml
   trunk/BOOK/general/sysutils/logrotate.xml
   trunk/BOOK/general/sysutils/pax.xml
   trunk/BOOK/general/sysutils/sysstat.xml
   trunk/BOOK/x/installing/x7driver-vmmouse.xml
   trunk/BOOK/x/installing/x7driver-vmware.xml
   trunk/BOOK/xsoft/other/fontforge.xml
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/general/prog/mercurial.xml
==
--- trunk/BOOK/general/prog/mercurial.xml   Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/prog/mercurial.xml   Wed Feb 22 11:24:59 2017
(r18391)
@@ -35,7 +35,7 @@
 written in Python and is used by projects such 
as
 Mozilla and Vim.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/prog/ninja.xml
==
--- trunk/BOOK/general/prog/ninja.xml   Wed Feb 22 10:21:38 2017(r18390)
+++ trunk/BOOK/general/prog/ninja.xml   Wed Feb 22 11:24:59 2017(r18391)
@@ -34,7 +34,7 @@
   speed.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Download this file via wget as:
 wget 
https://github.com/ninja-build/ninja/archive/v&ninja-version;.tar.gz \
@@ -157,7 +157,7 @@
 
 
 ninja doxygen &&
-install -vDm644 doc/doxygen/html/* 
/usr/share/doc/ninja-&ninja-version;/
+install -vDdm644 doc/doxygen/html/* 
/usr/share/doc/ninja-&ninja-version;/
 
   
 

Modified: trunk/BOOK/general/prog/npapi-sdk.xml
==
--- trunk/BOOK/general/prog/npapi-sdk.xml   Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/prog/npapi-sdk.xml   Wed Feb 22 11:24:59 2017
(r18391)
@@ -36,7 +36,7 @@
   provides a clear way to install those headers and depend on them.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/sysutils/autofs.xml
==
--- trunk/BOOK/general/sysutils/autofs.xml  Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/sysutils/autofs.xml  Wed Feb 22 11:24:59 2017
(r18391)
@@ -36,7 +36,7 @@
   based on a set of pre-configured maps.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/sysutils/initdtools.xml
==
--- trunk/BOOK/general/sysutils/initdtools.xml  Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/sysutils/initdtools.xml  Wed Feb 22 11:24:59 2017
(r18391)
@@ -31,7 +31,7 @@
 The initd-tools package contains
 programs to install and remove LSB based bootscripts. 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/sysutils/logrotate.xml
==
--- trunk/BOOK/general/sysutils/logrotate.xml   Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/sysutils/logrotate.xml   Wed Feb 22 11:24:59 2017
(r18391)
@@ -34,7 +34,7 @@
   compression, removal, and mailing of log files.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/sysutils/pax.xml
==
--- trunk/BOOK/general/sysutils/pax.xml Wed Feb 22 10:21:38 2017(r18390)
+++ trunk/BOOK/general/sysutils/pax.xml Wed Feb 22 11:24:59 2017(r18391)
@@ -49,7 +49,7 @@
   conformant systems since LSB version 3.0.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/sysutils/sysstat.xml
==
--- trunk/BOOK/general/sysutils/sysstat.xml Wed Feb 22 10:21:38 2017
(r18390)
+++ trunk/BOOK/general/sysutils/sysstat.xml Wed Feb 22 11:24:59 2017
(r18391)
@@ -35,7 +35,7 @@
 utility, common to many commercial Unixes, and tools you can schedule via
 cron to collect and historize performance and activity data.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/x/installing/x7driver-vmmouse.xml
==
--- trunk/BOOK/x/installing/x7driver-vmmouse.xmlWed Feb 22 10:21:38 
2017(r18390)
+++ trunk/BOOK/x/installing/x7driver-vmmouse.xmlWed Feb 22 11:

[blfs-book] [BLFS Trac] #8912: gnome-autoar-0.2.0

2017-02-22 Thread BLFS Trac via blfs-book
#8912: gnome-autoar-0.2.0
-+-
 Reporter:  renodr   |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New minor version

 {{{
  * Generate vala bindings (Rico Tzschichholz)
  * Check encrypted entry after header is read (Razvan Chitu)
  * Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip' (Razvan
 Chitu)
  * Remove GSettings schema files (Ting-Wei Lan)
 }}}

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8909: curl-7.53.0

2017-02-22 Thread BLFS Trac via blfs-book
#8909: curl-7.53.0
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by renodr):

 {{{
 Hi friends!

 I'm thrilled to once again offer the world a brand new curl release. This
 time with a slightly larger amount of bug fixes than usual, including a
 security advisory (see separate mail following this.) - with contributions
 from no less than 47 individuals.

 As always, run over and get the source tarballs at https://curl.haxx.se/

 Curl and libcurl 7.53.0

  Public curl releases: 163
  Command line options: 205
  curl_easy_setopt() options:   244
  Public functions in libcurl:  61
  Contributors: 1506

 This release includes the following changes:

  o unix_socket: added --abstract-unix-socket and
 CURLOPT_ABSTRACT_UNIX_SOCKET [25]
  o CURLOPT_BUFFERSIZE: support enlarging receive buffer [29]

 This release includes the following bugfixes:

  o CVE-2017-2629: make SSL_VERIFYSTATUS work again [64]
  o gnutls-random: check return code for failed random
  o openssl-random: check return code when asking for random
  o http: remove "Curl_http_done: called premature" message
  o cyassl: use time_t instead of long for timeout
  o build-wolfssl: Sync config with wolfSSL 3.10
  o ftp-gss: check for init before use
  o configure: accept --with-libidn2 instead [1]
  o ftp: failure to resolve proxy should return that error code
  o curl.1: add three more exit codes
  o docs/ciphers: link to our own new page about ciphers
  o vtls: s/SSLEAY/OPENSSL - fixes multi_socket timeouts with openssl [2]
  o darwinssl: fix iOS build [3]
  o darwinssl: fix CFArrayRef leak [4]
  o cmake: use crypt32.lib when building with OpenSSL on windows [5]
  o curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked [6]
  o digest_sspi: copy terminating NUL as well [7]
  o curl: fix --remote-time incorrect times on Windows [8]
  o curl.1: several updates and corrections [11]
  o content_encoding: change return code on a failure
  o curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
  o docs: TCP_KEEPALIVE start and interval default to 60 [9]
  o darwinssl: --insecure overrides --cacert if both settings are in use
 [10]
  o TheArtOfHttpScripting: grammar
  o CIPHERS.md: document GSKit ciphers
  o wolfssl: support setting cipher list
  o wolfssl: display negotiated SSL version and cipher
  o lib506: fix build for Open Watcom [12]
  o asiohiper: improved socket handling [13]
  o examples: make the C++ examples follow our code style too
  o tests/sws: retry send() on EWOULDBLOCK [14]
  o cmake: Fix passing _WINSOCKAPI_ macro to compiler [15]
  o smtp: Fix STARTTLS denied error message
  o imap/pop3: don't print response character in STARTTLS denied messages
 [16]
  o rand: make it work without TLS backing [17]
  o url: fix parsing for when 'file' is the default protocol [18]
  o url: allow file://X:/path URLs on windows again [19]
  o gnutls: check for alpn and ocsp in configure [20]
  o IDN: Use TR46 'non-transitional' for toASCII translations [21]
  o url: Fix NO_PROXY env var to work properly with --proxy option [22]
  o CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char* [23]
  o docs: Add note about libcurl copying strings to CURLOPT_* manpages [24]
  o curl: reset the easy handle at --next
  o --next docs: --trace and --trace-ascii are also global
  o --write-out docs: 'time_total' is not always shown with ms precision
  o http: print correct HTTP string in verbose output when using HTTP/2
  o docs: improved language in README.md HISTORY.md CONTRIBUTE.md [26]
  o http2: disable server push if not requested [27]
  o nss: use the correct lock in nss_find_slot_by_name()
  o usercertinmem.c: improve the short description
  o CURLOPT_CONNECT_TO: Fix compile warnings
  o docs: non-blocking SSL handshake is now supported with NSS
  o *.rc: escape non-ASCII/non-UTF-8 character for clarity [28]
  o mbedTLS: fix multi interface non-blocking handshake [30]
  o PolarSSL: fix multi interface non-blocking handshake [31]
  o VC: remove the makefile.vc6 build infra [32]
  o telnet: fix windows compiler warnings [33]
  o cookies: do not assume a valid domain has a dot
  o polarssl: fix hangs
  o gnutls: disable TLS session tickets [34]
  o mbedtls: disable TLS session tickets [35]
  o mbedtls: implement CTR-DRBG and HAVEGE random generators [36]
  o openssl: Don't use certificate after transferring ownership [37]
  o cmake: Support curl --xattr when built with cmake [38]
  o OS400: Fix symbols [39]
  o docs: Add more HTTPS proxy documentation [40]
  o docs: use more HTTPS links [41]
  o cmdline-opts: Fixed build and test in out of source tree builds
  o CHANGES.0: removed
  o schannel: Remove 

Re: [blfs-book] [BLFS Trac] #8909: curl-7.53.0 (CVE-2017-2629) (was: curl-7.53.0)

2017-02-22 Thread BLFS Trac via blfs-book
#8909: curl-7.53.0 (CVE-2017-2629)
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  high |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by renodr):

 * priority:  normal => high


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18392 - in trunk/BOOK: x/dm xsoft/graphweb

2017-02-22 Thread via blfs-book
Author: pierre
Date: Wed Feb 22 13:28:29 2017
New Revision: 18392

Log:
Tags

Modified:
   trunk/BOOK/x/dm/lxdm.xml
   trunk/BOOK/x/dm/sddm.xml
   trunk/BOOK/xsoft/graphweb/chromium.xml

Modified: trunk/BOOK/x/dm/lxdm.xml
==
--- trunk/BOOK/x/dm/lxdm.xmlWed Feb 22 11:24:59 2017(r18391)
+++ trunk/BOOK/x/dm/lxdm.xmlWed Feb 22 13:28:29 2017(r18392)
@@ -41,7 +41,7 @@
   LightDM.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/x/dm/sddm.xml
==
--- trunk/BOOK/x/dm/sddm.xmlWed Feb 22 11:24:59 2017(r18391)
+++ trunk/BOOK/x/dm/sddm.xmlWed Feb 22 13:28:29 2017(r18392)
@@ -38,7 +38,7 @@
   display manager based upon Qt and QML.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/graphweb/chromium.xml
==
--- trunk/BOOK/xsoft/graphweb/chromium.xml  Wed Feb 22 11:24:59 2017
(r18391)
+++ trunk/BOOK/xsoft/graphweb/chromium.xml  Wed Feb 22 13:28:29 2017
(r18392)
@@ -35,7 +35,7 @@
 that aims to build a safer, faster, and more stable way for all users to
 experience the web.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18393 - in trunk/BOOK: networking/netlibs networking/netutils xsoft/other

2017-02-22 Thread via blfs-book
Author: bdubbs
Date: Wed Feb 22 13:57:24 2017
New Revision: 18393

Log:
More tags -- almost done

Modified:
   trunk/BOOK/networking/netlibs/ldns.xml
   trunk/BOOK/networking/netlibs/nghttp2.xml
   trunk/BOOK/networking/netutils/mod_dnssd.xml
   trunk/BOOK/networking/netutils/wireshark.xml
   trunk/BOOK/xsoft/other/ekiga.xml
   trunk/BOOK/xsoft/other/icedtea-web.xml
   trunk/BOOK/xsoft/other/pidgin.xml
   trunk/BOOK/xsoft/other/rox-filer.xml
   trunk/BOOK/xsoft/other/tigervnc.xml
   trunk/BOOK/xsoft/other/transmission.xml

Modified: trunk/BOOK/networking/netlibs/ldns.xml
==
--- trunk/BOOK/networking/netlibs/ldns.xml  Wed Feb 22 13:28:29 2017
(r18392)
+++ trunk/BOOK/networking/netlibs/ldns.xml  Wed Feb 22 13:57:24 2017
(r18393)
@@ -36,7 +36,7 @@
   includes the drill tool.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netlibs/nghttp2.xml
==
--- trunk/BOOK/networking/netlibs/nghttp2.xml   Wed Feb 22 13:28:29 2017
(r18392)
+++ trunk/BOOK/networking/netlibs/nghttp2.xml   Wed Feb 22 13:57:24 2017
(r18393)
@@ -34,7 +34,7 @@
   its header compression algorithm, HPACK.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netutils/mod_dnssd.xml
==
--- trunk/BOOK/networking/netutils/mod_dnssd.xmlWed Feb 22 13:28:29 
2017(r18392)
+++ trunk/BOOK/networking/netutils/mod_dnssd.xmlWed Feb 22 13:57:24 
2017(r18393)
@@ -37,7 +37,7 @@
   available to clients compatible with the protocol.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netutils/wireshark.xml
==
--- trunk/BOOK/networking/netutils/wireshark.xmlWed Feb 22 13:28:29 
2017(r18392)
+++ trunk/BOOK/networking/netutils/wireshark.xmlWed Feb 22 13:57:24 
2017(r18393)
@@ -43,7 +43,7 @@
   other popular network analyzers.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/ekiga.xml
==
--- trunk/BOOK/xsoft/other/ekiga.xmlWed Feb 22 13:28:29 2017(r18392)
+++ trunk/BOOK/xsoft/other/ekiga.xmlWed Feb 22 13:57:24 2017(r18393)
@@ -39,7 +39,7 @@
   video.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/icedtea-web.xml
==
--- trunk/BOOK/xsoft/other/icedtea-web.xml  Wed Feb 22 13:28:29 2017
(r18392)
+++ trunk/BOOK/xsoft/other/icedtea-web.xml  Wed Feb 22 13:57:24 2017
(r18393)
@@ -33,7 +33,7 @@
 Java browser plugin, and a new webstart
 implementation, licensed under GPLV3.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/pidgin.xml
==
--- trunk/BOOK/xsoft/other/pidgin.xml   Wed Feb 22 13:28:29 2017(r18392)
+++ trunk/BOOK/xsoft/other/pidgin.xml   Wed Feb 22 13:57:24 2017(r18393)
@@ -35,7 +35,7 @@
   GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/rox-filer.xml
==
--- trunk/BOOK/xsoft/other/rox-filer.xmlWed Feb 22 13:28:29 2017
(r18392)
+++ trunk/BOOK/xsoft/other/rox-filer.xmlWed Feb 22 13:57:24 2017
(r18393)
@@ -35,7 +35,7 @@
   manager.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/tigervnc.xml
==
--- trunk/BOOK/xsoft/other/tigervnc.xml Wed Feb 22 13:28:29 2017(r18392)
+++ trunk/BOOK/xsoft/other/tigervnc.xml Wed Feb 22 13:57:24 2017(r18393)
@@ -36,7 +36,7 @@
 viewing of the remote graphical desktop.
 
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/xsoft/other/transmission.xml
==
--- trunk/BOOK/xsoft/other/transmission.xml Wed Feb 22 13:28:29 2017
(r18392)
+++ trunk/BOOK/xsoft/other/transmission.xml Wed Feb 22 13:57:24 2017
(r18393)
@@ -36,7 +36,7 @@
   bandwidth.
 
 
-&lfs7a_checked;
+&lfs80_c

[blfs-book] r18394 - trunk/BOOK/networking/mailnews

2017-02-22 Thread via blfs-book
Author: ken
Date: Wed Feb 22 16:21:14 2017
New Revision: 18394

Log:
Tags

Modified:
   trunk/BOOK/networking/mailnews/fetchmail.xml
   trunk/BOOK/networking/mailnews/mutt.xml

Modified: trunk/BOOK/networking/mailnews/fetchmail.xml
==
--- trunk/BOOK/networking/mailnews/fetchmail.xmlWed Feb 22 13:57:24 
2017(r18393)
+++ trunk/BOOK/networking/mailnews/fetchmail.xmlWed Feb 22 16:21:14 
2017(r18394)
@@ -34,7 +34,7 @@
 forwards it to the local (client) machine's delivery system, so it can 
then be
 read by normal mail user agents.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==
--- trunk/BOOK/networking/mailnews/mutt.xml Wed Feb 22 13:57:24 2017
(r18393)
+++ trunk/BOOK/networking/mailnews/mutt.xml Wed Feb 22 16:21:14 2017
(r18394)
@@ -34,7 +34,7 @@
 Agent. This is useful for reading, writing, replying to, saving, and
 deleting your email.
 
-&lfs7a_checked;
+&lfs80_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18395 - in trunk/BOOK: . general/genlib introduction/welcome

2017-02-22 Thread via blfs-book
Author: dj
Date: Wed Feb 22 16:35:47 2017
New Revision: 18395

Log:
Update to flash player 24.0.0.221.

Modified:
   trunk/BOOK/general/genlib/libgcrypt.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/libgcrypt.xml
==
--- trunk/BOOK/general/genlib/libgcrypt.xml Wed Feb 22 16:21:14 2017
(r18394)
+++ trunk/BOOK/general/genlib/libgcrypt.xml Wed Feb 22 16:35:47 2017
(r18395)
@@ -82,8 +82,8 @@
 
 Optional
 
-   and
-  ,
+  
+   and
(or )
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Feb 22 16:21:14 
2017(r18394)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Feb 22 16:35:47 
2017(r18395)
@@ -45,6 +45,9 @@
   February 22nd, 2017
   
 
+  [dj] - Update to flash player 24.0.0.221.
+
+
   [bdubbs] - Update to tripwire-2.4.3.3. Fixes
   #8904.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Feb 22 16:21:14 2017(r18394)
+++ trunk/BOOK/packages.ent Wed Feb 22 16:35:47 2017(r18395)
@@ -694,7 +694,7 @@
 
 
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] BLFS Package Currency Check - 2017-02-23 06:45:01 GMT

2017-02-22 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: nss 3.29 3.29.1   #8894
chapter 04: openssl 1.0.2k   1.1.0e   #8214
chapter 05: fuse2.9.73.0.0#8626
chapter 06: dash0.5.9.1  0
chapter 06: ed  1.14.1   1.14.2   #4911
chapter 06: emacs   25.1 25.1.91  #8579
chapter 09: libqmi  1.16.2   1.17.900 #8782
chapter 09: libsigsegv  2.10 2.11 #8905
chapter 09: wayland 1.12.0   1.13.0   #8906
chapter 10: poppler 0.51.0   0.52.0   #8892
chapter 11: ImageMagick66.9.7-8  6.9.7-9  #7859
chapter 11: ImageMagick77.0.4-8  7.0.5-0  #7859
chapter 11: screen  4.4.04.5.0#7754
chapter 12: dbus1.10.14  1.10.16  #8891
chapter 12: pciutils3.5.23.5.3#8887
chapter 12: unzip   60   manual   #7865
chapter 12: zip 30   manual   #4911
chapter 13: Log-Log4perl1.48 1.49 #8907
chapter 13: Net-DNS 1.07 1.08 #8901
chapter 13: cmake   3.7.2pending  
chapter 13: libwww-perl 6.19 6.21 #8908
chapter 13: lxml3.7.23.7.3#8900
chapter 13: npapi-sdk   0.27.2   0
chapter 17: curl7.52.1   7.53.0   #8909
chapter 20: unbound 1.6.01.6.1#8910
chapter 24: libinput1.6.11.6.2#8902
chapter 24: mesa13.0.4   17.0.0   #8884
chapter 37: exo 0.10.7   0.11.2   #8251
chapter 37: parole  0.8.10.9.0#8870
chapter 43: inkscape0.92.0   0.92.1   #8899
chapter 43: xdg-utils   1.1.10
chapter 46: gst-plugins-bad 1.10.3   0
chapter 46: x26420170212 daily#7555
chapter 46: x2652.3  0
chapter 47: transcode   1.1.70

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page