[blfs-book] r18908 - in trunk/BOOK: . introduction/welcome x/lib

2017-07-01 Thread via blfs-book
Author: bdubbs
Date: Sat Jul  1 20:51:17 2017
New Revision: 18908

Log:
Update to Qt and QtWebEngine-5.9.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/lib/qt5.xml
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat Jul  1 08:26:17 
2017(r18907)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sat Jul  1 20:51:17 
2017(r18908)
@@ -46,6 +46,10 @@
  July 1st, 2017
  
 
+  [bdubbs] - Update to Qt and QtWebEngine-5.9.1. Fixes
+  #9432.
+
+
   [pierre] - Update innodb_xxx variables to
   their current default values in MariaDB configuration file,
   and remove an obsolete variable. Report by J. Burrell and

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sat Jul  1 08:26:17 2017(r18907)
+++ trunk/BOOK/packages.ent Sat Jul  1 20:51:17 2017(r18908)
@@ -559,8 +559,8 @@
 
 
 
-
-
+
+
 
 
 

Modified: trunk/BOOK/x/lib/qt5.xml
==
--- trunk/BOOK/x/lib/qt5.xmlSat Jul  1 08:26:17 2017(r18907)
+++ trunk/BOOK/x/lib/qt5.xmlSat Jul  1 20:51:17 2017(r18908)
@@ -9,10 +9,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -240,6 +240,10 @@
  qtbase/src/network/network.pro 
 export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' 
 
+sed -e "/qsql_mysql_p.h/ a #include mysql/mysql_version.h" \
+ -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp  
+
+
 ./configure -prefix $QT5PREFIX  \
 -sysconfdir /etc/xdg\
 -confirm-license\
@@ -263,27 +267,12 @@
 
 make install
 
-
 
   Remove references to the build directory from installed library
   dependency (prl)  files by running the 
following
   command as the root user:
 
 
-
-
 find $QT5PREFIX/ -name \*.prl \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
 
@@ -384,6 +373,13 @@
 Command Explanations
 
 
+  sed ... qsql_mysql.cpp : The
+  configure now searches for mysql/mariadb and sets up
+  Qt to use it if found.  This command compensates for a change in the
+  mariadb-10.2 include files.
+
+
+
   -confirm-license: Accept license
   without prompting user during configuration.
 
@@ -392,11 +388,6 @@
   -opensource: Install the opensource
   version of Qt.
 
-
 
 
   -nomake examples: This switch
@@ -409,12 +400,6 @@
   -system-sqlite: This switch enables use
   of the system version of SQLite.
 
-
 
 
   -dbus-linked -openssl-linked: These

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==
--- trunk/BOOK/x/lib/qtwebengine.xmlSat Jul  1 08:26:17 2017(r18907)
+++ trunk/BOOK/x/lib/qtwebengine.xmlSat Jul  1 20:51:17 2017(r18908)
@@ -7,10 +7,10 @@
   
   https://download.qt.io/archive/qt///submodules/qtwebengine-opensource-src-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  
 
 

Re: [blfs-book] [BLFS Trac] #9432: qt5 5.9.1

2017-07-01 Thread BLFS Trac via blfs-book
#9432: qt5 5.9.1
-+---
 Reporter:  pierre.labastie  |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+---
Changes (by bdubbs@…):

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


Comment:

 This was a bit tricky.  The configure now picks up database instances
 automatically and a change in mariadb-10.2.x changes where
 MYSQL_VERSION_ID is defined.  It is only needed in one file and adding an
 include statement fixes it.

 For qtwebengine, the build uses all available cores.  My system has 12
 cores, but the decease from the last version using 4 cores was only about
 43 to 35 SBU.

 Fixed at revision 18908.

--
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: #9430, #9431, #9432, #9433, #9434

2017-07-01 Thread BLFS Trac via blfs-book
Batch modification to #9430, #9431, #9432, #9433, #9434 by 
bdu...@linuxfromscratch.org:


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] r18907 - in trunk/BOOK: general/graphlib multimedia/libdriv

2017-07-01 Thread via blfs-book
Author: pierre
Date: Sat Jul  1 08:26:17 2017
New Revision: 18907

Log:
Better fix for libcdio-paranoia
Remove obsolete reference to Qt4 in poppler
mention the necessity of building poppler with Qt5 support, for PDF support
in okular

Modified:
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/multimedia/libdriv/libcdio.xml

Modified: trunk/BOOK/general/graphlib/poppler.xml
==
--- trunk/BOOK/general/graphlib/poppler.xml Sat Jul  1 07:43:52 2017
(r18906)
+++ trunk/BOOK/general/graphlib/poppler.xml Sat Jul  1 08:26:17 2017
(r18907)
@@ -147,6 +147,7 @@
   
   (preference is for OpenJPEG1, due to regressions with OpenJPEG2), and
   
+  (required for PDF support in )
 
 
 
@@ -157,21 +158,11 @@
   
 Installation of Poppler
 
-
-  
-This package can be optionally built with support for only one version
-of Qt4 or Qt5 or without any Qt support. You can selectively disable
-support for one or both, see "Command Explanations" section, below.
-  
-
-
 
   Install Poppler by running the following
   commands:
 
 
-
-
 ./configure --prefix=/usr   \
 --sysconfdir=/etc   \
 --disable-static\
@@ -227,14 +218,6 @@
   
 Command Explanations
 
-
-
 
   --enable-build-type=release: This switch is used
   to apply a higher level of compiler optimizations. Other options are:
@@ -269,11 +252,9 @@
   href="../../xincludes/gtk-doc-rebuild.xml"/>
 
 
-  --disable-poppler-qt4: Don't compile poppler Qt4 
wrapper.
-
-
-
-  --disable-poppler-qt5: Don't compile poppler Qt5 
wrapper.
+  --disable-poppler-qt5: Don't compile poppler Qt5 
wrapper,
+  when Qt5 is installed. Note that Qt5 support is required for PDF support
+  in .
 
 
 

Modified: trunk/BOOK/multimedia/libdriv/libcdio.xml
==
--- trunk/BOOK/multimedia/libdriv/libcdio.xml   Sat Jul  1 07:43:52 2017
(r18906)
+++ trunk/BOOK/multimedia/libdriv/libcdio.xml   Sat Jul  1 08:26:17 2017
(r18907)
@@ -10,6 +10,8 @@
   
   
   
+
+  
 ]>
 
 
@@ -65,7 +67,7 @@
 
   Required file:
   http://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+0.94+1.tar.bz2"/>
+  url="http://ftp.gnu.org/gnu/libcdio/.tar.bz2"/>
 
   
 
@@ -99,8 +101,8 @@
 
 Now install libcdio-paranoia:
 
-tar -xf ../libcdio-paranoia-10.2+0.94+1.tar.bz2 
-cd libcdio-paranoia-10.2+0.94+1 
+tar -xf ../.tar.bz2 
+cd  
 
 ./configure --prefix=/usr --disable-static 
 make
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r18906 - trunk/BOOK/multimedia/libdriv

2017-07-01 Thread via blfs-book
Author: pierre
Date: Sat Jul  1 07:43:52 2017
New Revision: 18906

Log:
Fix libcdio-paranoia version in instructions

Modified:
   trunk/BOOK/multimedia/libdriv/libcdio.xml

Modified: trunk/BOOK/multimedia/libdriv/libcdio.xml
==
--- trunk/BOOK/multimedia/libdriv/libcdio.xml   Sat Jul  1 03:35:51 2017
(r18905)
+++ trunk/BOOK/multimedia/libdriv/libcdio.xml   Sat Jul  1 07:43:52 2017
(r18906)
@@ -99,8 +99,8 @@
 
 Now install libcdio-paranoia:
 
-tar -xf ../libcdio-paranoia-10.2+0.93+1.tar.bz2 
-cd libcdio-paranoia-10.2+0.93+1 
+tar -xf ../libcdio-paranoia-10.2+0.94+1.tar.bz2 
+cd libcdio-paranoia-10.2+0.94+1 
 
 ./configure --prefix=/usr --disable-static 
 make
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

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

2017-07-01 Thread via blfs-book
Author: pierre
Date: Sat Jul  1 03:35:51 2017
New Revision: 18905

Log:
Stupid typo

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

Modified: trunk/BOOK/networking/textweb/lynx.xml
==
--- trunk/BOOK/networking/textweb/lynx.xml  Sat Jul  1 03:28:38 2017
(r18904)
+++ trunk/BOOK/networking/textweb/lynx.xml  Sat Jul  1 03:35:51 2017
(r18905)
@@ -96,7 +96,7 @@
   Apply a patch to build Lynx with openssl-1.1:
 
 
-patch -p1 -i 
lynx--openssl_1.1.0-1.patch
+patch -p1 -i 
../lynx--openssl_1.1.0-1.patch
 
 Install Lynx by running the following
 commands:
-- 
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] #9435: MariaDB: Obsolete variable should be removed from conf file

2017-07-01 Thread BLFS Trac via blfs-book
#9435: MariaDB: Obsolete variable should be removed from conf file
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * status:  assigned => closed
 * resolution:   => 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] #9435: MariaDB: Obsolete variable should be removed from conf file (was: MaraiaDB: Obsolete variable should be removed from conf file)

2017-07-01 Thread BLFS Trac via blfs-book
#9435: MariaDB: Obsolete variable should be removed from conf file
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 Fixed at r18904: Removed the obsolete variable and updated others to their
 current default values

--
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] r18904 - in trunk/BOOK: . introduction/welcome server/databases

2017-07-01 Thread via blfs-book
Author: pierre
Date: Sat Jul  1 03:28:38 2017
New Revision: 18904

Log:
Update "inodb_xxx" variables in MariaDB configuration (report by J Burrell and 
akh)

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/mariadb.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Fri Jun 30 20:16:33 2017(r18903)
+++ trunk/BOOK/general.ent  Sat Jul  1 03:28:38 2017(r18904)
@@ -1,7 +1,7 @@
 
 

-   
+   
 
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Fri Jun 30 20:16:33 
2017(r18903)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sat Jul  1 03:28:38 
2017(r18904)
@@ -46,6 +46,12 @@
  July 1st, 2017
  
 
+  [pierre] - Update innodb_xxx variables to
+  their current default values in MariaDB configuration file,
+  and remove an obsolete variable. Report by J. Burrell and
+  akh.
+
+
   [dj] - Install Flash Player control appliation along with
   NPAPI plugin.
 

Modified: trunk/BOOK/server/databases/mariadb.xml
==
--- trunk/BOOK/server/databases/mariadb.xml Fri Jun 30 20:16:33 2017
(r18903)
+++ trunk/BOOK/server/databases/mariadb.xml Sat Jul  1 03:28:38 2017
(r18904)
@@ -301,15 +301,16 @@
 
 # InnoDB tables are now used by default
 innodb_data_home_dir = /srv/mysql
-innodb_data_file_path = ibdata1:10M:autoextend
 innodb_log_group_home_dir = /srv/mysql
+# All the innodb_xxx values below are the default ones:
+innodb_data_file_path = ibdata1:12M:autoextend
 # You can set .._buffer_pool_size up to 50 - 80 %
 # of RAM but beware of setting memory usage too high
-innodb_buffer_pool_size = 16M
-innodb_additional_mem_pool_size = 2M
-# Set .._log_file_size to 25 % of buffer pool size
-innodb_log_file_size = 5M
-innodb_log_buffer_size = 8M
+innodb_buffer_pool_size = 128M
+innodb_log_file_size = 48M
+innodb_log_buffer_size = 16M
 innodb_flush_log_at_trx_commit = 1
 innodb_lock_wait_timeout = 50
 
-- 
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] #9435: MaraiaDB: Obsolete variable should be removed from conf file

2017-07-01 Thread BLFS Trac via blfs-book
#9435: MaraiaDB: Obsolete variable should be removed from conf file
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * owner:  blfs-book@… => pierre.labastie
 * 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] #9435: MaraiaDB: Obsolete variable should be removed from conf file

2017-07-01 Thread BLFS Trac via blfs-book
#9435: MaraiaDB: Obsolete variable should be removed from conf file
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 Report by J Burrell:
 {{{
 The line:

 "innodb_additional_mem_pool_size = 2M"

 in the /etc/my.cnf file causes this message:

 "[ERROR] /usr/sbin/mysqld: unknown variable
 'innodb_additional_mem_pool_size=2M'"

 when running this command from the book:

 "mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql"

 Commenting out this line in the my.cnf file fixes the problem.
 }}}
 And akh found:
 https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-
 variables/#innodb_additional_mem_pool_size

--
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] #9434: cups 2.2.4

2017-07-01 Thread BLFS Trac via blfs-book
#9434: cups 2.2.4
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version:
 {{{
 CUPS 2.2.4 is a general bug fix release. Changes include:

 The scheduler did not remove old job files (Issue #4987)
 cupsEnumDests did not return early when all printers had been
 discovered
 (Issue #4989)
 The CUPS build system now supports cross-compilation (Issue #4897)
 Added a new CUPS Programming Manual to replace the aging API
 documentation.
 Added the cupsAddIntegerOption and cupsGetIntegerOption functions
 (Issue #4992)
 The cupsGetDests and cupsCreateJob functions now support Bonjour
 printers
 (Issue #4993)
 Added a USB quirk rule for Lexmark E260dn printers (Issue #4994)
 Fixed a potential buffer overflow in the cupstestppd utility (Issue
 #4996)
 IPP Everywhere improvements (Issue #4998)
 Fixed the "cancel all jobs" function in the web interface for several
 languages (Issue #4999)
 Fixed issues with local queues (Issue #5003, Issue #5008, Issue #5009)
 The lpstat command now supports a -e option to enumerate local
 printers
 (either previously added or on the network) that can be accessed
 (Issue #5005)
 The lp and lpr commands now support printing to network printers that
 haven't yet been added (Issue #5006)
 Fixed a typo in the mime.types file.
 Fixed a bug in the Spanish web interface template (Issue #5016)
 The cupsEnumDests* and cupsGetDest* functions now report the value of
 the
 "printer-is-temporary" Printer Status attribute (Issue #5028)
 Added Chinese localization (Issue #5029)
 The cupsCheckDestSupported function did not support NULL values
 (Issue #5031)
 Fixed some issues in the RPM spec file (Issue #5032)
 The cupsConnectDest function now supports the CUPS_DEST_FLAGS_DEVICE
 flag
 for explicitly connecting to the device (printer) associated with the
 destination.
 The SSLOptions directive in "client.conf" and "cupsd.conf" now
 supports
 DenyCBC and DenyTLS1.0 options (Issue #5037)
 }}}

--
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] #9433: thunar 1.16.12

2017-07-01 Thread BLFS Trac via blfs-book
#9433: thunar 1.16.12
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version:
 {{{
 Release notes for 1.6.12
 
 - Fix deadlock in mutex causing Thunar to hang (Bug #13481)
 - Add support for Exif:ImageDescription and Exif:UserComment
 - Do not pass NULL to g_file_test
 - Bump libxfce4panel version for TPA plugin to 4.9.0
 - Switch from XfcePanelImage to GtkImage
 - Fixed a compilation error with the newest dev panel API
 - Translation updates: Catalan, Dutch (Flemish), Galician, Korean,
 Lithuanian, Spanish, Thai
 }}}

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

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

2017-07-01 Thread via blfs-book
Missing libgcrypt-1.7.8.tar.bz2
Missing dbus-1.10.20.tar.gz
Missing bind-9.11.1-P2.tar.gz
Missing bind-9.11.1-P2.tar.gz
Missing firefox-54.0.1.source.tar.xz
Missing cups-filters-1.14.1.tar.xz
-- 
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] #9432: qt5 5.9.1

2017-07-01 Thread BLFS Trac via blfs-book
#9432: qt5 5.9.1
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 new point version. From
 https://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/:

   I am pleased to announce that Qt 5.9.1 is released today. It contains
 all the latest bug fixes and improvements from Qt 5.9 branch.

   Qt Creator 4.3.1 is included in the Qt 5.9.1 offline installer packages
 and available via the online installer.

   As a patch release Qt 5.9.1 does not add any new functionality, just bug
 fixes and other improvements. For details of the changes compared to Qt
 5.9.0 release, please check [http://wiki.qt.io/Qt_5.9.1_Change_Files the
 Change files of Qt 5.9.1].

   Our intention is to make more frequent patch releases for Qt 5.9 LTS
 than before. So if your most desired fix is not included in Qt 5.9.1 there
 will be more patch releases in the coming months.

   If you are using the online installer, Qt 5.9.1 and Qt Creator 4.3.1 can
 be updated using the maintenance tool. Offline packages are available for
 commercial users in the Qt Account portal and at the qt.io Download page
 for open-source users.

   For users targeting iOS we have identified an issue which can be fixed
 with an additional iOS patch. We know this is unfortunate, but the
 alternative was to delay the entire release for over one month. In light
 of this we thought it would be better to release 5.9.1 today, with a hot
 patch for iOS.

 Great! we'll have to update Qt5 every month or so

--
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] #9431: mesa 17.1.4

2017-07-01 Thread BLFS Trac via blfs-book
#9431: mesa 17.1.4
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version:
 {{{
 Mesa 17.1.4 is now available.

 In this release we have:

 In Mesa Core we include some fixes that involve flushing vertices
 before some state changes.

 The state tracker also received a fix for the Scissor with multiple
 viewports.

 The SPIR-V compiler has gotten a work around to prevent a shader bug in
 Doom.

 i965 has gotten many patches, including a couple of fixes for having
 proper color interpolation in gen3, a bunch of corrections to avoid
 hangings on Haswell, specially with fast-clear operations that happen
 at the start of a batch, an initialization of the step rate for
 interleaved vertex buffers to avoid rendering errors, a correction to
 set the depth offset when there is only stencil attachment, a fix for
 incorrect renderings due to using anisotropic filtering in nearest
 mode, a fix for gl_Fragcoord's interpolation, a fix for Broxton 2x6 l3
 config, a correction in Sky Lake for getting in-range clear colors, and
 an improvement in gen7+ has been added to comply with OpenGL 4.1+.

 anv has gotten a fix for L3 cache programming on Bay Trail.

 Gallivm has seen a fix to avoid a segfault when we get invalid
 glDrawRangeElements, a recursion that might have impacted performance
 has been broken and, in the VA library, another fix has been added to
 avoid memory corruptions.

 The etnaviv driver has gotten a handful of patches, including fixes for
 some resource copy issues, to prevent some fallout from the RB swapped
 rendertarget work, to correct the max LOD bias, and a performance
 regression has also been fixed.

 The AMD drivers have received a fix for the proper generation of the
 sid tables. radeonsi has gotten several improvements, including a new
 polaris12 pci id and a deadlock fix while r600 is receiving a fix to
 upload PBO textures to compressed textures.

 The svga driver has received some patches to invalidate surfaces
 correctly and a fix to properly unbind the GS.

 nouveau's codegen has seen some improvements, including a fix to
 properly fold constants in SPLIT operation.

 EGL has gotten a couple of fixes to make the platform detection thread-
 safe. The DRI2 drivers include now a fix to properly count configs. In
 the case of the Android driver, we also got a workaround for apps which
 choose their EGLConfig incorrectly and, in the case of the X11 one, a
 crash fix has also been included.

 From build and integration point of view, we have added a fix to solve
 a linking problem for systems that lack libpthread.so, we have fixed a
 recent build problem with Android and we have included also a missing
 header for EGL, GLES and VG headers that was not included when EGL
 building was disabled.
 }}}

--
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] #9430: btrfs-progs 4.11.1

2017-07-01 Thread BLFS Trac via blfs-book
#9430: btrfs-progs 4.11.1
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 new point version:
 {{{
 btrfs-progs-4.11.1 (2017-06-30)
   * image: restoring from multiple devices
   * dev stats: make --check option work
   * check: fix false alert with extent hole on a NO_HOLE filesystem
   * check: lowmem mode, fix false alert in case of mixed inline and
 compressed
 extent
   * convert: work with large filesystems (many TB)
   * convert: fix overwriting of eb header flags
   * convert: do not clear NODATASUM flag in inodes when run with --no-
 datasum
   * docs updates
   * build: sync Android.mk with Makefile
   * tests:
 * new tests
 * fix 008 and 009, shell quotation mistake
 }}}

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