[blfs-book] r17358 - trunk/BOOK

2016-05-14 Thread via blfs-book
Author: bdubbs
Date: Sat May 14 22:58:36 2016
New Revision: 17358

Log:
Fix xcb-util-cursor revision

Modified:
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sat May 14 21:19:39 2016(r17357)
+++ trunk/BOOK/packages.ent Sat May 14 22:58:36 2016(r17358)
@@ -464,7 +464,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 - 2016-05-15 05:45:01 GMT

2016-05-14 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: gnutls  3.4.11   3.5.0#7819
chapter 05: LVM22.02.152 2.02.154 #7806
chapter 05: btrfs-progs 4.5.24.5.3#7836
chapter 06: qemu2.5.12.6.0#7820
chapter 06: vim 7.4  0
chapter 09: boost   1_60_0   1_61_0   #7840
chapter 09: glib2.48.0   2.48.1   #7823
chapter 10: LibRaw  0.17.1   0.17.2   #7847
chapter 12: unrar   5.3.11   5.4.1#7830
chapter 14: NetworkManager  1.2.01.2.2#7837
chapter 14: dhcpcd  6.10.3   6.11.0   #7821
chapter 17: glib-networking 2.48.1   2.48.2   #7823
chapter 20: mariadb 10.1.13  10.1.14  #7831
chapter 20: postgresql  9.5.29.5.3#7841
chapter 24: libevdev1.4.61.5.0#7842
chapter 24: xcb-util-cursor 0.1.20.1.3
chapter 24: xf86-input-wacom0.32.0   0.33.0   #7848
chapter 26: icon-naming-utils   0.8.90   0
chapter 32: kf5-apps16.04.0  16.04.1  #7832
chapter 32: plasma5 5.6.25.6.4#7765
chapter 36: network-manager-appl1.2.01.2.2#7837
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: libkscreen  5.6.25.6.4#7765
chapter 43: libreoffice 5.1.2.2  5.1.3.2  #7844
chapter 43: thunderbird 45.0 45.1.0   #7838
chapter 46: pulseaudio  8.0  8.99.1   #7845
chapter 46: x26420160220 daily#7555
chapter 47: mplayer SVN-r37794   daily#7556
chapter 47: simpleburn  1.6.50
chapter 50: biblatex3.3  3.4  #7834
chapter 50: biblatex-biber  2.4  2.5  #7835

-- 
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] #7793: libxml2 Security Issues

2016-05-14 Thread BLFS Trac via blfs-book
#7793: libxml2 Security Issues
-+-
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r17357

--
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] r17357 - branches/systemd/general/genlib branches/systemd/introduction/welcome trunk/BOOK trunk/BOOK/general/genlib trunk/BOOK/introduction/welcome

2016-05-14 Thread via blfs-book
Author: renodr
Date: Sat May 14 21:19:39 2016
New Revision: 17357

Log:
Add security fixes for libxml2 to both books.

Modified:
   branches/systemd/general/genlib/libxml2.xml
   branches/systemd/introduction/welcome/changelog.xml
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: branches/systemd/general/genlib/libxml2.xml
==
--- branches/systemd/general/genlib/libxml2.xml Sat May 14 21:06:25 2016
(r17356)
+++ branches/systemd/general/genlib/libxml2.xml Sat May 14 21:19:39 2016
(r17357)
@@ -37,6 +37,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   
@@ -80,6 +82,12 @@
   enables make check to do complete testing.
 
   
+  
+
+  Required patch:
+  
+
+  
 
 
 libxml2 Dependencies
@@ -118,7 +126,8 @@
   commands:
 
 
-./configure --prefix=/usr --disable-static --with-history 

+patch -Np1 -i 
../libxml2--security_fixes-1.patch 
+./configure --prefix=/usr --disable-static --with-history 
 make
 
 If you downloaded the testsuite, issue the following command:

Modified: branches/systemd/introduction/welcome/changelog.xml
==
--- branches/systemd/introduction/welcome/changelog.xml Sat May 14 21:06:25 
2016(r17356)
+++ branches/systemd/introduction/welcome/changelog.xml Sat May 14 21:19:39 
2016(r17357)
@@ -45,6 +45,15 @@
 -->
 
 
+  May 15th, 2016
+  
+
+  [renodr] - Add patch to fix libxml2 security issues.
+
+  
+
+
+
   May 14th, 2016
   
 

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sat May 14 21:06:25 2016(r17356)
+++ trunk/BOOK/general.ent  Sat May 14 21:19:39 2016(r17357)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/libxml2.xml
==
--- trunk/BOOK/general/genlib/libxml2.xml   Sat May 14 21:06:25 2016
(r17356)
+++ trunk/BOOK/general/genlib/libxml2.xml   Sat May 14 21:19:39 2016
(r17357)
@@ -80,6 +80,12 @@
   enables make check to do complete testing.
 
   
+  
+
+  Required patch:
+  
+
+  
 
 
 libxml2 Dependencies
@@ -118,7 +124,8 @@
   commands:
 
 
-./configure --prefix=/usr --disable-static --with-history 

+patch -Np1 -i 
../libxml2--security_fixes-1.patch 
+./configure --prefix=/usr --disable-static --with-history 
 make
 
 If you downloaded the testsuite, issue the following command:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat May 14 21:06:25 
2016(r17356)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sat May 14 21:19:39 
2016(r17357)
@@ -44,6 +44,17 @@
 
 -->
 
+  May 14th, 2016
+  
+
+  [renodr] - Add security patch for libxml2. This patch
+  fixes CVE-2016-3627 and CVE-2016-3705. Fixes
+  #7793.
+
+   
+
+
+
   May 13th, 2016
   
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r17356 - in branches/systemd: . general/genlib general/genutils general/prog general/sysutils postlfs/config postlfs/security

2016-05-14 Thread via blfs-book
Author: renodr
Date: Sat May 14 21:06:25 2016
New Revision: 17356

Log:
GCC6 Tags

Modified:
   branches/systemd/general.ent
   branches/systemd/general/genlib/boost.xml
   branches/systemd/general/genlib/libatomic_ops.xml
   branches/systemd/general/genlib/libffi.xml
   branches/systemd/general/genlib/libunistring.xml
   branches/systemd/general/genlib/lzo.xml
   branches/systemd/general/genutils/screen.xml
   branches/systemd/general/prog/check.xml
   branches/systemd/general/prog/dejagnu.xml
   branches/systemd/general/prog/expect.xml
   branches/systemd/general/prog/gc.xml
   branches/systemd/general/prog/gdb.xml
   branches/systemd/general/prog/guile.xml
   branches/systemd/general/prog/python2.xml
   branches/systemd/general/prog/tcl.xml
   branches/systemd/general/sysutils/which.xml
   branches/systemd/postlfs/config/lsb-release.xml
   branches/systemd/postlfs/security/cacerts.xml
   branches/systemd/postlfs/security/openssh.xml
   branches/systemd/postlfs/security/openssl.xml
   branches/systemd/postlfs/security/sudo.xml

Modified: branches/systemd/general.ent
==
--- branches/systemd/general.entSat May 14 14:15:35 2016(r17355)
+++ branches/systemd/general.entSat May 14 21:06:25 2016(r17356)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: branches/systemd/general/genlib/boost.xml
==
--- branches/systemd/general/genlib/boost.xml   Sat May 14 14:15:35 2016
(r17355)
+++ branches/systemd/general/genlib/boost.xml   Sat May 14 21:06:25 2016
(r17356)
@@ -38,6 +38,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/genlib/libatomic_ops.xml
==
--- branches/systemd/general/genlib/libatomic_ops.xml   Sat May 14 14:15:35 
2016(r17355)
+++ branches/systemd/general/genlib/libatomic_ops.xml   Sat May 14 21:06:25 
2016(r17356)
@@ -41,6 +41,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/genlib/libffi.xml
==
--- branches/systemd/general/genlib/libffi.xml  Sat May 14 14:15:35 2016
(r17355)
+++ branches/systemd/general/genlib/libffi.xml  Sat May 14 21:06:25 2016
(r17356)
@@ -38,6 +38,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/genlib/libunistring.xml
==
--- branches/systemd/general/genlib/libunistring.xmlSat May 14 14:15:35 
2016(r17355)
+++ branches/systemd/general/genlib/libunistring.xmlSat May 14 21:06:25 
2016(r17356)
@@ -35,6 +35,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/genlib/lzo.xml
==
--- branches/systemd/general/genlib/lzo.xml Sat May 14 14:15:35 2016
(r17355)
+++ branches/systemd/general/genlib/lzo.xml Sat May 14 21:06:25 2016
(r17356)
@@ -37,6 +37,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/genutils/screen.xml
==
--- branches/systemd/general/genutils/screen.xmlSat May 14 14:15:35 
2016(r17355)
+++ branches/systemd/general/genutils/screen.xmlSat May 14 21:06:25 
2016(r17356)
@@ -40,6 +40,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/prog/check.xml
==
--- branches/systemd/general/prog/check.xml Sat May 14 14:15:35 2016
(r17355)
+++ branches/systemd/general/prog/check.xml Sat May 14 21:06:25 2016
(r17356)
@@ -37,6 +37,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/prog/dejagnu.xml
==
--- branches/systemd/general/prog/dejagnu.xml   Sat May 14 14:15:35 2016
(r17355)
+++ branches/systemd/general/prog/dejagnu.xml   Sat May 14 21:06:25 2016
(r17356)
@@ -39,6 +39,8 @@
 
 _checked;
 
+_checked;
+
 Package Information
 
   

Modified: branches/systemd/general/prog/expect.xml
==
--- branches/systemd/general/prog/expect.xmlSat May 14 14:15:35 2016
(r17355)
+++ 

Re: [blfs-book] [BLFS Trac] #7842: libevdev-1.5.0

2016-05-14 Thread BLFS Trac via blfs-book
#7842: libevdev-1.5.0
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by Krejzi):

 Ah, I suppose you have an older version of linux-api-headers installed.
 Mine is 4.5, which is up to par with upstream's uinput.h, which explains
 why I am able to build the package.

--
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] r17355 - in branches/systemd: . archive general/genutils introduction/welcome multimedia/audioutils multimedia/cdwriteutils multimedia/libdriv multimedia/videoutils networking/netprogs net

2016-05-14 Thread via blfs-book
Author: renodr
Date: Sat May 14 14:15:35 2016
New Revision: 17355

Log:
Updated to Qt-5.6.0 (merged from trunk... not tested yet)
Added qtwebkit5 page from trunk
Force gst-plugins-base to use Qt5
Added qt5 as a dependency for gst-plugins-bad
Forced wpa_supplicant to use Qt5
Removed the Qt4 dependency from NetworkManager
Forced VLC to use Qt5
Archived qtchooser
Archived Amarok (will probably be readded when an official Qt5/KF5 ready 
release is provided)
Archived k3b (will probably be readded whan an official Qt5/KF5 ready release 
is made)
Dependency changes to Qt5

Added:
   branches/systemd/archive/amarok.xml
  - copied unchanged from r17354, 
branches/systemd/multimedia/audioutils/amarok.xml
   branches/systemd/archive/k3b.xml
  - copied unchanged from r17354, 
branches/systemd/multimedia/cdwriteutils/k3b.xml
   branches/systemd/archive/qtchooser.xml
  - copied unchanged from r17354, 
branches/systemd/general/genutils/qtchooser.xml
   branches/systemd/x/lib/qtwebkit5.xml
  - copied unchanged from r17353, trunk/BOOK/x/lib/qtwebkit5.xml
Deleted:
   branches/systemd/general/genutils/qtchooser.xml
   branches/systemd/multimedia/audioutils/amarok.xml
   branches/systemd/multimedia/cdwriteutils/k3b.xml
Modified:
   branches/systemd/general/genutils/genutils.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/gst10-plugins-bad.xml
   branches/systemd/multimedia/libdriv/gst10-plugins-base.xml
   branches/systemd/multimedia/videoutils/vlc.xml
   branches/systemd/networking/netprogs/wpa_supplicant.xml
   branches/systemd/networking/netutils/networkmanager.xml
   branches/systemd/packages.ent
   branches/systemd/x/lib/lib.xml
   branches/systemd/x/lib/qt5.xml

Copied: branches/systemd/archive/amarok.xml (from r17354, 
branches/systemd/multimedia/audioutils/amarok.xml)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/systemd/archive/amarok.xml Sat May 14 14:15:35 2016
(r17355, copy of r17354, branches/systemd/multimedia/audioutils/amarok.xml)
@@ -0,0 +1,209 @@
+
+http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; [
+  
+  %general-entities;
+
+  
+  
+  
+  
+  
+  
+]>
+
+
+  
+
+  
+$LastChangedBy$
+$Date$
+  
+
+  Amarok-
+
+  
+Amarok
+  
+
+  
+Introduction to Amarok
+
+
+  Amarok is a powerful audio player for
+  the KDE environment. Features include a context browser, integration
+  with many online music  services and support for management of
+  several digital music players including Apple's iPod.
+
+
+_checked;
+
+Package Information
+
+  
+
+  Download (HTTP): 
+
+  
+  
+
+  Download (FTP): 
+
+  
+  
+
+  Download MD5 sum: 
+
+  
+  
+
+  Download size: 
+
+  
+  
+
+  Estimated disk space required: 
+
+  
+  
+
+  Estimated build time: 
+
+  
+
+
+Amarok Dependencies
+
+Required
+
+  ,
+   or http://www.mysql.com/;>MySQL, and
+  
+
+
+Recommended
+
+   and
+   (for CD-ROM accesa and control) and
+  
+
+
+Optional
+
+   (for MP3tunes integration),
+   (for MP3tunes integration),
+   (for MP3tunes integration),
+  ,
+  nepomuk-core,
+  http://kollide.net/~jefferai/;>Taglib-extras,
+  http://code.google.com/p/clamz/;>Clamz (For Amazon 
integration),
+  http://www.gtkpod.org/libgpod.html;>libgpod (for 
iPod support),
+  https://github.com/lastfm/liblastfm;>liblastfm (for 
Last.fm integration),
+  http://libmtp.sourceforge.net/;>libmtp (for MTP 
device support),
+  http://wiki.gpodder.org/wiki/Libmygpo-qt;>libmygpo-qt (for 
gpodder.net podcast support),
+  http://code.google.com/p/musicip-libofa;>libofa (for 
MusicDNS support),
+  Loudmouth (for 
MP3tunes integration),
+  http://code.google.com/p/qtscriptgenerator/;>qtscript-qt, and
+  http://code.google.com/p/googlemock/;>Google Mock 
(for tests)
+
+
+User Notes:
+  
+
+  
+
+  
+Installation of Amarok
+
+Amarok depends strongly on $KDE_PREFIX.  If a new version of
+KDE is installed in a different location (for instance installing kde in a
+versioned directory of /opt), then this package will need to be
+reinstalled.
+
+
+  Install Amarok by running
+  the following commands:
+
+
+sed -i '/set.TAGLIB_MIN_VERSION/s/7/10/' CMakeLists.txt 

+
+mkdir build 
+cdbuild 
+
+cmake -DCMAKE_INSTALL_PREFIX= \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DKDE4_BUILD_TESTS=OFF \
+  -Wno-dev .. 
+make
+
+
+  Now, as the root user:
+
+
+make install
+
+  
+
+  
+Command Explanations
+
+
+  sed ... CMakeLists.txt: Change the 

[blfs-book] r17354 - in branches/systemd: . general/genlib general/genutils general/prog general/sysutils introduction/welcome multimedia/libdriv networking/mailnews networking/netprogs postlfs/filesy

2016-05-14 Thread via blfs-book
Author: renodr
Date: Sat May 14 13:19:09 2016
New Revision: 17354

Log:
Merge to trunk r17352

Modified:
   branches/systemd/general.ent
   branches/systemd/general/genlib/libinput.xml
   branches/systemd/general/genlib/libksba.xml
   branches/systemd/general/genlib/talloc.xml
   branches/systemd/general/genutils/imagemagick.xml
   branches/systemd/general/prog/java.xml
   branches/systemd/general/prog/openjdk.xml
   branches/systemd/general/prog/perl-modules.xml
   branches/systemd/general/sysutils/mc.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/fdk-aac.xml
   branches/systemd/multimedia/libdriv/xine-lib.xml
   branches/systemd/networking/mailnews/mutt.xml
   branches/systemd/networking/netprogs/samba.xml
   branches/systemd/packages.ent
   branches/systemd/postlfs/filesystems/smartmontools.xml
   branches/systemd/postlfs/security/gnupg2.xml
   branches/systemd/postlfs/security/linux-pam.xml
   branches/systemd/postlfs/security/openssl.xml
   branches/systemd/postlfs/security/stunnel.xml
   branches/systemd/pst/printing/cups-filters.xml
   branches/systemd/pst/typesetting/asymptote.xml
   branches/systemd/x/installing/mesa.xml
   branches/systemd/x/installing/x7proto.xml
   branches/systemd/x/installing/xcb-util-cursor.xml
   branches/systemd/x/lib/goffice010.xml
   branches/systemd/x/lib/gtk3.xml
   branches/systemd/xsoft/graphweb/firefox.xml
   branches/systemd/xsoft/office/gnumeric.xml
   branches/systemd/xsoft/other/inkscape.xml

Modified: branches/systemd/general.ent
==
--- branches/systemd/general.entSat May 14 05:12:34 2016(r17353)
+++ branches/systemd/general.entSat May 14 13:19:09 2016(r17354)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: branches/systemd/general/genlib/libinput.xml
==
--- branches/systemd/general/genlib/libinput.xmlSat May 14 05:12:34 
2016(r17353)
+++ branches/systemd/general/genlib/libinput.xmlSat May 14 13:19:09 
2016(r17354)
@@ -4,14 +4,14 @@
   
   %general-entities;
 
-  
+  
 
   http://www.freedesktop.org/software/libinput/libinput-.tar.xz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: branches/systemd/general/genlib/libksba.xml
==
--- branches/systemd/general/genlib/libksba.xml Sat May 14 05:12:34 2016
(r17353)
+++ branches/systemd/general/genlib/libksba.xml Sat May 14 13:19:09 2016
(r17354)
@@ -6,9 +6,9 @@
 
   
   ftp://ftp.gnupg.org/gcrypt/libksba/libksba-.tar.bz2;>
-  
+  
   
-  
+  
   
 ]>
 

Modified: branches/systemd/general/genlib/talloc.xml
==
--- branches/systemd/general/genlib/talloc.xml  Sat May 14 05:12:34 2016
(r17353)
+++ branches/systemd/general/genlib/talloc.xml  Sat May 14 13:19:09 2016
(r17354)
@@ -6,10 +6,10 @@
 
   https://www.samba.org/ftp/talloc/talloc-.tar.gz;>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -99,6 +99,7 @@
 
 
   To check the results, issue make check.
+  The python tests fail due to missing files.
 
 
 

Modified: branches/systemd/general/genutils/imagemagick.xml
==
--- branches/systemd/general/genutils/imagemagick.xml   Sat May 14 05:12:34 
2016(r17353)
+++ branches/systemd/general/genutils/imagemagick.xml   Sat May 14 13:19:09 
2016(r17354)
@@ -4,14 +4,14 @@
   
   %general-entities;
 
-  
+  
 
   https://www.imagemagick.org/pub/download/releases/ImageMagick--.tar.xz;>
   ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick--.tar.xz;>
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
 
 
+  May 14th, 2016
+  
+
+  [renodr] - Merged to trunk r17352.
+
+
+  [renodr] - Updated to OpenJDK-1.8.0.92. Merged from trunk
+  r17333.
+
+
+  [renodr] - Removed explanations from Firefox instructions
+  for commands that are no longer used.
+
+
+  [renodr] - Updated to talloc-2.1.7. Merged from trunk
+  r17337.
+
+
+  [renodr] - Updated to gnupg-2.1.12. Merged from trunk
+  r17337.
+
+
+  [renodr] - Updated to libksba-1.3.4. Merged from trunk
+  r17337.
+
+
+  [renodr] - Updated to stunnel-5.32. Merged from trunk
+  r17337.
+
+
+  [renodr] - Updated to OpenSSL-1.0.2h. Merged from trunk
+  r17337.
+
+
+  [renodr] - Updated to ImageMagick-7.0.1-1. Merged from trunk
+  r17325. Note that this package will be 

[blfs-book] [BLFS Trac] #7848: xf86-input-wacom-0.33.0

2016-05-14 Thread BLFS Trac via blfs-book
#7848: xf86-input-wacom-0.33.0
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
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] #7847: LibRaw-0.17.2

2016-05-14 Thread BLFS Trac via blfs-book
#7847: LibRaw-0.17.2
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point 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

Re: [blfs-book] [BLFS Trac] #7842: libevdev-1.5.0

2016-05-14 Thread BLFS Trac via blfs-book
#7842: libevdev-1.5.0
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 Just that.  It is not in the tarball.  I got it from git.  My md5sum is

 5f8bc2c746bfbc9454143f78e5b477a9  libinput-1.3.0.tar.xz

 If it is not missing in your tarball, they may have done a stealth update.

--
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] #7628: Upower-0.99.4 (Test dependent packages)

2016-05-14 Thread BLFS Trac via blfs-book
#7628: Upower-0.99.4 (Test dependent packages)
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 I've not been able to look at a patch for LXQt: I've been mainly
 struggling with GCC 6 issues.
 LXQt/LXDE upstream is low on human resources, so we cannot expect them to
 provide a patch, I think.

--
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 Package Currency Check - 2016-05-14 12:49:55 GMT

2016-05-14 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: gnutls  3.4.11   3.5.0#7819
chapter 05: LVM22.02.152 2.02.154 #7806
chapter 05: btrfs-progs 4.5.24.5.3#7836
chapter 06: qemu2.5.12.6.0#7820
chapter 06: vim 7.4  0
chapter 09: boost   1_60_0   1_61_0   #7840
chapter 09: glib2.48.0   2.48.1   #7823
chapter 10: LibRaw  0.17.1   0.17.2   
chapter 12: unrar   5.3.11   5.4.1#7830
chapter 13: gc  7.4.20#7787
chapter 14: NetworkManager  1.2.01.2.2#7837
chapter 14: dhcpcd  6.10.3   6.11.0   #7821
chapter 17: fetchmail   6.3.26   0
chapter 17: glib-networking 2.48.1   2.48.2   #7823
chapter 20: mariadb 10.1.13  10.1.14  #7831
chapter 20: postgresql  9.5.29.5.3#7841
chapter 24: libevdev1.4.61.5.0#7842
chapter 24: xcb-util-cursor 0.1.20.1.3
chapter 24: xf86-input-wacom0.32.0   0.33.0   
chapter 26: icon-naming-utils   0.8.90   0
chapter 32: kf5-apps16.04.0  16.04.1  #7832
chapter 32: plasma5 5.6.25.6.4#7765
chapter 36: network-manager-appl1.2.01.2.2#7837
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: libkscreen  5.6.25.6.4#7765
chapter 43: libreoffice 5.1.2.2  5.1.3.2  #7844
chapter 43: thunderbird 45.0 45.1.0   #7838
chapter 46: pulseaudio  8.0  8.99.1   #7845
chapter 46: x26420160220 daily#7555
chapter 47: mplayer SVN-r37794   daily#7556
chapter 47: simpleburn  1.6.50
chapter 50: biblatex3.3  3.4  #7834
chapter 50: biblatex-biber  2.4  2.5  #7835

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

[blfs-book] r17353 - trunk/scripts

2016-05-14 Thread via blfs-book
Author: krejzi
Date: Sat May 14 05:12:34 2016
New Revision: 17353

Log:
Fix currency.

Modified:
   trunk/scripts/blfs-chapter29.php

Modified: trunk/scripts/blfs-chapter29.php
==
--- trunk/scripts/blfs-chapter29.phpFri May 13 17:43:18 2016(r17352)
+++ trunk/scripts/blfs-chapter29.phpSat May 14 05:12:34 2016(r17353)
@@ -5,8 +5,8 @@
 
 $CHAPTER   = '29';
 $CHAPTERS  = 'Chapters 29-30';
-$START_PACKAGE = 'phonon';
-$STOP_PACKAGE  = 'extra-cmake-modules';
+$START_PACKAGE = 'extra-cmake-modules';
+$STOP_PACKAGE  = 'libdbusmenu-qt';
 
 $renames = array();
 $ignores = array();
-- 
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] #7842: libevdev-1.5.0

2016-05-14 Thread BLFS Trac via blfs-book
#7842: libevdev-1.5.0
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by Krejzi):

 What's the issue with missing uinput.h?

--
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] Files in BLFS svn missing on anduin

2016-05-14 Thread via blfs-book
Missing ImageMagick-7.0.1-3.tar.xz
Missing libinput-1.3.0.tar.xz
Missing gtk+-3.20.4.tar.xz
Missing gvfs-1.28.2.tar.xz
Missing gnome-desktop-3.20.2.tar.xz
Missing vte-0.44.2.tar.xz
Missing dconf-editor-3.20.2.tar.xz
Missing cheese-3.20.2.tar.xz
Missing eog-3.20.2.tar.xz
Missing epiphany-3.20.2.tar.xz
Missing file-roller-3.20.2.tar.xz
Missing gnome-terminal-3.20.2.tar.xz
Missing gucharmap-8.0.1.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page