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

2016-06-06 Thread via blfs-book
Missing liboauth-1.0.3.tar.gz
Missing appstream-glib-0.5.0.tar.xz
Missing gcab-0.7.tar.xz
Missing libmbim-1.12.2.tar.xz
Missing libnfsidmap-0.26.tar.bz2
Missing libqmi-1.12.6.tar.xz
Missing yaml-0.1.6.tar.gz
Missing bogofilter-1.2.4.tar.gz
Missing highlight-3.28.tar.bz2
Missing ibus-1.5.11.tar.gz
Missing cups-pk-helper-0.2.5.tar.xz
Missing ModemManager-1.4.10.tar.xz
Missing weston-1.8.0.tar.xz
Missing pyatspi-2.16.0.tar.xz
Missing setuptools-17.1.1.tar.gz
Missing Beaker-1.7.0.tar.gz
Missing MarkupSafe-0.23.tar.gz
Missing Jinja2-2.7.3.tar.gz
Missing PyYAML-3.11.tar.gz
Missing geoclue-2.2.0.tar.xz
Missing uhttpmock-0.5.0.tar.xz
Missing colord-gtk-0.1.26.tar.xz
Missing gtk-vnc-0.5.4.tar.xz
Missing sound-theme-freedesktop-0.8.tar.bz2
-- 
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] #7918: vlc-2.2.4

2016-06-06 Thread BLFS Trac via blfs-book
#7918: vlc-2.2.4
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 I am rather sure that this was a rushed update to fix CVE-2016-5108,
 regarding overflows when using Quicktime IMA files in VLC.

 http://www.openwall.com/lists/oss-security/2016/05/27/3
 http://www.openwall.com/lists/oss-security/2016/05/27/7

--
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] #7915: openjade segfaults when built with gcc-6.1

2016-06-06 Thread BLFS Trac via blfs-book
#7915: openjade segfaults when built with gcc-6.1
+-
 Reporter:  ken@…   |   Owner:  ken@…
 Type:  defect  |  Status:  closed
 Priority:  normal  |   Milestone:  7.10
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:  fixed
 Keywords:  |
+-
Changes (by ken@…):

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


Comment:

 Fixed at r17453.

--
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] r17453 - in trunk/BOOK: . introduction/welcome pst/sgml

2016-06-06 Thread via blfs-book
Author: ken
Date: Mon Jun  6 15:22:11 2016
New Revision: 17453

Log:
Fix openjade for gcc-6.1.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/sgml/openjade.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sun Jun  5 21:26:43 2016(r17452)
+++ trunk/BOOK/general.ent  Mon Jun  6 15:22:11 2016(r17453)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Jun  5 21:26:43 
2016(r17452)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jun  6 15:22:11 
2016(r17453)
@@ -44,6 +44,16 @@
 
 -->
 
+  June 6th, 2016
+  
+
+  [ken] - Openjade: prevent runtime segfaults when it is
+  compiled with gcc-6.1.
+
+  
+
+
+
   June 5th, 2016
   
 

Modified: trunk/BOOK/pst/sgml/openjade.xml
==
--- trunk/BOOK/pst/sgml/openjade.xmlSun Jun  5 21:26:43 2016(r17452)
+++ trunk/BOOK/pst/sgml/openjade.xmlMon Jun  6 15:22:11 2016(r17453)
@@ -92,7 +92,8 @@
 Install OpenJade by running the following
 commands:
 
-./configure --prefix=/usr\
+export CXXFLAGS="$CXXFLAGS -fno-lifetime-dse"\
+./configure --prefix=/usr\
 --mandir=/usr/share/man  \
 --enable-http\
 --disable-static \
@@ -129,6 +130,10 @@
   
 Command Explanations
 
+export CXXFLAGS=...: This command prevents
+segmentation faults when the package is compiled with
+gcc-6.1.
+
 make install-man: This command installs the
 openjade man page.
 
-- 
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] #7906: Regexp-Common-2016060201 (Revisit June 10 or later)

2016-06-06 Thread BLFS Trac via blfs-book
#7906: Regexp-Common-2016060201  (Revisit June 10 or later)
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  low  |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by ken@…):

 * owner:  blfs-book@… => ken@…
 * status:  new => assigned


Comment:

 I'll be doing texlive 2016 this week (both binary, then source), followed
 by building all the extras from source with latest versions (biber needs
 this module). So I'll take this using whatever is the current release when
 I get to it.

--
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] #7919: texlive-2016

2016-06-06 Thread BLFS Trac via blfs-book
#7919: texlive-2016
-+-
 Reporter:  ken@…|  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 [http://tug.org/pipermail/tex-live/2016-June/038683.html]

 Everything is dated 20160523.

 Anybody using the binary will want to use gnupg2 (or gnupg1, which is
 looked for first) because that is now used to verify both the initial
 downloads and any updates later installed using tlmgr.

 Phew!  I just got my gcc-6.1 build ready in time :)

--
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] #7919: texlive-2016

2016-06-06 Thread BLFS Trac via blfs-book
#7919: texlive-2016
-+---
 Reporter:  ken@…|   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by ken@…):

 * owner:  blfs-book@… => ken@…
 * status:  new => assigned


--
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] #7906: Regexp-Common-2016060201 (Revisit June 10 or later)

2016-06-06 Thread BLFS Trac via blfs-book
#7906: Regexp-Common-2016060201  (Revisit June 10 or later)
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  low  |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by ken@…):

 * milestone:  hold => 7.10


--
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] #7919: texlive-2016

2016-06-06 Thread BLFS Trac via blfs-book
#7919: texlive-2016
-+---
 Reporter:  ken@…|   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 Weirdness: attempting to download the binary via ftp at
 ftp://tug.org/texlive/historic/2016/ asked for a username and password,
 and failed (appeared to need a valid user/password - I had tried anon + my
 email). Same for texmf. But I got the source. Then I looked at the local
 ctan mirror (not yet up to date, and no source at all). Retried ftp from
 tug.org, got them all.

--
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] r17454 - trunk/BOOK/general/sysutils

2016-06-06 Thread via blfs-book
Author: dj
Date: Mon Jun  6 20:30:40 2016
New Revision: 17454

Log:
systemd - colord

Modified:
   trunk/BOOK/general/sysutils/colord.xml

Modified: trunk/BOOK/general/sysutils/colord.xml
==
--- trunk/BOOK/general/sysutils/colord.xml  Mon Jun  6 15:22:11 2016
(r17453)
+++ trunk/BOOK/general/sysutils/colord.xml  Mon Jun  6 20:30:40 2016
(r17454)
@@ -93,7 +93,8 @@
   ,
   ,
   ,
-  , and
+  , and
+  , and
   
 
 
@@ -134,7 +135,7 @@
   commands:
 
 
-./configure --prefix=/usr\
+./configure --prefix=/usr\
 --sysconfdir=/etc\
 --localstatedir=/var \
 --with-daemon-user=colord\
@@ -146,6 +147,16 @@
 --with-systemdsystemunitdir=no &&
 make
 
+./configure --prefix=/usr
\
+--sysconfdir=/etc\
+--localstatedir=/var \
+--with-daemon-user=colord\
+--enable-vala\
+--disable-argyllcms-sensor   \
+--disable-bash-completion\
+--disable-static &&
+make
+
 
   Now, as the root user:
 
@@ -177,7 +188,7 @@
   have  installed.
 
 
-
+
   --enable-systemd-login=no: This parameter fixes
   building without systemd, which is not part
   of LFS/BLFS. If you use systemd,
@@ -198,7 +209,7 @@
 http://www.w3.org/2001/XInclude";
   href="../../xincludes/static-libraries.xml"/>
 
-
+
   --with-systemdsystemunitdir=no: Disables
   attempting to build with systemd libraries.
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r17455 - trunk/BOOK/general/sysutils

2016-06-06 Thread via blfs-book
Author: dj
Date: Mon Jun  6 21:30:16 2016
New Revision: 17455

Log:
systemd merge - fcron

Modified:
   trunk/BOOK/general/sysutils/fcron.xml

Modified: trunk/BOOK/general/sysutils/fcron.xml
==
--- trunk/BOOK/general/sysutils/fcron.xml   Mon Jun  6 20:30:40 2016
(r17454)
+++ trunk/BOOK/general/sysutils/fcron.xml   Mon Jun  6 21:30:16 2016
(r17455)
@@ -86,19 +86,19 @@
   
 Installation of Fcron
 
-Fcron uses the cron 
facility
-of syslog to log all messages. Since LFS
-does not set up this facility in /etc/syslog.conf, it
-needs to be done prior to installing Fcron. This
-command will append the necessary line to the current
-/etc/syslog.conf (perform as the
-root user):
+Fcron
+uses the cron facility of syslog to log all messages.
+Since LFS does not set up this facility in
+/etc/syslog.conf, it needs to be done prior to
+installing Fcron. This command will append the
+necessary line to the current /etc/syslog.conf
+(perform as the root 
user):
 
-
+
   /etc/syslog.conf
 
 
-cat >> /etc/syslog.conf << "EOF"
+cat >> /etc/syslog.conf 
<< "EOF"
 # Begin fcron addition to /etc/syslog.conf
 
 cron.* -/var/log/cron.log
@@ -106,11 +106,11 @@
 # End fcron addition
 EOF
 
-The configuration file has been modified, so reloading the
-sysklogd daemon will activate the changes (again as the
-root user).
+The configuration file has been modified, so 
reloading
+the sysklogd daemon will activate the changes (again as
+the root user).
 
-/etc/rc.d/init.d/sysklogd 
reload
+/etc/rc.d/init.d/sysklogd 
reload
 
 For security reasons, an unprivileged user and group for
 Fcron should be created (perform as the
@@ -217,10 +217,9 @@
   If Linux-PAM
   is installed, two PAM configuration files are installed in
   /etc/pam.d. Alternatively if
-  /etc/pam.d is not used, the 
installation
-  will append two configuration sections to the existing
-  /etc/pam.conf file. You should ensure the files 
match your
-  preferences. Modify them as required to suit your needs.
+  /etc/pam.d is not used, the
+  installation will append two configuration sections to the existing
+  /etc/pam.conf file. You should ensure the files 
match  your preferences. Modify them as required to suit your needs.
 
   
 /etc/pam.d/*
@@ -233,18 +232,23 @@
 
 
 
-  Boot Script
+  Boot Script
+ Systemd Unit
+
+  Install the
+  /etc/rc.d/init.d/fcron init script from the
+   package.
 
-  Install the /etc/rc.d/init.d/fcron
-  init script from the 
-  
-  package.
+  Enable fcron to start
+  at boot using the previously installed systemd unit.
 
   
 fcron
   
 
-make install-fcron
+make 
install-fcron
+
+systemctl enable 
fcron
 
 
 
-- 
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-06-07 05:45:01 GMT

2016-06-06 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 05: LVM22.02.152 2.02.155 #7806
chapter 05: reiserfsprogs   3.6.24   3.6.25   
chapter 06: dash0.5.80.5.9#7916
chapter 09: json-c  0.12 0.12.1   
chapter 09: wayland 1.10.0   1.11.0   #7905
chapter 11: ImageMagick 7.0.1-3  7.0.1-9  #7911
chapter 11: lsof4.89 0
chapter 12: unrar   5.3.11   5.4.2#7830
chapter 12: unzip   60   manual   #7865
chapter 12: zip 30   manual   #7865
chapter 13: Regexp-Common   2016053101   2016060201   #7906
chapter 13: cmake   3.5.2pending  #7854
chapter 13: gdb 7.11 7.11.1   #7904
chapter 13: lua 5.3.25.3.3
chapter 13: mercurial   3.8.23.8.3#7910
chapter 14: NetworkManager  1.2.01.2.2#7837
chapter 14: ntp 4.2.8p7  4.2.8p8  #7912
chapter 24: mesa11.2.2   12.0.0   #7902
chapter 24: xf86-input-evdev2.10.2   2.10.3   #7903
chapter 24: xkeyboard-config2.17 2.18 #7913
chapter 24: xterm   324  325  #7917
chapter 25: at-spi2-core2.20.1   2.20.2   #7872
chapter 25: gtk+3   3.20.4   3.20.6   #7869
chapter 25: webkitgtk   2.12.2   2.12.3   #7881
chapter 26: oxygen-icons5   5.21.0   5.22.0   #7854
chapter 29: extra-cmake-modules 5.21.0   5.22.0   #7854
chapter 32: kf5 5.21 5.22 #7832
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 39: kguiaddons  5.21.0   5.22.0   #7854
chapter 39: kwindowsystem   5.21.0   5.22.0   #7854
chapter 39: libkscreen  5.6.25.6.4#7765
chapter 39: liblxqt 0.10.0   0#7882
chapter 39: libqtxdg1.3.00
chapter 39: libsysstat  0.3.10
chapter 39: lximage-qt  0.4.00
chapter 39: lxqt-about  0.10.0   0
chapter 39: lxqt-common 0.10.0   0
chapter 39: lxqt-config 0.10.0   0
chapter 39: lxqt-globalkeys 0.10.0   0
chapter 39: lxqt-notificationd  0.10.0   0
chapter 39: lxqt-panel  0.10.0   0
chapter 39: lxqt-policykit  0.10.0   0
chapter 39: lxqt-powermanagement0.10.0   0
chapter 39: lxqt-qtplugin   0.10.0   0
chapter 39: lxqt-runner 0.10.0   0
chapter 39: lxqt-session0.10.0   0
chapter 39: pcmanfm-qt  0.10.0   0
chapter 39: solid   5.21.0   5.22.0   #7854
chapter 46: pulseaudio  8.0  8.99.2   #7845
chapter 46: x26420160220 daily#7555
chapter 47: mplayer SVN-r37794   daily#7556
chapter 47: vlc 2.2.32.2.4#7918
chapter 50: biblatex-biber  current  manual   #7897
chapter 50: texlive 20150521 20160523 #7919

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