[blfs-book] r17319 - in branches/systemd: . general/graphlib general/prog general/sysutils introduction/welcome postlfs/security x/lib xfce/apps

2016-05-03 Thread via blfs-book
Author: renodr
Date: Tue May  3 18:17:56 2016
New Revision: 17319

Log:
Merge changes from trunk to r17121
Removed some unnecessary cmake switches from Graphite2. Merged from trunk r17108
Merged some changes to the Mercurial page from r17111
Updated to acpid-2.0.27. Merged from trunk r17116
Removed obsolete dependency on libunique from midori. Merged from trunk r17117.
Updated to LLVM-3.8.0. Merged from trunk r17119 and r17121.

Modified:
   branches/systemd/general.ent
   branches/systemd/general/graphlib/graphite2.xml
   branches/systemd/general/prog/llvm.xml
   branches/systemd/general/prog/mercurial.xml
   branches/systemd/general/sysutils/acpid.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/packages.ent
   branches/systemd/postlfs/security/gnutls.xml
   branches/systemd/x/lib/libdrm.xml
   branches/systemd/xfce/apps/midori.xml

Modified: branches/systemd/general.ent
==
--- branches/systemd/general.entTue May  3 02:18:21 2016(r17318)
+++ branches/systemd/general.entTue May  3 18:17:56 2016(r17319)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: branches/systemd/general/graphlib/graphite2.xml
==
--- branches/systemd/general/graphlib/graphite2.xml Tue May  3 02:18:21 
2016(r17318)
+++ branches/systemd/general/graphlib/graphite2.xml Tue May  3 18:17:56 
2016(r17319)
@@ -4,11 +4,8 @@
   
   %general-entities;
 
-  
   
+   
"https://github.com/silnrsi/graphite/releases/download//graphite2-.tgz;>
   
   
   
@@ -45,8 +42,7 @@
   from the availability of graphite fonts.
 
 
-_built;
-
+_checked;
 
 Package Information
 
@@ -146,9 +142,8 @@
 mkdir build 
 cdbuild 
 
-cmake -G "Unix Makefiles" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -Wno-dev .. 
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  .. 
 
 make
 

Modified: branches/systemd/general/prog/llvm.xml
==
--- branches/systemd/general/prog/llvm.xml  Tue May  3 02:18:21 2016
(r17318)
+++ branches/systemd/general/prog/llvm.xml  Tue May  3 18:17:56 2016
(r17319)
@@ -6,18 +6,18 @@
 
   http://llvm.org/releases//llvm-.src.tar.xz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 
   http://llvm.org/releases//cfe-.src.tar.xz;>
-  
-  
+  
+  
 
   
   http://llvm.org/releases//compiler-rt-.src.tar.xz;>
-  
+  
   
 ]>
 
@@ -55,6 +55,7 @@
   LLVM.
 
 
+
 
 _checked;
 
@@ -144,13 +146,15 @@
 
 Recommended
 
-   and
+
+  , 
+  , and
   
 
 
 Optional
 
-  ,
   ,
   ,
   ,
@@ -180,65 +184,68 @@
 mv tools/cfe-.src tools/clang 
 mv projects/compiler-rt-.src 
projects/compiler-rt
 
-
+
 
 
   Install LLVM by running the following
   commands:
 
 
+
+mkdir -v build 
 cd   build 
 
-CC=gcc CXX=g++  \
-../configure --prefix=/usr  \
- --datarootdir=/usr/share   \
- --sysconfdir=/etc  \
- --enable-libffi\
- --enable-optimized \
- --enable-shared\
- --enable-targets=host,r600 \
- --disable-assertions   \
- --docdir=/usr/share/doc/llvm- 
+CC=gcc CXX=g++  \
+cmake -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DLLVM_ENABLE_FFI=ON  \
+  -DCMAKE_BUILD_TYPE=Release\
+  -DBUILD_SHARED_LIBS=ON\
+  -DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
+  -Wno-dev ..   
 make
 
 
   If you have installed Sphinx and wish
-  to generate manual pages, issue the following command:
+  to generate the HTML documentation and manual pages, issue the 
+  following commands:
 
-
+
 
-
-  To test the results, issue: make -k check-all.
+cmake -DLLVM_ENABLE_SPHINX=ON \
+  -DSPHINX_WARNINGS_AS_ERRORS=OFF \
+  -Wno-dev .. 
+make docs-llvm-html docs-llvm-man
+
+  If you have downloaded the optional packages, the clang documentation
+  can be built too:
+
+make docs-clang-html docs-clang-man
+
+
+To test the results, issue make check-all.
+
 
 
 
   Now, as the root user:
 
 
-make install 
+make install
 
-for file in /usr/lib/lib{clang,LLVM,LTO}*.a
-do
-  test -f $file  chmod -v 644 $file
-done
-unset file
+
+
+  If you have built the documentation, install it by running the
+  following command as the root
+  user:
+
+
+install -v -m644 tools/clang/docs/man/* 
/usr/share/man/man1 
+install -v -d -m755 /usr/share/doc/llvm-/clang-html 
+cp -Rv 

[blfs-book] [BLFS Trac] #7798: mutt-1.6.1

2016-05-03 Thread BLFS Trac via blfs-book
#7798: mutt-1.6.1
-+-
 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

[blfs-book] [BLFS Trac] #7797: samba-4.4,3

2016-05-03 Thread BLFS Trac via blfs-book
#7797: samba-4.4,3
-+-
 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

[blfs-book] [BLFS Trac] #7796: iso-codes-3.68

2016-05-03 Thread BLFS Trac via blfs-book
#7796: iso-codes-3.68
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New 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] #7795: btrfs-progs-4.5.2

2016-05-03 Thread BLFS Trac via blfs-book
#7795: btrfs-progs-4.5.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

[blfs-book] [BLFS Trac] #7799: vlc-2.2.3

2016-05-03 Thread BLFS Trac via blfs-book
#7799: vlc-2.2.3
-+-
 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

[blfs-book] [BLFS Trac] #7794: Linux-PAM-1.3.0

2016-05-03 Thread BLFS Trac via blfs-book
#7794: Linux-PAM-1.3.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

Re: [blfs-book] [BLFS Trac] #7793: libxml2 Security Issues

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

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


Comment:

 If there are any objections, please take the ticket from me.

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

2016-05-03 Thread BLFS Trac via blfs-book
#7793: libxml2 Security Issues
-+-
 Reporter:  renodr   |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  high |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 As reported on the [oss-security] mailing list today:

 '''CVE-2016-3627'''

 https://bugzilla.gnome.org/show_bug.cgi?id=765207

 {{{
 The functions xmlParserEntityCheck() and xmlParseAttValueComplex() used
 to call
 xmlStringDecodeEntities() in a recursive context without incrementing the
 'depth' counter in the parser context. Because of that omission, the
 parser
 failed to detect attribute recursions in certain documents before
 running out
 of stack space.
 }}}

 '''CVE-2016-3705'''

 https://bugzilla.gnome.org/show_bug.cgi?id=762100


 {{{
 Subject: [PATCH] xmlStringGetNodeList: limit the function to 1024
 recursions
  to avoid CVE-2016-3627
 }}}

 I can happily create a patch to fix these for both books, unless there is
 any objection. Should be done before Friday.

 I can't attach a link to the mailing list entry from my current location,
 but I should be able to add it later.

--
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] r17318 - in trunk/BOOK: . general/genlib general/graphlib introduction/welcome

2016-05-03 Thread via blfs-book
Author: igor
Date: Tue May  3 02:18:21 2016
New Revision: 17318

Log:
Update to libarchive-3.2.0.
Update to harfbuzz-1.2.7.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libarchive.xml
   trunk/BOOK/general/graphlib/harfbuzz.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Tue May  3 02:04:22 2016(r17317)
+++ trunk/BOOK/general.ent  Tue May  3 02:18:21 2016(r17318)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/libarchive.xml
==
--- trunk/BOOK/general/genlib/libarchive.xmlTue May  3 02:04:22 2016
(r17317)
+++ trunk/BOOK/general/genlib/libarchive.xmlTue May  3 02:18:21 2016
(r17318)
@@ -6,8 +6,8 @@
 
   http://www.libarchive.org/downloads/libarchive-.tar.gz;>
   
-  
-  
+  
+  
   
   
 ]>
@@ -150,7 +150,7 @@
 
   
 
-  bsdcpio and bsdtar
+  bsdcat, bsdcpio, and bsdtar
 
 
   libarchive.so
@@ -166,6 +166,18 @@
   
   
 
+  
+bsdcat
+
+  
+expands files to standard output.
+  
+  
+bsdcat
+  
+
+  
+
   
 bsdcpio
 

Modified: trunk/BOOK/general/graphlib/harfbuzz.xml
==
--- trunk/BOOK/general/graphlib/harfbuzz.xmlTue May  3 02:04:22 2016
(r17317)
+++ trunk/BOOK/general/graphlib/harfbuzz.xmlTue May  3 02:18:21 2016
(r17318)
@@ -7,7 +7,7 @@
   http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-.tar.bz2;>
   
-  
+  
   
   


Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue May  3 02:04:22 
2016(r17317)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue May  3 02:18:21 
2016(r17318)
@@ -44,6 +44,20 @@
 
 -->
 
+  May 3rd, 2016
+  
+
+  [igor] - Update to harfbuzz-1.2.7. Fixes
+  #7792.
+
+
+  [igor] - Update to libarchive-3.2.0. Fixes
+  #7791.
+
+  
+
+
+
   May 2nd, 2016
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue May  3 02:04:22 2016(r17317)
+++ trunk/BOOK/packages.ent Tue May  3 02:18:21 2016(r17318)
@@ -107,7 +107,7 @@
 
 
 
-
+
 
 
 
@@ -168,7 +168,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] #7792: harfbuzz-1.2.7

2016-05-03 Thread BLFS Trac via blfs-book
#7792: harfbuzz-1.2.7
-+--
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by izivkov):

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


Comment:

 Fixed at r17318.

--
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] #7791: libarchive-3.2.0

2016-05-03 Thread BLFS Trac via blfs-book
#7791: libarchive-3.2.0
-+--
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by izivkov):

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


Comment:

 Fixed at r17318.

--
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] #7791: libarchive-3.2.0

2016-05-03 Thread BLFS Trac via blfs-book
#7791: libarchive-3.2.0
-+-
 Reporter:  izivkov  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 https://raw.githubusercontent.com/libarchive/libarchive/master/NEWS

--
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-03 Thread via blfs-book
Missing gcc-6.1.0.tar.bz2
Missing gcc-6.1.0.tar.bz2
Missing gcc-6.1.0.tar.bz2
Missing hexchat-2.12.1.tar.xz
-- 
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] #7792: harfbuzz-1.2.7

2016-05-03 Thread BLFS Trac via blfs-book
#7792: harfbuzz-1.2.7
-+---
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by izivkov):

 * owner:  blfs-book@… => izivkov
 * 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] #7791: libarchive-3.2.0

2016-05-03 Thread BLFS Trac via blfs-book
#7791: libarchive-3.2.0
-+---
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by izivkov):

 * owner:  blfs-book@… => izivkov
 * 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

[blfs-book] r17317 - trunk/BOOK/general/prog

2016-05-03 Thread via blfs-book
Author: pierre
Date: Tue May  3 02:04:22 2016
New Revision: 17317

Log:
Fix ecj version

Modified:
   trunk/BOOK/general/prog/gcc-java.xml

Modified: trunk/BOOK/general/prog/gcc-java.xml
==
--- trunk/BOOK/general/prog/gcc-java.xmlMon May  2 13:37:58 2016
(r17316)
+++ trunk/BOOK/general/prog/gcc-java.xmlTue May  3 02:04:22 2016
(r17317)
@@ -209,7 +209,7 @@
 chown -v -R root:root \
 /usr/lib/gcc/*linux-gnu//include{,-fixed} 
 
-gcj -o ecj ../../ecj-latest.jar \
+gcj -o ecj ../../ecj-4.9.jar \
 --main=org.eclipse.jdt.internal.compiler.batch.Main 
 mv ecj /usr/bin 
 ln -sfv ../../../usr/bin/ecj /opt/gcj/bin/javac
-- 
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] #7792: harfbuzz-1.2.7

2016-05-03 Thread BLFS Trac via blfs-book
#7792: harfbuzz-1.2.7
-+-
 Reporter:  izivkov  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 https://cgit.freedesktop.org/harfbuzz/plain/NEWS

--
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-03 05:45:02 GMT

2016-05-03 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: Linux-PAM   1.2.11.3.0
chapter 05: btrfs-progs 4.5.14.5.2
chapter 09: libarchive  3.1.23.2.0
chapter 10: harfbuzz1.2.61.2.7
chapter 11: ImageMagick 6.9.3-5  7.0.1-0  #7520
chapter 11: iso-codes   3.67 3.68 
chapter 13: List-MoreUtils  0.4130.415#7789
chapter 13: mercurial   3.7.33.8.1#7790
chapter 14: samba   4.4.24.4.3
chapter 17: mutt1.6.01.6.1
chapter 32: plasma5 5.6.25.6.3#7765
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: libkscreen  5.6.25.6.3#7765
chapter 46: x26420160220 daily#7555
chapter 47: ffmpeg  2.8.63.0.2#7470
chapter 47: mplayer SVN-r37794   daily#7556
chapter 47: vlc 2.2.22.2.3
chapter 50: asymptote   2.36 2.37 #7590

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