[blfs-book] r23692 - trunk/BOOK/general/genutils

2020-09-06 Thread pierre--- via blfs-book
Author: pierre
Date: Sun Sep  6 22:55:46 2020
New Revision: 23692

Log:
Force use of python3 in telepathy-mission-control

Modified:
   trunk/BOOK/general/genutils/telepathy-mission-control.xml

Modified: trunk/BOOK/general/genutils/telepathy-mission-control.xml
==
--- trunk/BOOK/general/genutils/telepathy-mission-control.xml   Sun Sep  6 
21:29:53 2020(r23691)
+++ trunk/BOOK/general/genutils/telepathy-mission-control.xml   Sun Sep  6 
22:55:46 2020(r23692)
@@ -87,8 +87,11 @@
 
 Optional
 
+   (for the twisted tests),
   ,
-  , and
+  ,
+  https://pypi.org/project/Twisted/";>Twisted
+ (for the twisted tests), and
   libgnome-keyring
 
 
@@ -105,7 +108,8 @@
   running the following commands:
 
 
-./configure --prefix=/usr --disable-static &&
+PYTHON=python3 \
+./configure --prefix=/usr --disable-static &&
 make
 
 
@@ -123,6 +127,11 @@
   
 Command Explanations
 
+
+  PYTHON=python3: prevents using Python2 if it
+  is installed.
+
+
 http://www.w3.org/2001/XInclude";
   href="../../xincludes/static-libraries.xml"/>
 
-- 
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 - 2020-09-07 04:45:01 GMT

2020-09-06 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 06: vim 8.2.1361 8.2.1632 #12241
chapter 09: libsigc++   2.10.3   3.0.3#12483
chapter 09: libxkbcommon0.10.0   0#14015
chapter 11: ImageMagick 7.0.10-277.0.10-29#7859
chapter 11: unixODBC2.3.82.3.9
chapter 12: bluez   5.54 5.55 #14012
chapter 13: Log-Log4perl1.51 1.52 
chapter 13: jdk 14.0.1+7 manual   
chapter 13: rustc   1.42.0   1.46.0   #9168
chapter 13: scour   0.38.1   038.1
chapter 14: dhcpcd  9.1.49.2.0#14013
chapter 17: fetchmail   6.4.11   6.4.12   #13977
chapter 17: mutt1.14.6   1.14.7   #13980
chapter 20: db  5.3.28   manual   
chapter 25: cairo   1.17.2+f93fc72c031.16.0   #12916
chapter 25: qtwebengine 5.15.0   manual   
chapter 26: oxygen-icons5   5.73.0   5.74.0   #14014
chapter 29: extra-cmake-modules 5.73.0   5.74.0   #14014
chapter 32: kf5 5.73 5.74 #14014
chapter 32: kf5-apps20.08.0  20.08.1  #13990
chapter 32: plasma5 5.19.4   5.19.5   #13991
chapter 35: gnome-user-docs 3.36.2   3.36.6   #14011
chapter 37: garcon  0.7.00.7.1#13942
chapter 37: thunar  1.8.15   4.15.2   #13690
chapter 37: thunar-volman   0.9.54.15.0   #13953
chapter 43: abiword 3.0.40
chapter 43: abiword-docs3.0.2manual   
chapter 43: libreoffice 7.0.0.3  7.0.1.2  
chapter 43: thunderbird 78.1.1   78.2.1   #13969
chapter 45: kwave   20.08.0  20.08.1  #13990
chapter 50: biber   2.14 2.15 #13934
chapter 50: docbook-xsl-nons1.79.2   manual   

-- 
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: #13986, #14010

2020-09-06 Thread BLFS Trac via blfs-book
Batch modification to #13986, #14010 by bdubbs:


Action: resolve

Comment:
Really bring unixodbc and Log-Log4perl up to date.

--
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] r23691 - in trunk/BOOK: . general/genutils general/prog/perl-modules introduction/welcome

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 21:29:53 2020
New Revision: 23691

Log:
Really bring log-log4perl and unixodbc up to date.

Modified:
   trunk/BOOK/general/genutils/unixodbc.xml
   trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genutils/unixodbc.xml
==
--- trunk/BOOK/general/genutils/unixodbc.xmlSun Sep  6 21:11:43 2020
(r23690)
+++ trunk/BOOK/general/genutils/unixodbc.xmlSun Sep  6 21:29:53 2020
(r23691)
@@ -8,7 +8,7 @@
   -->
   
   ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-&unixodbc-version;.tar.gz";>
-  
+  
   
   
   

Modified: trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml  Sun Sep  6 
21:11:43 2020(r23690)
+++ trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml  Sun Sep  6 
21:29:53 2020(r23691)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 ]>
 
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 21:11:43 
2020(r23690)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 21:29:53 
2020(r23691)
@@ -69,7 +69,7 @@
   #14008.
 
 
-  [bdubbs] - Update to unixODBC-2.3.8. Fixes
+  [bdubbs] - Update to unixODBC-2.3.9. Fixes
   #13986.
 
 
@@ -81,7 +81,7 @@
   #13957.
 
 
-  [bdubbs] - Update to Log-Log4perl-1.51 (Perl Module). Fixes
+  [bdubbs] - Update to Log-Log4perl-1.52 (Perl Module). Fixes
   #14010.
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Sep  6 21:11:43 2020(r23690)
+++ trunk/BOOK/packages.ent Sun Sep  6 21:29:53 2020(r23691)
@@ -265,7 +265,7 @@
 
 
 
-
+
 
 
 
@@ -410,7 +410,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] #13986: unixODBC-2.3.9

2020-09-06 Thread BLFS Trac via blfs-book
#13986: unixODBC-2.3.9
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  reopened
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 06-Sep-2020
 2.3.9

 # Remove "#define UNIXODBC_SOURCE" from unixodbc_conf.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

Re: [blfs-book] [BLFS Trac] #14010: Log-Log4perl-1.52 (Perl Module)

2020-09-06 Thread BLFS Trac via blfs-book
#14010: Log-Log4perl-1.52 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  reopened
 Priority:  low  |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

 * priority:  normal => low


Comment:

 1.52 2020-09-07
 - fix tests to work better on Windows
 - doc fixes
 - improve detection of layout modules already available
 - remove circular dependency in Log::Log4perl::Appender

--
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: #13986, #14010

2020-09-06 Thread BLFS Trac via blfs-book
Batch modification to #13986, #14010 by bdubbs:


Action: accept

Comment:
I'll take these because I just updated them today.

--
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] r23690 - trunk/scripts

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 21:11:43 2020
New Revision: 23690

Log:
Currency fixes for abiword, scour, and libxkbcommon

Modified:
   trunk/scripts/blfs-chapter09.php
   trunk/scripts/blfs-chapter13.php
   trunk/scripts/blfs-chapter43.php

Modified: trunk/scripts/blfs-chapter09.php
==
--- trunk/scripts/blfs-chapter09.phpSun Sep  6 14:23:52 2020(r23689)
+++ trunk/scripts/blfs-chapter09.phpSun Sep  6 21:11:43 2020(r23690)
@@ -444,7 +444,7 @@
 return find_max( $lines, '/^.*compat-\d/', '/^.*compat-([\d\.]+) .*$/' );
 
   if ( $book_index == "libxkbcommon" )
-return find_max( $lines, '/\d\./', '/^.* (0\.[\d\.]+)\.$/' );
+return find_max( $lines, '/\d\./', '/^.* (\d\.[\d\.]+)\.$/' );
 
   if ( $book_index == "libxml2" )
 return find_max( $lines, '/libxml2/', '/^.*libxml2-([\d\.-]+).tar.*$/' );

Modified: trunk/scripts/blfs-chapter13.php
==
--- trunk/scripts/blfs-chapter13.phpSun Sep  6 14:23:52 2020(r23689)
+++ trunk/scripts/blfs-chapter13.phpSun Sep  6 21:11:43 2020(r23690)
@@ -409,10 +409,6 @@
   'match'   => '^.*$',
   'replace' => 
"https://github.com/martinpitt/python-dbusmock/releases"; ),
 
-   array( 'pkg' => 'scour',
-  'match'   => '^.*$',
-  'replace' => "https://github.com/scour-project/scour/releases"; ),
-
array( 'pkg' => 'six',
   'match'   => '^.*$',
   'replace' => "https://pypi.python.org/pypi/six"; ),
@@ -610,7 +606,12 @@
  return find_max( $lines, "/\d[\d\.]+/", "/^.* (\d[\d\.]+)$/" );
 
   if ( $book_index == "scour" )
- return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+).*$/" );
+  {
+ $max = find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+).*$/" );
+ // Fix 038.1 to be 0.38.1
+ $fix = preg_replace( "/^0(\d)/", "0.$1", $max);
+ return $fix;
+  }
 
   if ( $package == "ninja" )  // ninja
   {
@@ -618,9 +619,6 @@
 return $max;
   }
 
-  if ( $package == "scour" )
-return find_max( $lines, "/v/", "/^.*v(\d[\d\.]*\d).*$/" );
-
   if ( $package == "cbindgen" )
 return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]*\d).*$/" );
 

Modified: trunk/scripts/blfs-chapter43.php
==
--- trunk/scripts/blfs-chapter43.phpSun Sep  6 14:23:52 2020(r23689)
+++ trunk/scripts/blfs-chapter43.phpSun Sep  6 21:11:43 2020(r23690)
@@ -32,6 +32,10 @@
 
 $url_fix = array (
 
+   array( 'pkg' => 'abiword',
+  'match'   => '^.*$',
+  'replace' => "https://www.abisource.com/downloads/abiword"; ),
+
array( 'pkg' => 'chromium',
   'match'   => '^.*$',
   //'replace' => "https://googlechromereleases.blogspot.com/"; ),
@@ -204,14 +208,14 @@
 return find_max( $dirs, "/\d/", "/^.*(\d{2}\.[\.\d]+)\/.*/" );
  }
 
- if ( preg_match( "/abiword/", $dirpath ) )
- {
-$dirpath  = rtrim  ( $dirpath, "/" );// Trim any trailing slash
-$position = strrpos( $dirpath, "/" );
-$dirpath  = substr ( $dirpath, 0, $position );  // Up 1
-$position = strrpos( $dirpath, "/" );
-$dirpath  = substr ( $dirpath, 0, $position );  // Up 2
- }
+ //if ( preg_match( "/abiword/", $dirpath ) )
+ //{
+ //   $dirpath  = rtrim  ( $dirpath, "/" );// Trim any trailing slash
+ //   $position = strrpos( $dirpath, "/" );
+ //   $dirpath  = substr ( $dirpath, 0, $position );  // Up 1
+ //   $position = strrpos( $dirpath, "/" );
+ //   $dirpath  = substr ( $dirpath, 0, $position );  // Up 2
+ //}
 
  if ( $book_index == "gnucash-docs" )
  {
@@ -294,7 +298,7 @@
   if ( preg_match( "/firefox/", "$dirpath" ) )
   return find_max( $lines, "/^\s+[\d\.]+esr/", "/^\s+([\d\.]+)esr\/.*$/" );
 
-  if ( preg_match( "/abiword/", "$dirpath" ) )
+  if ( $package == "abiword" )
   return find_max( $lines, "/^\d/", "/^([\d\.]+).*$/" );
 
   if ( $package == "balsa" )
@@ -306,7 +310,7 @@
   if ( $book_index == "QupZilla" )
 return find_max( $lines, "/v\d/", "/^.*v([\d\.]*\d).*$/" );
 
-  qf ( $package == "rox-filer" )
+  if ( $package == "rox-filer" )
   return find_max( $lines, "/^\s*\d/", "/^\s*(\d\.[\d\.]+)\s+.*$/" );
 
   if ( $package == "tigervnc" )
-- 
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] #14015: libxkbcommon-1.0.0

2020-09-06 Thread BLFS Trac via blfs-book
#14015: libxkbcommon-1.0.0
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New major 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] #14010: Log-Log4perl-1.52 (Perl Module) (was: Log-Log4perl-1.51 (Perl Module))

2020-09-06 Thread BLFS Trac via blfs-book
#14010: Log-Log4perl-1.52 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  reopened
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

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


Comment:

 Novw version 1.52

--
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] #13986: unixODBC-2.3.9 (was: unixODBC-2.3.8)

2020-09-06 Thread BLFS Trac via blfs-book
#13986: unixODBC-2.3.9
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  reopened
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

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


Comment:

 Now version 2.3.9.

--
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] #14014: kf5-5.73 extra-cmake-modules oxygen-icons5 (Hold until December)

2020-09-06 Thread BLFS Trac via blfs-book
#14014: kf5-5.73 extra-cmake-modules oxygen-icons5 (Hold until December)
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  hold
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] #14012: bluez-5.55

2020-09-06 Thread BLFS Trac via blfs-book
#14012: bluez-5.55
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
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] #14013: dhcpcd-9.2.0

2020-09-06 Thread BLFS Trac via blfs-book
#14013: dhcpcd-9.2.0
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
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] Batch modify: #13973, #13983, #13995, #13999

2020-09-06 Thread BLFS Trac via blfs-book
Batch modification to #13973, #13983, #13995, #13999 by bdubbs:


Action: resolve

Comment:
Fixed at revision 23689.

--
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] r23689 - in trunk/BOOK: . general/genlib general/prog introduction/welcome postlfs/security server/mail xsoft/office

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 14:23:52 2020
New Revision: 23689

Log:
Update to libreoffice-7.0.1.2. 
Update to cryptsetup-2.3.4. 
Update to postfix-3.5.7. 
Update to brotli-1.0.9. 
Fix scour URL.

Modified:
   trunk/BOOK/general/genlib/brotli.xml
   trunk/BOOK/general/prog/scour.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/cryptsetup.xml
   trunk/BOOK/server/mail/postfix.xml
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/general/genlib/brotli.xml
==
--- trunk/BOOK/general/genlib/brotli.xmlSun Sep  6 10:19:12 2020
(r23688)
+++ trunk/BOOK/general/genlib/brotli.xmlSun Sep  6 14:23:52 2020
(r23689)
@@ -6,11 +6,11 @@
 
   https://github.com/google/brotli/archive/v&brotli-version;/brotli-&brotli-version;.tar.gz";>
   
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
 ]>
 
 
@@ -73,21 +73,7 @@
 
   
 
-
+
 Brotli Dependencies
 
 Required
@@ -98,7 +84,7 @@
 
 Optional
 
-  
+
(to create python2 bindings)
 
 
@@ -126,7 +112,8 @@
 
 
 
-  To test the results, issue: make test.
+  
+  The tests for this package are currently broken.
 
 
 
@@ -140,12 +127,12 @@
 pushd ..   &&
 python3 setup.py build &&
 popd
-
+
 
   Now, as the root user:
 

Modified: trunk/BOOK/general/prog/scour.xml
==
--- trunk/BOOK/general/prog/scour.xml   Sun Sep  6 10:19:12 2020(r23688)
+++ trunk/BOOK/general/prog/scour.xml   Sun Sep  6 14:23:52 2020(r23689)
@@ -4,11 +4,11 @@
   
   %general-entities;
 
-  https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz";>
+  https://github.com/scour-project/scour/archive/v038.1/scour-&scour-version;.tar.gz";>
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 10:19:12 
2020(r23688)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 14:23:52 
2020(r23689)
@@ -45,6 +45,22 @@
   September 5th, 2020
   
 
+  [bdubbs] - Update to libreoffice-7.0.1.2. Fixes
+  #13999.
+
+
+  [bdubbs] - Update to cryptsetup-2.3.4. Fixes
+  #13995.
+
+
+  [bdubbs] - Update to postfix-3.5.7. Fixes
+  #13983.
+
+
+  [bdubbs] - Update to brotli-1.0.9. Fixes
+  #13973.
+
+
   [bdubbs] - Update to scour-0.38.1. Fixes
   #13997.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Sep  6 10:19:12 2020(r23688)
+++ trunk/BOOK/packages.ent Sun Sep  6 14:23:52 2020(r23689)
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 
@@ -90,7 +90,7 @@
 
 
 
-
+
 
 
 
@@ -654,7 +654,7 @@
 
 
 
-
+
 
 
 
@@ -895,8 +895,8 @@
 
 
 
-
-
+
+
 
 
 

Modified: trunk/BOOK/postlfs/security/cryptsetup.xml
==
--- trunk/BOOK/postlfs/security/cryptsetup.xml  Sun Sep  6 10:19:12 2020
(r23688)
+++ trunk/BOOK/postlfs/security/cryptsetup.xml  Sun Sep  6 14:23:52 2020
(r23689)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -156,8 +156,28 @@
 
   To test the result, issue as the root user: make check.
-  Some tests may fail if the kernel configuration parameters above are not
-  set. 
+  Some tests will fail if appropriate kernel configuration options are not
+  set. Some additional options that may be needed for tests are: 
+  CONFIG_SCSI_LOWLEVEL,
+  CONFIG_SCSI_DEBUG,
+  CONFIG_BLK_DEV_DM_BUILTIN,
+  CONFIG_CRYPTO_USER,
+  CONFIG_CRYPTO_CRYPTD,
+  CONFIG_CRYPTO_LRW,
+  CONFIG_CRYPTO_XTS,
+  CONFIG_CRYPTO_ESSIV,
+  CONFIG_CRYPTO_CRCT10DIF,
+  CONFIG_CRYPTO_AES_TI,
+  CONFIG_CRYPTO_AES_NI_INTEL,
+  CONFIG_CRYPTO_BLOWFISH,
+  CONFIG_CRYPTO_CAST5,
+  CONFIG_CRYPTO_SERPENT,
+  CONFIG_CRYPTO_SERPENT_SSE2_X86_64,
+  CONFIG_CRYPTO_SERPENT_AVX_X86_64,
+  CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
+  CONFIG_CRYPTO_TWOFISH_X86_64.  
+  
 
 
 

Modified: trunk/BOOK/server/mail/postfix.xml
==
--- trunk/BOOK/server/mail/postfix.xml  Sun Sep  6 10:19:12 2020(r23688)
+++ trunk/BOOK/server/mail/postfix.xml  Sun Sep  6 14:23:52 2020(r23689)
@@ -6,7 +6,7 @@
 
   
   ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz";>
-  
+  
   
   
   

Modified: trunk/BOO

Re: [blfs-book] [BLFS Trac] #13995: cryptsetup-2.3.4

2020-09-06 Thread BLFS Trac via blfs-book
#13995: cryptsetup-2.3.4
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

 * priority:  normal => high


Comment:

 Changes since version 2.3.3

 * Fix a possible out-of-bounds memory write while validating LUKS2 data
   segments metadata (CVE-2020-14382).

   This problem can be triggered only on 32-bit builds (64-bit systems
   are not affected).

   LUKS2 format validation code contains a bug in segments validation code
   where the code does not check for possible overflow on memory
 allocation.

   Due to the bug, the libcryptsetup can be tricked to expect such
 allocation
   was successful. Later it may read data from image crafted by an attacker
 and
   actually write such data beyond allocated memory.

   The bug was introduced in cryptsetup 2.2.0. All later releases until
 2.3.4
   are affected.

   If you only backport the fix for this CVE, these master branch git
 commits
   should be backported:
 {{{
 52f5cb8cedf22fb3e14c744814ec8af7614146c7
 46ee71edcd13e1dad50815ad65c28779aa6f7503
 752c9a52798f11d3b765b673ebaa3058eb25316e
 }}}

 * Ignore reported optimal IO size if not aligned to minimal page size.

   Some USB enclosures report bogus block device topology (see lsblk -t)
 that
   prevents LUKS2 format with 4k sector size (reported values are not
 correctly
   aligned). The code now ignores such values and uses the default
 alignment.

 * Added support for new no_read/write_wrokqueue dm-crypt options (kernel
 5.9).

   These performance options, introduced in kernel 5.9, configure dm-crypt
   to bypass read or write workqueues and run encryption synchronously.

   Use --perf-no_read_workqueue or --perf-no_write_workqueue cryptsetup
 arguments
   to use these dm-crypt flags.

   These options are available only for low-level dm-crypt performance
 tuning,
   use only if you need a change to default dm-crypt behavior.

   For LUKS2, these flags can be persistently stored in metadata with
   the --persistent option.

 * Added support panic_on_corruption option for dm-verity devices (kernel
 5.9).
   Veritysetup now supports --panic-on-corruption argument that configures
   the dm-verity device to panics kernel if a corruption is detected.

   This option is intended for specific configurations, do not use it in
   standard configurations.

 * Support --master-key-file option for online LUKS2 reencryption

   This can be used for reencryption of devices that uses protected key AES
 cipher
   on some mainframes crypto accelerators.

 * Always return EEXIST error code if a device already exists.

   Some libcryptsetup functions (activate_by*) now return EEXIST error
 code,
   so the caller can distinguish that call fails because some parallel
 process
   already activated the device.
   Previously all fails returned EINVAL (invalid value).

 * Fix a problem in integritysetup if a hash algorithm has dash in the
 name.

   If users want to use blake2b/blake2s, the kernel algorithm name includes
   a dash (like "blake2s-256").
   Theses algorithms can now be used for integritysetup devices.

 * Fix crypto backend to properly handle ECB mode.

   Even though it should never be used, it should still work for testing :)
   This fixes a bug introduced in cryptsetup version 2.3.2.

 * TrueCrypt/VeraCrypt compatible mode now supports the activation of
 devices
   with a larger sector.

   TrueCrypt/VeraCrypt always uses 512-byte sector for encryption, but for
 devices
   with a larger native sector, it stores this value in the header.

   This patch allows activation of such devices, basically ignoring
   the mentioned sector size.

 * LUKS2: Do not create excessively large headers.

   When creating a LUKS2 header with a specified --offset larger than
   the LUKS2 header size, do not create a larger file than needed.

 * Fix unspecified sector size for BitLocker compatible mode.

   Some BitLocker devices can contain zeroed sector size in the header.
   In this case, the 512-byte sector should be used.
   The bug was introduced in version 2.3.3.

 * Fix reading key data size in metadata for BitLocker compatible mode.

   Such devices with an unexpected entry in metadata can now be activated.

   Thanks to all users reporting these problems, BitLocker metadata
 documentation
   is not publicly available, and we depend only on these reports.

 * Fix typos in documentation.

--
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] #13983: postfix-3.5.7

2020-09-06 Thread BLFS Trac via blfs-book
#13983: postfix-3.5.7
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Random certificate verification failures with "smtp_tls_connection_reuse =
 yes",
 because tlsproxy(8) was using the wrong global TLS context for connections
 that use DANE or non-DANE trust anchors.

--
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: #13974, #13986, #13997, #14008

2020-09-06 Thread BLFS Trac via blfs-book
Batch modification to #13974, #13986, #13997, #14008 by bdubbs:


Action: resolve

Comment:
Fixed at revision 23688.

--
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] r23688 - in trunk/BOOK: . general/genutils general/prog introduction/welcome postlfs/security

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 10:19:12 2020
New Revision: 23688

Log:
Update to scour-0.38.1. 
Update to vala-0.48.10. 
Update to unixODBC-2.3.8. 
Update to gnupg-2.2.23.

Modified:
   trunk/BOOK/general/genutils/unixodbc.xml
   trunk/BOOK/general/prog/scour.xml
   trunk/BOOK/general/prog/vala.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/gnupg2.xml

Modified: trunk/BOOK/general/genutils/unixodbc.xml
==
--- trunk/BOOK/general/genutils/unixodbc.xmlSun Sep  6 08:58:57 2020
(r23687)
+++ trunk/BOOK/general/genutils/unixodbc.xmlSun Sep  6 10:19:12 2020
(r23688)
@@ -8,9 +8,9 @@
   -->
   
   ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-&unixodbc-version;.tar.gz";>
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/general/prog/scour.xml
==
--- trunk/BOOK/general/prog/scour.xml   Sun Sep  6 08:58:57 2020(r23687)
+++ trunk/BOOK/general/prog/scour.xml   Sun Sep  6 10:19:12 2020(r23688)
@@ -8,7 +8,7 @@
   
   
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/general/prog/vala.xml
==
--- trunk/BOOK/general/prog/vala.xmlSun Sep  6 08:58:57 2020(r23687)
+++ trunk/BOOK/general/prog/vala.xmlSun Sep  6 10:19:12 2020(r23688)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 08:58:57 
2020(r23687)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 10:19:12 
2020(r23688)
@@ -45,6 +45,22 @@
   September 5th, 2020
   
 
+  [bdubbs] - Update to scour-0.38.1. Fixes
+  #13997.
+
+
+  [bdubbs] - Update to vala-0.48.10. Fixes
+  #14008.
+
+
+  [bdubbs] - Update to unixODBC-2.3.8. Fixes
+  #13986.
+
+
+  [bdubbs] - Update to gnupg-2.2.23. Fixes
+  #13974.
+
+
   [bdubbs] - Update to enchant-2.2.10. Fixes
   #13957.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Sep  6 08:58:57 2020(r23687)
+++ trunk/BOOK/packages.ent Sun Sep  6 10:19:12 2020(r23688)
@@ -10,7 +10,7 @@
 
 
 
-
+
 
 
 
@@ -265,7 +265,7 @@
 
 
 
-
+
 
 
 
@@ -367,7 +367,7 @@
 
 
   
-
+
 
 
 
@@ -560,7 +560,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/security/gnupg2.xml
==
--- trunk/BOOK/postlfs/security/gnupg2.xml  Sun Sep  6 08:58:57 2020
(r23687)
+++ trunk/BOOK/postlfs/security/gnupg2.xml  Sun Sep  6 10:19:12 2020
(r23688)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
-- 
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] #13997: scour-0.38.1

2020-09-06 Thread BLFS Trac via blfs-book
#13997: scour-0.38.1
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 No additional notes for version 0.38.1

 # Release Notes for Scour

 ## Version 0.38 (2020-08-06)
 * Fix issue with dropping xlink:href attribute when collapsing referenced
 gradients
 * Fix issue with dropping ID while de-duplicating gradients
 * Improve `--shorten-ids` so it re-maps IDs that are already used in the
   document if they're shorter
 * Fix whitespace handling for SVG 1.2 flowed text
 * Improvement: Merge sibling `` nodes with identical attributes
 * Improve performance of XML serialization
 * Improve performance of gradient de-duplication
 * Some general performance improvements

--
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] #13986: unixODBC-2.3.8

2020-09-06 Thread BLFS Trac via blfs-book
#13986: unixODBC-2.3.8
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 30-Aug-2020
 2.3.8

 * Add configure support for editline
 * SQLDriversW was ignoring user config
 * SQLDataSources Fix termination character
 * Fix for pooling seg fault
 * Make calling SQLSetStmtAttrW call the W function in the driver is
 its there
 * Try and fix race condition clearing system odbc.ini file
 * Remove trailing space from isql/iusql SQL
 * When setting connection attributes set before connect also check if
   the W entry poins can be used
 * Try calling the W error functions first if available in the driver
 * Add iconvperdriver configure option to allow calling unicode_setup
 in SQLAllocHandle
 * iconv handles was being lost when reusing pooled connection
 * Catch null copy in iniPropertyInsert
 * Fix some leaks

--
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] #14007: Add libev

2020-09-06 Thread BLFS Trac via blfs-book
#14007: Add libev
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  wontfix
 Keywords:   |
-+--
Changes (by pierre.labastie):

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


Comment:

 Looks like it is too much burden for not much gain (only have some more
 curl tests passing). Closing as wontfix.

--
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] #14007: Add libev

2020-09-06 Thread BLFS Trac via blfs-book
#14007: Add libev
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  task |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 They are completely different. Actually, the libev doc tells they are not
 compatible. You have to choose between using one or the other.

 I think we should keep libevent (with less performance but more features)
 as is, and add only the libev bits that are needed for nghttp2 (unless we
 decide not to add libev at all, and live without nghttp2 apps).

--
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] #13973: brotli-v-1.0.9

2020-09-06 Thread BLFS Trac via blfs-book
#13973: brotli-v-1.0.9
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * priority:  normal => high


Comment:

 Mark as high due to integer overflow issue.

--
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] r23687 - in trunk/BOOK: general/genlib postlfs/security

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 08:58:57 2020
New Revision: 23687

Log:
Fix 2 md5sums

Modified:
   trunk/BOOK/general/genlib/brotli.xml
   trunk/BOOK/postlfs/security/gnupg2.xml

Modified: trunk/BOOK/general/genlib/brotli.xml
==
--- trunk/BOOK/general/genlib/brotli.xmlSun Sep  6 00:33:01 2020
(r23686)
+++ trunk/BOOK/general/genlib/brotli.xmlSun Sep  6 08:58:57 2020
(r23687)
@@ -4,9 +4,9 @@
   
   %general-entities;
 
-  https://github.com/google/brotli/archive/v&brotli-version;/brotli-v&brotli-version;.tar.gz";>
+  https://github.com/google/brotli/archive/v&brotli-version;/brotli-&brotli-version;.tar.gz";>
   
-  
+  
   
   
   

Modified: trunk/BOOK/postlfs/security/gnupg2.xml
==
--- trunk/BOOK/postlfs/security/gnupg2.xml  Sun Sep  6 00:33:01 2020
(r23686)
+++ trunk/BOOK/postlfs/security/gnupg2.xml  Sun Sep  6 08:58:57 2020
(r23687)
@@ -6,7 +6,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] #14007: Add libev

2020-09-06 Thread BLFS Trac via blfs-book
#14007: Add libev
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  task |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by bdubbs):

 Have you done a diff between the two versions of event.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

Re: [blfs-book] [BLFS Trac] #14007: Add libev

2020-09-06 Thread BLFS Trac via blfs-book
#14007: Add libev
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  task |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 We have to solve the problem of build ordering: if libevent is built
 before libev, event.h and libevent are the one from libev, then it might
 break applications expecting libevent. So libevent should be built after
 libev. But what if libev is rebuilt after (for example, if there is a new
 release of libev)? So I think we should prevent event.h and libevent from
 being installed by libev.

 It is not possible directly, but it is possible by tweaking Makefile.am
 and running autogen.sh. I'll try with that.

--
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 osuosl

2020-09-06 Thread bdubbs--- via blfs-book
Missing gnupg-2.2.22.tar.bz2
Missing gnutls-3.6.15.tar.xz
Missing xfsprogs-5.8.0.tar.xz
Missing brotli-v1.0.8.tar.gz
Missing enchant-2.2.10.tar.gz
Missing glib-2.64.5.tar.xz
Missing gspell-1.8.4.tar.xz
Missing firefox-68.12.0esr.source.tar.xz
Missing libwacom-1.5.tar.bz2
Missing umockdev-0.14.3.tar.xz
Missing telepathy-mission-control-5.16.6.tar.gz
Missing mercurial-5.5.1.tar.gz
Missing php-7.4.10.tar.xz
Missing cifs-utils-6.11.tar.bz2
Missing bind-9.16.6.tar.xz
Missing fetchmail-6.4.11.tar.xz
Missing bind-9.16.6.tar.xz
Missing amtk-5.1.2.tar.xz
Missing at-spi2-core-2.36.1.tar.xz
Missing gtk+-3.24.23.tar.xz
Missing grilo-0.3.13.tar.xz
Missing libgdata-0.17.13.tar.xz
Missing tracker-2.3.5.tar.xz
Missing tracker-miners-2.3.4.tar.xz
Missing cups-filters-1.28.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] #13977: fetchmail-6.4.12

2020-09-06 Thread BLFS Trac via blfs-book
#13977: fetchmail-6.4.12
-+---
 Reporter:  bdubbs   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 fetchmail-6.4.12 (released 2020-09-04, 27596 LoC):

 # BUG FIXES:
 * The README file is now the one from Git again. The makerelease.pl script
   used to roll and upload the tarball sometimes clobbered the README file
 and
   replaced its contents by a part of the NEWS file.

 # KNOWN BUGS AND WORKAROUNDS
   (This section floats upwards through the NEWS file so it stays with the
   current release information)
 * Fetchmail does not handle messages without Message-ID header well
   (See sourceforge.net bug #780933)
 * Fetchmail currently uses 31-bit signed integers in several places
   where unsigned and/or wider types should have been used, for instance,
   for mailbox sizes, and misreports sizes of 2 GibiB and beyond.
   Fixing this requires C89 compatibility to be relinquished.
 * BSMTP is mostly untested and errors can cause corrupt output.
 * Fetchmail does not track pending deletes across crashes.
 * The command line interface is sometimes a bit stubborn, for instance,
   fetchmail -s doesn't work with a daemon running.
 * Linux systems may return duplicates of an IP address in some
 circumstances if
   no or no global IPv6 addresses are configured.
   (No workaround. Ubuntu Bug#582585, Novell Bug#606980.)
 * Kerberos 5 may be broken, particularly on Heimdal, and provide bogus
 error
   messages. This will not be fixed, because the maintainer has no Kerberos
 5
   server to test against. Use GSSAPI.

--
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] #13934: biber-2.15

2020-09-06 Thread BLFS Trac via blfs-book
#13934: biber-2.15
-+---
 Reporter:  bdubbs   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
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

[blfs-book] r23686 - in trunk/BOOK: . general/genlib general/prog/perl-modules introduction/welcome

2020-09-06 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Sep  6 00:33:01 2020
New Revision: 23686

Log:
Update to enchant-2.2.10. 
Update to Log-Log4perl-1.51 (Perl Module). 
Update to List-AllUtils-0.18 (Perl Module). 
Update to HTML-Parser-3.75 (Perl Module).

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/enchant.xml
   trunk/BOOK/general/prog/perl-modules/perl-html-parser.xml
   trunk/BOOK/general/prog/perl-modules/perl-list-allutils.xml
   trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sat Sep  5 20:54:50 2020(r23685)
+++ trunk/BOOK/general.ent  Sun Sep  6 00:33:01 2020(r23686)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/enchant.xml
==
--- trunk/BOOK/general/genlib/enchant.xml   Sat Sep  5 20:54:50 2020
(r23685)
+++ trunk/BOOK/general/genlib/enchant.xml   Sun Sep  6 00:33:01 2020
(r23686)
@@ -6,9 +6,9 @@
 
   https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz";>
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/general/prog/perl-modules/perl-html-parser.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-html-parser.xml   Sat Sep  5 
20:54:50 2020(r23685)
+++ trunk/BOOK/general/prog/perl-modules/perl-html-parser.xml   Sun Sep  6 
00:33:01 2020(r23686)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 
 ]>
 

Modified: trunk/BOOK/general/prog/perl-modules/perl-list-allutils.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-list-allutils.xml Sat Sep  5 
20:54:50 2020(r23685)
+++ trunk/BOOK/general/prog/perl-modules/perl-list-allutils.xml Sun Sep  6 
00:33:01 2020(r23686)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 
 ]>
 

Modified: trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml  Sat Sep  5 
20:54:50 2020(r23685)
+++ trunk/BOOK/general/prog/perl-modules/perl-log-log4perl.xml  Sun Sep  6 
00:33:01 2020(r23686)
@@ -5,8 +5,7 @@
   %general-entities;
 
   
-  
-
+  
 ]>
 
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat Sep  5 20:54:50 
2020(r23685)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Sep  6 00:33:01 
2020(r23686)
@@ -45,7 +45,29 @@
   September 5th, 2020
   
 
-  [thomas] - Update to glib-2.64.5. Fixes
+  [bdubbs] - Update to enchant-2.2.10. Fixes
+  #13957.
+
+
+  [bdubbs] - Update to Log-Log4perl-1.51 (Perl Module). Fixes
+  #14010.
+
+
+  [bdubbs] - Update to List-AllUtils-0.18 (Perl Module). Fixes
+  #14009.
+
+
+  [bdubbs] - Update to HTML-Parser-3.75 (Perl Module). Fixes
+  #13971.
+
+  
+
+
+
+  September 5th, 2020
+  
+
+  [bdubbs] - Update to glib-2.64.5. Fixes
   #13941.
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sat Sep  5 20:54:50 2020(r23685)
+++ trunk/BOOK/packages.ent Sun Sep  6 00:33:01 2020(r23686)
@@ -94,7 +94,7 @@
 
 
 
-
+
 
 
 
@@ -402,15 +402,15 @@
 
 
 
-
+
 
 
 
 
 
-
+
 
-
+
 
 
 
-- 
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] #13977: fetchmail-6.4.12

2020-09-06 Thread BLFS Trac via blfs-book
#13977: fetchmail-6.4.12
-+---
 Reporter:  bdubbs   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by 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

[blfs-book] Missing BLFS patches

2020-09-06 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
'/srv/www/www.linuxfromscratch.org/patches/downloads/glib/glib-2.64.5-skip_warnings-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

Re: [blfs-book] [BLFS Trac] #13977: fetchmail-6.4.12

2020-09-06 Thread BLFS Trac via blfs-book
#13977: fetchmail-6.4.12
-+
 Reporter:  bdubbs   |   Owner:  ken@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+
Changes (by ken@…):

 * owner:  blfs-book => ken@…
 * status:  reopened => 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: #13957, #13971, #14009, #14010

2020-09-06 Thread BLFS Trac via blfs-book
Batch modification to #13957, #13971, #14009, #14010 by bdubbs:


Action: resolve

Comment:
Fixed at revision 23686.

--
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

Re: [blfs-book] [BLFS Trac] #13971: HTML-Parser-3.73 (Perl Module)

2020-09-06 Thread BLFS Trac via blfs-book
#13971: HTML-Parser-3.73 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Now version 3.75 -

 3.75  2020-08-30
   * Cleanup the prereqs a bit
   * Mark HTML::Filter as deprecated as the docs point out
   * Move Parser.pm into the lib directory with the others. This will help
 with everything from auto version bumps after releases, to scanning
 for
 prerequisites and spelling errors.
   * Fix a few spelling errors in the POD for HTML::Parser
   * Clean up the spacing on many examples in HTML::Parser

 3.74  2020-08-30
   * Fix the order of date and version in this change log.
   * Convert to Dist::Zilla
   * Build all prereqs from our cpanfile
   * Go through all test files and:
 * perltidy
 * Use strict/warnings
 * Get rid of two-arg open
 * Get rid of BAREWORD filehandles
 * Fix the eval pattern used
 * Only use -w where we catch $SIG{__WARN__}
 * Fix encoding problems
 * use utf8 where we have unicode in the source
   * Fix a typo here and there
   * perltidy all of the example apps in eg/
   * Add comments explaining the apps in eg/
   * Print out UTF-8 encoded data where sensible in eg/

 3.73 2020-08-24
   * Cleaned up this changes log.
   * Added a .mailmap file to organize contributions accurately.
   * Ensure all versions are equal and on the current version
   * Add the .mailmap to the MANIFEST
   * Change the META information to point to the new GH repository
   * Add a .perltidyrc to use going forward
   * Add hctype.h and pfunc.h to the dist as static files and stop asking
 for them to be built on the user's end.
   * Remove t/pod.t from userland testing
   * Remove t/pod-coverage.t from userland testing
   * Clean up the MANIFEST
   * Start testing via GitHub Actions/Workflows
   * Protect active parser from being freed

--
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] #14010: Log-Log4perl-1.51 (Perl Module)

2020-09-06 Thread BLFS Trac via blfs-book
#14010: Log-Log4perl-1.51 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 1.51 2020-09-05
 - test improvements removing race conditions
 - minimum Perl 5.6

--
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] #14009: List-AllUtils-0.18 (Perl Module)

2020-09-06 Thread BLFS Trac via blfs-book
#14009: List-AllUtils-0.18 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 0.182020-09-05
 - Switched to GitHub Issues.

 0.172020-09-05
 - Fix pod formatting errors that hid some function documentation.

--
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] #13973: brotli-v-1.0.9

2020-09-06 Thread BLFS Trac via blfs-book
#13973: brotli-v-1.0.9
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 SECURITY NOTE

 Please consider updating brotli to version 1.0.9 (latest).

 Version 1.0.9 contains a fix to "integer overflow" problem. This happens
 when "one-shot" decoding API is used (or input chunk for streaming API is
 not limited), input size (chunk size) is larger than 2GiB, and input
 contains uncompressed blocks. After the overflow happens, memcpy is
 invoked with a gigantic num value, that will likely cause the crash.

 SECURITY: decoder: fix integer overflow when input chunk is larger than
 2GiB

 Other changes:

 -add support WASM (emscripten) build
 -brotli -v now reports raw / compressed size
 -build files / docs maintenance
 -reduce sources tarball size
 -decoder: minor speed / memory usage improvements
 -encoder: fix rare access to uninitialized data in ring-buffer
 -encoder: improve support for platforms that does not have log2
 -encoder: better support for MSVC (replacement for __builtin_clz and
 __builtin_ctzll
 -python: decompress now reports error if there is unused after the end
 of compressed input

--
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] #13957: enchant-2.2.10

2020-09-06 Thread BLFS Trac via blfs-book
#13957: enchant-2.2.10
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 2.2.10 (September 1, 2020)
 - Fix Hunspell backend to treat apostrophes as Hunspell does: if either
   straight or curly apostrophe is a word character, allow both.


 2.2.9 (July 29, 2020)
 - Fix a couple of space leaks in the Nuspell back end

--
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