[blfs-book] [BLFS Trac] #11871: firefox-66.0.2

2019-03-27 Thread BLFS Trac via blfs-book
#11871: firefox-66.0.2
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{


 Fixed Web compatibility issues with Office 365, iCloud and IBM WebMail
 caused by recent changes to the handling of keyboard events (Bug 1538966)

 Crash fixes (bug 1521370, bug 1539118)

 }}}

--
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] #11869: icu4c-64_1

2019-03-27 Thread BLFS Trac via blfs-book
#11869: icu4c-64_1
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11870: whois-5.4.2

2019-03-27 Thread BLFS Trac via blfs-book
#11870: whois-5.4.2
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11868: gnutls-3.6.7 (CVE-2019-3829 CVE-2019-3836)

2019-03-27 Thread BLFS Trac via blfs-book
#11868: gnutls-3.6.7 (CVE-2019-3829 CVE-2019-3836)
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  high |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version


 {{{
 Hello,
  I've just released gnutls 3.6.7. This is a bug fix and security
 release on the stable 3.6.x branch.

 I'd like to thank everyone who contributed in this release:
 Alon Bar-Lev, Anderson Toshiyuki Sasaki, Andreas Metzler, Bas van
 Schaik, Daiki Ueno, Dmitry Eremin-Solenikov, Hugo Beauzée-Luyssen,
 Ke Zhao, R. Andrew Bailey, Steve Lhomme, and Tim Rühsen.

 The applicable security advisory GNUTLS-SA-2019-03-27 will be made
 available at:
 https://www.gnutls.org/security-new.html

 The detailed list of changes follows; they can be seen in more detail
 in our milestone tracker:
 https://gitlab.com/gnutls/gnutls/milestones/19

 Changes
 ===

 * Version 3.6.7 (released 2019-03-27)

 ** libgnutls, gnutls tools: Every gnutls_free() will automatically set
the free'd pointer to NULL. This prevents possible use-after-free and
double free issues. Use-after-free will be turned into NULL
 dereference.
The counter-measure does not extend to applications using
 gnutls_free().

 ** libgnutls: Fixed a memory corruption (double free) vulnerability in the
certificate verification API. Reported by Tavis Ormandy; addressed with
the change above. [GNUTLS-SA-2019-03-27, #694]

 ** libgnutls: Fixed an invalid pointer access via malformed TLS1.3 async
 messages;
Found using tlsfuzzer. [GNUTLS-SA-2019-03-27, #704]

 ** libgnutls: enforce key usage limitations on certificates more actively.
Previously we would enforce it for TLS1.2 protocol, now we enforce it
even when TLS1.3 is negotiated, or on client certificates as well. When
an inappropriate for TLS1.3 certificate is seen on the credentials
 structure
GnuTLS will disable TLS1.3 support for that session (#690).

 ** libgnutls: the default number of tickets sent under TLS 1.3 was
 increased to
two. This makes it easier for clients which perform multiple
 connections
to the server to use the tickets sent by a default server.

 ** libgnutls: enforce the equality of the two signature parameters fields
 in
a certificate. We were already enforcing the signature algorithm, but
 there
was a bug in parameter checking code.

 ** libgnutls: fixed issue preventing sending and receiving from different
threads when false start was enabled (#713).

 ** libgnutls: the flag GNUTLS_PKCS11_OBJ_FLAG_LOGIN_SO now implies a
 writable
session, as non-writeable security officer sessions are undefined in
 PKCS#11
(#721).

 ** libgnutls: no longer send downgrade sentinel in TLS 1.3.
Previously the sentinel value was embedded to early in version
negotiation and was sent even on TLS 1.3. It is now sent only when
TLS 1.2 or earlier is negotiated (#689).

 ** gnutls-cli: Added option --logfile to redirect informational messages
 output.

 ** API and ABI modifications:
 No changes since last version.

 }}}

 {{{
 It was found using the TLS fuzzer tools that decoding a malformed TLS1.3
 asynchronous message can cause a server crash via an invalid pointer
 access. The issue affects GnuTLS server applications since 3.6.4. The
 issue was reported in issue tracker as #704.
 Tavis Ormandy from Google Project Zero found a memory corruption (double
 free) vulnerability in the certificate verification API. Any client or
 server application that verifies X.509 certificates with GnuTLS 3.5.8 or
 later is affected. The issue was reported in issue tracker as #694.

 Recommendation: To address the issues found upgrade to GnuTLS 3.6.7 or
 later versions.
 }}}

--
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] r21404 - trunk/BOOK

2019-03-27 Thread renodr--- via blfs-book
Author: renodr
Date: Wed Mar 27 21:48:31 2019
New Revision: 21404

Log:
Fix version number for yelp-xsl

Modified:
   trunk/BOOK/gnome.ent

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entWed Mar 27 21:14:58 2019(r21403)
+++ trunk/BOOK/gnome.entWed Mar 27 21:48:31 2019(r21404)
@@ -23,7 +23,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 Package Currency Check - 2019-03-28 04:45:01 GMT

2019-03-27 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: gnutls  3.6.63.6.7
chapter 04: gpgme   1.12.0   1.13.0   #11860
chapter 05: mdadm   4.0  4.1  #11286
chapter 06: gedit   3.22.1   0#11808
chapter 09: exempi  2.5.00
chapter 09: icu4c   63_1 64_1 
chapter 09: js3852.2.1gnome1 manual   
chapter 09: js5260.1.0   manual   
chapter 09: yaml0.2.20
chapter 11: ImageMagick66.9.10-276.9.10-35#7859
chapter 11: ImageMagick77.0.8-27 7.0.8-35 #7859
chapter 13: jdk 11.0.2+9 0
chapter 13: rustc   1.32.0   1.33.0   #9168
chapter 13: scons   3.0.43.0.5#11864
chapter 14: samba   4.9.54.10.0   #11833
chapter 14: whois   5.4.15.4.2
chapter 17: alpine  2.21 2.21.999 #10188
chapter 17: libsoup 2.64.2   2.66.0   #11775
chapter 20: db  5.3.28   manual   
chapter 24: mesa19.0.0   19.0.1   #11866
chapter 26: oxygen-icons5   5.55.0   5.56.0   #11746
chapter 29: extra-cmake-modules 5.55.0   5.56.0   #11746
chapter 32: kf5 5.55 5.56 #11746
chapter 32: kf5-apps18.12.2  18.12.3  #11757
chapter 35: gdm 3.30.3   3.32.0   #11775
chapter 35: geocode-glib3.26.0   3.26.1   
chapter 35: gnome-bluetooth 3.28.2   3.32.1   #11775
chapter 35: gnome-control-center3.30.3   3.32.0.1 #11775
chapter 35: gnome-session   3.30.1   3.32.0   #11775
chapter 35: gnome-settings-daemo3.30.2   3.32.0   #11775
chapter 35: gnome-shell 3.30.2   3.32.0   #11775
chapter 35: gnome-shell-extensio3.30.1   3.32.0   #11775
chapter 35: gnome-user-docs 3.30.2   3.32.0   #11775
chapter 35: gvfs1.38.1   1.40.0   #11775
chapter 35: libchamplain0.12.16  0.12.19  #11706
chapter 35: mutter  3.30.2   3.32.0   #11775
chapter 35: nautilus3.30.5   3.32.0   #11775
chapter 35: yelp3.30.0   3.32.0   #11775
chapter 35: yelp-xsl3.32.0   3.32.1   
chapter 35: zenity  3.30.0   3.32.0   #11775
chapter 36: baobab  3.30.0   3.32.0   #11774
chapter 36: eog 3.28.4   3.32.0   #11774
chapter 36: evince  3.30.2   3.32.0   #11774
chapter 36: evolution   3.30.5   3.32.0   #11774
chapter 36: file-roller 3.30.1   3.32.0   #11774
chapter 36: gnome-calculator3.30.1   3.32.0   #11774
chapter 36: gnome-color-manager 3.30.0   3.32.0   #11774
chapter 36: gnome-disk-utility  3.30.2   3.32.0   #11774
chapter 36: gnome-logs  3.30.0   3.32.0   #11774
chapter 36: gnome-maps  3.30.3   3.32.0   #11774
chapter 36: gnome-power-manager 3.30.0   3.32.0   #11774
chapter 36: gnome-screenshot3.30.0   3.32.0   #11774
chapter 36: gnome-system-monitor3.30.0   3.32.0   #11774
chapter 36: gnome-terminal  3.30.2   3.32.0   #11774
chapter 36: gnome-tweaks3.30.2   3.32.0   #11774
chapter 36: gnome-weather   3.26.0   3.32.0   #11774
chapter 36: gucharmap   11.0.3   12.0.1   #11774
chapter 36: seahorse3.30.1.1 3.32 #11774
chapter 37: thunar-volman   0.8.10.9.1#10163
chapter 43: epiphany3.30.3   3.32.1.2 #11807
chapter 43: firefox 66.0.1   66.0.2   
chapter 45: kwave   18.12.2  18.12.3  #11757
chapter 50: asymptote   2.47 2.48 #11867
chapter 50: cups-filters1.22.2   1.22.3   #11865
chapter 50: docbook-xsl-nons1.79.2   manual  

Re: [blfs-book] [BLFS Trac] #11775: GNOME 3.32.0 Platform - gvfs gnome-bluetooth yelp gnome-control-center gnome-user-docs gnome-settings-daemon gnome-shell gnome-shell-extensions mutter libsoup seaho

2019-03-27 Thread BLFS Trac via blfs-book
#11775: GNOME 3.32.0 Platform -  gvfs gnome-bluetooth yelp gnome-control-center
gnome-user-docs gnome-settings-daemon gnome-shell gnome-shell-extensions
mutter libsoup seahorse libdazzle gdm nautilus gnome-session zenity
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Old description:

> New minor version of GNOME.
>
> Listed below are all the packages in Chapter 33.  Indented packages have
> NOT
> yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
> a package as fixed here in the description as updates are committed.
>
> == Libraries
> {{{
>   gcr
> gsettings-desktop-schemas - r21349
> libsecret - r21380
>   rest
>   totem-pl-parser
> vte - r21394
> yelp-xsl - r21397
>   gconf
>   geocode-glib
> gjs - r21380
>   gnome-autoar
> gnome-desktop - r21397
> gnome-menus - r21397
>   gnome-video-effects
> gnome-online-accounts - r21397
>   grilo
>   libchamplain
>   libgdata
>   libgee
> libgtop - r21402
> libgweather - r21402
>   libpeas
>   libwnck
> evolution-data-server - r21402
>   folks
>   gfbgraph
> Tracker - r21402
> }}}
>
> ==  Desktop Components
> {{{
>   Caribou - Archived, no longer used and interferes with py3 transition.
> dconf / dconf-editor - r21402
> gnome-backgrounds - r21402
> gvfs
> gexiv2 - r21368
> nautilus
> Zenity
> gnome-bluetooth
>   gnome-keyring
> gnome-settings-daemon
> gnome-control-center
> mutter
> gnome-shell
> gnome-shell-extensions
> gnome-session
> gdm
> gnome-user-docs
> yelp
>   notification-daemon
>   polkit-gnome
> }}}
>
> glib-networking - r21363
> adwaita-icon-theme - r21367

New description:

 New minor version of GNOME.

 Listed below are all the packages in Chapter 33.  Indented packages have
 NOT
 yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
 a package as fixed here in the description as updates are committed.

 == Libraries
 {{{
   gcr
 gsettings-desktop-schemas - r21349
 libsecret - r21380
   rest
   totem-pl-parser
 vte - r21394
 yelp-xsl - r21397
   gconf
 geocode-glib - r21403
 gjs - r21380
   gnome-autoar
 gnome-desktop - r21397
 gnome-menus - r21397
   gnome-video-effects
 gnome-online-accounts - r21397
   grilo
   libchamplain
   libgdata
   libgee
 libgtop - r21402
 libgweather - r21402
   libpeas
   libwnck
 evolution-data-server - r21402
   folks
   gfbgraph
 Tracker - r21402
 }}}

 ==  Desktop Components
 {{{
   Caribou - Archived, no longer used and interferes with py3 transition.
 dconf / dconf-editor - r21402
 gnome-backgrounds - r21402
 gvfs
 gexiv2 - r21368
 nautilus
 Zenity
 gnome-bluetooth
   gnome-keyring
 gnome-settings-daemon
 gnome-control-center
 mutter
 gnome-shell
 gnome-shell-extensions
 gnome-session
 gdm
 gnome-user-docs
 yelp
   notification-daemon
   polkit-gnome
 }}}

 glib-networking - r21363
 adwaita-icon-theme - r21367

--

Comment (by renodr):

 Updated geocode-glib to 3.26.1. With this final update, all of the GNOME
 Platform is up to date. It's now off to the races with the GNOME Desktop!

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

2019-03-27 Thread renodr--- via blfs-book
Author: renodr
Date: Wed Mar 27 21:14:58 2019
New Revision: 21403

Log:
Update to geocode-glib-3.26.1

Modified:
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/geocode-glib.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entWed Mar 27 20:59:52 2019(r21402)
+++ trunk/BOOK/gnome.entWed Mar 27 21:14:58 2019(r21403)
@@ -25,7 +25,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/gnome/platform/geocode-glib.xml
==
--- trunk/BOOK/gnome/platform/geocode-glib.xml  Wed Mar 27 20:59:52 2019
(r21402)
+++ trunk/BOOK/gnome/platform/geocode-glib.xml  Wed Mar 27 21:14:58 2019
(r21403)
@@ -8,9 +8,9 @@

"&gnome-download-http;/geocode-glib/&gnome-minor-26;/geocode-glib-&geocode-glib-version;.tar.xz">
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Mar 27 20:59:52 
2019(r21402)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Mar 27 21:14:58 
2019(r21403)
@@ -44,6 +44,10 @@
 
   March 27th, 2019
   
+
+  [renodr] - Update to geocode-glib-3.26.1. Part of
+  #11775.
+
 
   [renodr] - Update to libgtop-2.40.0. Part of
   #11775.
-- 
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] #11775: GNOME 3.32.0 Platform - gvfs gnome-bluetooth yelp gnome-control-center gnome-user-docs gnome-settings-daemon gnome-shell gnome-shell-extensions mutter libsoup seaho

2019-03-27 Thread BLFS Trac via blfs-book
#11775: GNOME 3.32.0 Platform -  gvfs gnome-bluetooth yelp gnome-control-center
gnome-user-docs gnome-settings-daemon gnome-shell gnome-shell-extensions
mutter libsoup seahorse libdazzle gdm nautilus gnome-session geocode-glib
zenity
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Old description:

> New minor version of GNOME.
>
> Listed below are all the packages in Chapter 33.  Indented packages have
> NOT
> yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
> a package as fixed here in the description as updates are committed.
>
> == Libraries
> {{{
>   gcr
> gsettings-desktop-schemas - r21349
> libsecret - r21380
>   rest
>   totem-pl-parser
> vte - r21394
> yelp-xsl - r21397
>   gconf
>   geocode-glib
> gjs - r21380
>   gnome-autoar
> gnome-desktop - r21397
> gnome-menus - r21397
>   gnome-video-effects
> gnome-online-accounts - r21397
>   grilo
>   libchamplain
>   libgdata
>   libgee
> libgtop
> libgweather
>   libpeas
>   libwnck
> evolution-data-server
>   folks
>   gfbgraph
> Tracker
> }}}
>
> ==  Desktop Components
> {{{
>   Caribou - Archived, no longer used and interferes with py3 transition.
> dconf / dconf-editor
> gnome-backgrounds
> gvfs
> gexiv2 - r21368
> nautilus
> Zenity
> gnome-bluetooth
>   gnome-keyring
> gnome-settings-daemon
> gnome-control-center
> mutter
> gnome-shell
> gnome-shell-extensions
> gnome-session
> gdm
> gnome-user-docs
> yelp
>   notification-daemon
>   polkit-gnome
> }}}
>
> glib-networking - r21363
> adwaita-icon-theme - r21367

New description:

 New minor version of GNOME.

 Listed below are all the packages in Chapter 33.  Indented packages have
 NOT
 yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
 a package as fixed here in the description as updates are committed.

 == Libraries
 {{{
   gcr
 gsettings-desktop-schemas - r21349
 libsecret - r21380
   rest
   totem-pl-parser
 vte - r21394
 yelp-xsl - r21397
   gconf
   geocode-glib
 gjs - r21380
   gnome-autoar
 gnome-desktop - r21397
 gnome-menus - r21397
   gnome-video-effects
 gnome-online-accounts - r21397
   grilo
   libchamplain
   libgdata
   libgee
 libgtop - r21402
 libgweather - r21402
   libpeas
   libwnck
 evolution-data-server - r21402
   folks
   gfbgraph
 Tracker - r21402
 }}}

 ==  Desktop Components
 {{{
   Caribou - Archived, no longer used and interferes with py3 transition.
 dconf / dconf-editor - r21402
 gnome-backgrounds - r21402
 gvfs
 gexiv2 - r21368
 nautilus
 Zenity
 gnome-bluetooth
   gnome-keyring
 gnome-settings-daemon
 gnome-control-center
 mutter
 gnome-shell
 gnome-shell-extensions
 gnome-session
 gdm
 gnome-user-docs
 yelp
   notification-daemon
   polkit-gnome
 }}}

 glib-networking - r21363
 adwaita-icon-theme - r21367

--

Comment (by renodr):

 Updated gnome-backgrounds, dconf, dconf-editor, tracker, evolution-data-
 server, libgtop, and libgweather

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

2019-03-27 Thread renodr--- via blfs-book
Author: renodr
Date: Wed Mar 27 20:59:52 2019
New Revision: 21402

Log:
Update to gnome-backgrounds-3.32.0
Update to dconf-editor-3.32.0
Update to dconf-0.32.0
Update to tracker-2.2.1
Update to evolution-data-server-3.32.0
Update to libgweather-3.32.1
Update to libgtop-2.40.0

Modified:
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/dconf.xml
   trunk/BOOK/gnome/platform/evolution-data-server.xml
   trunk/BOOK/gnome/platform/gnome-backgrounds.xml
   trunk/BOOK/gnome/platform/libgdata.xml
   trunk/BOOK/gnome/platform/libgtop.xml
   trunk/BOOK/gnome/platform/libgweather.xml
   trunk/BOOK/gnome/platform/tracker.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entWed Mar 27 19:46:10 2019(r21401)
+++ trunk/BOOK/gnome.entWed Mar 27 20:59:52 2019(r21402)
@@ -36,20 +36,20 @@
 
 
 
-
-
+
+
 
 
-
+
 
 
-
+
 
 
 
-
-
-
+
+
+
 
 
 

Modified: trunk/BOOK/gnome/platform/dconf.xml
==
--- trunk/BOOK/gnome/platform/dconf.xml Wed Mar 27 19:46:10 2019(r21401)
+++ trunk/BOOK/gnome/platform/dconf.xml Wed Mar 27 20:59:52 2019(r21402)
@@ -5,20 +5,20 @@
   %general-entities;
 
 
-  
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
 
 
-  
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
 ]>
 
 
@@ -165,17 +165,14 @@
 ninja
 
 
-  This package does not come with a test suite.
+  To test the results, issue: ninja test
 
 
 
   As the root user:
 
 
-ninja install &&
-cp gsettings/libdconfsettings.so /usr/lib/gio/modules/
-
-
+ninja install
 
 Now, optionally install the editor:
 

Modified: trunk/BOOK/gnome/platform/evolution-data-server.xml
==
--- trunk/BOOK/gnome/platform/evolution-data-server.xml Wed Mar 27 19:46:10 
2019(r21401)
+++ trunk/BOOK/gnome/platform/evolution-data-server.xml Wed Mar 27 20:59:52 
2019(r21402)
@@ -5,13 +5,13 @@
   %general-entities;
 
   
+   
"&gnome-download-http;/evolution-data-server/&gnome-minor-32;/evolution-data-server-&evolution-data-server-version;.tar.xz">
   
-  
-  
-  
-  
+   
"&gnome-download-ftp;/evolution-data-server/&gnome-minor-32;/evolution-data-server-&evolution-data-server-version;.tar.xz">
+  
+  
+  
+  
 ]>
 
 
   ,
   ,
-  a  (that provides a 
sendmail command),
+  a  (that provides a 
sendmail command), and
   ,
-  https://gitlab.com/groups/accounts-sso";>Accounts-SSO,
+  
+  
 
 
 User Notes:
@@ -170,12 +172,14 @@
 
 -->
 
+
 
 
   -DENABLE_VALA_BINDINGS=ON: This switch

Modified: trunk/BOOK/gnome/platform/gnome-backgrounds.xml
==
--- trunk/BOOK/gnome/platform/gnome-backgrounds.xml Wed Mar 27 19:46:10 
2019(r21401)
+++ trunk/BOOK/gnome/platform/gnome-backgrounds.xml Wed Mar 27 20:59:52 
2019(r21402)
@@ -5,12 +5,12 @@
   %general-entities;
 
   
+   
"&gnome-download-http;/gnome-backgrounds/&gnome-minor-32;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
   
-  
-  
-  
+   
"&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-32;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/gnome/platform/libgdata.xml
==
--- trunk/BOOK/gnome/platform/libgdata.xml  Wed Mar 27 19:46:10 2019
(r21401)
+++ trunk/BOOK/gnome/platform/libgdata.xml  Wed Mar 27 20:59:52 2019
(r21402)
@@ -78,6 +78,7 @@
 
   ,
   ,
+  ,
   ,
   ,
   , and
@@ -87,8 +88,7 @@
 Recommended
 
   ,
-  ,
-  , and
+  , and
   
 
 

Modified: trunk/BOOK/gnome/platform/libgtop.xml
==
--- trunk/BOOK/gnome/platform/libgtop.xml   Wed Mar 27 19:46:10 2019
(r21401)
+++ trunk/BOOK/gnome/platform/libgtop.xml   Wed Mar 27 20:59:52 2019
(r21402)
@@ -4,11 +4,11 @@
   
   %general-entities;
 
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
   
 ]>
 
@@ -137,7 +137,7 @@
 
   
 
-  None
+  libgtop_daemon2 and libgtop_server2
 
 
   libgtop-2.0.so

Modified: trunk/BOOK/gnome/platform/libgweather.xml
==
--- trunk/BOOK/gnome/platform/libgweather.xml   Wed Mar 27 19:46:10 2019
(r21401)
+++ trunk/BOOK/gnome/platform/libgweather.xml   Wed Mar 27 20:59:52 2019
(r21402)
@@ -5,12 +5,12 @@
   %general-entities;
 
   
+   
"&gnome-download-http;/libgweather/&gnome-minor-32;/libgweather-&libgweather-version;.tar.xz">
   
-  
+   
"

Re: [blfs-book] [BLFS Trac] #11866: mesa-19.0.1

2019-03-27 Thread BLFS Trac via blfs-book
#11866: mesa-19.0.1
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Replying to [comment:1 ken@…]:
 > A report that running a game under wine is broken, but that is probably
 not new breakage since 19.0 (gamers seem to be very vocal about their use
 case ;-)
 >

 Off-topic, but replying to Ken's comment:

 That's not surprising. There's a new program available called Proton that
 emulates the Windows API directly, and then translates it to calls to
 Linux OpenGL libraries. It's got a 99% compatibility rate, with most
 Windows Games on services like Steam and GOG functioning perfectly on
 Linux, as well as stuff from Blizzard. A majority of gamers were tied to
 Windows, even with their data-mining practices, and now they are able to
 go to Linux without problems.

 Same applies to Microsoft Office and Visual Studio actually (it's even
 used upstream as a support GitLab/GitHub CI configuration), I'm just too
 lazy to create a Multilib system just to get away from having to use
 Windows for Office and Visual Studio.

 [https://www.protondb.com/] - a majority of those reports are because of
 Proton.

--
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] #11866: mesa-19.0.1

2019-03-27 Thread BLFS Trac via blfs-book
#11866: mesa-19.0.1
-+---
 Reporter:  renodr   |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by ken@…):

 * owner:  blfs-book => ken@…
 * status:  new => assigned


Comment:

 A report that running a game under wine is broken, but that is probably
 not new breakage since 19.0 (gamers seem to be very vocal about their use
 case ;-)

 I'd like to take this, in the context of fixing the meson build, but for
 the moment I have not *installed* it.

--
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] #11867: asymptote-2.48

2019-03-27 Thread BLFS Trac via blfs-book
#11867: asymptote-2.48
-+---
 Reporter:  ken@…|  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 Mentioned on the tlbuild list, but many people there are unable to build
 it (e.g. needs c++ 2011, other problems on OSX) - waiting to see if any
 changes result.

 No obvious changelog, the Changes file just shows the titles of git
 commits (mostly mswindows fixes, on a quick look).

--
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: #11859, #11861, #11862, #11863

2019-03-27 Thread BLFS Trac via blfs-book
Batch modification to #11859, #11861, #11862, #11863 by bdubbs:


Action: resolve

Comment:
Fixed at revision 21401.

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

2019-03-27 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Wed Mar 27 19:46:10 2019
New Revision: 21401

Log:
Update to lxml-4.3.3 (python module). 
Update to PyYAML-5.1 (python module). 
Update to yaml-0.2.2. 
Update to curl-7.64.1.

Modified:
   trunk/BOOK/general/genlib/yaml.xml
   trunk/BOOK/general/prog/lxml.xml
   trunk/BOOK/general/prog/python-modules.xml
   trunk/BOOK/general/prog/pyyaml.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/curl.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/yaml.xml
==
--- trunk/BOOK/general/genlib/yaml.xml  Wed Mar 27 15:03:29 2019(r21400)
+++ trunk/BOOK/general/genlib/yaml.xml  Wed Mar 27 19:46:10 2019(r21401)
@@ -4,12 +4,12 @@
   
   %general-entities;
 
-  http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz";>
+  https://github.com/yaml/libyaml/archive/&yaml-version;/yaml-&yaml-version;.tar.gz";>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -86,16 +86,26 @@
   
 Installation of YAML
 
+
+  This package expands to libyaml-&yaml-version;, not
+  the expected yaml-&yaml-version;.
+
+
 
   Install YAML by running the following
   commands:
 
 
-./configure --prefix=/usr --disable-static &&
+make build &&
+cd   build &&
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=true\
+  -DCMAKE_BUILD_TYPE=RELEASE ..  &&
 make
 
 
-  To test the results, issue: make check.
+  To test the results, issue: make test.
 
 
 

Modified: trunk/BOOK/general/prog/lxml.xml
==
--- trunk/BOOK/general/prog/lxml.xmlWed Mar 27 15:03:29 2019(r21400)
+++ trunk/BOOK/general/prog/lxml.xmlWed Mar 27 19:46:10 2019(r21401)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
   

Modified: trunk/BOOK/general/prog/python-modules.xml
==
--- trunk/BOOK/general/prog/python-modules.xml  Wed Mar 27 15:03:29 2019
(r21400)
+++ trunk/BOOK/general/prog/python-modules.xml  Wed Mar 27 19:46:10 2019
(r21401)
@@ -99,7 +99,7 @@
   
 
   
-  
+  
 
   
 
@@ -119,7 +119,7 @@
   
 
   
-  
+  
 
   
 

Modified: trunk/BOOK/general/prog/pyyaml.xml
==
--- trunk/BOOK/general/prog/pyyaml.xml  Wed Mar 27 15:03:29 2019(r21400)
+++ trunk/BOOK/general/prog/pyyaml.xml  Wed Mar 27 19:46:10 2019(r21401)
@@ -6,9 +6,9 @@
 
   http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz";>
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Mar 27 15:03:29 
2019(r21400)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Mar 27 19:46:10 
2019(r21401)
@@ -45,6 +45,22 @@
   March 27th, 2019
   
 
+  [bdubbs] - Update to lxml-4.3.3 (python module). Fixes
+  #11863.
+
+
+  [bdubbs] - Update to PyYAML-5.1 (python module). Fixes
+  #11862.
+
+
+  [bdubbs] - Update to yaml-0.2.2. Fixes
+  #11861.
+
+
+  [bdubbs] - Update to curl-7.64.1. Fixes
+  #11859.
+
+
   [renodr] - Update to yelp-xsl-3.32.1. Part of
   #11775.
 

Modified: trunk/BOOK/networking/netlibs/curl.xml
==
--- trunk/BOOK/networking/netlibs/curl.xml  Wed Mar 27 15:03:29 2019
(r21400)
+++ trunk/BOOK/networking/netlibs/curl.xml  Wed Mar 27 19:46:10 2019
(r21401)
@@ -6,10 +6,10 @@
 
   https://curl.haxx.se/download/curl-&curl-version;.tar.xz";>
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -157,7 +157,9 @@
 -->
 
 
-   To run the test suite, issue: make test. 
@@ -213,6 +215,11 @@
 TESTDONE: 1235 tests were considered during 1279 seconds.
 For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, 
nghttp2,
 OpenLDAP, Samba, stunnel, and Valgrind installed.
+===
+Added by bdubbs for curl-7.64.1:
+TESTDONE: 1022 tests out of 1025 reported OK: 99%
+TESTFAIL: These test cases failed: 323 1139 1140
+TESTDONE: 1242 tests were considered during 1483 seconds
 -->
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Mar 27 15:03:29 2019(r21400)
+++ trunk/BOOK/packages.ent Wed Mar 27 19:46:10 2019(r21401)
@@ -189,7 +189,7 @@
 
 
 
-
+
 
 
 
@@ -522,7 +522,7 @@
 
 
 
-
+
 
 
 
@@ -533,7 +533

Re: [blfs-book] [BLFS Trac] #11863: lxml-4.3.3 (python module)

2019-03-27 Thread BLFS Trac via blfs-book
#11863: lxml-4.3.3 (python module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 4.3.3 (2019-03-26)

 Bugs fixed

 * Fix leak of output buffer and unclosed files in
 ``_XSLTResultTree.write_output()``.

--
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] #11861: yaml-0.2.2

2019-03-27 Thread BLFS Trac via blfs-book
#11861: yaml-0.2.2
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 LibYAML-0.2.2: A new release

 Changes

  https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h
 * https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release
 build
 * https://github.com/yaml/libyaml/pull/103 -- Remove unused code in
 yaml_document_delete
 * https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain
 scalars inside flow collections
 * https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-
 emitter.c
 * https://github.com/yaml/libyaml/pull/117 -- Fix typo error
 * https://github.com/yaml/libyaml/pull/119 -- The closing single quote
 needs to be indented...
 * https://github.com/yaml/libyaml/pull/121 -- fix token name typos in
 comments
 * https://github.com/yaml/libyaml/pull/122 -- Revert removing of
 open_ended after top level plain scalar
 * https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27
 * https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility
 * https://github.com/yaml/libyaml/pull/136 -- allow override of Windows
 static lib name

--
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] #11862: PyYAML-5.1 (Perl Module)

2019-03-27 Thread BLFS Trac via blfs-book
#11862: PyYAML-5.1 (Perl Module)
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 5.1 (2019-03-13)

 * https://github.com/yaml/pyyaml/pull/35 -- Some modernization of the test
 running
 * https://github.com/yaml/pyyaml/pull/42 -- Install tox in a virtualenv
 * https://github.com/yaml/pyyaml/pull/45 -- Allow colon in a plain scalar
 in a flow context
 * https://github.com/yaml/pyyaml/pull/48 -- Fix typos
 * https://github.com/yaml/pyyaml/pull/55 -- Improve RepresenterError
 creation
 * https://github.com/yaml/pyyaml/pull/59 -- Resolves #57, update readme
 issues link
 * https://github.com/yaml/pyyaml/pull/60 -- Document and test Python 3.6
 support
 * https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip
 cache support
 * https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for
 Travis CI
 * https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode
 characters over codepoint 0x
 * https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over
 codepoint 0x
 * https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
 * https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if
 Compilation fails
 * https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
 * https://github.com/yaml/pyyaml/pull/102 -- Include license file in the
 generated wheel package
 * https://github.com/yaml/pyyaml/pull/105 -- Removed Python 2.6 & 3.3
 support
 * https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco
 code
 * https://github.com/yaml/pyyaml/pull/129 -- Remove call to `ord` in lib3
 emitter code
 * https://github.com/yaml/pyyaml/pull/143 -- Allow to turn off sorting
 keys in Dumper
 * https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
 * https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in
 double quotes "\/"
 * https://github.com/yaml/pyyaml/pull/181 -- Import Hashable from
 collections.abc
 * https://github.com/yaml/pyyaml/pull/256 -- Make default_flow_style=False
 * https://github.com/yaml/pyyaml/pull/257 -- Deprecate yaml.load and add
 FullLoader and UnsafeLoader classes
 * https://github.com/yaml/pyyaml/pull/263 -- Windows Appveyor build

--
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] #11549: Review dependencies on Python 2

2019-03-27 Thread BLFS Trac via blfs-book
#11549: Review dependencies on Python 2
-+
 Reporter:  pierre.labastie  |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:  Python 2 |
-+

Comment (by renodr):

 {{{
   * Ported data generator utilities to python3
   * Ported functional tests to python3, reformatted to PEP-8
 }}}

 Tracker no longer needs Python 2.

--
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] r21400 - trunk/BOOK/x/lib

2019-03-27 Thread ken--- via blfs-book
Author: ken
Date: Wed Mar 27 15:03:29 2019
New Revision: 21400

Log:
Add optional deps to libdrm.

Modified:
   trunk/BOOK/x/lib/libdrm.xml

Modified: trunk/BOOK/x/lib/libdrm.xml
==
--- trunk/BOOK/x/lib/libdrm.xml Wed Mar 27 15:00:43 2019(r21399)
+++ trunk/BOOK/x/lib/libdrm.xml Wed Mar 27 15:03:29 2019(r21400)
@@ -83,9 +83,11 @@
 Optional
 
(for tests),
+   (could be used to find dependencies without 
pkgconfig files),
   ,
and
(to build manual pages),
+   (required by architectures without 
native atomic operations),
   , and
   http://cunit.sourceforge.net/";>CUNIT (for AMDGPU 
tests)
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r21399 - in trunk/BOOK: general/prog kde/kf5

2019-03-27 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Wed Mar 27 15:00:43 2019
New Revision: 21399

Log:
Make jinja2 and pyyaml visible in the sysv book.
Make references to jinja2 and pyyaml in kf5 internal in sysv book.

Modified:
   trunk/BOOK/general/prog/jinja2.xml
   trunk/BOOK/general/prog/pyyaml.xml
   trunk/BOOK/kde/kf5/kf5-frameworks.xml

Modified: trunk/BOOK/general/prog/jinja2.xml
==
--- trunk/BOOK/general/prog/jinja2.xml  Wed Mar 27 09:40:05 2019(r21398)
+++ trunk/BOOK/general/prog/jinja2.xml  Wed Mar 27 15:00:43 2019(r21399)
@@ -13,7 +13,7 @@
 ]>
 
   
-  
+  
 
 Jinja2-&Jinja2-version;
 

Modified: trunk/BOOK/general/prog/pyyaml.xml
==
--- trunk/BOOK/general/prog/pyyaml.xml  Wed Mar 27 09:40:05 2019(r21398)
+++ trunk/BOOK/general/prog/pyyaml.xml  Wed Mar 27 15:00:43 2019(r21399)
@@ -13,7 +13,7 @@
 ]>
 
   
-  
+  
 
 PyYAML-&PyYAML-version;
 

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml   Wed Mar 27 09:40:05 2019
(r21398)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml   Wed Mar 27 15:00:43 2019
(r21399)
@@ -105,10 +105,8 @@
   Runtime dependencies for kapidox
   
 ,
-https://pypi.python.org/pypi/Jinja2";>Jinja2
-, and
-http://pyyaml.org/";>PyYAML
-
+, and
+
   
 
   Additional image formats support in 
KImageFormats
-- 
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: #11859, #11860, #11861, #11862, #11863

2019-03-27 Thread BLFS Trac via blfs-book
Batch modification to #11859, #11860, #11861, #11862, #11863 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] [BLFS Trac] #11866: mesa-19.0.1

2019-03-27 Thread BLFS Trac via blfs-book
#11866: mesa-19.0.1
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{
 Hi List,

 I'd like to announce the availability of mesa 19.0.1.

 This is the first bug fix release of the 19.0 branch. It's been a
 pretty calm cycle, and there's not too much here. I think things are
 looking pretty good overall.

 Dylan

 shortlog:
 Andres Gomez (4):
   glsl: correctly validate component layout qualifier for dvec{3,4}
   glsl/linker: don't fail non static used inputs without matching
 outputs
   glsl/linker: simplify xfb_offset vs xfb_stride overflow check
   Revert "glsl: relax input->output validation for SSO programs"

 Bas Nieuwenhuizen (2):
   radv: Use correct image view comparison for fast clears.
   ac/nir: Return frag_coord as integer.

 Danylo Piliaiev (2):
   anv: Treat zero size XFB buffer as disabled
   glsl: Cross validate variable's invariance by explicit invariance
 only

 Dave Airlie (1):
   softpipe: fix texture view crashes

 Dylan Baker (6):
   docs: Add SHA256 sums for 19.0.0
   cherry-ignore: Add commit that doesn't apply
   bin/install_megadrivers.py: Correctly handle DESTDIR=''
   bin/install_megadrivers.py: Fix regression for set DESTDIR
   bump version for 19.0.1
   Add release notes for 19.0.1

 Eric Anholt (1):
   v3d: Fix leak of the renderonly struct on screen destruction.

 Jason Ekstrand (6):
   glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
   glsl/list: Add a list variant of insert_after
   anv/pass: Flag the need for a RT flush for resolve attachments
   nir/builder: Add a vector extract helper
   nir: Add a new pass to lower array dereferences on vectors
   intel/nir: Lower array-deref-of-vector UBO and SSBO loads

 Józef Kucia (2):
   radv: Fix driverUUID
   mesa: Fix GL_NUM_DEVICE_UUIDS_EXT

 Kenneth Graunke (1):
   intel/fs: Fix opt_peephole_csel to not throw away saturates.

 Kevin Strasser (1):
   egl/dri: Avoid out of bounds array access

 Mark Janes (1):
   mesa: properly report the length of truncated log messages

 Plamena Manolova (1):
   i965: Disable ARB_fragment_shader_interlock for platforms prior to
 GEN9

 Samuel Pitoiset (3):
   radv: set the maximum number of IBs per submit to 192
   radv: always initialize HTILE when the src layout is UNDEFINED
   radv: fix binding transform feedback buffers

 Sergii Romantsov (1):
   d3d: meson: do not prefix user provided d3d-drivers-path

 Tapani Pälli (2):
   isl: fix automake build when sse41 is not supported
   anv/radv: release memory allocated by glsl types during spirv_to_nir
 }}}

 Seems the DESTDIR bug is fixed!

--
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] #11549: Review dependencies on Python 2

2019-03-27 Thread BLFS Trac via blfs-book
#11549: Review dependencies on Python 2
-+
 Reporter:  pierre.labastie  |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:  Python 2 |
-+

Comment (by xry111):

 Replying to [comment:65 xry111]:
 > evolution-data-server favors Python 3 since 3.27.91.

 Now it actually doesn't need python at all (for both 3.30 and 3.32).
 Removed in r21398.

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

2019-03-27 Thread xry111--- via blfs-book
Author: xry111
Date: Wed Mar 27 09:40:05 2019
New Revision: 21398

Log:
evolution-data-server no longer requires python since 3.29.1

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

Modified: trunk/BOOK/gnome/platform/evolution-data-server.xml
==
--- trunk/BOOK/gnome/platform/evolution-data-server.xml Wed Mar 27 09:31:05 
2019(r21397)
+++ trunk/BOOK/gnome/platform/evolution-data-server.xml Wed Mar 27 09:40:05 
2019(r21398)
@@ -84,8 +84,7 @@
   ,
   ,
   ,
-  ,
-  , and
+  , and
   .
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r21397 - in trunk/BOOK: . general/prog gnome/applications gnome/platform introduction/welcome

2019-03-27 Thread renodr--- via blfs-book
Author: renodr
Date: Wed Mar 27 09:31:05 2019
New Revision: 21397

Log:
Update to gnome-online-accounts-3.32.0
Update to cheese-3.32.0
Update to gnome-menus-3.32.0
Update to gnome-desktop-3.32.0
Update to yelp-xsl-3.32.1
LLVM: Add optional dependency on YAML

Modified:
   trunk/BOOK/general/prog/llvm.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/applications/cheese.xml
   trunk/BOOK/gnome/platform/gnome-desktop.xml
   trunk/BOOK/gnome/platform/gnome-menus.xml
   trunk/BOOK/gnome/platform/gnome-online-accounts.xml
   trunk/BOOK/gnome/platform/yelp-xsl.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/llvm.xml
==
--- trunk/BOOK/general/prog/llvm.xmlTue Mar 26 21:22:34 2019(r21396)
+++ trunk/BOOK/general/prog/llvm.xmlWed Mar 27 09:31:05 2019(r21397)
@@ -160,6 +160,7 @@
   ,
(or ),
   ,
+  , 
   ,
   http://www.ocaml.org/";>OCaml, 
   https://pypi.python.org/pypi/Sphinx";>Sphinx, and

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entTue Mar 26 21:22:34 2019(r21396)
+++ trunk/BOOK/gnome.entWed Mar 27 09:31:05 2019(r21397)
@@ -23,14 +23,14 @@
 
 
 
-
+
 
 
 
 
-
-
-
+
+
+
 
 
 
@@ -77,7 +77,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/gnome/applications/cheese.xml
==
--- trunk/BOOK/gnome/applications/cheese.xmlTue Mar 26 21:22:34 2019
(r21396)
+++ trunk/BOOK/gnome/applications/cheese.xmlWed Mar 27 09:31:05 2019
(r21397)
@@ -4,9 +4,9 @@
   
   %general-entities;
 
-  
-  
-  
+  
+  
+  
   
   
   
@@ -128,12 +128,6 @@
 Installation of Cheese
 
 
-  First, fix a deprecation warning that can fill up logs quickly:
-
-
-sed -i '7d' data/cheese.css
-
-
   Install Cheese by running the following
   commands:
 

Modified: trunk/BOOK/gnome/platform/gnome-desktop.xml
==
--- trunk/BOOK/gnome/platform/gnome-desktop.xml Tue Mar 26 21:22:34 2019
(r21396)
+++ trunk/BOOK/gnome/platform/gnome-desktop.xml Wed Mar 27 09:31:05 2019
(r21397)
@@ -5,13 +5,13 @@
   %general-entities;
 
 
+   
"&gnome-download-http;/gnome-desktop/&gnome-minor-32;/gnome-desktop-&gnome-desktop-version;.tar.xz">
   
-  
-  
-  
-  
+   
"&gnome-download-ftp;/gnome-desktop/&gnome-minor-32;/gnome-desktop-&gnome-desktop-version;.tar.xz">
+  
+  
+  
+  
 ]>
 
 
@@ -80,7 +80,6 @@
   ,
   ,
   ,
-  ,
   ,
   , and
   
@@ -110,25 +109,29 @@
   running the following commands:
 
 
-./configure --prefix=/usr &&
-make
+mkdir build &&
+cd build &&
 
-./configure --prefix=/usr
 \
---with-gnome-distributor="BLFS" &&
-make
+meson --prefix=/usr .. &&
+ninja
+
+mkdir build &&
+cd build &&
+
+meson --prefix=/usr \
+  -Dgnome_distributor="BLFS" .. &&
+ninja
 
 
-  This package does not come with a test suite.
+  To test the results, run ninja test from a X Terminal
+  or similar.
 
-
 
 
   Now, as the root user:
 
 
-make install
+ninja install
 
   
 
@@ -136,13 +139,13 @@
 Command Explanations
 
 
-  --with-gnome-distributor="Some Name": Use this
+  -Dgnome_distributor="Some Name": Use this
   parameter to supply a custom name in the Distributor:
   field of the GNOME About display window.
 
 
-http://www.w3.org/2001/XInclude";
-  href="../../xincludes/gtk-doc-rebuild.xml"/>
+
 
   
 

Modified: trunk/BOOK/gnome/platform/gnome-menus.xml
==
--- trunk/BOOK/gnome/platform/gnome-menus.xml   Tue Mar 26 21:22:34 2019
(r21396)
+++ trunk/BOOK/gnome/platform/gnome-menus.xml   Wed Mar 27 09:31:05 2019
(r21397)
@@ -5,12 +5,12 @@
   %general-entities;
 
   
+   
"&gnome-download-http;/gnome-menus/3.32/gnome-menus-&gnome-menus-version;.tar.xz">
   
-  
+   
"&gnome-download-ftp;/gnome-menus/3.32/gnome-menus-&gnome-menus-version;.tar.xz">
+  
   
-  
+  
   
 ]>
 
@@ -96,11 +96,16 @@
   
 Installation of GNOME Menus
 
-
-  First, fix a bug that was introduced after removing the Sundry menu:
-
+
+  
+If you are upgrading from GNOME-3.28.x or GNOME-3.30.x, a command
+must be run to reset the menu structure. This is due to a major change
+involving Sundry application folder removal.
+If you are upgrading, run the following command (as root), and then
+log in and out of your session.
+  
 
-sed -i '129i ' 
layout/gnome-applications.menu
+gsettings reset-recursively 
org.gnome.desktop.app-folders
 
 
   Install GNOME Menus 

Re: [blfs-book] [BLFS Trac] #11775: GNOME 3.32.0 Platform - libgtop evolution-data-server gvfs libgweather gnome-bluetooth yelp gnome-control-center dconf gnome-user-docs gnome-settings-daemon gnome-s

2019-03-27 Thread BLFS Trac via blfs-book
#11775: GNOME 3.32.0 Platform - libgtop evolution-data-server gvfs libgweather
gnome-bluetooth yelp gnome-control-center dconf gnome-user-docs gnome-
settings-daemon gnome-shell gnome-shell-extensions mutter libsoup seahorse
dconf-editor libdazzle gdm nautilus gnome-session geocode-glib tracker
gnome-backgrounds zenity
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Description changed by renodr:

Old description:

> New minor version of GNOME.
>
> Listed below are all the packages in Chapter 33.  Indented packages have
> NOT
> yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
> a package as fixed here in the description as updates are committed.
>
> == Libraries
> {{{
>   gcr
> gsettings-desktop-schemas - r21349
> libsecret - r21380
>   rest
>   totem-pl-parser
> vte - r21394
> yelp-xsl
>   gconf
>   geocode-glib
> gjs - r21380
>   gnome-autoar
> gnome-desktop
> gnome-menus
>   gnome-video-effects
> gnome-online-accounts
>   grilo
>   libchamplain
>   libgdata
>   libgee
> libgtop
> libgweather
>   libpeas
>   libwnck
> evolution-data-server
>   folks
>   gfbgraph
> Tracker
> }}}
>
> ==  Desktop Components
> {{{
>   Caribou - Archived, no longer used and interferes with py3 transition.
> dconf / dconf-editor
> gnome-backgrounds
> gvfs
> gexiv2 - r21368
> nautilus
> Zenity
> gnome-bluetooth
>   gnome-keyring
> gnome-settings-daemon
> gnome-control-center
> mutter
> gnome-shell
> gnome-shell-extensions
> gnome-session
> gdm
> gnome-user-docs
> yelp
>   notification-daemon
>   polkit-gnome
> }}}
>
> glib-networking - r21363
> adwaita-icon-theme - r21367

New description:

 New minor version of GNOME.

 Listed below are all the packages in Chapter 33.  Indented packages have
 NOT
 yet changed for GNOME 32.  Un-indent if new versions are released.  Mark
 a package as fixed here in the description as updates are committed.

 == Libraries
 {{{
   gcr
 gsettings-desktop-schemas - r21349
 libsecret - r21380
   rest
   totem-pl-parser
 vte - r21394
 yelp-xsl - r21397
   gconf
   geocode-glib
 gjs - r21380
   gnome-autoar
 gnome-desktop - r21397
 gnome-menus - r21397
   gnome-video-effects
 gnome-online-accounts - r21397
   grilo
   libchamplain
   libgdata
   libgee
 libgtop
 libgweather
   libpeas
   libwnck
 evolution-data-server
   folks
   gfbgraph
 Tracker
 }}}

 ==  Desktop Components
 {{{
   Caribou - Archived, no longer used and interferes with py3 transition.
 dconf / dconf-editor
 gnome-backgrounds
 gvfs
 gexiv2 - r21368
 nautilus
 Zenity
 gnome-bluetooth
   gnome-keyring
 gnome-settings-daemon
 gnome-control-center
 mutter
 gnome-shell
 gnome-shell-extensions
 gnome-session
 gdm
 gnome-user-docs
 yelp
   notification-daemon
   polkit-gnome
 }}}

 glib-networking - r21363
 adwaita-icon-theme - r21367

--

--
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] #11774: GNOME 3.32.0 Applications - gnome-power-manager gnome-color-manager gnome-tweaks gnome-disk-utility evolution baobab gnome-logs gnome-system-monitor gnome-calculato

2019-03-27 Thread BLFS Trac via blfs-book
#11774: GNOME 3.32.0 Applications - gnome-power-manager gnome-color-manager 
gnome-
tweaks gnome-disk-utility evolution baobab gnome-logs gnome-system-monitor
gnome-calculator gnome-maps eog gnome-weather gnome-terminal gucharmap
file-roller seahorse evince gnome-screenshot
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Description changed by renodr:

Old description:

> New minor version of GNOME.
>
> Listed below are all the packages in Chapter 34. Indented packages have
> NOT yet changed for GNOME 32. Un-indent if new versions are released.
> Mark a package as fixed here in the description as updates are committed
> and remove from summary.
>
> {{{
> baobab
>   Brasero
> cheese
> eog
> evince
> evolution
> file-roller
> gnome-calculator
> gnome-color-manager
> gnome-disk-utility
> gnome-logs
> gnome-maps
>   gnome-nettool
> gnome-power-manager
> gnome-screenshot
> gnome-system-monitor
> gnome-terminal
> gnome-tweaks
> gnome-weather
> gucharmap
>  network-manager-applet
> seahorse
>  Vinagre
>  Vino
> }}}

New description:

 New minor version of GNOME.

 Listed below are all the packages in Chapter 34. Indented packages have
 NOT yet changed for GNOME 32. Un-indent if new versions are released. Mark
 a package as fixed here in the description as updates are committed and
 remove from summary.

 {{{
 baobab
   Brasero
 cheese - r21397
 eog
 evince
 evolution
 file-roller
 gnome-calculator
 gnome-color-manager
 gnome-disk-utility
 gnome-logs
 gnome-maps
   gnome-nettool
 gnome-power-manager
 gnome-screenshot
 gnome-system-monitor
 gnome-terminal
 gnome-tweaks
 gnome-weather
 gucharmap
  network-manager-applet
 seahorse
  Vinagre
  Vino
 }}}

--

--
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] #11862: PyYAML-5.1 (Perl Module)

2019-03-27 Thread BLFS Trac via blfs-book
#11862: PyYAML-5.1 (Perl Module)
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.5
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+
Description changed by bdubbs:

Old description:

> New major version.  Need to investigate vs current version 3.13.
>
> The only place this module is referenced is kf5 and there is an external
> reference in the sysv version and an xref in the systemd version.
>
> If this is correct, it needs to be documented in a comment in the kf5
> xml.

New description:

 New major version.  Need to investigate vs current version 3.13.

 The only place this module is referenced is kf5 and there is an external
 reference in the sysv version and an xref in the systemd version.

 If this is correct, it needs to be documented in a comment in the kf5 xml.

 The same issue of xref vs external applies to the Jinja2 python module.

--

--
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] #11865: cups-filters-1.22.3

2019-03-27 Thread BLFS Trac via blfs-book
#11865: cups-filters-1.22.3
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11864: scons-3.0.5

2019-03-27 Thread BLFS Trac via blfs-book
#11864: scons-3.0.5
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11863: lxml-4.3.3 (python module)

2019-03-27 Thread BLFS Trac via blfs-book
#11863: lxml-4.3.3 (python module)
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11862: PyYAML-5.1 (Perl Module)

2019-03-27 Thread BLFS Trac via blfs-book
#11862: PyYAML-5.1 (Perl Module)
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New major version.  Need to investigate vs current version 3.13.

 The only place this module is referenced is kf5 and there is an external
 reference in the sysv version and an xref in the systemd version.

 If this is correct, it needs to be documented in a comment in the kf5 xml.

--
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] #11860: gpgme-1.13.0

2019-03-27 Thread BLFS Trac via blfs-book
#11860: gpgme-1.13.0
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11861: yaml-0.2.2

2019-03-27 Thread BLFS Trac via blfs-book
#11861: yaml-0.2.2
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
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] #11859: curl-7.64.1

2019-03-27 Thread BLFS Trac via blfs-book
#11859: curl-7.64.1
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.5
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{
 This release includes the following changes:

  o alt-svc: experiemental support added [74]
  o configure: add --with-amissl [84]

 This release includes the following bugfixes:

  o AppVeyor: add MinGW-w64 and classic Mingw builds [55]
  o AppVeyor: switch VS 2015 builds to VS 2017 image [49]
  o CURLU: fix NULL dereference when used over proxy [73]
  o Curl_easy: remove req.maxfd - never used! [58]
  o Curl_now: figure out windows version in win32_init: [11]
  o Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning [20]
  o DoH: inherit some SSL options from user's easy handle [80]
  o Secure Transport: no more "darwinssl" [56]
  o Secure Transport: tvOS 11 is required for ALPN support [94]
  o cirrus: Added FreeBSD builds using Cirrus CI
  o cleanup: make local functions static [5]
  o cli tool: do not use mime.h private structures [27]
  o cmdline-opts/proxytunnel.d: the option tunnnels all protocols [83]
  o configure: add additional libraries to check for LDAP support [45]
  o configure: remove the unused fdopen macro [40]
  o configure: show features as well in the final summary [15]
  o conncache: use conn->data to know if a transfer owns it [95]
  o connection: never reuse CONNECT_ONLY connections [35]
  o connection_check: restore original conn->data after the check [14]
  o connection_check: set ->data to the transfer doing the check [3]
  o cookie: Add support for cookie prefixes [29]
  o cookies: dotless names can set cookies again [81]
  o cookies: fix NULL dereference if flushing cookies with no CookieInfo
 set [47]
  o curl.1: --user and --proxy-user are hidden from ps output [86]
  o curl.1: mark the argument to --cookie as  [87]
  o curl.h: use __has_declspec_attribute for shared builds [52]
  o curl: display --version features sorted alphabetically [51]
  o curl: fix FreeBSD compiler warning in the --xattr code [2]
  o curl: remove MANUAL from -M output [38]
  o curl_easy_duphandle.3: clarify that a duped handle has no shares [64]
  o curl_multi_remove_handle.3: use at any time, just not from within
 callbacks
  o curl_url.3: this API is not experimental anymore
  o dns: release sharelock as soon as possible [1]
  o docs: update max-redirs.d phrasing [59]
  o easy: fix win32 init to work without CURL_GLOBAL_WIN32 [30]
  o examples/10-at-a-time.c: improve readability and simplify
  o examples/cacertinmem.c: use multiple certificates for loading CA-chain
 [54]
  o examples/crawler: Fix the Accept-Encoding setting
  o examples/ephiperfifo.c: various fixes [63]
  o examples/externalsocket: add missing close socket calls [78]
  o examples/http2-download: cleaned up
  o examples/http2-serverpush: add some sensible error checks [31]
  o examples/http2-upload: cleaned up
  o examples/httpcustomheader: Value stored to 'res' is never read
  o examples/postinmemory: Potential leak of memory pointed to by
 'chunk.memory'
  o examples/sftpuploadresume: Value stored to 'result' is never read
  o examples: only include  [70]
  o examples: remove recursive calls to curl_multi_socket_action [42]
  o examples: remove superfluous null-pointer checks
  o file: fix "Checking if unsigned variable 'readcount' is less than
 zero." [90]
  o fnmatch: disable if FTP is disabled [25]
  o gnutls: remove call to deprecated gnutls_compression_get_name [66]
  o gopher: remove check for path == NULL [69]
  o gssapi: fix deprecated header warnings [16]
  o hostip: make create_hostcache_id avoid alloc + free [4]
  o http2: multi_connchanged() moved from multi.c, only used for h2 [21]
  o http2: verify :athority in push promise requests [37]
  o http: make adding a blank header thread-safe [33]
  o http: send payload when (proxy) authentication is done [89]
  o http: set state.infilesize when sending multipart formposts [57]
  o makefile: make checksrc and hugefile commands "silent" [85]
  o mbedtls: make it build even if MBEDTLS_VERSION_C isn't set [24]
  o mbedtls: release sessionid resources on error [28]
  o memdebug: log pointer before freeing its data [91]
  o memdebug: make debug-specific functions use curl_dbg_ prefix [82]
  o mime: put the boundary buffer into the curl_mime struct [18]
  o multi: call multi_done on connect timeouts, fixes CURLINFO_TOTAL_TIME
 [43]
  o multi: remove verbose "Expire in" ... messages [23]
  o multi: removed unused code for request retries [79]
  o multi: support verbose conncache closure handle [72]
  o negotiate: fix for HTTP POST with Negotiate [88]
  o openssl: add support for TLS ASYNC state [46]
  o openssl: if cert type is ENG and no key specified, key is ENG too [93]
  o pretransfer: don't strlen() POSTFIELDS se

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

2019-03-27 Thread bdubbs--- via blfs-book
Missing gnupg-2.2.15.tar.bz2
Missing libssh2-1.8.2.tar.gz
Missing Python-3.7.3.tar.xz
Missing vte-0.56.0.tar.xz
Missing thunderbird-60.6.1.source.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page