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

2021-01-25 Thread xry111--- via blfs-book
Author: xry111
Date: Mon Jan 25 23:44:58 2021
New Revision: 24143

Log:
clang: add -DLLVM_BINUTILS_INCDIR

Modified:
   trunk/BOOK/general/prog/llvm.xml

Modified: trunk/BOOK/general/prog/llvm.xml
==
--- trunk/BOOK/general/prog/llvm.xmlMon Jan 25 23:34:39 2021(r24142)
+++ trunk/BOOK/general/prog/llvm.xmlMon Jan 25 23:44:58 2021(r24143)
@@ -225,6 +225,7 @@
   -DLLVM_ENABLE_RTTI=ON \
   -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
   -DLLVM_BUILD_TESTS=ON \
+  -DLLVM_BINUTILS_INCDIR=/usr/include   \
   -Wno-dev -G Ninja ..  &&
 ninja
 
@@ -340,6 +341,15 @@
 
 
 
+  -DLLVM_BINUTILS_INCDIR=/usr/include: Used to
+  tell the building system the location of binutils headers, installed
+  in LFS.  This allows the building of
+  LLVMgold.so, which is needed
+  for building programs with clang and Link Time
+  Optimization (LTO).
+
+
+
   -DBUILD_SHARED_LIBS=ON: if used instead of
   -DLLVM_BUILD_LLVM_DYLIB=ON and
   -DLLVM_LINK_LLVM_DYLIB=ON, builds all the
@@ -394,7 +404,8 @@
   libLTO.so, 
   libRemarks.so, 
   libclang.so,
-  and libclang*.a (63 libraries)
+  libclang*.a (63 libraries),
+  and LLVMgold.so
 
 
   /usr/include/{clang,clang-c,llvm,llvm-c},
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r24142 - trunk/BOOK/networking/textweb

2021-01-25 Thread xry111--- via blfs-book
Author: xry111
Date: Mon Jan 25 23:34:39 2021
New Revision: 24142

Log:
lynx: introduce --enable-ipv6

Modified:
   trunk/BOOK/networking/textweb/lynx.xml

Modified: trunk/BOOK/networking/textweb/lynx.xml
==
--- trunk/BOOK/networking/textweb/lynx.xml  Mon Jan 25 23:14:56 2021
(r24141)
+++ trunk/BOOK/networking/textweb/lynx.xml  Mon Jan 25 23:34:39 2021
(r24142)
@@ -195,6 +195,12 @@
 
 
 
+  --enable-ipv6: This switch allows
+  Lynx to use IPv6, along with IPv4.  Use
+  it if your ISP provides an IPv6 configuration.
+
+
+
   --enable-locale-charset: This switch allows
   Lynx to deduce the proper character encoding
   for terminal output from the current locale. A configuration step is
-- 
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: #14548, #14546

2021-01-25 Thread BLFS Trac via blfs-book
Batch modification to #14548, #14546 by renodr:


Action: resolve

Comment:
Fixed at r24141

--
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] r24141 - in trunk/BOOK: . introduction/welcome multimedia/audioutils xsoft/graphweb

2021-01-25 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Jan 25 23:14:56 2021
New Revision: 24141

Log:
Update to vorbis-tools-1.4.2
Update to seamonkey-2.53.6

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/audioutils/vorbistools.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/graphweb/seamonkey.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Mon Jan 25 17:28:45 2021(r24140)
+++ trunk/BOOK/general.ent  Mon Jan 25 23:14:56 2021(r24141)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 17:28:45 
2021(r24140)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 23:14:56 
2021(r24141)
@@ -42,6 +42,20 @@
 
 -->
 
+  January 26th, 2021
+  
+
+  [renodr] - Update to vorbis-tools-1.4.2 (Security Update). 
Fixes
+  #14546.
+
+
+  [renodr] - Update to seamonkey-2.53.6 (Security Update). Fixes
+  #14548.
+
+  
+
+
+
   January 25th, 2021
   
 

Modified: trunk/BOOK/multimedia/audioutils/vorbistools.xml
==
--- trunk/BOOK/multimedia/audioutils/vorbistools.xmlMon Jan 25 17:28:45 
2021(r24140)
+++ trunk/BOOK/multimedia/audioutils/vorbistools.xmlMon Jan 25 23:14:56 
2021(r24141)
@@ -6,9 +6,9 @@
 
   https://downloads.xiph.org/releases/vorbis/vorbis-tools-&vorbistools-version;.tar.gz";>
   
-  
+  
   
-  
+  
   
 ]>
 
@@ -71,6 +71,7 @@
   
 
 
+
 Vorbis Tools Dependencies
 
 Required
@@ -98,8 +99,8 @@
 
   ,
   ,
-  https://code.google.com/archive/p/libkate/";>libkate, 
and
-  
+  , and
+  https://code.google.com/archive/p/libkate/";>libkate
 
 
 User Notes:
@@ -110,11 +111,13 @@
   
 Installation of Vorbis Tools
 
+
 
 
   Install Vorbis Tools by running the

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Jan 25 17:28:45 2021(r24140)
+++ trunk/BOOK/packages.ent Mon Jan 25 23:14:56 2021(r24141)
@@ -917,7 +917,7 @@
 
 
 
-
+
 
 
 
@@ -1018,7 +1018,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml Mon Jan 25 17:28:45 2021
(r24140)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml Mon Jan 25 23:14:56 2021
(r24141)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -165,8 +165,9 @@
   ,
   ,
   ,
-  , and
-  http://hunspell.sourceforge.net/";>Hunspell
+  ,
+  http://hunspell.sourceforge.net/";>Hunspell, and
+  https://facebook.github.io/watchman/";>Watchman
 
 
 
@@ -228,7 +229,7 @@
 
 # The BLFS editors recommend not changing anything below this line:
 ac_add_options --prefix=/usr
-ac_add_options --enable-application=suite
+ac_add_options --enable-application=comm/suite
 
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
@@ -251,7 +252,7 @@
 ac_add_options --enable-system-ffi
 ac_add_options --enable-system-pixman
 
-ac_add_options --with-pthreads
+# not recognized since 2.53.6 - ac_add_options --with-pthreads
 
 ac_add_options --with-system-bz2
 ac_add_options --with-system-jpeg
@@ -335,9 +336,9 @@
 Configuring SeaMonkey
 
 
-  For installing various SeaMonkey plugins, 
refer
-  to http://plugindoc.mozdev.org/linux.html";>Mozdev's PluginDoc
-  Project.
+  For installing various SeaMonkey add-ons, 
refer
+  to https://addons.thunderbird.net/en-US/seamonkey/";>Add-ons 
+  for Seamonkey.
 
 
 
@@ -348,7 +349,7 @@
   tool, you'll need to open a browser window and enter
   about:config in the address bar. This
   will display a list of the configuration preferences and information
-  related to each one. You can use the Filter: bar to enter
+  related to each one. You can use the Search: bar to enter
   search criteria and narrow down the listed items. Changing a preference
   can be done using two methods. One, if the preference has a boolean value
   (True/False), simply double-click on the preference to toggle the value
@@ -359,6 +360,7 @@
   fields when prompted.
 
 
+
 
   If you use a desktop environment like Gnome or
   KDE you may wish to create a
@@ -413,7 +415,7 @@
   class="directory">/usr/lib/seamonkey-&seamonkey-version;
 

[blfs-book] [BLFS Trac] #14568: feh-3.6.3

2021-01-25 Thread BLFS Trac via blfs-book
#14568: feh-3.6.3
-+---
 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] #14567: autofs-5.1.7

2021-01-25 Thread BLFS Trac via blfs-book
#14567: autofs-5.1.7
-+---
 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] #14566: talloc-2.3.2

2021-01-25 Thread BLFS Trac via blfs-book
#14566: talloc-2.3.2
-+---
 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 Package Currency Check - 2021-01-26 05:45:01 GMT

2021-01-25 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: libcap  2.46 2.47 #14555
chapter 04: nss 3.60.1   3.61 #14549
chapter 05: btrfs-progs 5.9  5.10 #14531
chapter 06: vim 8.2.2253 8.2.2410 #12241
chapter 09: glibmm  2.64.5   2.68.0   #14403
chapter 09: libgcrypt   1.8.71.9.0#14534
chapter 09: libical 3.0.83.0.9#14525
chapter 09: libmbim 1.24.4   1.24.6   #14550
chapter 09: libsigsegv  2.12 2.13 #14526
chapter 09: talloc  2.3.12.3.2
chapter 10: libjpeg-turbo   2.0.62.0.90   #14310
chapter 11: ImageMagick 7.0.10-577.0.10-60#7859
chapter 11: asciidoc9.0.49.0.5#14561
chapter 11: gtk-doc 1.33.1   1.33.2   #14535
chapter 11: pinentry1.1.01.1.1#14551
chapter 12: ModemManager1.14.8   1.14.10  #14527
chapter 12: autofs  5.1.65.1.7
chapter 12: mc  4.8.25   4.8.26   #14543
chapter 13: Business-ISBN   3.0053.006#14537
chapter 13: IO-Socket-SSL   2.0682.069#14552
chapter 13: cbindgen0.15.0   0.16.0   #14414
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 20: bind9.16.10  9.16.11  #14539
chapter 20: db  5.3.28   manual   
chapter 20: postfix 3.5.83.5.9#14528
chapter 24: libXt   1.2.01.2.1#14560
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   #14405
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
chapter 43: gparted 1.1.01.2.0#14565
chapter 43: inkscape1.0.11.0.2#14530
chapter 43: seamonkey   2.53.5.1 2.53.6   #14548
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.11.1 3.0.12.1 #14533
chapter 45: vorbis-tools1.4.01.4.2#14546
chapter 50: docbook-xsl-nons1.79.2   manual   
chapter 50: dvisvgm 2.11 2.11.1   #14547

-- 
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] #14548: seamonkey-2.53.6

2021-01-25 Thread BLFS Trac via blfs-book
#14548: seamonkey-2.53.6
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  highest  |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 A couple build system changes:

 --with-pthreads is no longer recognized

 --enable-application=suite needs to become --enable-application=comm/suite

--
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] #14548: seamonkey-2.53.6

2021-01-25 Thread BLFS Trac via blfs-book
#14548: seamonkey-2.53.6
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  highest  |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * priority:  high => highest


Comment:

 {{{
 What's New in SeaMonkey 2.53.6

 SeaMonkey 2.53.6 contains (among other changes) the following major
 changes relative to SeaMonkey 2.53.5.1:

 Improve usability of multiple mailboxes/folders selectionbug 1600103.
 Add Greek localisation (el).
 Remove more RDF from mailnews code.
 Switch to mozilla as topsrcdir and component for building is
 comm/suite now.
 Rust support is now up to 1.48 and official build is now using 1.47.0
 Various security and general platform fixes.

 SeaMonkey 2.53.6 contains (among other changes) the following major
 changes relative to SeaMonkey 2.49.5:

 The Bookmarks Manager has switched its name to Library, and now also
 includes the History list. When invoking History, the Library will be
 shown with the History list selected. The extensive modifications were
 needed because of Mozilla Gecko platform API changes.
 Download Manager has been migrated to a new API. Although it looks
 pretty much the same as before, the search option is missing and some
 other minor details work differently. The previous downloads history is
 removed during the upgrade.
 The layout panel was added to the CSS Grid tools.
 TLS 1.3 is the default SSL version now.
 The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash.
 Support for other NPAPI plugins like Java and Silverlight has been
 removed. For displaying pdf files in the browser you can use pdf.js-
 seamonkey from Isaac Schemm.
 SeaMonkey now uses a new api for formatting regional data like time
 and date. Default is to use the application locale of the current
 SeaMonkey build. If you use a language pack or a different OS formatting
 this is usually not desired. You can change the formatting from the
 application locale to the regional settings locale (OS) in the preferences
 dialog under "Appearance".

 SeaMonkey 2.53.6 uses the same backend as Firefox and contains the
 relevant Firefox 60.8 security fixes.

 SeaMonkey 2.53.6 shares most parts of the mail and news code with
 Thunderbird. Please read the Thunderbird 60.0 release notes for specific
 changes and security fixes in this release.

 Additional important security fixes up to Current Firefox 78.6 ESR and a
 few enhancements have been backported. We will continue to enhance
 SeaMonkey security in subsequent 2.53.x beta and release versions as fast
 as we are able to.
 }}}

 Ken, it's worth noting that this should be compatible with rust-1.48.0
 should we need to upgrade anytime soon

 On that note, it's time for some security fixes. The previous version of
 seamonkey, 2.53.5.1, included fixes from Firefox and Thunderbird
 78.4.0esr.

 '''Security fixes from Firefox-78.4.1esr:'''

 {{{
 CVE-2020-26950: Write side effects in MCallGetProperty opcode not
 accounted for

 Reporter
 360政企安全漏洞研究院 in Tianfu Cup 2020 International Cybersecurity
 Contest
 Impact
 critical

 Description

 In certain circumstances, the MCallGetProperty opcode can be emitted with
 unmet assumptions resulting in an exploitable use-after-free condition.
 References

 Bug 1675905
 }}}

 '''Security fixes from Firefox-78.5.0esr:'''

 {{{
 #CVE-2020-26951: Parsing mismatches could confuse and bypass security
 sanitizer for chrome privileged code

 Reporter
 Irvan Kurniawan (@sourc7)
 Impact
 high

 Description

 A parsing and event loading mismatch in Firefox's SVG code could have
 allowed load events to fire, even after sanitization. An attacker already
 capable of exploiting an XSS vulnerability in privileged internal pages
 could have used this attack to bypass our built-in sanitizer.
 References

 Bug 1667113

 #CVE-2020-16012: Variable time processing of cross-origin images during
 drawImage calls

 Reporter
 Aleksejs Popovs
 Impact
 moderate

 Description

 When drawing a transparent image on top of an unknown cross-origin image,
 the Skia library drawImage function took a variable amount of time
 depending on the content of the underlying image. This resulted in
 potential cross-origin information exposure of image content through
 timing side-channel attacks.
 References

 Bug 1642028

 #CVE-2020-26953: Fullscreen could be enabled without displaying the
 security UI

 Reporter
 Abdulrahman Alqabandi of Microsoft Browser Vulnerability Research
 Impact
 moderate

 Description

 It was possible to cause the browser to enter fullscreen mode without
 displaying the security UI; thus making it possible to attempt a phishing
 attack or otherwise confuse the user.
 Referenc

Re: [blfs-book] [BLFS Trac] #14546: vorbis-tools-1.4.2

2021-01-25 Thread BLFS Trac via blfs-book
#14546: vorbis-tools-1.4.2
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 {{{
 vorbis-tools 1.4.2 -- 2021-01-21
  * Cleanup of the build system
  * Code cleanup
  * Removed outdated debian/, and vorbis-tools.spec
  * Updated po/ to reflect new code positions
  * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
  * ogginfo: Added support for decoding Skeleton

 vorbis-tools 1.4.1 -- Unreleased (2020-12-21)

  * Updated documentation including manpages (including: #1679, Debian bug:
 #359948)
  * Cleanup of the build system
  * Code cleanup
  * Fixed invalid handling of input data (#2007)
  * Fixed build with MSVC.
  * Added gitlab-ci configuration
  * oggenc, oggdec: Fixed memory leak
  * oggenc, ogg123: Always link libm
  * oggenc: Fixed RIFF/WAVE 6.1 channel mapping (#1749)
  * oggenc: Fixed --ignorelength (#1803)
  * oggenc: Fixed crash on raw input (#2009)
  * oggenc: Reject files with invalid sample rates (#2078)
  * oggenc: Fixed crash when encoding from stdin
  * oggenc: Fixed floating point error (Debian bug: #328266, #634855)
  * oggenc: Fixed large alloca on bad AIFF input (#2212, Debian bug:
 #797461, CVE: CVE-2015-6749)
  * oggenc: Validate count of channels in the header (#2136, #2137, Debian
 bug: #776086, CVE: CVE-2014-9638, CVE-2014-9639)
  * oggdec: Fixed write of version to not corrupt data (Debian bug:
 #595104)
  * oggdec: Fixed crash on stream errors (#2148, Debian bug: #772978,
 Ubuntu bug: #629135)
  * oggdec: Use translations (#2149, Debian bug: #772976)
  * oggdec: Fixed output to stdout (Do not write "-.wav" files) (#1678,
 Debian bug: 263762)
  * ogg123: Fixed format string error
  * ogg123: Fixed playback of stereo speex tracks with no intensity signal
 (#1676)
  * ogg123: Fixed locking/synchronization error
  * ogg123: Fixed freeze on interupt at EOF (#1956, Debian bug: #307325)
  * ogg123: Fixed wrong display of status lines (#1677, Debian bug:
 #239073)
  * ogg123: Fixed Speex playback, correctly initialize channel matrix
 (Debian bug: #772766)
  * ogg123: Added support for Opus files
  * ogginfo: Corrected reported duration for Theora streams
  * ogginfo: Added support for Opus, FLAC, and speex
  * vcut: Corrected code to match language specification (#1701)
  * vcut: Corrected memory access (#2264, Debian bug: #818037)
  * vorbiscomment: Added -d/--rm to allow removal of tags
  * vorbiscomment: Fixed handling of short files
 }}}

 Contains the merged fixes for CVE-2014-9638 and CVE-2014-9639 as well. The
 previous release was from 2010-03-25!

--
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] r24140 - in trunk/BOOK: . archive general/genlib introduction/welcome networking/netprogs

2021-01-25 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Jan 25 17:28:45 2021
New Revision: 24140

Log:
Archive libnfsidmap

Added:
   trunk/BOOK/archive/libnfsidmap.xml
  - copied unchanged from r24139, trunk/BOOK/general/genlib/libnfsidmap.xml
Deleted:
   trunk/BOOK/general/genlib/libnfsidmap.xml
Modified:
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
   trunk/BOOK/packages.ent

Copied: trunk/BOOK/archive/libnfsidmap.xml (from r24139, 
trunk/BOOK/general/genlib/libnfsidmap.xml)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/archive/libnfsidmap.xml  Mon Jan 25 17:28:45 2021
(r24140, copy of r24139, trunk/BOOK/general/genlib/libnfsidmap.xml)
@@ -0,0 +1,171 @@
+
+http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  
+  %general-entities;
+
+  
+  https://fedorapeople.org/~steved/libnfsidmap/&libnfsidmap-version;/libnfsidmap-&libnfsidmap-version;.tar.bz2";>
+  
+  
+  
+  
+  
+]>
+
+
+  
+
+  
+$LastChangedBy$
+$Date$
+  
+
+  libnfsidmap-&libnfsidmap-version;
+
+  
+libnfsidmap
+  
+
+  
+Introduction to libnfsidmap
+
+
+  The libnfsidmap package contains a
+  library to help with mapping id's, mainly for NFSv4.
+
+
+&lfs10_checked;
+
+Package Information
+
+  
+
+  Download (HTTP): 
+
+  
+  
+
+  Download (FTP): 
+
+  
+  
+
+  Download MD5 sum: &libnfsidmap-md5sum;
+
+  
+  
+
+  Download size: &libnfsidmap-size;
+
+  
+  
+
+  Estimated disk space required: &libnfsidmap-buildsize;
+
+  
+  
+
+  Estimated build time: &libnfsidmap-time;
+
+  
+
+
+libnfsidmap Dependencies
+
+Optional
+
+   (client only)
+
+
+User Notes:
+  
+
+  
+
+  
+Installation of libnfsidmap
+
+
+  Install libnfsidmap by running the following
+  commands:
+
+
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--disable-static  &&
+make
+
+
+  This package does not come with a testsuite.
+
+
+
+  Now, as the root user:
+
+
+make install &&
+mv -v /usr/lib/libnfsidmap.so.* /lib &&
+ln -sfv ../../lib/$(readlink /usr/lib/libnfsidmap.so) 
/usr/lib/libnfsidmap.so
+
+  
+
+  
+Command Explanations
+
+http://www.w3.org/2001/XInclude";
+  href="../../xincludes/static-libraries.xml"/>
+
+
+  mv -v /usr/lib/libnfsidmap.so.* ...: Move shared
+  libraries into /lib so they are available before /usr is mounted.
+
+
+  
+
+  
+Contents
+
+
+  Installed Programs
+  Installed Libraries
+  Installed Directories
+
+  
+
+  None
+
+
+  libnfsidmap.so
+
+
+  /usr/lib/libnfsidmap
+
+  
+
+
+
+  Short Descriptions
+  
+  
+
+  
+libnfsidmap.so
+
+  
+contains the libnfsidmap API functions.
+  
+  
+libnfsidmap.so
+  
+
+  
+
+
+
+  
+
+

Modified: trunk/BOOK/general/genlib/genlib.xml
==
--- trunk/BOOK/general/genlib/genlib.xmlMon Jan 25 15:24:01 2021
(r24139)
+++ trunk/BOOK/general/genlib/genlib.xmlMon Jan 25 17:28:45 2021
(r24140)
@@ -115,7 +115,7 @@
   http://www.w3.org/2001/XInclude"; href="libmbim.xml"/>
 

-  http://www.w3.org/2001/XInclude"; 
href="libnfsidmap.xml"/>
+  
 
   http://www.w3.org/2001/XInclude"; href="libpaper.xml"/>
   http://www.w3.org/2001/XInclude"; href="libportal.xml"/>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 15:24:01 
2021(r24139)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 17:28:45 
2021(r24140)
@@ -45,6 +45,10 @@
   January 25th, 2021
   
 
+  [renodr] - Archive libnfsidmap as nfs-utils builds its own
+  version now.
+
+
   [ken] - Update to mutt-2.0.5. Fixes
   #14544.
 

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==
--- trunk/BOOK/networking/netprogs/nfs-utils.xmlMon Jan 25 15:24:01 
2021(r24139)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xmlMon Jan 25 17:28:45 
2021(r24140)
@@ -85,7 +85,8 @@
 
(for SASL authentication),
(libdevmapper for NFSv4 support),
-   (for NFSv4 support),
+  
(for NIS client 

Re: [blfs-book] [BLFS Trac] #14544: mutt-2.0.5

2021-01-25 Thread BLFS Trac via blfs-book
#14544: mutt-2.0.5
-+-
 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:

 r24139

--
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] r24139 - in trunk/BOOK: . introduction/welcome networking/mailnews

2021-01-25 Thread ken--- via blfs-book
Author: ken
Date: Mon Jan 25 15:24:01 2021
New Revision: 24139

Log:
mutt-2.0.5

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/mailnews/mutt.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 14:58:05 
2021(r24138)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 15:24:01 
2021(r24139)
@@ -45,6 +45,10 @@
   January 25th, 2021
   
 
+  [ken] - Update to mutt-2.0.5. Fixes
+  #14544.
+
+
   [ken] - Update to firefox-78.7.0 and JS 78.7.0.  Both
   appear to contain security fixes. Fixes
   #14564.

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==
--- trunk/BOOK/networking/mailnews/mutt.xml Mon Jan 25 14:58:05 2021
(r24138)
+++ trunk/BOOK/networking/mailnews/mutt.xml Mon Jan 25 15:24:01 2021
(r24139)
@@ -6,7 +6,7 @@
 
   https://bitbucket.org/mutt/mutt/downloads/mutt-&mutt-version;.tar.gz";>
   ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz";>
-  
+  
   
   
   
@@ -71,7 +71,7 @@
   
 
 
-Additional Downloads
+
 
 Mutt Dependencies
 
@@ -166,11 +166,11 @@
   commands:
 
 
-
+
 
 
   To ensure that a plain text manual is created when using

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Jan 25 14:58:05 2021(r24138)
+++ trunk/BOOK/packages.ent Mon Jan 25 15:24:01 2021(r24139)
@@ -643,7 +643,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] #14564: firefox-78.7.0

2021-01-25 Thread BLFS Trac via blfs-book
#14564: firefox-78.7.0
-+---
 Reporter:  ken@…|   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 r24138, still waiting for the release notes.

--
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] r24138 - in trunk/BOOK: . general/genlib introduction/welcome xsoft/graphweb

2021-01-25 Thread ken--- via blfs-book
Author: ken
Date: Mon Jan 25 14:58:05 2021
New Revision: 24138

Log:
Update to firefox-78.7.0 and JS78.7.0.

I think that both of these contain security fixes,
release notes are not due until tomorrow.

For firefox I've separated the configure stage,
when I first used mach I did not know that could be done.

Modified:
   trunk/BOOK/general/genlib/js78.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general/genlib/js78.xml
==
--- trunk/BOOK/general/genlib/js78.xml  Mon Jan 25 00:12:13 2021(r24137)
+++ trunk/BOOK/general/genlib/js78.xml  Mon Jan 25 14:58:05 2021(r24138)
@@ -7,7 +7,7 @@
   
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 00:12:13 
2021(r24137)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 14:58:05 
2021(r24138)
@@ -44,6 +44,11 @@
 
   January 25th, 2021
   
+
+  [ken] - Update to firefox-78.7.0 and JS 78.7.0.  Both
+  appear to contain security fixes. Fixes
+  #14564.
+

   [timtas] - Update to evince-3.38.1. Fixes
   #14562.

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Jan 25 00:12:13 2021(r24137)
+++ trunk/BOOK/packages.ent Mon Jan 25 14:58:05 2021(r24138)
@@ -914,7 +914,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==
--- trunk/BOOK/xsoft/graphweb/firefox.xml   Mon Jan 25 00:12:13 2021
(r24137)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml   Mon Jan 25 14:58:05 2021
(r24138)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
@@ -367,6 +367,7 @@
 
 export CC=gcc CXX=g++ &&
 export MOZBUILD_STATE_PATH=${PWD}/mozbuild &&
+./mach configure   &&
 ./mach build
 
 
-- 
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] #14565: gparted-1.2.0

2021-01-25 Thread BLFS Trac via blfs-book
#14565: gparted-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

Re: [blfs-book] [BLFS Trac] #14564: firefox-78.7.0

2021-01-25 Thread BLFS Trac via blfs-book
#14564: firefox-78.7.0
-+---
 Reporter:  ken@…|   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] [BLFS Trac] #14564: firefox-78.7.0

2021-01-25 Thread BLFS Trac via blfs-book
#14564: firefox-78.7.0
-+---
 Reporter:  ken@…|  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  10.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 Now available.

 It looks to me as if both the JS78 part and firefox itself contain
 security fixes in this version.

 When I was looking at thunderbird in Arch's AUR I noticed that ./mach
 build was preceded by ./mach configure. Doing that separates the
 configuration (everything up to 'reticulating splines' which is where the
 generated (Python) 'config.status' reads all the moz.build files and
 invokes the build back-end generator). It seems to me that since these
 stages can be separated, that is a more educational way to go.

--
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-25 Thread BLFS Trac via blfs-book
#14533: vlc-3.0.12
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 [https://www.videolan.org/security/sb-vlc3012.html]

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Files in BLFS svn missing on osuosl

2021-01-25 Thread bdubbs--- via blfs-book
Missing iptables-1.8.7.tar.bz2
Missing nano-5.5.tar.xz
Missing mutter-3.38.3.tar.xz
Missing gnome-shell-3.38.3.tar.xz
Missing evince-3.38.1.tar.xz
Missing gstreamer-1.18.3.tar.xz
Missing gst-plugins-base-1.18.3.tar.xz
Missing gst-plugins-good-1.18.3.tar.xz
Missing gst-plugins-bad-1.18.3.tar.xz
Missing gst-plugins-ugly-1.18.3.tar.xz
Missing gst-libav-1.18.3.tar.xz
Missing gstreamer-vaapi-1.18.3.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] #14562: evince-3.38.1

2021-01-25 Thread BLFS Trac via blfs-book
#14562: evince-3.38.1
-+-
 Reporter:  renodr   |   Owner:  timtas
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  10.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by timtas):

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


Comment:

 Fixed in revision 24137.

--
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] r24137 - in trunk/BOOK: . gnome/applications introduction/welcome

2021-01-25 Thread timtas--- via blfs-book
Author: timtas
Date: Mon Jan 25 00:12:13 2021
New Revision: 24137

Log:
Update to evince-3.38.1

Modified:
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/applications/evince.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entSun Jan 24 21:50:13 2021(r24136)
+++ trunk/BOOK/gnome.entMon Jan 25 00:12:13 2021(r24137)
@@ -78,7 +78,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/gnome/applications/evince.xml
==
--- trunk/BOOK/gnome/applications/evince.xmlSun Jan 24 21:50:13 2021
(r24136)
+++ trunk/BOOK/gnome/applications/evince.xmlMon Jan 25 00:12:13 2021
(r24137)
@@ -8,9 +8,9 @@
  
"&gnome-download-http;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Jan 24 21:50:13 
2021(r24136)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 25 00:12:13 
2021(r24137)
@@ -44,6 +44,10 @@
 
   January 25th, 2021
   
+   
+  [timtas] - Update to evince-3.38.1. Fixes
+  #14562.
+
 
   [renodr] - Update to mutter-3.38.3. Fixes
   #14519.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page