[blfs-book] BLFS Package Currency Check - 2018-02-12 06:45:01 GMT

2018-02-11 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: openssl-1.1 1.0.2n   1.1.0g   
chapter 09: enchant 2.2.12.2.3#10299
chapter 09: libwacom0.27 0.28 #10352
chapter 11: ImageMagick66.9.9-23 6.9.9-34 #7859
chapter 11: ImageMagick77.0.7-11 7.0.7-22 #7859
chapter 12: dbus1.12.2   1.12.4   #10358
chapter 14: NetworkManager  1.10.2   1.10.4   #10348
chapter 14: samba   4.7.44.7.5#10353
chapter 17: alpine  2.21 2.21.99  #10188
chapter 20: dovecot 2.2.33.2 2.3.0#10209
chapter 20: exim4.90 4.90.1   #10364
chapter 24: xf86-input-wacom0.35.0   0.36.0   #10297
chapter 32: plasma5 5.11.4   5.12.0   #10229
chapter 35: evolution-data-serve3.26.4   3.26.5   #10349
chapter 35: gvfs1.34.1   1.34.2   #10350
chapter 35: libgee  0.20.0   0.20.1   
chapter 35: tracker 2.0.22.0.3#10351
chapter 36: evolution   3.26.4   3.26.5   #10349
chapter 36: gnome-logs  3.26.2   3.26.3   #10336
chapter 36: gnome-power-manager 3.24.0   3.26.0   #10329
chapter 37: parole  0.8.10.9.2#8870
chapter 37: thunar-volman   0.8.10.9.0#10163
chapter 39: libkscreen  5.11.4   5.12.0   #10229
chapter 43: chromium64.0.3282.11964.0.3282.140#10337
chapter 43: seamonkey   2.49.1   2.49.2   #10355
chapter 43: thunderbird 52.5.2   52.6.0   #10306
chapter 44: x26420170822 daily#7555
chapter 45: ffmpeg  3.4.13.4.2

-- 
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] #10305: gcc-7.3.0

2018-02-11 Thread BLFS Trac via blfs-book
#10305: gcc-7.3.0
-+-
 Reporter:  bdubbs@… |   Owner:  thomas
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by thomas):

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


Comment:

 Fixed in r19751

--
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] r19751 - in trunk/BOOK: . general/prog introduction/welcome

2018-02-11 Thread via blfs-book
Author: thomas
Date: Sun Feb 11 21:31:19 2018
New Revision: 19751

Log:
Upgrade to gcc-7.3.0, gcc-ada-7.3.0

Modified:
   trunk/BOOK/general/prog/gcc-ada.xml
   trunk/BOOK/general/prog/gcc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/gcc-ada.xml
==
--- trunk/BOOK/general/prog/gcc-ada.xml Sun Feb 11 16:06:58 2018(r19750)
+++ trunk/BOOK/general/prog/gcc-ada.xml Sun Feb 11 21:31:19 2018(r19751)
@@ -8,8 +8,8 @@
   
   
   
-  
-  
+  
+  
 
   https://libre.adacore.com/download/;>
   http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7;>
@@ -117,7 +117,7 @@
 You will need to install GNAT
 temporarily to satisfy the circular dependency. You may point your
 browser to the AdaCore download
-page, choose your platform and 2016 (64 bit machines) or
+page, choose your platform and 2017 (64 bit machines) or
 2014 (32 bit machines), then select the file
 to download. Alternatively, direct links to the 64 bit and 32 bit
 linux versions are given below.

Modified: trunk/BOOK/general/prog/gcc.xml
==
--- trunk/BOOK/general/prog/gcc.xml Sun Feb 11 16:06:58 2018(r19750)
+++ trunk/BOOK/general/prog/gcc.xml Sun Feb 11 21:31:19 2018(r19751)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -33,7 +33,7 @@
   The GCC package contains the GNU Compiler
   Collection. This page describes the installation of compilers for the
   following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
-  One additional languages , Ada is available in the collection. It has
+  One additional language, Ada, is available in the collection. It has
   specific requirements, so it is described in a separate page (). Since C and C++ are installed in LFS, this page is
   either for upgrading C and C++, or for installing additional compilers.
@@ -70,7 +70,7 @@
 fixed headers must be updated by running (as
 root):
 
- /usr/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/install-tools/mkheaders
+ 
/usr/libexec/gcc/x86_64-pc-linux-gnu//install-tools/mkheaders
 . The machine triplet may be different on a 32bit system.
   
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 16:06:58 
2018(r19750)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 21:31:19 
2018(r19751)
@@ -45,6 +45,10 @@
   February 11th, 2018
   
 
+  [thomas] - Upgrade to gcc-7.3.0, gcc-ada-7.3.0. Fixes
+  #10305.
+
+
   [bdubbs] - Update to kf5-apps-17.12.2. Fixes
   #10245.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Feb 11 16:06:58 2018(r19750)
+++ trunk/BOOK/packages.ent Sun Feb 11 21:31:19 2018(r19751)
@@ -311,9 +311,9 @@
 
 
 
-
+
 
-
+
 
 
 
-- 
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] #10245: kf5-apps-17.12.2 kwave (Hold until February)

2018-02-11 Thread BLFS Trac via blfs-book
#10245: kf5-apps-17.12.2 kwave (Hold until February)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+---
Changes (by bdubbs@…):

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


--
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] #10245: kf5-apps-17.12.2 kwave (Hold until February) (was: kf5-apps-17.12.1 kwave (Hold until February))

2018-02-11 Thread BLFS Trac via blfs-book
#10245: kf5-apps-17.12.2 kwave (Hold until February)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 Fixed at revision 19750.

--
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] r19750 - in trunk/BOOK: . introduction/welcome kde/kf5 kde/kf5-apps multimedia/audioutils

2018-02-11 Thread via blfs-book
Author: bdubbs
Date: Sun Feb 11 16:06:58 2018
New Revision: 19750

Log:
Update to kf5-apps-17.12.2

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/kf5-apps/ark5.xml
   trunk/BOOK/kde/kf5-apps/gwenview.xml
   trunk/BOOK/kde/kf5-apps/k3b.xml
   trunk/BOOK/kde/kf5-apps/kdenlive5.xml
   trunk/BOOK/kde/kf5-apps/khelpcenter.xml
   trunk/BOOK/kde/kf5-apps/kmix5.xml
   trunk/BOOK/kde/kf5-apps/konsole5.xml
   trunk/BOOK/kde/kf5-apps/libkcddb.xml
   trunk/BOOK/kde/kf5-apps/libkdcraw.xml
   trunk/BOOK/kde/kf5-apps/libkexiv2.xml
   trunk/BOOK/kde/kf5-apps/okular5.xml
   trunk/BOOK/kde/kf5/kf5-frameworks.xml
   trunk/BOOK/multimedia/audioutils/kwave.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 15:22:32 
2018(r19749)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 16:06:58 
2018(r19750)
@@ -45,7 +45,11 @@
   February 11th, 2018
   
 
-  [bdubbs] - Update to kf5 5.43. Fixes
+  [bdubbs] - Update to kf5-apps-17.12.2. Fixes
+  #10245.
+
+
+  [bdubbs] - Update to kf5-5.43. Fixes
   #10239.
 
 

Modified: trunk/BOOK/kde/kf5-apps/ark5.xml
==
--- trunk/BOOK/kde/kf5-apps/ark5.xmlSun Feb 11 15:22:32 2018(r19749)
+++ trunk/BOOK/kde/kf5-apps/ark5.xmlSun Feb 11 16:06:58 2018(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/gwenview.xml
==
--- trunk/BOOK/kde/kf5-apps/gwenview.xmlSun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/gwenview.xmlSun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/k3b.xml
==
--- trunk/BOOK/kde/kf5-apps/k3b.xml Sun Feb 11 15:22:32 2018(r19749)
+++ trunk/BOOK/kde/kf5-apps/k3b.xml Sun Feb 11 16:06:58 2018(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   
@@ -88,10 +88,6 @@
   
 
 
-This package has been extracted from the developer's git
-repository because a stable kf5 based release has not yet been made.  It
-extracts to the directory 'k3b'.
-
 K3b Dependencies
 
 Required

Modified: trunk/BOOK/kde/kf5-apps/kdenlive5.xml
==
--- trunk/BOOK/kde/kf5-apps/kdenlive5.xml   Sun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/kdenlive5.xml   Sun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/khelpcenter.xml
==
--- trunk/BOOK/kde/kf5-apps/khelpcenter.xml Sun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/khelpcenter.xml Sun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/kmix5.xml
==
--- trunk/BOOK/kde/kf5-apps/kmix5.xml   Sun Feb 11 15:22:32 2018(r19749)
+++ trunk/BOOK/kde/kf5-apps/kmix5.xml   Sun Feb 11 16:06:58 2018(r19750)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
   
-  
+  
 ]>
 
 

Modified: trunk/BOOK/kde/kf5-apps/konsole5.xml
==
--- trunk/BOOK/kde/kf5-apps/konsole5.xmlSun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/konsole5.xmlSun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/libkcddb.xml
==
--- trunk/BOOK/kde/kf5-apps/libkcddb.xmlSun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/libkcddb.xmlSun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/libkdcraw.xml
==
--- trunk/BOOK/kde/kf5-apps/libkdcraw.xml   Sun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/libkdcraw.xml   Sun Feb 11 16:06:58 2018
(r19750)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/kde/kf5-apps/libkexiv2.xml
==
--- trunk/BOOK/kde/kf5-apps/libkexiv2.xml   Sun Feb 11 15:22:32 2018
(r19749)
+++ trunk/BOOK/kde/kf5-apps/libkexiv2.xml   Sun Feb 11 

Re: [blfs-book] [BLFS Trac] #10239: kf5 5.42 (Hold til Feb) extra-cmake-modules oxygen-icons5 kguiaddons kidletime kwindowsystem solid

2018-02-11 Thread BLFS Trac via blfs-book
#10239: kf5 5.42 (Hold til Feb) extra-cmake-modules oxygen-icons5 kguiaddons
kidletime kwindowsystem solid
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+---
Changes (by bdubbs@…):

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


Comment:

 Fixed at revision 19749.

--
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] r19749 - in trunk/BOOK: . introduction/welcome kde kde/kf5 lxqt/desktop x/icons

2018-02-11 Thread via blfs-book
Author: bdubbs
Date: Sun Feb 11 15:22:32 2018
New Revision: 19749

Log:
Update to kf5-5.43

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/extra-cmake-modules.xml
   trunk/BOOK/kde/kf5/kf5-frameworks.xml
   trunk/BOOK/lxqt/desktop/lxqt-kguiaddons.xml
   trunk/BOOK/lxqt/desktop/lxqt-kidletime.xml
   trunk/BOOK/lxqt/desktop/lxqt-kwindowsystem.xml
   trunk/BOOK/lxqt/desktop/lxqt-solid.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/icons/breeze-icons.xml
   trunk/BOOK/x/icons/oxygen-icons5.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 09:41:19 
2018(r19748)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Feb 11 15:22:32 
2018(r19749)
@@ -45,6 +45,10 @@
   February 11th, 2018
   
 
+  [bdubbs] - Update to kf5 5.43. Fixes
+  #10239.
+
+
   [bdubbs] - Archive openssl-1.1.x. Moved to LFS. 
 
 

Modified: trunk/BOOK/kde/extra-cmake-modules.xml
==
--- trunk/BOOK/kde/extra-cmake-modules.xml  Sun Feb 11 09:41:19 2018
(r19748)
+++ trunk/BOOK/kde/extra-cmake-modules.xml  Sun Feb 11 15:22:32 2018
(r19749)
@@ -6,9 +6,9 @@
 


-   
+   

-   
+   

 ]>
 

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml   Sun Feb 11 09:41:19 2018
(r19748)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml   Sun Feb 11 15:22:32 2018
(r19749)
@@ -178,82 +178,84 @@
 
 
 cat  frameworks-.md5  "EOF"
-1ebbd6b7636cbc463a3d5413c2e32a73  attica-5.41.0.tar.xz
-#6ec01cba580d3ef21d84f7255e6a1dac  extra-cmake-modules-5.41.0.tar.xz
-eb1a924ff44e4ca3d0c1aebadf98dd2e  kapidox-5.41.0.tar.xz
-4552b6cee31f42f9d6746ebbbe8d65c9  karchive-5.41.0.tar.xz
-b7332e685615a6d730558044faa82c37  kcodecs-5.41.0.tar.xz
-ca16ea0465784e8cae48fcfd383ade22  kconfig-5.41.0.tar.xz
-2de35d8c776f0510ec83e8aa91706613  kcoreaddons-5.41.0.tar.xz
-82b2f634646b701268f2e8ed18a1c393  kdbusaddons-5.41.0.tar.xz
-f3c68c3f4f635cba8bd541365968fa19  kdnssd-5.41.0.tar.xz
-68ff5c6e23100fbcb8e5df810c8446dd  kguiaddons-5.41.0.tar.xz
-d232ea154a69d7bd81ddbb4238dd14b9  ki18n-5.41.0.tar.xz
-4f0b0fbecc626761a4afdef751e3945b  kidletime-5.41.0.tar.xz
-55ea32eabc52b698ed9732daf913481c  kimageformats-5.41.0.tar.xz
-c16c33b4e37dd61a1b6102e4dfa4084c  kitemmodels-5.41.0.tar.xz
-0712c43b59fb63227bbe4649bd3069aa  kitemviews-5.41.0.tar.xz
-cfa7e31be126bab9514367529ee388e8  kplotting-5.41.0.tar.xz
-36a55709d9232754de87fce845af407e  kwidgetsaddons-5.41.0.tar.xz
-c37711fc60fba6f59e3d12202615384b  kwindowsystem-5.41.0.tar.xz
-8fe93eb125b593ca324a7f9c5ffc35f2  networkmanager-qt-5.41.0.tar.xz
-f3903da2459a5f6b2915a9ea20791811  solid-5.41.0.tar.xz
-f39210f1a1d609dc5ab91b81eab7496c  sonnet-5.41.0.tar.xz
-08710d126dd5e9295f6d2082e1c715ba  threadweaver-5.41.0.tar.xz
-4e2206fb13c1f7ecfc6ff8fdba3b6755  kauth-5.41.0.tar.xz
-4dfd9f0b601b3b29fda431e67749d84b  kcompletion-5.41.0.tar.xz
-f31bdd55610016116304a7c2895267cc  kcrash-5.41.0.tar.xz
-b3674a19a7c16bee9f020645e0ddbc55  kdoctools-5.41.0.tar.xz
-5bd431ca01ea01478089b1ae9e96248f  kpty-5.41.0.tar.xz
-870fbc616eeddace047a97cc49709826  kunitconversion-5.41.0.tar.xz
-0a9f9185b73c61ff98d866b347cb84ab  kconfigwidgets-5.41.0.tar.xz
-ac350a079c779228290d8ad6f7d95424  kservice-5.41.0.tar.xz
-4c6269c4428df1e6f590619cb4c4ff79  kglobalaccel-5.41.0.tar.xz
-e5bbc196ebb357071988c1a5bf660de2  kpackage-5.41.0.tar.xz
-1d03482ad18b4fcf5efdc08342dad0fd  kdesu-5.41.0.tar.xz
-ae76e8c76beb51f43bbe2adb71f9ed2e  kemoticons-5.41.0.tar.xz
-11d64047d571925ec70b6b2774e2f7e6  kiconthemes-5.41.0.tar.xz
-a933f40379454c722fcc6748d02b1fa5  kjobwidgets-5.41.0.tar.xz
-ebd60e338a9e7b59a555a5d3cc0d7b5a  knotifications-5.41.0.tar.xz
-b0f13d0727924a002fb3da6ba51b9b5e  ktextwidgets-5.41.0.tar.xz
-280907ea04c30f4d8ccf780e01061537  kxmlgui-5.41.0.tar.xz
-436243672adfe56567c732d97924adba  kbookmarks-5.41.0.tar.xz
-894a257850904ba73491d33f77570dba  kwallet-5.41.0.tar.xz
-4249f48518556c174f9475e3f33ca3e1  kio-5.41.0.tar.xz
-88160137086a2b01d97bcd13d0175cc1  kdeclarative-5.41.0.tar.xz
-8e1f8ac1320b01c9f894eb4ae22452ae  kcmutils-5.41.0.tar.xz
-cbfb3f5b2135551975d9e204a18a1011  kirigami2-5.41.0.tar.xz
-e3ecbab2d0aef7ab54137dd10f260199  knewstuff-5.41.0.tar.xz
-0dd6f089983ecd32155a980dd701d8bd  frameworkintegration-5.41.0.tar.xz
-f1be560698aaa8329f61cc364208becd  kinit-5.41.0.tar.xz
-d3a25384ba8bc72c34adc23431bfb1fc  knotifyconfig-5.41.0.tar.xz
-c799742b700dc63cc29b43b05363caf6  kparts-5.41.0.tar.xz
-94b470c2ab31754cec8b976dbcf914fb  kactivities-5.41.0.tar.xz
-55e4ea83c260ed6133d91baa85e83ee2  kded-5.41.0.tar.xz
-e6ca0e267d398418221b44686eeb8112  kdewebkit-5.41.0.tar.xz

Re: [blfs-book] [BLFS Trac] #10366: Pulseaudio does not build with glibc-2.27

2018-02-11 Thread BLFS Trac via blfs-book
#10366: Pulseaudio does not build with glibc-2.27
-+--
 Reporter:  pierre.labastie  |   Owner:  blfs-book@…
 Type:  defect   |  Status:  new
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * type:  enhancement => defect


Comment:

 If nobody takes the ticket, I'll take it when I am done with Seamonkey.

--
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] #10366: Pulseaudio does not build with glibc-2.27

2018-02-11 Thread BLFS Trac via blfs-book
#10366: Pulseaudio does not build with glibc-2.27
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 See threads starting at http://lists.linuxfromscratch.org/pipermail/blfs-
 support/2018-February/079871.html
 et
 http://lists.linuxfromscratch.org/pipermail/blfs-
 dev/2018-February/033950.html

--
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: #10361, #10365

2018-02-11 Thread BLFS Trac via blfs-book
Batch modification to #10361, #10365 by bdu...@linuxfromscratch.org:


Action: resolve

Comment:
Fixed at revision 19748.

--
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] r19748 - in trunk/BOOK: . archive general/genlib general/prog introduction/welcome multimedia/libdriv multimedia/videoutils networking/mailnews networking/netlibs networking/netprogs netwo

2018-02-11 Thread via blfs-book
Author: bdubbs
Date: Sun Feb 11 09:41:19 2018
New Revision: 19748

Log:
Archive openssl-1.1.x. Moved to LFS.
Update to v4l-utils-1.14.2. 
Update to vlc-3.0.0.

Added:
   trunk/BOOK/archive/openssl.xml
  - copied unchanged from r19747, trunk/BOOK/postlfs/security/openssl.xml
Deleted:
   trunk/BOOK/postlfs/security/openssl.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/apr-util.xml
   trunk/BOOK/general/genlib/libarchive.xml
   trunk/BOOK/general/genlib/libesmtp.xml
   trunk/BOOK/general/genlib/nodejs.xml
   trunk/BOOK/general/genlib/ptlib.xml
   trunk/BOOK/general/prog/git.xml
   trunk/BOOK/general/prog/perl-modules.xml
   trunk/BOOK/general/prog/php.xml
   trunk/BOOK/general/prog/python2.xml
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/general/prog/ruby.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/pulseaudio.xml
   trunk/BOOK/multimedia/libdriv/v4l-utils.xml
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml
   trunk/BOOK/multimedia/videoutils/vlc.xml
   trunk/BOOK/networking/mailnews/alpine.xml
   trunk/BOOK/networking/mailnews/fetchmail.xml
   trunk/BOOK/networking/mailnews/mutt.xml
   trunk/BOOK/networking/netlibs/curl.xml
   trunk/BOOK/networking/netlibs/ldns.xml
   trunk/BOOK/networking/netlibs/libevent.xml
   trunk/BOOK/networking/netlibs/neon.xml
   trunk/BOOK/networking/netlibs/serf.xml
   trunk/BOOK/networking/netprogs/ntp.xml
   trunk/BOOK/networking/netprogs/samba.xml
   trunk/BOOK/networking/netprogs/wget.xml
   trunk/BOOK/networking/netprogs/wpa_supplicant.xml
   trunk/BOOK/networking/netutils/bind-utils.xml
   trunk/BOOK/networking/netutils/nmap.xml
   trunk/BOOK/networking/netutils/wireshark.xml
   trunk/BOOK/networking/textweb/links.xml
   trunk/BOOK/networking/textweb/lynx.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/cacerts.xml
   trunk/BOOK/postlfs/security/cryptsetup.xml
   trunk/BOOK/postlfs/security/cyrus-sasl.xml
   trunk/BOOK/postlfs/security/liboauth.xml
   trunk/BOOK/postlfs/security/nettle.xml
   trunk/BOOK/postlfs/security/openssh.xml
   trunk/BOOK/postlfs/security/openssl10.xml
   trunk/BOOK/postlfs/security/security.xml
   trunk/BOOK/postlfs/security/stunnel.xml
   trunk/BOOK/postlfs/security/tripwire.xml
   trunk/BOOK/pst/ps/mupdf.xml
   trunk/BOOK/server/databases/mariadb.xml
   trunk/BOOK/server/databases/postgresql.xml
   trunk/BOOK/server/mail/dovecot.xml
   trunk/BOOK/server/mail/exim.xml
   trunk/BOOK/server/mail/postfix.xml
   trunk/BOOK/server/major/apache.xml
   trunk/BOOK/server/major/bind.xml
   trunk/BOOK/server/major/proftpd.xml
   trunk/BOOK/server/other/openldap.xml
   trunk/BOOK/server/other/unbound.xml
   trunk/BOOK/x/installing/xorg-server.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml
   trunk/BOOK/xsoft/office/libreoffice.xml
   trunk/BOOK/xsoft/other/balsa.xml
   trunk/BOOK/xsoft/other/hexchat.xml
   trunk/BOOK/xsoft/other/thunderbird.xml
   trunk/BOOK/xsoft/other/transmission.xml

Copied: trunk/BOOK/archive/openssl.xml (from r19747, 
trunk/BOOK/postlfs/security/openssl.xml)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/archive/openssl.xml  Sun Feb 11 09:41:19 2018
(r19748, copy of r19747, trunk/BOOK/postlfs/security/openssl.xml)
@@ -0,0 +1,284 @@
+
+http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; [
+  
+  %general-entities;
+
+  https://openssl.org/source/openssl-.tar.gz;>
+  ftp://openssl.org/source/openssl-.tar.gz;>
+  
+  
+  
+  
+]>
+
+
+  
+
+  
+$LastChangedBy$
+$Date$
+  
+
+  OpenSSL-
+
+  
+OpenSSL
+  
+
+  
+Introduction to OpenSSL
+
+
+  The OpenSSL package contains management tools
+  and libraries relating to cryptography.  These are useful for providing
+  cryptographic functions to other packages, such as
+  OpenSSH, email applications and web browsers
+  (for accessing HTTPS sites).
+
+
+_checked;
+
+Package Information
+
+  
+
+  Download (HTTP): 
+
+  
+  
+
+  Download (FTP): 
+
+  
+  
+
+  Download MD5 sum: 
+
+  
+  
+
+  Download size: 
+
+  
+  
+
+  Estimated disk space required: 
+
+  
+  
+
+  Estimated build time: 
+
+  
+
+
+
+  User Notes: 
+
+  
+
+  
+Installation of OpenSSL
+
+
+  Install OpenSSL with the following commands:
+
+
+
+./config --prefix=/usr \
+ --openssldir=/etc/ssl \
+ --libdir=lib  \
+ shared\
+ zlib-dynamic 
+make
+
+
+  To test the results, issue: make test.
+
+
+
+  If you want to disable installing the static libraries, use this sed:
+
+
+sed -i 's# libcrypto.a##;s# 

Re: [blfs-book] [BLFS Trac] #10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 2.27, binutils 2.30

2018-02-11 Thread BLFS Trac via blfs-book
#10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 
2.27,
binutils 2.30
+--
 Reporter:  tnut|   Owner:  blfs-book@…
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  8.2
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+--

Comment (by tnut):

 The sed did the job, Thanks a lot.

 I put here the modified code:


 {{{
 sed -i '/copy_file_range(/s/copy/xfs_&/' io/copy_file_range.c

 make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
  LOCAL_CONFIGURE_OPTIONS="--enable-readline"

 make PKG_DOC_DIR=/usr/share/doc/xfs-4.14.0 install
 make PKG_DOC_DIR=/usr/share/doc/xfs-4.14.0 install-dev
 ...
 }}}

--
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] #10365: v4l-utils-1.14.2

2018-02-11 Thread BLFS Trac via blfs-book
#10365: v4l-utils-1.14.2
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by bdubbs@…):

 v4l-utils-1.14.2

 - keytable: abi no longer set LIRC_CAN_REC_SCANCODE for raw devices
 - ir-ctl: abi no longer set LIRC_CAN_SEND_SCANCODE for raw device

--
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] #10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 2.27, binutils 2.30

2018-02-11 Thread BLFS Trac via blfs-book
#10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 
2.27,
binutils 2.30
+--
 Reporter:  tnut|   Owner:  blfs-book@…
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  8.2
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+--

Comment (by bdubbs@…):

 sed -i '/copy_file_range(/s/copy/xfs_&/' io/copy_file_range.c

 Should work.  Not tested.  Note that the open paren is needed.

--
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] #10365: v4l-utils-1.14.2

2018-02-11 Thread BLFS Trac via blfs-book
#10365: v4l-utils-1.14.2
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
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] #10364: exim-4.90.1

2018-02-11 Thread BLFS Trac via blfs-book
#10364: exim-4.90.1
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
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] r19746 - trunk/scripts

2018-02-11 Thread via blfs-book
Author: bdubbs
Date: Sun Feb 11 06:43:06 2018
New Revision: 19746

Log:
Fix fribidi currency script

Modified:
   trunk/scripts/blfs-chapter10.php

Modified: trunk/scripts/blfs-chapter10.php
==
--- trunk/scripts/blfs-chapter10.phpSun Feb 11 06:36:37 2018(r19745)
+++ trunk/scripts/blfs-chapter10.phpSun Feb 11 06:43:06 2018(r19746)
@@ -239,7 +239,7 @@
 return find_max( $lines, '/docs\//', '/^.*docs\/([\d\.]+)\/.*$/' );
 
   if ( $book_index == "fribidi" )
-return find_max( $lines, '/\d\./', '/^.*(\d\.[\d\.]+\d).*$/' );
+return find_max( $lines, '/fribidi/', '/^.*(\d\.[\d\.]+\d).*$/' );
 
   if ( $book_index == "graphite2" )
 return find_max( $lines, '/graphite2-/', 
'/^.*graphite2-(\d\.[\d\.]+)\.tgz.*$/' );
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r19745 - trunk/BOOK

2018-02-11 Thread via blfs-book
Author: bdubbs
Date: Sun Feb 11 06:36:37 2018
New Revision: 19745

Log:
Udate udisks2 version

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sat Feb 10 23:43:55 2018(r19744)
+++ trunk/BOOK/general.ent  Sun Feb 11 06:36:37 2018(r19745)
@@ -91,9 +91,11 @@
 This package is known to build using an 
LFS
   8.1 platform but has not been tested.">
 
-
+This package is known to build and work
+  properly using an LFS-8.2 platform.">
+This package is known to build using an 
LFS
+  8.2 platform but has not been tested.">
+
 
 
 When installing multiple packages in a script,

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sat Feb 10 23:43:55 2018(r19744)
+++ trunk/BOOK/packages.ent Sun Feb 11 06:36:37 2018(r19745)
@@ -289,7 +289,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] #10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 2.27, binutils 2.30

2018-02-11 Thread BLFS Trac via blfs-book
#10363: xfs 4.14 doesnt compile anymore on the new toolchain gcc 7.3.0, glibc 
2.27,
binutils 2.30
+--
 Reporter:  tnut|   Owner:  blfs-book@…
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  8.2
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+--
Changes (by Krejzi):

 * priority:  low => normal


Comment:

 The solution is similar to the postgresql. Just replace two instances of
 copy_file with, say, xfs_copy_file. I had a sed for my PKGBUILD, but I
 haven't commited it yet and can't access my LFS atm.

--
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] #10209: dovecot-2.3.0

2018-02-11 Thread BLFS Trac via blfs-book
#10209: dovecot-2.3.0
-+--
 Reporter:  bdubbs@… |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 Taken the ticket after discussion with Alain

--
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] #10209: dovecot-2.3.0

2018-02-11 Thread BLFS Trac via blfs-book
#10209: dovecot-2.3.0
-+--
 Reporter:  bdubbs@… |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * owner:  atoussaint => pierre.labastie
 * 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] Files in BLFS svn missing on anduin

2018-02-11 Thread via blfs-book
Missing exempi-2.4.4.tar.bz2
Missing libblockdev-2.16.tar.gz
Missing fribidi-1.0.1.tar.bz2
Missing qpdf-7.1.1.tar.gz
Missing postgresql-10.2.tar.bz2
Missing libreoffice-6.0.1.1.tar.xz
Missing libreoffice-dictionaries-6.0.1.1.tar.xz
Missing libreoffice-help-6.0.1.1.tar.xz
Missing libreoffice-translations-6.0.1.1.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page