[blfs-book] BLFS Package Currency Check - 2019-09-14 04:45:01 GMT

2019-09-13 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 32: kf5 5.61 5.62 #12507
chapter 32: kf5-apps19.08.0  19.08.1  #12473
chapter 32: plasma5 5.16.4   5.16.5   #12480

-- 
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: #12505, #12526, #12529

2019-09-13 Thread BLFS Trac via blfs-book
Batch modification to #12505, #12526, #12529 by bdubbs:


Action: resolve

Comment:
Fixed at revision 22140.

--
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] r22140 - in trunk/BOOK: . general/graphlib introduction/welcome networking/netutils server/databases

2019-09-13 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Fri Sep 13 15:23:21 2019
New Revision: 22140

Log:
Update to glm-0.9.9.6. 
Update to mariadb-10.4.8. 
Update to wireshark-3.0.4.

Modified:
   trunk/BOOK/general/graphlib/glm.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/wireshark.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/databases/mariadb.xml

Modified: trunk/BOOK/general/graphlib/glm.xml
==
--- trunk/BOOK/general/graphlib/glm.xml Fri Sep 13 14:15:17 2019(r22139)
+++ trunk/BOOK/general/graphlib/glm.xml Fri Sep 13 15:23:21 2019(r22140)
@@ -6,10 +6,10 @@
 
   https://github.com/g-truc/glm/archive//glm-.tar.gz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -71,20 +71,7 @@
 
   
 
-
 GLM Dependencies
 
 Required
@@ -100,29 +87,21 @@
   
 Installation of GLM
 
-
-  Install GLM by running the following
-  commands:
-
-
-mkdir build 
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib .. 
-make
-
-
-  To test the results, issue: make test.
-
+
+  
+This package is unusual as it includes its functionality in 
+header files.  We just copy them into position.
+  
+
 
 
-  Now, as the root user:
+  As the root user:
 
 
-make install
+cp -r glm /usr/include/ 
+cp -r doc /usr/share/doc/glm-
   
-
+
   
 Contents
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 14:15:17 
2019(r22139)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 15:23:21 
2019(r22140)
@@ -46,6 +46,18 @@
   September 13th, 2019
   
 
+  [bdubbs] - Update to glm-0.9.9.6. Fixes
+  #12505.
+
+
+  [bdubbs] - Update to mariadb-10.4.8. Fixes
+  #12529.
+
+
+  [bdubbs] - Update to wireshark-3.0.4. Fixes
+  #12526.
+
+
   [timtas] - Update to dhcpcd-8.0.6. Fixes
   #12534.
 

Modified: trunk/BOOK/networking/netutils/wireshark.xml
==
--- trunk/BOOK/networking/netutils/wireshark.xmlFri Sep 13 14:15:17 
2019(r22139)
+++ trunk/BOOK/networking/netutils/wireshark.xmlFri Sep 13 15:23:21 
2019(r22140)
@@ -6,8 +6,8 @@
 
   https://www.wireshark.org/download/src/all-versions/wireshark-.tar.xz;>
   
-  
-  
+  
+  
   
   
 ]>

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Sep 13 14:15:17 2019(r22139)
+++ trunk/BOOK/packages.ent Fri Sep 13 15:23:21 2019(r22140)
@@ -196,7 +196,7 @@
 
 
 
-
+
 
 
 
@@ -567,7 +567,7 @@
 
 
 
-  
+  
 
 
 
@@ -626,7 +626,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/server/databases/mariadb.xml
==
--- trunk/BOOK/server/databases/mariadb.xml Fri Sep 13 14:15:17 2019
(r22139)
+++ trunk/BOOK/server/databases/mariadb.xml Fri Sep 13 15:23:21 2019
(r22140)
@@ -7,10 +7,10 @@
 
   https://downloads.mariadb.org/interstitial/mariadb-/source/mariadb-.tar.gz;>
 
   ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-/source/mariadb-.tar.gz;>
-  
+  
   
   
-  
+  
 ]>
 
 
-- 
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] #12505: glm-0.9.9.6

2019-09-13 Thread BLFS Trac via blfs-book
#12505: glm-0.9.9.6
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 This package seems to expect that packages that use it will just include
 files and the functionality is in the *.hpp files.  Using Arch's
 instructions:

 As root:
 {{{
 cp -r glm /usr/include/ &&
 cp -r doc /usr/share/doc/glm-0.9.9.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] #12529: mariadb-10.4.8

2019-09-13 Thread BLFS Trac via blfs-book
#12529: mariadb-10.4.8
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Notable Changes

 Notable changes of this release include:

 -Connect updated to Connect 1.06.0010
 -MDEV-20231: Update server HELP
 -MDEV-20066: This bug could cause a table to become corrupt if a
 column was added instantly
 -MDEV-15326: A race condition in InnoDB transaction commit that
 affects record locking was fixed
 -MDEV-17187: Table doesn't exist in engine after ALTER of FOREIGN KEY
 -MDEV-20301: InnoDB's MVCC has O(N^2) behaviors
 -MDEV-18128: Simplify .ibd file creation
 -MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30
 while preparing backup
 -MDEV-20247: Replication hangs with "preparing" and never starts
 -MDEV-17614: Remove unnecessary locking for INSERT...ON DUPLICATE KEY
 UPDATE
 -MDEV-20311: row_ins_step accesses uninitialized memory
 -MDEV-20479: Assertion failure in dict_table_get_nth_col() after
 INSTANT DROP COLUMN
 -MDEV-20340: Encrypted temporary tables cannot be read with
 innodb_checksum_algorithm=full_crc32
 -MDEV-19947: Repositories for RHEL 8 ppc64le added

--
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] #12526: wireshark-3.0.4

2019-09-13 Thread BLFS Trac via blfs-book
#12526: wireshark-3.0.4
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Wireshark 3.0.4 Release Notes

  What’s New

 - The Windows installers now ship with Npcap 0.9983. They previously
   shipped with Npcap 0.996.

 - The macOS installer now ships with Qt 5.12.3. It previously
   shipped with Qt 5.12.4.

The following vulnerabilities have been fixed:

  - wnpa-sec-2019-21[1] Gryphon dissector infinite loop.

The following bugs have been fixed:

  - Coloring Rules dialog - enable/disable coloring rule issues.
  - Enabling Time-Of-Day in IO Graph causes the x-axis origin to be
set to 01.01.1970.
  - Wireshark GUI crashes when attempting to DnD multiple (possibly
corrupted) pcapng files.
  - Buildbot crash output: randpkt-2019-06-14-14291.pcap.
  - 802.11 RSN IE may be shorter than 18 bytes.
  - Tshark outputs two data rate instead of one.
  - Typo in checkbox label at bottom of sshdump configuration screen
(save parameters).
  - Invalid pkcs11_libs entry crashes on Windows.
  - Add additional text output for DNS types (DNSSEC).
  - LSD bittorent.
  - dfilter_macros is missing from Configuration Files article.
  - Pane configuration inconsistencies.
  - Packet list is sorted in reverse order after applying a display
filter in Qt 5.13.
  - EAP-TLS fragments are repeatedly displayed.
  - Broken TLS handshake reassembly in EAP-TTLS with multiple TLS
sessions.
  - Wireshark does not support USB packets with size greater than 256
KiB.
  - "Unable to drop files during capture." when drag’n’drop entry to
create display filter or filter button.
  - Packet Bytes highlight for dns.qry.name.len and dns.count.labels
off by one.
  - Segmentation fault in nfs_name_snoop_fh.
  - Changing the protocol preferences caused a crash.
  - DCERPC dissector broken for functions with only scalar variables.

 Updated Protocol Support

BACnet, DCERPC, DNS, EAP, FC-dNS, Gryphon, IEEE 802.11, LSD, NFS, and
Radiotap

   New and Updated Capture File Support

CommView and PacketLogger

--
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] #12534: dhcpcd-8.0.6

2019-09-13 Thread BLFS Trac via blfs-book
#12534: dhcpcd-8.0.6
-+-
 Reporter:  timtas   |   Owner:  timtas
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by timtas):

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


Comment:

 Fixed in revision 22139.

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

2019-09-13 Thread timtas--- via blfs-book
Author: timtas
Date: Fri Sep 13 14:15:17 2019
New Revision: 22139

Log:
Update to dhcpcd-8.0.6.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/connect/dhcpcd.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 14:11:39 
2019(r22138)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 14:15:17 
2019(r22139)
@@ -46,6 +46,10 @@
   September 13th, 2019
   
 
+  [timtas] - Update to dhcpcd-8.0.6. Fixes
+  #12534.
+
+
   [bdubbs] - Update to ModemManager-1.10.6. Fixes
   #12531.
 

Modified: trunk/BOOK/networking/connect/dhcpcd.xml
==
--- trunk/BOOK/networking/connect/dhcpcd.xmlFri Sep 13 14:11:39 2019
(r22138)
+++ trunk/BOOK/networking/connect/dhcpcd.xmlFri Sep 13 14:15:17 2019
(r22139)
@@ -6,9 +6,9 @@
 
   https://roy.marples.name/downloads/dhcpcd/dhcpcd-.tar.xz;>
   ftp://roy.marples.name/pub/dhcpcd/dhcpcd-.tar.xz;>
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Sep 13 14:11:39 2019(r22138)
+++ trunk/BOOK/packages.ent Fri Sep 13 14:15:17 2019(r22139)
@@ -539,7 +539,7 @@
 
 
 
-
+
 
 
 
-- 
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: #12524, #12525, #12528, #12531, #12532

2019-09-13 Thread BLFS Trac via blfs-book
Batch modification to #12524, #12525, #12528, #12531, #12532 by bdubbs:


Action: resolve

Comment:
Fixed at revision 22138.

--
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] r22138 - in trunk/BOOK: . general/genlib general/genutils general/prog general/sysutils introduction/welcome networking/netlibs

2019-09-13 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Fri Sep 13 14:11:39 2019
New Revision: 22138

Log:
Update to ModemManager-1.10.6. 
Update to dbus-python-1.2.12 (Python module). 
Update to libsoup-2.68.1. 
Update to shared-mime-info-1.13.1. 
Update to enchant-2.2.7.

Modified:
   trunk/BOOK/general/genlib/enchant.xml
   trunk/BOOK/general/genutils/shared-mime-info.xml
   trunk/BOOK/general/prog/dbus-python.xml
   trunk/BOOK/general/sysutils/modemmanager.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/libsoup.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/enchant.xml
==
--- trunk/BOOK/general/genlib/enchant.xml   Fri Sep 13 10:00:08 2019
(r22137)
+++ trunk/BOOK/general/genlib/enchant.xml   Fri Sep 13 14:11:39 2019
(r22138)
@@ -6,7 +6,7 @@
 
   https://github.com/AbiWord/enchant/releases/download/v/enchant-.tar.gz;>
   
-  
+  
   
   
   

Modified: trunk/BOOK/general/genutils/shared-mime-info.xml
==
--- trunk/BOOK/general/genutils/shared-mime-info.xmlFri Sep 13 10:00:08 
2019(r22137)
+++ trunk/BOOK/general/genutils/shared-mime-info.xmlFri Sep 13 14:11:39 
2019(r22138)
@@ -5,12 +5,12 @@
   %general-entities;
 
   https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-.tar.xz;>
+   
"https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/5349e18c86eb96eee258a5c1f19122d0/shared-mime-info-.tar.xz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 https://dbus.freedesktop.org/releases/dbus-python/dbus-python-.tar.gz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
   

Modified: trunk/BOOK/general/sysutils/modemmanager.xml
==
--- trunk/BOOK/general/sysutils/modemmanager.xmlFri Sep 13 10:00:08 
2019(r22137)
+++ trunk/BOOK/general/sysutils/modemmanager.xmlFri Sep 13 14:11:39 
2019(r22138)
@@ -6,10 +6,10 @@
 
   https://www.freedesktop.org/software/ModemManager/ModemManager-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 10:00:08 
2019(r22137)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 14:11:39 
2019(r22138)
@@ -43,6 +43,32 @@
 -->
 
 
+  September 13th, 2019
+  
+
+  [bdubbs] - Update to ModemManager-1.10.6. Fixes
+  #12531.
+
+
+  [bdubbs] - Update to dbus-python-1.2.12 (Python module). Fixes
+  #12532.
+
+
+  [bdubbs] - Update to libsoup-2.68.1. Fixes
+  #12528.
+
+
+  [bdubbs] - Update to shared-mime-info-1.13.1. Fixes
+  #12525.
+
+
+  [bdubbs] - Update to enchant-2.2.7. Fixes
+  #12524.
+
+  
+
+
+
   September 12th, 2019
   
 

Modified: trunk/BOOK/networking/netlibs/libsoup.xml
==
--- trunk/BOOK/networking/netlibs/libsoup.xml   Fri Sep 13 10:00:08 2019
(r22137)
+++ trunk/BOOK/networking/netlibs/libsoup.xml   Fri Sep 13 14:11:39 2019
(r22138)
@@ -5,12 +5,12 @@
   %general-entities;
 
   
+   
"/libsoup/2.68/libsoup-.tar.xz">
   
-  
+   
"/libsoup/2.68/libsoup-.tar.xz">
+  
   
-   
+   
   
 ]>
 
@@ -117,11 +117,12 @@
 mkdir build 
 cdbuild 
 
-meson --prefix=/usr -Dvapi=true -Dgssapi=false .. 
+meson --prefix=/usr -Dvapi=enabled -Dgssapi=disabled .. 
 ninja
 
 
   To test the results, issue: ninja test.
+  Two hsts tests are known to fail.
 
 
 
@@ -136,18 +137,18 @@
 Command Explanations
 
 
-  -Dvapi=false: use this if you have not installed
+  -Dvapi=disabled: use this if you have not installed
   Vala, e.g. because you are not building 
   GNOME.
 
 
 
-  -Ddoc=true: Use this option if you want to build
+  -Ddoc=enabled: Use this option if you want to build
   the documentation. Note that you must have  
installed.
 
 
 
-  -Dgssapi=false: libsoup defaults to building with 
GSSAPI support,
+  -Dgssapi=disabled: libsoup defaults to building with 
GSSAPI support,
   which requires Kerberos (as does the test suite). If you are building 
GNOME or
   have kerberos installed, remove this option.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Fri Sep 13 10:00:08 2019(r22137)
+++ trunk/BOOK/packages.ent Fri Sep 13 14:11:39 2019(r22138)
@@ -90,7 +90,7 @@
 
 
 
-
+
 

Re: [blfs-book] [BLFS Trac] #12534: dhcpcd-8.0.6

2019-09-13 Thread BLFS Trac via blfs-book
#12534: dhcpcd-8.0.6
-+---
 Reporter:  timtas   |   Owner:  timtas
 Type:  enhancement  |  Status:  assigned
 Priority:  high |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by timtas):

 * owner:  blfs-book => timtas
 * 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] #12534: dhcpcd-8.0.6

2019-09-13 Thread BLFS Trac via blfs-book
#12534: dhcpcd-8.0.6
-+---
 Reporter:  timtas   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  high |  Milestone:  9.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 With the following changes:

   *  inet6: Fix default route not being installed
   *  DHCP: If root fs is network mounted, enable last lease extend
   *  man: Fix lint errors.
   *  BSD: avoid RTF_WASCLONED routes
   *  DHCP: Give a better message when packet validation fails
   *  DHCP: Ensure we have enough data to checksum IP and UDP

 The last change fixes a potential DoS attack introduced in dhcpcd-8.0.3
 when the checksuming code was changed to accomodate variable length IP
 headers. The commit says since 7.2.0, but I've now decided that's not the
 case.

--
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] #12531: ModemManager-1.10.6

2019-09-13 Thread BLFS Trac via blfs-book
#12531: ModemManager-1.10.6
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 ModemManager 1.10.6

 This is a new bugfix release of ModemManager.

 The list of changes in this version includes:

  * Bearer: if connecting a bearer with PPP method, require upper layers to
disconnect the bearer explicitly and completely ignore the connectivity
checks performed by the modem itself. This makes sure that the TTY is
 not
reused by ModemManager before pppd has finished using it.

  * Serial port:
*  Fix serial port flash cancellation logic to avoid assertion if the
 device
   gets unplugged during the flash operation.
*  Fix serial port reopen logic to flag the port as forced-closed if
 the
   reopening fails, to avoid assertion if the device gets unplugged
 during
   the reopen operation.
*  Avoid warning when signals are disconnected automatically during
 last
   object unref.

  * SMS:
*  Initialize common fields early for multipart messages, without
 waiting for
   the last part to arrive.

  * 3GPP:
*  Report consolidated registration state as DENIED if all the other
 ones are
   either idle or unknown.

  * udev:
*  Updated ID_MM_DEVICE_IGNORE to make it really a user-usable tag,
   applicable not only to TTY devices but to any kind of device (e.g.
 to
   blacklist MBIM modems); and also applicable under any kind of filter
 mode
   (including 'strict' mode).

  * Filter:
*  Added new 'explicit blacklist' filter rule, by default enabled for
 all
   filter modes and controlled with the
 MM_FILTER_RULE_EXPLICIT_BLACKLIST
   envvar.
*  Added new 'plugin whitelist' filter rule, enabled exclusively in
 'strict'
   filter mode, which allows us to automatically flag for probing those
   devices that are flagged with specific plugin-selected udev tags or
 which
   have vid:pid pairs registered as allowed in the plugins.
*  Updated the 'AT-capable ttyACM' filter rule, so that we only process
 and
   probe the serial port if the device also exposes other ports
 (serial,
   cdc-wdm, net) that ModemManager may process. This fix should allow
 us to
   automatically ignore Arduino devices that wrongly report themselves
 as
   speaking AT protocol in the ttyACM port.

  * QMI:
*  Fix segfault while updating bands and the device doesn't support the
   'extended LTE band preference' TLV.

  * MBIM:
*  Fix segfault while processing empty USSD responses.
  * libmm-glib:
*  Properly handle NULL pointer on MMFirmwareUpdateSettings.

  * Plugins:
*  sierra: added port type hints for the MC74xx family.
*  telit: added port type hints for the ME910 and the EG91.
*  cinterion: added port type hints for the PLS8.

--
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] #12532: dbus-python-1.2.12

2019-09-13 Thread BLFS Trac via blfs-book
#12532: dbus-python-1.2.12
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 dbus Python Bindings 1.2.12 (2019-09-12)

 Fixes:

 - Don't save and restore the exception indicator when called from C code.
   This avoided "returned a result with an error set" errors under some
   circumstances, but also caused a regression for code that relies on
   being able to terminate the program by calling sys.exit() or raising
   SystemExit from a dbus-python method. In particular, this broke one of
   libsecret's unit tests.

--
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] #12528: libsoup-2.68.1

2019-09-13 Thread BLFS Trac via blfs-book
#12528: libsoup-2.68.1
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Changes in libsoup from 2.68.0 to 2.68.1:

 * Several memory leaks fixed in tests, examples, and parsing code
 * SoupServer: Fixes to Windows path handling

 Changes in libsoup from 2.67.93 to 2.68.0:

 * Updated translations: Brazilian Portuguese, Croatian,
   Friulian, Italian, Turkish

 Changes in libsoup from 2.67.92 to 2.67.93:

 * SoupMessage: Handle Transfer-Encoding: identity for
   compatibility reasons
 * WebSockets: Only poll IO stream when needed
 * WebSockets: Properly set cookies received during handshake
 * WebSockets: Plug a couple of memory leaks and fix a few
   read-after-free memory errors
 * WebSockets: document how web socket extensions should treat
   buffers in case of error
 * SoupSession: Don't reset user GCancellable internally
 * Tests: Make tests installable
 * Remove deprecate GTimeVal internal usage
 * CI: increase coverage by enabling all features during
   testing
 * Updated translations: Korean, German, Galician, Hungarian,
   Slovenian, Latvian, Finnish, Serbian, Catalan, Polish

 Changes in libsoup from 2.67.91 to 2.67.92:
 * Silence GTimeVal deprecation warnings.
 * API documentation and annotation fixes
 * Plug a couple of NTLM authentication memory leaks
 * Fix build in SmartOS/SunOS
 * Meson: Use feature options
 * Meson: Do not fallback to system krb5-config for cross-
 compilation
 * NTLM: Fix build with NTLM enabled
 * Updated translations: Basque, Czech, Indonesian, Lithuanian,
 Swedish

 Changes in libsoup from 2.67.90 to 2.67.91:

 * HSTS: New API to retrieve information about existing HSTS
 policies
 * Updated translations: French, Romanian, Spanish

 Changes in libsoup from 2.67.3 to 2.67.90a:

 * WebSockets: add support for WebSocket extensions via new
   SoupWebsocketExtensionManager and SoupWebsocketExtension API
 * WebSockets: add support for the permessage-deflate extension,
 enabled
   by default in SoupServer and in the client side only if
 SoupWebsocketExtensionManager
   is added to a session
 * WebSockets: Allow sending close frames with no body
 * WebSockets: ignore messages after close has been sent and
 received
 * Meson: tls-check improved
 * Meson: improve Apache checks
 Changes in libsoup from 2.67.2 to 2.67.3:

 * WebSockets: allow sending empty binary data
 * WebSockets: fail and load the connection on invalid payload
 length
 * WebSockets: allow NULL characters in text messages
 * WebSockets: Close connection on wrongly masked/unmasked frame as
 per RFC
 * WebSockets: other code fixes
 * NTLM: Fix NTLMv2 authentication
 * SoupMessage: fix several deprecation warnings related to private
 data

 Changes in libsoup from 2.67.1 to 2.67.2:

 * gobject-introspection: Fix annotation for soup_auth_new()
 * brotli: Do not advertise the decoder as it's failing with
   some websites
 * Meson: Fix xml2 and sqlite fallbacks
 * HSTS: Add SoupHSTSEnforcer:hsts-enforced signal
 * HSTS: Fixes to the types used to store policies in the
   SQLite storage
 * HSTS: Accept Strict-Transport-Security regardless of casing
 * WebSockets: Ensure messages finishes when handshake fails
 * WebSockets: Fix critical warnings and test failures

--
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] #12525: shared-mime-info-1.13.1

2019-09-13 Thread BLFS Trac via blfs-book
#12525: shared-mime-info-1.13.1
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 shared-mime-info 1.13.1 (2019-11-09)
 * Fix matching SVG files in some circumstances

 shared-mime-info 1.13 (2019-11-09)
 * Add code of conduct document
 * Use itstool and gettext to generate translations
 * Add content-tree type for OSTree USB repositories
 * Add match for MPEG-4 v1 videos
 * Adjust a lot of user readable mime-type descriptions
 * Fix WOFF/WOFF2 mime-types
 * Prefer text/html to XHTML for *.html files
 * Better magic for text/html files
 * Fix SVG magic for files embedded in HTML
 * Add *.sgd as a glob for Mega Drive ROMs

 Specification:
 - Mention that sub-class-of can be aliases

 Tools:
 - Enable Large File Support in update-mime-database

 Test suite:
 - Make test suite failures fatal
 - Add test for duplicate mime-types
 - Fix WarpScript test
 - Generate the specification in the CI, to avoid it becoming
   syntactically invalid

--
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] #12426: xine-ui-0.99.11

2019-09-13 Thread BLFS Trac via blfs-book
#12426: xine-ui-0.99.11
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

 * milestone:  9.1 => hold


Comment:

 I'm recommending archiving this package, but will just move this ticket to
 hold for now,

--
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: #12524, #12525, #12526, #12528, #12529, ...

2019-09-13 Thread BLFS Trac via blfs-book
Batch modification to #12524, #12525, #12526, #12528, #12529, #12531, #12532 by 
bdubbs:


Action: accept

--
Tickets URL: 

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

[blfs-book] r22137 - in trunk/BOOK: . stylesheets/lfs-xsl stylesheets/lfs-xsl/docbook-xsl-snapshot stylesheets/lfs-xsl/xhtml

2019-09-13 Thread pierre--- via blfs-book
Author: pierre
Date: Fri Sep 13 10:00:08 2019
New Revision: 22137

Log:
Allows using system docbook-xsl stylesheets:
- with a slight change of the css stylesheet, allows having the glossary
  title in the same style as the others
- tested with docbook-xsl 1.78.1, 1.79.1, 1.79.2

Deleted:
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/
Modified:
   trunk/BOOK/Makefile
   trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl
   trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl
   trunk/BOOK/stylesheets/lfs-xsl/lfs.css
   trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
   trunk/BOOK/stylesheets/lfs-xsl/profile.xsl
   trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl

Modified: trunk/BOOK/Makefile
==
--- trunk/BOOK/Makefile Fri Sep 13 08:58:02 2019(r22136)
+++ trunk/BOOK/Makefile Fri Sep 13 10:00:08 2019(r22137)
@@ -76,8 +76,7 @@
fi;
$(Q)cp images/*.png $(BASEDIR)/images
 
-   $(Q)cd $(BASEDIR)/; sed -e "s@../stylesheets@stylesheets@g" \
-   -e "s@../images@images@g"   \
+   $(Q)cd $(BASEDIR)/; sed -e "s@../images@images@g"   \
-i *.html
 
@echo "Running Tidy and obfuscate.sh on chunked XHTML..."

Modified: trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl
==
--- trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl Fri Sep 13 08:58:02 
2019(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl Fri Sep 13 10:00:08 
2019(r22137)
@@ -18,10 +18,10 @@
   
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
 
 
   

Modified: trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl
==
--- trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl  Fri Sep 13 08:58:02 
2019(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl  Fri Sep 13 10:00:08 
2019(r22137)
@@ -13,7 +13,7 @@
 Sets global params and include customized elements templates. -->
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
 
 
   
@@ -27,13 +27,13 @@
   
   
 
-
-
-  
-
-
+  
+  
+
   
  
   

Modified: trunk/BOOK/stylesheets/lfs-xsl/lfs.css
==
--- trunk/BOOK/stylesheets/lfs-xsl/lfs.css  Fri Sep 13 08:58:02 2019
(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/lfs.css  Fri Sep 13 10:00:08 2019
(r22137)
@@ -90,7 +90,7 @@
   padding: 0.4em;
 }
 
-.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1 {
+.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1, 
.glossary h1 {
   background: #f5f6f7;
   border-bottom: .1em solid #dbddec;
   margin-bottom: 1em;

Modified: trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
==
--- trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Sep 13 08:58:02 2019
(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Sep 13 10:00:08 2019
(r22137)
@@ -13,7 +13,7 @@
 Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
 
 
   

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
==
--- trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl  Fri Sep 13 08:58:02 2019
(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl  Fri Sep 13 10:00:08 2019
(r22137)
@@ -14,7 +14,7 @@
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
 
 
 
   
-  
+  http://docbook.sourceforge.net/release/xsl/current/profiling/profile-mode.xsl"/>
 
 
-  
+  http://docbook.sourceforge.net/release/xsl/current/common/stripns.xsl"/>
 
 
   

Modified: trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
==
--- trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  Fri Sep 13 08:58:02 
2019(r22136)
+++ trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  Fri Sep 13 10:00:08 
2019(r22137)
@@ -35,17 +35,18 @@
 longindex.html
   
 
-
-
+  
 
 
-
-  
-
-
-  
-  
-
-  
-
 
   
 
-
-
+
+
 
   
 
@@ -177,8 +164,7 @@
   
   
 
-  
+  
 
 
   
@@ -195,8 +181,8 @@
 
   
 
-
-
+
+
 
   
 
@@ -212,14 +198,27 @@
 
   
 
-
-
+  
+  
+
+
+  
+

[blfs-book] r22136 - trunk/BOOK/general/genlib

2019-09-13 Thread renodr--- via blfs-book
Author: renodr
Date: Fri Sep 13 08:58:02 2019
New Revision: 22136

Log:
gsl: fix the time-skewed stats that I put in

Modified:
   trunk/BOOK/general/genlib/gsl.xml

Modified: trunk/BOOK/general/genlib/gsl.xml
==
--- trunk/BOOK/general/genlib/gsl.xml   Fri Sep 13 08:35:13 2019(r22135)
+++ trunk/BOOK/general/genlib/gsl.xml   Fri Sep 13 08:58:02 2019(r22136)
@@ -9,7 +9,7 @@
   
   
   
-  
+  
 ]>
 
 
-- 
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] #12531: ModemManager-1.10.6

2019-09-13 Thread BLFS Trac via blfs-book
#12531: ModemManager-1.10.6
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  9.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] #12533: epiphany-3.34.0

2019-09-13 Thread BLFS Trac via blfs-book
#12533: epiphany-3.34.0
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  9.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor version.

 This is a part of gnome-34, but is in the Graphical Web Browser section.

--
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] #12532: dbus-python-1.2.12

2019-09-13 Thread BLFS Trac via blfs-book
#12532: dbus-python-1.2.12
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  9.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] Batch modify: #12485, #12517, #12519, #12520

2019-09-13 Thread BLFS Trac via blfs-book
Batch modification to #12485, #12517, #12519, #12520 by bdubbs:


Action: resolve

Comment:
Fixed at revision 22135.

--
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] r22135 - in trunk/BOOK: . general/graphlib introduction/welcome networking/netutils x/lib

2019-09-13 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Fri Sep 13 08:35:13 2019
New Revision: 22135

Log:
Update to webkitgtk-2.26.0. 
Update to gtksourceview-4.4.0. 
Update to librsvg-2.46.0. 
Update to NetworkManager-1.20.2.

Modified:
   trunk/BOOK/general/graphlib/librsvg.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/networkmanager.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/lib/gtksourceview4.xml
   trunk/BOOK/x/lib/webkitgtk.xml

Modified: trunk/BOOK/general/graphlib/librsvg.xml
==
--- trunk/BOOK/general/graphlib/librsvg.xml Thu Sep 12 15:42:51 2019
(r22134)
+++ trunk/BOOK/general/graphlib/librsvg.xml Fri Sep 13 08:35:13 2019
(r22135)
@@ -4,12 +4,12 @@
   
   %general-entities;
 
-  
-  
-  
+  
+  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -114,7 +114,6 @@
 
 
   To test the results, issue: make check.
-  There are a substantial number of failures in the test suite.
 
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Thu Sep 12 15:42:51 
2019(r22134)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Fri Sep 13 08:35:13 
2019(r22135)
@@ -43,9 +43,25 @@
 -->
 
 
-  September 13th, 2019
+  September 12th, 2019
   
 
+  [bdubbs] - Update to webkitgtk-2.26.0. Fixes
+  #12520.
+
+
+  [bdubbs] - Update to gtksourceview-4.4.0. Fixes
+  #12519.
+
+
+  [bdubbs] - Update to librsvg-2.46.0. Fixes
+  #12517.
+
+
+  [bdubbs] - Update to NetworkManager-1.20.2. Fixes
+  #12485.
+
+
   [timtas] - Update to thunderbird-68.1.0. Fixes
   #12530.
 

Modified: trunk/BOOK/networking/netutils/networkmanager.xml
==
--- trunk/BOOK/networking/netutils/networkmanager.xml   Thu Sep 12 15:42:51 
2019(r22134)
+++ trunk/BOOK/networking/netutils/networkmanager.xml   Fri Sep 13 08:35:13 
2019(r22135)
@@ -8,10 +8,10 @@

"/NetworkManager/1.20/NetworkManager-.tar.xz">
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Thu Sep 12 15:42:51 2019(r22134)
+++ trunk/BOOK/packages.ent Fri Sep 13 08:35:13 2019(r22135)
@@ -209,7 +209,7 @@
 
  
 
-   
+   
 
 
 
@@ -562,7 +562,7 @@
 
 
 
-
+
 
 
 
@@ -694,7 +694,7 @@
 
 
 
-
+
 
 
 
@@ -710,7 +710,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/lib/gtksourceview4.xml
==
--- trunk/BOOK/x/lib/gtksourceview4.xml Thu Sep 12 15:42:51 2019(r22134)
+++ trunk/BOOK/x/lib/gtksourceview4.xml Fri Sep 13 08:35:13 2019(r22135)
@@ -5,13 +5,13 @@
   %general-entities;
 
   
+
"/gtksourceview/4.4/gtksourceview-.tar.xz">
   
-  
-  
-  
-  
+
"/gtksourceview/4.4/gtksourceview-.tar.xz">
+  
+  
+  
+  
 ]>
 
 
@@ -110,12 +110,14 @@
   following commands:
 
 
-./configure --prefix=/usr 
-make
+mkdir build 
+cdbuild 
 
+meson --prefix=/usr .. 
+ninja
 
 
-  To test the results, issue make check. The tests need
+  To test the results, issue ninja test. The tests need
   to be run in a graphical environment.
 
 
@@ -123,15 +125,16 @@
   Now, as the root user:
 
 
-make install
+ninja install
 
   
 
   
 Command Explanations
 
-http://www.w3.org/2001/XInclude;
-  href="../../xincludes/gtk-doc-rebuild.xml"/>
+-Dgtk_doc=true: This option is normally
+used if GTK-Doc is installed and you wish 
+to rebuild and install the API documentation.
 
   
 

Modified: trunk/BOOK/x/lib/webkitgtk.xml
==
--- trunk/BOOK/x/lib/webkitgtk.xml  Thu Sep 12 15:42:51 2019(r22134)
+++ trunk/BOOK/x/lib/webkitgtk.xml  Fri Sep 13 08:35:13 2019(r22135)
@@ -6,10 +6,10 @@
 
   https://webkitgtk.org/releases/webkitgtk-.tar.xz;>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -110,8 +110,11 @@
   ,
   , 
   http://sourceforge.net/projects/hunspell/files/Hyphen/;>Hyphen,
-  http://xsltml.sourceforge.net/;>MathML, and
-  https://github.com/google/woff2;>woff2
+  http://xsltml.sourceforge.net/;>MathML, 
+  https://github.com/google/woff2;>woff2,
+  https://github.com/WebPlatformForEmbedded/libwpe;>libwpe,
+  https://github.com/Igalia/WPEBackend-fdo;>WPEBackend-fdo, and
+  https://github.com/flatpak/xdg-dbus-proxy;>xdg-dbus-proxy
 
 
 
@@ -133,8 +136,6 @@
 mkdir -vp build 
 cdbuild 
 
-CFLAGS=-Wno-expansion-to-defined  

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

2019-09-13 Thread bdubbs--- via blfs-book
Missing curl-7.66.0.tar.xz
Missing thunderbird-68.1.0.source.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page