[blfs-book] r24153 - in trunk/BOOK: . introduction/welcome pst/typesetting

2021-01-29 Thread ken--- via blfs-book
Author: ken
Date: Fri Jan 29 10:42:32 2021
New Revision: 24153

Log:
dvisvgm-2.11.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/typesetting/dvisvgm.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 09:10:17 
2021(r24152)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 10:42:32 
2021(r24153)
@@ -45,6 +45,10 @@
   January 29th, 2021
   
 
+  [ken] - Update to dvisvgm-2.11.1. Fixes
+  #14547.
+
+
   [ken] - Update to IO-Socket-SSL-2.069 (perl module). Fixes
   #14552.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Jan 29 09:10:17 2021(r24152)
+++ trunk/BOOK/packages.ent Fri Jan 29 10:42:32 2021(r24153)
@@ -1092,6 +1092,6 @@
 
 
 
-
+
 
 

Modified: trunk/BOOK/pst/typesetting/dvisvgm.xml
==
--- trunk/BOOK/pst/typesetting/dvisvgm.xml  Fri Jan 29 09:10:17 2021
(r24152)
+++ trunk/BOOK/pst/typesetting/dvisvgm.xml  Fri Jan 29 10:42:32 2021
(r24153)
@@ -6,10 +6,10 @@
 
   https://github.com/mgieseki/dvisvgm/releases/download//dvisvgm-.tar.gz;>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -132,7 +132,8 @@
   commands:
 
 
-./configure\
+autoreconf -fiv   
+./configure\
  --bindir=/opt/texlive//bin/${TEXARCH} \
  --mandir=/opt/texlive//texmf-dist/doc/man \
  --with-kpathsea=/opt/texlive/
@@ -158,6 +159,15 @@
   Without this, the program will not link correctly,
 
 
+
+  autoreconf -fiv: The versions of
+  autoconf and 
automake
+  used when this package was created are older than the current versions in
+  LFS. That causes 'make' to fail when it reaches the 'tests' subdirectory
+  unless autoreconf is forced to install missing (i.e. newer) auxiliary
+  files.
+
+
 

Re: [blfs-book] [BLFS Trac] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r24153

--
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] #14533: vlc-3.0.12

2021-01-29 Thread BLFS Trac via blfs-book
#14533: vlc-3.0.12
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * priority:  normal => high


Comment:

 As ken noted here originally:

 {{{
 Security Bulletin VLC 3.0.12

 Summary   : Multiple vulnerabilities fixed in VLC media player
 Date  : December 2020
 Affected versions : VLC media player 3.0.11 and earlier
 ID: VideoLAN-SB-VLC-3012

 Details

 A remote user could create a specifically crafted file that could trigger
 some various issues, notably 2 read buffer overflows, and some invalid
 pointers being dereferenced.
 Impact

 If successful, a malicious third party could trigger either a crash of VLC
 or an arbitratry code execution with the privileges of the target user.

 While these issues in themselves are most likely to just crash the player,
 we can't exclude that they could be combined to leak user informations or
 remotely execute code. ASLR and DEP help reduce the likelyness of code
 execution, but may be bypassed.

 We have not seen exploits performing code execution through these
 vulnerability

 Threat mitigation

 Exploitation of those issues requires the user to explicitly open a
 specially crafted file or stream.
 Workarounds

 The user should refrain from opening files from untrusted third parties or
 accessing untrusted remote sites (or disable the VLC browser plugins),
 until the patch is applied.
 Solution

 VLC media player 3.0.12 addresses the issue.
 Credits

 All but one of the issues fixed in this version have been reported by Zhen
 Zhou, NSFOCUS Security Team
 References

 The VideoLAN project
 http://www.videolan.org/
 VLC official GIT repository
 http://git.videolan.org/?p=vlc.git
 }}}

 And the actual changelog:

 {{{
 Changes between 3.0.12 and 3.0.12.1:
 --

 macOS:
  * 3.0.12.1 is the first release for Apple Silicon macs
  * Version bump to allow an automatic upgrade path

 Changes between 3.0.11.1 and 3.0.12:
 --

 Access:
  * Add new RIST access module compliant with simple profile (VSF_TR-06-1)

 Access Output:
  * Add new RIST access output module compliant with simple profile
 (VSF_TR-06-1)

 Demux:
  * Fixed adaptive's handling of resolution settings
  * Improve Bluray tracks support
  * Improve WMV seeking and DASH support
  * Fix crashes in AVI, MKV modules

 Audio output:
  * Fix audio distortion on macOS during start of playback

 Video Output:
  * Direct3D11: Fix some potential crashes when using video filters

 macOS:
  * Add native support for Apple Silicon / ARM-64
  * Visual UI adaptations for macOS Big Sur
  * Fix displaying EQ bands in the UI depending on which frequency
presets are set for the EQ in advanced preferences
  * Fix UI issues in bookmarks window

 Misc:
  * Several fixes in the web interface, including privacy and security
improvements
  * Update YouTube and Vocaroo scripts
  * Fix rotation filter mouse handling
  * Update translations
 }}}

--
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] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-

Comment (by ken@…):

 Replying to [comment:4 renodr]:
 > I think autoreconf -iv might fix this one. It looks like the root cause
 might be because aclocal.m4 in the source tree comes from automake-1.16.2,
 but we're using automake-1.16.3.

 Sorry, missed that comment. But I actually tried that as the first stage -
 it made a difference, but not a good one: got as far as 'Making all in
 tests', did nothing, no error messages and my client script exited
 although it still managed to return a status of 0 (my script to build
 dvisvgm and its deps reports the status after dvisvgm, ISTR I've had a
 similar odd exit in a previous 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] r24154 - in trunk/BOOK: . general/genlib general/genutils introduction/welcome multimedia/videoutils postlfs/filesystems

2021-01-29 Thread renodr--- via blfs-book
Author: renodr
Date: Fri Jan 29 15:47:46 2021
New Revision: 24154

Log:
Update to btrfs-progs-5.10
Update to vlc-3.0.12 (security update)
Update to libgcrypt-1.9.1
Update to gtk-doc-1.33.2

Modified:
   trunk/BOOK/general/genlib/libgcrypt.xml
   trunk/BOOK/general/genutils/gtk-doc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/videoutils/vlc.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/filesystems/btrfs-progs.xml

Modified: trunk/BOOK/general/genlib/libgcrypt.xml
==
--- trunk/BOOK/general/genlib/libgcrypt.xml Fri Jan 29 10:42:32 2021
(r24153)
+++ trunk/BOOK/general/genlib/libgcrypt.xml Fri Jan 29 15:47:46 2021
(r24154)
@@ -7,10 +7,10 @@
   
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/general/genutils/gtk-doc.xml
==
--- trunk/BOOK/general/genutils/gtk-doc.xml Fri Jan 29 10:42:32 2021
(r24153)
+++ trunk/BOOK/general/genutils/gtk-doc.xml Fri Jan 29 15:47:46 2021
(r24154)
@@ -6,9 +6,9 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 
@@ -111,7 +111,7 @@
   , and
   Python modules 
   ,
-  https://anytree.readthedocs.io/en/latest/;>anytree,
+  
   https://pypi.org/project/parameterized/;>parameterized,
   and yelp-tools
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 10:42:32 
2021(r24153)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 15:47:46 
2021(r24154)
@@ -45,6 +45,22 @@
   January 29th, 2021
   
 
+  [renodr] - Update to btrfs-progs-5.10. Fixes
+  #14531.
+
+
+  [renodr] - Update to VLC-3.0.12 (Security Update). Fixes
+  #14533.
+
+
+  [renodr] - Update to libgcrypt-1.9.1. Fixes
+  #14534.
+
+
+  [renodr] - Update to gtk-doc-1.33.2. Fixes
+  #14535.
+
+
   [ken] - Update to dvisvgm-2.11.1. Fixes
   #14547.
 

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==
--- trunk/BOOK/multimedia/videoutils/vlc.xmlFri Jan 29 10:42:32 2021
(r24153)
+++ trunk/BOOK/multimedia/videoutils/vlc.xmlFri Jan 29 15:47:46 2021
(r24154)
@@ -6,10 +6,10 @@
 
   https://download.videolan.org/vlc//vlc-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -229,12 +229,7 @@
   Install VLC by running the following commands:
 
 
-sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' 
modules/lua/vlc.h   
-sed -i '/#include QWidget/a\#include QPainterPath/'
\
-modules/gui/qt/util/timetooltip.hpp
-sed -i '/#include QPainter/a\#include QPainterPath/'   
\
-modules/gui/qt/components/playlist/views.cpp   \
-modules/gui/qt/dialogs/plugins.cpp 
+sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' 
modules/lua/vlc.h   
 
 BUILDCC=gcc ./configure --prefix=/usr\
 --disable-opencv \
@@ -265,11 +260,10 @@
   building with the current version of .
 
 
-
+
 
 
   --disable-opencv: This switch is required to 
disable

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Jan 29 10:42:32 2021(r24153)
+++ trunk/BOOK/packages.ent Fri Jan 29 15:47:46 2021(r24154)
@@ -45,7 +45,7 @@
 
 
 
-
+
 
 
 
@@ -138,7 +138,7 @@
 
 
 
-
+
 
 
 
@@ -251,7 +251,7 @@
 

 
-
+
 
 
 
@@ -1032,7 +1032,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/filesystems/btrfs-progs.xml
==
--- trunk/BOOK/postlfs/filesystems/btrfs-progs.xml  Fri Jan 29 10:42:32 
2021(r24153)
+++ trunk/BOOK/postlfs/filesystems/btrfs-progs.xml  Fri Jan 29 15:47:46 
2021(r24154)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -151,12 +151,7 @@
 
 sed -i '/found/s/^/: #/' tests/convert-tests.sh 
 
-mv tests/convert-tests/010-reiserfs-basic/test.sh{,.broken}   

-mv tests/convert-tests/011-reiserfs-delete-all-rollback/test.sh{,.broken} 

-mv tests/convert-tests/012-reiserfs-large-hole-extent/test.sh{,.broken}   

-mv tests/convert-tests/013-reiserfs-common-inode-flags/test.sh{,.broken}  

-mv tests/convert-tests/014-reiserfs-tail-handling/test.sh{,.broken}   

-mv 
tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken}
 
+mv tests/misc-tests/025-zstd-compression/test.sh{,.broken} 

 
 
   To test the results, issue (as the 

[blfs-book] [BLFS Trac] Batch modify: #14538, #14539, #14541, #14543, #14545, ...

2021-01-29 Thread BLFS Trac via blfs-book
Batch modification to #14538, #14539, #14541, #14543, #14545, #14550, #14551, 
#14553 by renodr:


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

Re: [blfs-book] [BLFS Trac] #14535: gtk-doc-1.33.2

2021-01-29 Thread BLFS Trac via blfs-book
#14535: gtk-doc-1.33.2
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 GTK-Doc 1.33.1  (Jan 19 2021)
 ===

 Stop using anytree
 Python3 fixes for depscan
 }}}

--
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: #14533, #14531, #14534, #14535

2021-01-29 Thread BLFS Trac via blfs-book
Batch modification to #14533, #14531, #14534, #14535 by renodr:


Action: resolve

Comment:
Fixed at r24154

--
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] [BLFS Trac] #14582: wireshark-3.4.3

2021-01-29 Thread BLFS Trac via blfs-book
#14582: wireshark-3.4.3
-+---
 Reporter:  ken@…|  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  high |  Milestone:  10.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 I was browsing [https://www.wireshark.org/security/] re vulnerabilities to
 identify when I noticed that two of them, wnpa-sec-2021-01/2 (memory leak,
 crash) were fixed in 3.4.3.

 Looking for that I see that it was just released (29th january). Since
 crashes and memory leaks seem to attract CVEs, I'm marking this as High.

--
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] #14545: pango-1.48.1

2021-01-29 Thread BLFS Trac via blfs-book
#14545: pango-1.48.1
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 Overview of changes in 1.48.1
 =
 - Require GLib 2.62
 - Require meson 0.55.3
 - ci: Add a MacOS build
 - macos: Implement pango_font_get_face
 - Fix itemization of multi-paragraph layouts
 - Fix a few memory leaks
 - Fix glyph origins in vertical layout
 }}}

--
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] r24155 - in trunk/BOOK: . general/genlib general/genutils general/prog general/sysutils introduction/welcome multimedia/libdriv networking/netutils server/major x/lib x/wm

2021-01-29 Thread renodr--- via blfs-book
Author: renodr
Date: Fri Jan 29 22:14:38 2021
New Revision: 24155

Log:
Update to scons-4.1.0
Update to bind (and bind-utils) 9.16.11
Update to pipewire-0.3.20
Update to mc-4.8.26
Update to pango-1.48.1
Update to libmbim-1.24.6
Update to pinentry-1.1.1
Update to icewm-2.1.1

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libmbim.xml
   trunk/BOOK/general/genutils/pinentry.xml
   trunk/BOOK/general/prog/scons.xml
   trunk/BOOK/general/sysutils/mc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/pipewire.xml
   trunk/BOOK/networking/netutils/bind-utils.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/major/bind.xml
   trunk/BOOK/x/lib/pango.xml
   trunk/BOOK/x/wm/icewm.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Fri Jan 29 15:47:46 2021(r24154)
+++ trunk/BOOK/general.ent  Fri Jan 29 22:14:38 2021(r24155)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/libmbim.xml
==
--- trunk/BOOK/general/genlib/libmbim.xml   Fri Jan 29 15:47:46 2021
(r24154)
+++ trunk/BOOK/general/genlib/libmbim.xml   Fri Jan 29 22:14:38 2021
(r24155)
@@ -6,8 +6,8 @@
 
   https://www.freedesktop.org/software/libmbim/libmbim-.tar.xz;>
   
-  
-  
+  
+  
   
   
 ]>

Modified: trunk/BOOK/general/genutils/pinentry.xml
==
--- trunk/BOOK/general/genutils/pinentry.xmlFri Jan 29 15:47:46 2021
(r24154)
+++ trunk/BOOK/general/genutils/pinentry.xmlFri Jan 29 22:14:38 2021
(r24155)
@@ -7,9 +7,9 @@
   
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 
@@ -97,8 +97,9 @@
   ,
   
-  , and
-  
+  ,
+  , and
+  https://www.enlightenment.org/about-efl/;>efl
 
 
 User Notes:

Modified: trunk/BOOK/general/prog/scons.xml
==
--- trunk/BOOK/general/prog/scons.xml   Fri Jan 29 15:47:46 2021(r24154)
+++ trunk/BOOK/general/prog/scons.xml   Fri Jan 29 22:14:38 2021(r24155)
@@ -6,9 +6,9 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 
@@ -92,9 +92,10 @@
 
 
 sed -i 's/env python/3/' 
SCons/Utilities/*.py
+sed -i 's:build/doc/man::' setup.cfg 
 python3 setup.py install --prefix=/usr  \
  --optimize=1   \
- --install-data=/usr/share
+ 
--install-data=/usr/share/man/man1
 
   
 

Modified: trunk/BOOK/general/sysutils/mc.xml
==
--- trunk/BOOK/general/sysutils/mc.xml  Fri Jan 29 15:47:46 2021(r24154)
+++ trunk/BOOK/general/sysutils/mc.xml  Fri Jan 29 22:14:38 2021(r24155)
@@ -6,10 +6,10 @@
 
   http://ftp.midnight-commander.org/mc-.tar.xz;>
   ftp://ftp.osuosl.org/pub/midnightcommander/mc-.tar.xz;>
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -90,6 +90,8 @@
 
   ,
   ,
+  ,
+  ,
   ,
   ,
   , and

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 15:47:46 
2021(r24154)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 22:14:38 
2021(r24155)
@@ -42,6 +42,44 @@
 
 -->

+ January 30th, 2021
+ 
+   
+ [renodr] - Update to scons-4.1.0. Fixes
+ #14538.
+   
+   
+ [renodr] - Update to bind-9.16.11. Fixes
+ #14539.
+   
+   
+ [renodr] - Update to pipewire-0.3.20. Fixes
+ #14541.
+   
+   
+ [renodr] - Update to mc-4.8.26. Fixes
+ #14543.
+   
+   
+ [renodr] - Update to pango-1.48.1. Fixes
+ #14545.
+   
+   
+ [renodr] - Update to libmbim-1.24.6. Fixes
+ #14550.
+   
+   
+ [renodr] - Update to pinentry-1.1.1. Fixes
+ #14551.
+   
+   
+ [renodr] - Update to icewm-2.1.1. Fixes
+ #14553.
+   
+ 
+   
+
+   
   January 29th, 2021
   
 

Modified: trunk/BOOK/multimedia/libdriv/pipewire.xml
==
--- trunk/BOOK/multimedia/libdriv/pipewire.xml  Fri Jan 29 15:47:46 2021
(r24154)
+++ trunk/BOOK/multimedia/libdriv/pipewire.xml  Fri Jan 29 22:14:38 2021
(r24155)
@@ -6,9 +6,9 @@
 
   https://github.com/PipeWire/pipewire/archive//pipewire-.tar.gz;>
   
-  
+  
   
-  
+  
   
 ]>
 
@@ -93,6 +93,7 @@
and
(for documentation),
   https://jackaudio.org/;>JACK,

[blfs-book] [BLFS Trac] Batch modify: #14538, #14539, #14541, #14543, #14545, ...

2021-01-29 Thread BLFS Trac via blfs-book
Batch modification to #14538, #14539, #14541, #14543, #14545, #14550, #14551, 
#14553 by renodr:


Action: resolve

Comment:
Fixed at r24155

--
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] #14538: scons-4.1.0

2021-01-29 Thread BLFS Trac via blfs-book
#14538: scons-4.1.0
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Quite a lot of changes here...

 {{{
 RELEASE 4.1.0 - Tues, 19 Jan 2021 15:04:42 -0700

   From James Benton:
 - Add COMPILATIONDB_PATH_FILTER env option for CompilationDatabase()
 builder which allows
   filtering of entries based on the output file paths using glob style
 file matching (issue #3742).

   From Joseph Brill:
 - Internal MSVC and test updates: Rework the msvc installed versions
 cache so that it
   is not exposed externally and update external references
 accordingly.
 - Modify the MSCommon internal-use only debug logging records to
 contain the correct relative
   file path when the debug function is called from outside the
 MSCommon module.

   From William Deegan:
 - Fix yacc tool, not respecting YACC set at time of tool
 initialization.
 - Refactor SCons.Tool to move all common shared and loadable module
 linking logic to SCons.Tool.linkCommon
 - Remove pywin32 imports from SCons.Script.Main. No longer needed.
 - Switch to use ctypes instead of pywin32 (requiring an extra pip
 install) - Fixes Github Issue #2291
- pywin32 no longer necessary for SCons install. (pip install SCons
 will no longer also require pywin32 on win32)
- Remove pywin32 usage from SCons.Util where it was used for
 accessing the registry. Python native winreg
  library already includes this functionality.
- Remove using pywin32 to retrieve peak memory usage on Win32 for
 `--debug=memory`
 - Fix Issue #3759 - include scons.1, sconsign.1, scons-time.1 manpages
 in sdist and wheel packages.
 - Change SCons's build so the generated `SCons/__init__.py` is no
 longer removed by `scons -c`
 - Completely rewrote versioned shared libraries logic. Added support
 for SOVERSION via dmoody's initial PR #3733
 - No longer automatically disable setting SONAME on shared libraries
 on OpenBSD.
 - Fix race condition bug when initializing a scons cache directory at
 the
   same time from multiple threads or processes. Problem described in
 PR #3114.
   This is a simpler fix which should avoid some problems identified
 with the initial PR.
   (Credit to Fredrik Medley for reporting the issue, the initial PR,
 and discussing and testing
this solution)

   From Michał Górny:
 - Fix dvipdf test failure due to passing incorrect flag to dvipdf.

   From Adam Gross:
 - Fix minor bug affecting SCons.Node.FS.File.get_csig()'s usage of the
 MD5 chunksize.
   User-facing behavior does not change with this fix (GH Issue #3726).
 - Fix occasional test failures caused by not being able to find a file
 or directory fixture
   when running multiple tests with multiple jobs.
 - Fix incorrect cache hits and/or misses when running in interactive
 mode by having
   SCons.Node.Node.clear() clear out all caching-related state.
 - Change Environment.SideEffect() to not add duplicate side effects.
   NOTE: The list of returned side effect Nodes will not include any
 duplicate side effect Nodes.

   From David H:
 - Add ZIP_OVERRIDE_TIMESTAMP env option to Zip builder which allows
 for overriding of the file
   modification times in the archive.
 - Fix Zip builder not rebuilding when ZIPROOT env option was changed.

   From Jason Kenny
 - Fix python3 crash when Value node get_text_content when child
 content does not have decode()
   NOTE: If you depend on Value node's get_text_content returning
 concatenated contents of it's
   children. This may break your code. It now concatenates the csig()
 of all children.

   From Joachim Kuebart:
 - Suppress missing SConscript deprecation warning if
 `must_exist=False`
   is used.

   From Rocco Matano:
 - Fix Zip tool to respect ZIPCOMSTR. Previously all zip builder calls
 would yield something
   like zip(["test.zip"], ["zip_scons.py"]) and ignore ZIPCOMSTR if
 ZIPCOM and ZIPCOMSTR
   weren't set after the Environment/Tool is initialized. (Explained in
 PR #3659)

   From Daniel Moody:
 - Fix issue where java parsed a class incorrectly from lambdas used
 after a new.

   From Simon Tegelid
 - Fix using TEMPFILE in multiple actions in an action list. Previously
 a builder, or command
   with an action list like this:
   ['${TEMPFILE("xxx.py -otempfile $SOURCE")}', '${TEMPFILE("yyy.py
 -o$TARGET tempfile")}']
   Could yield a single tempfile with the first TEMPFILE's contents,
 used by both steps
   in the action list.

   From Mats Wichmann:
 - Complete tests for Dictionary, env.keys() and env.values() for
  

Re: [blfs-book] [BLFS Trac] #14538: scons-4.1.0

2021-01-29 Thread BLFS Trac via blfs-book
#14538: scons-4.1.0
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 We need a sed command because the documentation isn't placed in the proper
 location:

 sed -i 's:build/doc/man/::' setup.cfg

--
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] #14550: libmbim-1.24.6

2021-01-29 Thread BLFS Trac via blfs-book
#14550: libmbim-1.24.6
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{

 Overview of changes in libmbim 1.24.6
 

  * libmbim-glib,device:
** Fixed a GSource use after free.
** Avoid g_file_test() on NULL path.
** Don't warn if descriptors file cannot be read.

  * Several other minor improvements and 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] #14543: mc-4.8.26

2021-01-29 Thread BLFS Trac via blfs-book
#14543: mc-4.8.26
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 Major changes since 4.8.25
 Core

 Support file names of any length (#4145)
 Implement persistent command line buffer for subshell (bash >= 4, zsh
 and fish are supported) (#4114, #4124, #4126)
 Implement shadows of dialog windows and menus (#4102)
 Allow running clipboard commands if DISPLAY is not set (#4133)
 Add support of "alacritty", "tmux", and "tmux-256color" terminals
 (#4149)

 VFS

 Support wim archive format (using wimtools (​https://wimlib.net/))
 (#4100)
 Support pak archive format (using unar (​https://theunarchiver.com/))
 (#4130)

 Editor

 Add Swift syntax highlighting (MidnightCommander?/mc#159)

 Viewer
 Diff viewer
 Misc

 Code cleanup (#4103, #4127, #4131)
 ext.d/sound.sh: replace xmms with audacious (part of #4127)
 mc.ext: improve handling of compressed content (#4128, #2117)
 mc.ext: add support for OpenDocument? flax xml formats: fodt, fods,
 fodp, fodg (#4157)
 Filehighlight fodg, fodp, fods, fodt, odg files as documents
 modarcon16 skin: make consistent with whitespaces (#4158)

 Fixes

  permissions are not preserved on copy/move file (#4155)
 Chattr dialog doesn't work with mouse (#4104)
 Wrong copy ETA displaying if "Follow links" option is set (#4101)
 C-i ("change panel" shortcut) has no effect (#4107)
 C-l ("refresh screen") and A-` ("switch screens") shortcuts have no
 effect (#4142, #4153)
 Cancel of history or completion window marks input lines as modified
 (#4152)
 Unexpected subshell execution at panel switch (#2110)
 Lock up after pressing Tab in subshell (#2269)
 tcsh: error: "The Commander can't change to the directory" (#4120)
 vfs: extfs: cannot handle files with name started with dash or space
 (#4077)
 vfs: hang on accessing files within a nested VFS for first 60 seconds
 (#4147)
 vfs: lose content of the current directory on a mounted CIFS share (on
 Linux >= 5.1) (#3987)
 }}}

--
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] #14549: nss-3.61

2021-01-29 Thread BLFS Trac via blfs-book
#14549: nss-3.61
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-

Comment (by renodr):

 Just to confirm here, I did get five test failures too:

 Tests summary:
 --
 Passed: 8553

 Failed: 5

 Failed with core:   0

 ASan failures:  0

 Unknown status: 6

 TinderboxPrint:Unknown: 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] #14541: pipewire-0.3.20

2021-01-29 Thread BLFS Trac via blfs-book
#14541: pipewire-0.3.20
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 PipeWire 0.3.20

 This is a bugfix release that is API and ABI compatible
 with previous 0.3.x releases.

 - Highlights
   - Latency was reduced in ALSA and PulseAudio and time
 reporting has improved a lot.
   - Bluetooth now has a native HFP backed, SBC XQ and
 mSBC support.
   - Many bugfixes and improvements, improved device
 support.

 - PipeWire improvements
   - pw-dump can now dump all objects such as Endpoints
   - pw-dump has a -m option to monitor changes
   - pw-dump can now dump metadata
   - pw-stream can now use the rate-match io to exactly
 produce the required number of samples for the
 current cycle. When using this feature, a stream can
 achieve the same low-latency as pw-filter.
   - spa-acp-tool can now load a custom profile-set and
 correctly parses the volume updates
   - There is now a nofail option when loading modules
   - The connection has been made reentrant to fix some
 strange random problems with metadata.
   - Turn some errors into warnings or simply info.
   - Executables are now built with PIE
   - S24OE formats should work now (MAudio FastTrack Pro)
   - Remove mlock warnings. Add support for mlockall with
 a config option.

 - Session-manager
   - There are now config files for bluez and v4l2 modules
   - Improve ALSA device and node properties
   - Bluetooth devices have better properties now.
   - The default device routing has been improved.

 - Device support
   - Port priorities are updated for UCM devices
   - ACP devices notify change in routes in all cases
   - There is now RW support in ALSA devices to increase
 compatibility.
   - Many improvements to Bluetooth. SBC XQ support can now
 be enabled with a config option. mSBC can be enabled
 with an option.
   - Bluetooth devices not expose Routes so that they look
 more like how PulseAudio handles them
   - Gracefully handle missing profile-sets
   - There is now a native HFP backend
   - Improve card names in some cases.
   - pause-on-idle is now disabled for ALSA devices. This can
 reduce pops and clicks when the device is stopped.


 - ALSA plugin
   - Use rate-match to reduce the latency
   - Implement a _delay() function to get smoother timestamps.
   - Fix property parsing. Fixes volume changes in alsamixer.

 - PulseAudio server
   - Use rate-match to reduce the latency. This also reduces
 the buffering in audioconvert and improves timestamp
 reporting.
   - Implement rate changes now that we have rate-match
 support.
   - pactl stats will now work
   - Fix excessive memory usage when a capture client doesn't
 read fast enough.
 }}}

--
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] #14553: icewm-2.1.1 (was: icewm-2.1.0)

2021-01-29 Thread BLFS Trac via blfs-book
#14553: icewm-2.1.1
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Now 2.1.1

 '''2.1.0'''
 {{{
 Remember whether a window is maximized, when going fullscreen, and restore
 back to maximized, when leaving fullscreen, for issues #538 and #533.
 Disarm workspace buttons on release of left mouse button for issue #527.
 Restore icesh setTrayOption and getTrayOption for issue #537.
 Make support for "_NET_WM_FULLSCREEN_MONITORS" more EWMH conformant.
 Add "monitors", "frame", "properties" commands to icesh.
 Make preference FullscreenUseAllMonitors use only all the monitors.
 Prevent desktop artefacts for non-opaque move and resize to fix issue
 #540.
 Option to move the ShowDesktop button to the right side.
 Alt-F4 in quick-switch closes application window.
 }}}

 '''2.1.1'''

 {{{
 Fix issue #542 for texturing background of task pane.
 Don't unarm menu popup buttons for issue #527.
 Provide drawable context when creating pixmap cursors with Imlib2 for
 issue #541.
 }}}

--
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: #14582, #14557, #14559, #14560, #14561, ...

2021-01-29 Thread BLFS Trac via blfs-book
Batch modification to #14582, #14557, #14559, #14560, #14561, #14563, #14565, 
#14566, #14567, #14568 by renodr:


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

Re: [blfs-book] [BLFS Trac] #14539: bind bind9 9.16.11

2021-01-29 Thread BLFS Trac via blfs-book
#14539: bind bind9 9.16.11
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{

 Notes for BIND 9.16.11
 Feature Changes

 The new networking code introduced in BIND 9.16 (netmgr) was
 overhauled in order to make it more stable, testable, and maintainable.
 [GL #2321]

 Earlier releases of BIND versions 9.16 and newer required the
 operating system to support load-balanced sockets in order for named to be
 able to achieve high performance (by distributing incoming queries among
 multiple threads). However, the only operating systems currently known to
 support load-balanced sockets are Linux and FreeBSD 12, which means both
 UDP and TCP performance were limited to a single thread on other systems.
 As of BIND 9.17.8, named attempts to distribute incoming queries among
 multiple threads on systems which lack support for load-balanced sockets
 (except Windows). [GL #2137]

 It is now possible to transition a zone from secure to insecure mode
 without making it bogus in the process; changing to dnssec-policy none;
 also causes CDS and CDNSKEY DELETE records to be published, to signal that
 the entire DS RRset at the parent must be removed, as described in RFC
 8078. [GL #1750]

 When using the unixtime or date method to update the SOA serial
 number, named and dnssec-signzone silently fell back to the increment
 method to prevent the new serial number from being smaller than the old
 serial number (using serial number arithmetics). dnssec-signzone now
 prints a warning message, and named logs a warning, when such a fallback
 happens. [GL #2058]

 Bug Fixes

 Multiple threads could attempt to destroy a single RBTDB instance at
 the same time, resulting in an unpredictable but low-probability assertion
 failure in free_rbtdb(). This has been fixed. [GL #2317]

 named no longer attempts to assign threads to CPUs outside the CPU
 affinity set. Thanks to Ole Bjørn Hessen. [GL #2245]

 When reconfiguring named, removing auto-dnssec did not turn off DNSSEC
 maintenance. This has been fixed. [GL #2341]

 The report of intermittent BIND assertion failures triggered in
 lib/dns/resolver.c:dns_name_issubdomain() has now been closed without
 further action. Our initial response to this was to add diagnostic logging
 instead of terminating named, anticipating that we would receive further
 useful troubleshooting input. This workaround first appeared in BIND
 releases 9.17.5 and 9.16.7. However, since those releases were published,
 there have been no new reports of assertion failures matching this issue,
 but also no further diagnostic input, so we have closed the issue. [GL
 #2091]
 }}}

--
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] #14551: pinentry-1.1.1

2021-01-29 Thread BLFS Trac via blfs-book
#14551: pinentry-1.1.1
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 Noteworthy changes in version 1.1.1 (2021-01-21)
 

   * A EFL-based pinentry has been contributed.

   * Disable echoing in backspace key is pressed first
 (GTK, Qt, TQt, and ncurses pinentries).

   * Support line editing in TTY pinentry.

   * Remove support for old GTK+2 (< 2.12.0).

   * Various minor 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] [BLFS Trac] #14585: mesa-20.3.4

2021-01-29 Thread BLFS Trac via blfs-book
#14585: mesa-20.3.4
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
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] #14584: URI-5.07 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14584: URI-5.07 (Perl Module)
-+---
 Reporter:  renodr   |  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] #14583: libwebp-1.2.0

2021-01-29 Thread BLFS Trac via blfs-book
#14583: libwebp-1.2.0
-+---
 Reporter:  renodr   |  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 Package Currency Check - 2021-01-30 05:45:01 GMT

2021-01-29 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: libcap  2.46 2.47 #14555
chapter 05: parted  3.3  3.4  #14565
chapter 06: vim 8.2.2253 8.2.2427 #12241
chapter 09: glibmm  2.64.5   2.68.0   #14572
chapter 09: libbytesize 2.4  2.5  #14576
chapter 09: libmbim 1.24.4   1.24.6   #14550
chapter 09: libwacom1.7  1.8  #14579
chapter 09: talloc  2.3.12.3.2#14566
chapter 09: telepathy-glib  0.24.1   0.24.2   #14574
chapter 09: wayland 1.18.0   1.19.0   #14577
chapter 10: libjpeg-turbo   2.0.62.0.90   #14310
chapter 10: librsvg 2.50.2   2.50.3   #14578
chapter 10: libwebp 1.1.01.2.0
chapter 11: ImageMagick 7.0.10-577.0.10-60#7859
chapter 11: asciidoc9.0.49.0.5#14561
chapter 11: pinentry1.1.01.1.1#14551
chapter 12: autofs  5.1.65.1.7#14567
chapter 12: mc  4.8.25   4.8.26   #14543
chapter 12: sg3_utils   1.45 0
chapter 13: URI 5.06 5.07 
chapter 13: cmake   3.19.3   3.19.4   #14580
chapter 13: jdk 15.0.2   manual   
chapter 13: rustc   1.47.0   1.49.0   #9168
chapter 13: scons   4.0.14.1.0#14538
chapter 13: tk  8.6.11.1 8.6.11   
chapter 14: bind9   9.16.10  9.16.11  #14539
chapter 14: samba   4.13.3   4.13.4   #14569
chapter 14: wireshark   3.4.23.4.3#14582
chapter 14: wpa_supplicant  2.9  0
chapter 20: bind9.16.10  9.16.11  #14539
chapter 20: db  5.3.28   manual   
chapter 24: libXt   1.2.01.2.1#14560
chapter 24: mesa20.3.3   20.3.4   
chapter 24: util-macros 1.19.2   1.19.3   #14559
chapter 24: xf86-video-nouveau  1.0.16   1.0.17   #14557
chapter 25: atkmm   2.28.1   2.36.0   #14406
chapter 25: cairo   1.17.2+f93fc72c031.16.0   #12916
chapter 25: cairomm 1.14.0   1.16.0   #14172
chapter 25: gtkmm3  3.24.3   4.0.0#14443
chapter 25: pango   1.48.0   1.48.1   #14545
chapter 25: pangomm 2.42.2   2.48.0   #14573
chapter 25: qt5 5.15.2   6.0.0#14356
chapter 25: qtwebengine 5.15.2   manual   
chapter 26: icewm   2.0.12.1.1#14553
chapter 26: oxygen-icons5   5.77.0   5.78.0   #14493
chapter 29: extra-cmake-modules 5.77.0   5.78.0   #14493
chapter 32: kf5 5.77 5.78 #14493
chapter 32: kf5-apps20.12.0  20.12.1  #14475
chapter 32: plasma5 5.20.4   5.20.5   #14467
chapter 37: thunar  4.16.2   4.17.0   #14558
chapter 43: abiword-docs3.0.2manual   
chapter 43: feh 3.6.23.6.3#14568
chapter 43: gparted 1.1.01.2.0#14565
chapter 43: thunderbird 78.6.1   78.7.0   #14575
chapter 43: xarchiver   0.5.4.16 0.5.4.17 #14563
chapter 44: pipewire0.3.19   0.3.20   #14541
chapter 44: x2653.4  manual   
chapter 45: kwave   20.12.0  20.12.1  #14475
chapter 45: vlc 3.0.12   3.0.12.1 
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

Re: [blfs-book] [BLFS Trac] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 FTBFS with autoconf-2.70.

 {{{
 Making all in tests
  cd .. && /bin/sh /scratch/working/dvisvgm-2.11.1/missing automake-1.16
 --foreign tests/Makefile
 aclocal.m4:17: warning: this file was generated for autoconf 2.69.
 You have another version of autoconf.  It may work, but is not guaranteed
 to.
 If you have problems, you may need to regenerate the build system
 entirely.
 To do so, use the procedure documented by the package, typically
 'autoreconf'.
 configure.ac:14: error: version mismatch.  This is Automake 1.16.3,
 configure.ac:14: but the definition used by this AM_INIT_AUTOMAKE
 configure.ac:14: comes from Automake 1.16.2.  You should recreate
 configure.ac:14: aclocal.m4 with aclocal and run automake again.
 }}}

 Possibly fixed by running autoreconf -iv, but the build exited (with
 status 0) after running make before running the tests or the install. The
 log shows that 'making all in tests' apparently did nothing.

--
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] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 I think autoreconf -iv might fix this one. It looks like the root cause
 might be because aclocal.m4 in the source tree comes from automake-1.16.2,
 but we're using automake-1.16.3.

--
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] #14581: parted-3.4

2021-01-29 Thread BLFS Trac via blfs-book
#14581: parted-3.4
-+---
 Reporter:  renodr   |  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

Re: [blfs-book] [BLFS Trac] #14534: libgcrypt-1.9.1 (was: libgcrypt-1.9.0)

2021-01-29 Thread BLFS Trac via blfs-book
#14534: libgcrypt-1.9.1
-+---
 Reporter:  pierre.labastie  |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Now 1.9.1

 {{{
 Hello!

 We have to announce the availability of Libgcrypt version 1.9.1.
 This version fixes a *critical security bug* in the recently released
 version 1.9.0.  If you are already using 1.9.0 please update immediately
 to 1.9.1.

 Libgcrypt is a general purpose library of cryptographic building blocks.
 It is originally based on code used by GnuPG.  It does not provide any
 implementation of OpenPGP or other protocols.  Thorough understanding of
 applied cryptography is required to use Libgcrypt.


 Impact and timeline
 ===

 Only one released version is affected:

  - Libgcrypt 1.9.0 (released 2021-01-19)

 All other versions are not affected.

 On 2021-01-28 Tavis Ormandy contacted us to report a severe bug in 1.9.0
 which he found while testing GnuPG:

   There is a heap buffer overflow in libgcrypt due to an incorrect
   assumption in the block buffer management code. Just decrypting some
   data can overflow a heap buffer with attacker controlled data, no
   verification or signature is validated before the vulnerability
   occurs.

 The bug was introduced during the the 1.9 development phase about two
 years ago with commit e76617cbab018dd8f41fd6b4ec6740b5303f7e13 (Reduce
 overhead on generic hash write function).

 Exploiting this bug is simple and thus immediate action for 1.9.0 users
 is required.  A CVE-id has not yet been assigned.  We track this bug at
 https://dev.gnupg.org/T5275.  The 1.9.0 tarballs on our FTP server have
 been renamed so that scripts won't be able to get this version anymore.


 Solution
 

 If Libgcrypt versions 1.9.0 is in use please update immediately to
 version 1.9.1.

 If you are using the 1.8 LTS branch you are not affected.  While you are
 checking anyway please make sure that you have at least 1.8.5.

 If you are using a development version build taken from our Git
 repository you need to update as well.  NB: The use of non-released
 versions in a production environment is strongly discouraged.

 There is yet no released GnuPG version hich requires Libgcrypt 1.9


 Noteworthy changes in Libgcrypt 1.9.1
 =

  * Bug fixes:

- *Fix exploitable bug* in hash functions introduced with 1.9.0.
  [#5275]

- Return an error if a negative MPI is used with sexp scan
  functions.  [#4964]

- Check for operational FIPS in the random and KDF functions.
  [#5243]

- Fix compile error on ARMv7 with NEON disabled.  [#5251]

- Fix self-test in KDF module.  [#5254]

- Improve assembler checks for better LTO support.  [#5255]

- Fix assember problem on macOS running on M1.  [#5157]

- Support older macOS without posix_spawn. [#5159]

- Fix 32-bit cross build on x86.  [#5257]

- Fix non-NEON ARM assembly implementation for SHA512.  [#5263]

- Fix build problems with the cipher_bulk_ops_t typedef.  [#5264]

- Fix Ed25519 private key handling for preceding ZEROs. [#5267]

- Fix overflow in modular inverse implementation.  [#5269]

- Fix register access for AVX/AVX2 implementations of Blake2.
  [#5271].

  * Performance:

- Add optimized cipher and hash functions for s390x/zSeries.

- Use hardware bit counting functionx when available.

  * Internal changes:

- The macOS getentropy syscall is used when available.  [#5268]

- Update DSA functions to match FIPS 186-3.  [30ed9593f6]

- New self-tests for CMACs and KDFs.  [385a89e35b,7a0da24925]

- Add bulk cipher functions for OFB and GCM modes.
  [f12b6788f2,f4e63e92dc]

  For a list of links to commits and bug numbers
  see the release info at https://dev.gnupg.org/T5259
 }}}

 Even though we don't have 1.9.0 in the book right now, if anyone did
 install it, please make sure that you update ASAP.

--
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] #14537: Business-ISBN-3.006 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14537: Business-ISBN-3.006 (Perl Module)
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r24152

--
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] #14552: IO-Socket-SSL-2.069 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14552: IO-Socket-SSL-2.069 (Perl Module)
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r24152

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

2021-01-29 Thread ken--- via blfs-book
Author: ken
Date: Fri Jan 29 09:10:17 2021
New Revision: 24152

Log:
Perl Modules:
Business-ISBN-3.006 with Business-ISBN-Data-20210112.001,
IO-Socket-SSL-2.069.

Modified:
   trunk/BOOK/general/prog/perl-deps/perl-business-isbn-data.xml
   trunk/BOOK/general/prog/perl-modules/perl-business-isbn.xml
   trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/perl-deps/perl-business-isbn-data.xml
==
--- trunk/BOOK/general/prog/perl-deps/perl-business-isbn-data.xml   Fri Jan 
29 08:02:03 2021(r24151)
+++ trunk/BOOK/general/prog/perl-deps/perl-business-isbn-data.xml   Fri Jan 
29 09:10:17 2021(r24152)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 
 ]>
 

Modified: trunk/BOOK/general/prog/perl-modules/perl-business-isbn.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-business-isbn.xml Fri Jan 29 
08:02:03 2021(r24151)
+++ trunk/BOOK/general/prog/perl-modules/perl-business-isbn.xml Fri Jan 29 
09:10:17 2021(r24152)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 ]>
 
   

Modified: trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Fri Jan 29 
08:02:03 2021(r24151)
+++ trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Fri Jan 29 
09:10:17 2021(r24152)
@@ -5,7 +5,7 @@
   %general-entities;
 
   
-  
+  
 
   
 ]>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 08:02:03 
2021(r24151)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 09:10:17 
2021(r24152)
@@ -45,6 +45,15 @@
   January 29th, 2021
   
 
+  [ken] - Update to IO-Socket-SSL-2.069 (perl module). Fixes
+  #14552.
+
+
+  [ken] - Update to Business-ISBN-3.006 (perl module) with
+  Business-ISBN-Data-20210112.001 (dependent perl module). Fixes
+  #14537.
+
+
   [ken] - Update to nss-3.61. Fixes
   #14549.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Jan 29 08:02:03 2021(r24151)
+++ trunk/BOOK/packages.ent Fri Jan 29 09:10:17 2021(r24152)
@@ -393,7 +393,7 @@
  These should point to www.cpan.org/authors/  -->
 
 
-
+
 
 
 
@@ -411,7 +411,7 @@
 
 
 
-
+
 
 
 
@@ -448,7 +448,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] #14512: gptfdisk-1.0.6

2021-01-29 Thread BLFS Trac via blfs-book
#14512: gptfdisk-1.0.6
-+--
 Reporter:  bdubbs   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by renodr):

 * priority:  normal => high


Comment:

 Contains a fix for CVE-2021-0308

 {{{
 Arch Linux Security Advisory ASA-202101-34
 ==

 Severity: Medium
 Date: 2021-01-20
 CVE-ID  : CVE-2021-0308
 Package : gptfdisk
 Type: arbitrary code execution
 Remote  : No
 Link: https://security.archlinux.org/AVG-1435

 Summary
 ===

 The package gptfdisk before version 1.0.6-1 is vulnerable to arbitrary
 code execution.

 Resolution
 ==

 Upgrade to 1.0.6-1.

 # pacman -Syu "gptfdisk>=1.0.6-1"

 The problem has been fixed upstream in version 1.0.6.

 Workaround
 ==

 None.

 Description
 ===

 A security issue was found in GPT fdisk before version 1.0.6. In
 ReadLogicalParts of basicmbr.cc, there is a possible out of bounds
 write due to a missing bounds check.

 Impact
 ==

 A badly formatted MBR disk could execute arbitrary code.

 References
 ==

 https://source.android.com/security/bulletin/2021-01-01#system
 
https://android.googlesource.com/platform/external/gptfdisk/+/6d369451868ce71618144c4f4bd645ae48f0d1c5%5E!
 
https://sourceforge.net/p/gptfdisk/code/ci/f523bbc0c2437fe259aa3aff5e819e24101aee29/
 https://security.archlinux.org/CVE-2021-0308
 }}}

--
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] #14531: btrfs-progs-5.10

2021-01-29 Thread BLFS Trac via blfs-book
#14531: btrfs-progs-5.10
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Upstream seems to have made significant progress on the tests. I only get
 one failure now, and it is:

 tests/misc-tests/025-zstd-compression

 I'm going to institute the command to move that test out of the way in my
 build and try again. None of the convert-tests or fuzz-tests failed
 though, which is great! I'm hoping we can get down to only this failure.

--
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] #14579: libwacom-1.8

2021-01-29 Thread BLFS Trac via blfs-book
#14579: libwacom-1.8
-+---
 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] r24151 - in trunk/BOOK: . general/prog introduction/welcome postlfs/security

2021-01-29 Thread ken--- via blfs-book
Author: ken
Date: Fri Jan 29 08:02:03 2021
New Revision: 24151

Log:
Update to cbindgen-0.16.0
and nss-3.61 which once again requires 'make -j1'.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/cbindgen.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/nss.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Wed Jan 27 21:25:41 2021(r24150)
+++ trunk/BOOK/general.ent  Fri Jan 29 08:02:03 2021(r24151)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/prog/cbindgen.xml
==
--- trunk/BOOK/general/prog/cbindgen.xmlWed Jan 27 21:25:41 2021
(r24150)
+++ trunk/BOOK/general/prog/cbindgen.xmlFri Jan 29 08:02:03 2021
(r24151)
@@ -6,10 +6,10 @@
 
   https://github.com/eqrion/cbindgen/archive/v/cbindgen-.tar.gz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -101,8 +101,10 @@
 cargo build --release
 
 
+  
   To test the results, issue: cargo test.
-  Six tests, test_expand*, are known to fail.
+  Three tests in the final suite are known to fail.
 
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan 27 21:25:41 
2021(r24150)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Jan 29 08:02:03 
2021(r24151)
@@ -42,6 +42,20 @@
 
 -->

+  January 29th, 2021
+  
+
+  [ken] - Update to nss-3.61. Fixes
+  #14549.
+
+
+  [ken] - Update to cbindgen-0.16.0. Fixes
+  #14414.
+
+  
+
+
+   
   January 26th, 2021
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Jan 27 21:25:41 2021(r24150)
+++ trunk/BOOK/packages.ent Fri Jan 29 08:02:03 2021(r24151)
@@ -27,10 +27,10 @@
 
 
 
-
-
-
-
+
+
+
+
 
 
 
@@ -324,7 +324,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/security/nss.xml
==
--- trunk/BOOK/postlfs/security/nss.xml Wed Jan 27 21:25:41 2021(r24150)
+++ trunk/BOOK/postlfs/security/nss.xml Fri Jan 29 08:02:03 2021(r24151)
@@ -8,17 +8,18 @@
 
 
 
-https:///NSS_3___RTM/src/nss-.tar.gz;>
+
 
 
-
+https:///NSS_3__RTM/src/nss-.tar.gz;>
 
   
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
 ]>
 
 
@@ -119,13 +120,12 @@
  
http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-June/037498.html
  for more information. -->
 
-
 
   
 This package does not support parallel build.
   
 
-   -->
 
 
   Install NSS by running the following commands:
@@ -135,7 +135,7 @@
 
 cd nss 
 
-make BUILD_OPT=1  \
+make -j1 BUILD_OPT=1  \
   NSPR_INCLUDE_DIR=/usr/include/nspr  \
   USE_SYSTEM_ZLIB=1   \
   ZLIB_LIBS=-lz   \
@@ -146,7 +146,7 @@
 
   
   
-  To run the tests, execute the following commands:
+  To run the tests, execute the following commands (5 tests are known to 
fail):
 
 
 cd tests 
-- 
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] #14549: nss-3.61

2021-01-29 Thread BLFS Trac via blfs-book
#14549: nss-3.61
-+-
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r24151

--
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] #14537: Business-ISBN-3.006 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14537: Business-ISBN-3.006 (Perl Module)
-+---
 Reporter:  renodr   |   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

Re: [blfs-book] [BLFS Trac] #14552: IO-Socket-SSL-2.069 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14552: IO-Socket-SSL-2.069 (Perl Module)
-+---
 Reporter:  renodr   |   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

Re: [blfs-book] [BLFS Trac] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 This is a small maintenance release.

 Fixed possible ambiguities of GID to charcode mappings (issue #147).

 Refactored the representation of token objects in class Calculator.

 Few minor code and test 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

[blfs-book] [BLFS Trac] #14580: cmake-3.19.4

2021-01-29 Thread BLFS Trac via blfs-book
#14580: cmake-3.19.4
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
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] #14414: cbindgen-0.16.0 (Wait for TB and FF updates)

2021-01-29 Thread BLFS Trac via blfs-book
#14414: cbindgen-0.16.0 (Wait for TB and FF updates)
-+-
 Reporter:  bdubbs   |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r24151

--
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] #14547: dvisvgm-2.11.1

2021-01-29 Thread BLFS Trac via blfs-book
#14547: dvisvgm-2.11.1
-+---
 Reporter:  renodr   |   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

Re: [blfs-book] [BLFS Trac] #14552: IO-Socket-SSL-2.069 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14552: IO-Socket-SSL-2.069 (Perl Module)
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 2.069 2021/01/22
 - IO::Socket::Utils CERT_asHash and CERT_create now support subject and
 issuer
   with multiple same parts (like multiple OU). In this case an array ref
 instead
   of a scalar is used as hash value.
   https://github.com/noxxi/p5-io-socket-ssl/issues/95

--
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] #14537: Business-ISBN-3.006 (Perl Module)

2021-01-29 Thread BLFS Trac via blfs-book
#14537: Business-ISBN-3.006 (Perl Module)
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 3.006 2021-01-19T14:44:51Z
 * freshen distro, dump Travis CI, add Github Actions
 * New Business::ISBN::Data is on the way too

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