[blfs-book] BLFS Package Currency Check - 2020-05-17 04:45:01 GMT

2020-05-16 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 06: vim 8.2.0486 8.2.0773 #12241
chapter 09: js6060.8.0   manual   
chapter 09: libsigc++   2.10.3   3.0.3#12483
chapter 11: ImageMagick66.9.10-936.9.11-12#7859
chapter 11: ImageMagick77.0.9-23 7.0.10-12#7859
chapter 13: jdk 14.0.1+7 manual   
chapter 13: rustc   1.42.0   1.43.1   #9168
chapter 14: dhcpcd  9.0.20
chapter 17: mutt1.14.0   1.14.1   #13541
chapter 20: db  5.3.28   manual   
chapter 25: cairo   1.17.2+f93fc72c031.16.0   #12916
chapter 25: goffice 0.10.46  0.10.47  #13518
chapter 25: qtwebengine 5.14.2   manual   
chapter 36: gnome-logs  3.34.0   3.36.0   #13528
chapter 43: abiword-docs3.0.2manual   
chapter 43: balsa   2.5.92.5.11   #13521
chapter 43: gnumeric1.12.46  1.12.47  #13519
chapter 44: pipewire0.3.40.3.5#13526
chapter 50: cups-filters1.27.1   1.27.4   #13206
chapter 50: docbook-xsl-nons1.79.2   manual   
chapter 50: fop 2.4  2.5  #13534

-- 
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] #13541: mutt-1.14.1

2020-05-16 Thread BLFS Trac via blfs-book
#13541: mutt-1.14.1
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  9.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

Re: [blfs-book] [BLFS Trac] #13539: python3-3.8.3 (Wait for LFS)

2020-05-16 Thread BLFS Trac via blfs-book
#13539: python3-3.8.3 (Wait for LFS)
-+-
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

 * priority:  normal => high


Comment:

 Similar to LFS, it has the urllib security fixes

--
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] r23154 - in trunk/BOOK: general/genlib general/sysutils introduction/welcome

2020-05-16 Thread renodr--- via blfs-book
Author: renodr
Date: Sat May 16 19:44:00 2020
New Revision: 23154

Log:
Fix a regression in udisks2 caused by encoding changes in glib-2.64
libbytesize: Add short descriptions

Modified:
   trunk/BOOK/general/genlib/libbytesize.xml
   trunk/BOOK/general/sysutils/udisks2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/genlib/libbytesize.xml
==
--- trunk/BOOK/general/genlib/libbytesize.xml   Sat May 16 14:00:34 2020
(r23153)
+++ trunk/BOOK/general/genlib/libbytesize.xml   Sat May 16 19:44:00 2020
(r23154)
@@ -30,7 +30,7 @@
 Introduction to libbytesize
 
 
-  The libbytesize package is a library
+  The libbytesize package is a library which
   facilitates the common operations with sizes in bytes.
 
 
@@ -150,17 +150,31 @@
 
   
 
-
+
   
 
 

Modified: trunk/BOOK/general/sysutils/udisks2.xml
==
--- trunk/BOOK/general/sysutils/udisks2.xml Sat May 16 14:00:34 2020
(r23153)
+++ trunk/BOOK/general/sysutils/udisks2.xml Sat May 16 19:44:00 2020
(r23154)
@@ -123,6 +123,13 @@
 Installation of UDisks
 
 
+  First, fix a regression caused by glib-2.64:
+
+
+sed -i '/stdout_channel = g/a 
g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' 
src/udisksspawnedjob.c 
+sed -i '/stderr_channel = g/a g_io_channel_set_encoding 
(job->child_stderr_channel, NULL, NULL);' 
src/udisksspawnedjob.c
+
+
   Install UDisks by running the following
   commands:
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat May 16 14:00:34 
2020(r23153)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sat May 16 19:44:00 
2020(r23154)
@@ -45,6 +45,10 @@
   May 16th, 2020
   
 
+  [renodr] - Fix a regression in Udisks2 caused by glib-2.64.
+  This is primarily due to encoding API changes.
+
+
   [pierre] - Patch libreoffice to build with GCC 10.
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r23153 - in trunk/BOOK: . general/genutils general/prog introduction/welcome server/databases

2020-05-16 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sat May 16 14:00:34 2020
New Revision: 23153

Log:
Update to postgresql-12.3. 
Update to php-7.4.6. 
Update to Python-3.8.3. 
Update to highlight-3.57.

Modified:
   trunk/BOOK/general/genutils/highlight.xml
   trunk/BOOK/general/prog/php.xml
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/databases/postgresql.xml

Modified: trunk/BOOK/general/genutils/highlight.xml
==
--- trunk/BOOK/general/genutils/highlight.xml   Sat May 16 13:19:50 2020
(r23152)
+++ trunk/BOOK/general/genutils/highlight.xml   Sat May 16 14:00:34 2020
(r23153)
@@ -6,9 +6,9 @@
 
   http://www.andre-simon.de/zip/highlight-.tar.bz2;>
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/general/prog/php.xml
==
--- trunk/BOOK/general/prog/php.xml Sat May 16 13:19:50 2020(r23152)
+++ trunk/BOOK/general/prog/php.xml Sat May 16 14:00:34 2020(r23153)
@@ -6,10 +6,10 @@
 
   http://www.php.net/distributions/php-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/general/prog/python3.xml
==
--- trunk/BOOK/general/prog/python3.xml Sat May 16 13:19:50 2020(r23152)
+++ trunk/BOOK/general/prog/python3.xml Sat May 16 14:00:34 2020(r23153)
@@ -7,10 +7,10 @@
   https://www.python.org/ftp/python//Python-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  
   

Modified: trunk/BOOK/server/databases/postgresql.xml
==
--- trunk/BOOK/server/databases/postgresql.xml  Sat May 16 13:19:50 2020
(r23152)
+++ trunk/BOOK/server/databases/postgresql.xml  Sat May 16 14:00:34 2020
(r23153)
@@ -7,10 +7,10 @@
   http://ftp.postgresql.org/pub/source/v/postgresql-.tar.bz2;>
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
-- 
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: #13537, #13538, #13539, #13540

2020-05-16 Thread BLFS Trac via blfs-book
Batch modification to #13537, #13538, #13539, #13540 by bdubbs:


Action: resolve

Comment:
Fixed at revision 23153.

--
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] r23152 - trunk/BOOK/gnome/platform

2020-05-16 Thread renodr--- via blfs-book
Author: renodr
Date: Sat May 16 13:19:50 2020
New Revision: 23152

Log:
GNOME Libraries: Minor tweaks

Modified:
   trunk/BOOK/gnome/platform/evolution-data-server.xml
   trunk/BOOK/gnome/platform/libgee.xml
   trunk/BOOK/gnome/platform/tracker-miners.xml

Modified: trunk/BOOK/gnome/platform/evolution-data-server.xml
==
--- trunk/BOOK/gnome/platform/evolution-data-server.xml Sat May 16 11:23:41 
2020(r23151)
+++ trunk/BOOK/gnome/platform/evolution-data-server.xml Sat May 16 13:19:50 
2020(r23152)
@@ -110,7 +110,7 @@
 
   ,
   ,
-  a  (that provides a 
sendmail command), and
+  a  (that provides a 
sendmail command),
   , and
   

Modified: trunk/BOOK/gnome/platform/libgee.xml
==
--- trunk/BOOK/gnome/platform/libgee.xmlSat May 16 11:23:41 2020
(r23151)
+++ trunk/BOOK/gnome/platform/libgee.xmlSat May 16 13:19:50 2020
(r23152)
@@ -86,7 +86,7 @@
 
 Optional
 
-   (with Valadoc), and
+   (with Valadoc) and
   http://ltp.sourceforge.net/coverage/lcov.php;>LCOV
 
 

Modified: trunk/BOOK/gnome/platform/tracker-miners.xml
==
--- trunk/BOOK/gnome/platform/tracker-miners.xmlSat May 16 11:23:41 
2020(r23151)
+++ trunk/BOOK/gnome/platform/tracker-miners.xmlSat May 16 13:19:50 
2020(r23152)
@@ -136,8 +136,8 @@
   502-writeback-audio are known to fail due to internal test
   suite problems.
   -->
-  Two tests, test-image-1 and functional-401-extractor-flac-cuesheet,
-  are known to fail.
+  Three tests, miners-common-file-utils, test-image-1, and 
+  functional-401-extractor-flac-cuesheet, are known to fail.
   
 
 
-- 
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] #13511: gcc-10.1.0 (wait for LFS)

2020-05-16 Thread BLFS Trac via blfs-book
#13511: gcc-10.1.0 (wait for LFS)
-+--
 Reporter:  renodr   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

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


Comment:

 vsftpd, libreoffice, rox-filer fixed at r23151. Boost patched at the same
 revision. Closing.

--
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] #13518: goffice-0.10.47

2020-05-16 Thread BLFS Trac via blfs-book
#13518: goffice-0.10.47
-+---
 Reporter:  bdubbs   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 
[https://gitlab.gnome.org/GNOME/goffice/-/commit/fcac4d610e0cc87d5c0de1f501d7d5afd2bf6e30]

 We're going to want to put this patch in as well. This fixes a crash when
 opening spreadsheets with graphs.

--
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] r23151 - in trunk/BOOK: . general/genlib introduction/welcome server/major xsoft/office xsoft/other

2020-05-16 Thread pierre--- via blfs-book
Author: pierre
Date: Sat May 16 11:23:41 2020
New Revision: 23151

Log:
Last fixes for GCC 10:
- patch boost to help libreoffice
- patch libreoffice
- fix multiple def in rox-filer
- fix implicit type cas in vsftpd (sed by thomas)

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/boost.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/vsftpd.xml
   trunk/BOOK/xsoft/office/libreoffice.xml
   trunk/BOOK/xsoft/other/rox-filer.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sat May 16 07:07:34 2020(r23150)
+++ trunk/BOOK/general.ent  Sat May 16 11:23:41 2020(r23151)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/boost.xml
==
--- trunk/BOOK/general/genlib/boost.xml Sat May 16 07:07:34 2020(r23150)
+++ trunk/BOOK/general/genlib/boost.xml Sat May 16 11:23:41 2020(r23151)
@@ -72,6 +72,16 @@
   
 
 
+Additional Downloads
+
+  
+
+  Recommended patch, required to build :
+  
+
+  
+
+
 Boost Dependencies
 
 Recommended
@@ -92,14 +102,14 @@
 
   
 Installation of Boost
-
+patch -Np1 -i 
../boost--gcc_10-1.patch
+
 
   This package can be built with several jobs running in parallel. In
   the instructions below, N stands for the

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat May 16 07:07:34 
2020(r23150)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sat May 16 11:23:41 
2020(r23151)
@@ -42,6 +42,26 @@
 
 -->
 
+  May 16th, 2020
+  
+
+  [pierre] - Patch libreoffice to build with GCC 10.
+
+
+  [pierre] - Patch boost to allow building libreoffice with
+  GCC 10.
+
+
+  [pierre] - Fix rox-filer for GCC 10.
+
+
+  [pierre] - Fix vsftpd for GCC 10. Thanks to Thomas
+  Trepl for the sed.
+
+  
+
+
+
   May 15th, 2020
   
 

Modified: trunk/BOOK/server/major/vsftpd.xml
==
--- trunk/BOOK/server/major/vsftpd.xml  Sat May 16 07:07:34 2020(r23150)
+++ trunk/BOOK/server/major/vsftpd.xml  Sat May 16 11:23:41 2020(r23151)
@@ -110,6 +110,13 @@
 useradd -c anonymous_user -d /home/ftp -g ftp-s /bin/false -u 45 
ftp
 
 
+  Gcc-10 and later flags an error for an implicit type cast. Make it
+  explicit:
+
+
+sed -e "s/kVSFSysStrOpenUnknown;/(enum 
EVSFSysUtilOpenMode)/" -i sysstr.c
+
+
   Build vsftpd as an unprivileged user
   using the following command:
 

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==
--- trunk/BOOK/xsoft/office/libreoffice.xml Sat May 16 07:07:34 2020
(r23150)
+++ trunk/BOOK/xsoft/office/libreoffice.xml Sat May 16 11:23:41 2020
(r23151)
@@ -167,15 +167,13 @@
 
 
 
   
 
-  Required patch to fix building with system  
(all
-  recent versions) and :
-  
+  Required patch to fix building with GCC 10 and later:
+  
 
   
--->
 
 
 LibreOffice Dependencies
@@ -323,14 +321,12 @@
 tar -xf 
libreoffice-.tar.xz --no-overwrite-dir 
 cd libreoffice-
 
-
 
- Fix build failures introduced by recent versions of 
- and :
+ Fix build failures introduced by GCC 10 and later:
 
 
-patch -Np1 -i 
../libreoffice--consolidated_fixes-1.patch
--->
+patch -Np1 -i 
../libreoffice--format_overflow-1.patch
 
 
   If you have downloaded the dictionaries, help and translations tarballs,

Modified: trunk/BOOK/xsoft/other/rox-filer.xml
==
--- trunk/BOOK/xsoft/other/rox-filer.xmlSat May 16 07:07:34 2020
(r23150)
+++ trunk/BOOK/xsoft/other/rox-filer.xmlSat May 16 11:23:41 2020
(r23151)
@@ -114,6 +114,7 @@
 
 cd ROX-Filer

 sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":' src/main.c 
+sed -i 's/gboolean/extern /' src/session.h 
 
 mkdir build
 pushd build
@@ -159,6 +160,12 @@
 
 
 
+  sed -i 's/gboolean/extern /' src/session.h:
+  This command fixes a multiple definition flagged as an error
+  by GCC 10 and higher.
+
+
+
   ln -sv application-...: These commands 

Re: [blfs-book] [BLFS Trac] #13538: php-7.4.6

2020-05-16 Thread BLFS Trac via blfs-book
#13538: php-7.4.6
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * priority:  normal => high


Comment:

 {{{
 Fixed bug #78875 (Long variables cause OOM and temp files are not
 cleaned). (CVE-2019-11048).
 Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
 files are not cleaned). (CVE-2019-11048).
 }}}

 Has a couple security fixes

--
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] #13538: php-7.4.6

2020-05-16 Thread BLFS Trac via blfs-book
#13538: php-7.4.6
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 A bug fix release.  See https://www.php.net/ChangeLog-7.php

--
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] #13537: highlight-3.57

2020-05-16 Thread BLFS Trac via blfs-book
#13537: highlight-3.57
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 highlight 3.57

 12.05.2020

   - added support for Haml
   - added support for Wren
   - added Lua function `OverrideParam`
   - fixed regression in xterm256 or truecolor output
   - fixed `--list-scripts` with read-only language definitions
   - improved several language definitions
   - Windows GUI: added dark mode

--
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] #12483: libsigc++-3.0.0 (wait until v3 is needed)

2020-05-16 Thread BLFS Trac via blfs-book
#12483: libsigc++-3.0.0 (wait until v3 is needed)
-+---
 Reporter:  renodr   |   Owner:  lfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

 * owner:  bdubbs => lfs-book
 * status:  assigned => new


--
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: #13537, #13538, #13539, #13540

2020-05-16 Thread BLFS Trac via blfs-book
Batch modification to #13537, #13538, #13539, #13540 by bdubbs:


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

[blfs-book] r23150 - trunk/BOOK/kde/kf5-apps

2020-05-16 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sat May 16 07:07:34 2020
New Revision: 23150

Log:
Remove unneeded patch from kdenlive

Modified:
   trunk/BOOK/kde/kf5-apps/kdenlive5.xml

Modified: trunk/BOOK/kde/kf5-apps/kdenlive5.xml
==
--- trunk/BOOK/kde/kf5-apps/kdenlive5.xml   Sat May 16 03:00:32 2020
(r23149)
+++ trunk/BOOK/kde/kf5-apps/kdenlive5.xml   Sat May 16 07:07:34 2020
(r23150)
@@ -69,7 +69,7 @@
 
   
 
-
+
 Kdenlive Dependencies
 
 Required
@@ -101,13 +101,13 @@
 
   
 Installation of Kdenlive
-
+
 
   Install Kdenlive by running the following
   commands:
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r23149 - trunk/BOOK/postlfs/security

2020-05-16 Thread xry111--- via blfs-book
Author: xry111
Date: Sat May 16 03:00:32 2020
New Revision: 23149

Log:
cryptsetup: remove libgcrypt from dependency list - now OpenSSL is the default

Modified:
   trunk/BOOK/postlfs/security/cryptsetup.xml

Modified: trunk/BOOK/postlfs/security/cryptsetup.xml
==
--- trunk/BOOK/postlfs/security/cryptsetup.xml  Fri May 15 19:53:59 2020
(r23148)
+++ trunk/BOOK/postlfs/security/cryptsetup.xml  Sat May 16 03:00:32 2020
(r23149)
@@ -87,7 +87,6 @@
 Required
 
   ,
-  ,
   , and
   
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2020-05-16 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
'/srv/www/www.linuxfromscratch.org/patches/downloads/kdenlive/kdenlive-20.04.1-segfault_fix-1.patch':
 No such file or directory
-- 
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 osuosl

2020-05-16 Thread bdubbs--- via blfs-book
Missing kate-20.04.1.tar.xz
Missing libqmi-1.24.12.tar.xz
Missing ModemManager-1.12.10.tar.xz
Missing sysstat-12.3.3.tar.xz
Missing mariadb-10.4.13.tar.gz
Missing mesa-20.0.7.tar.xz
Missing ark-20.04.1.tar.xz
Missing kdenlive-20.04.1.tar.xz
Missing kmix-20.04.1.tar.xz
Missing khelpcenter-20.04.1.tar.xz
Missing konsole-20.04.1.tar.xz
Missing libkexiv2-20.04.1.tar.xz
Missing okular-20.04.1.tar.xz
Missing libkdcraw-20.04.1.tar.xz
Missing gwenview-20.04.1.tar.xz
Missing libkcddb-20.04.1.tar.xz
Missing k3b-20.04.1.tar.xz
Missing kwave-20.04.1.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2020-05-16 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
'/srv/www/www.linuxfromscratch.org/patches/downloads/kdenlive/kdenlive-20.04.1-segfault_fix-1.patch':
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page