[blfs-book] BLFS Package Currency Check - 2019-01-18 05:45:01 GMT

2019-01-17 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 05: mdadm   4.0  4.1  #11286
chapter 09: js3852.2.1gnome1 manual   
chapter 09: js5260.1.0   manual   
chapter 11: ImageMagick66.9.10-106.9.10-24#7859
chapter 11: ImageMagick77.0.8-10 7.0.8-24 #7859
chapter 13: apache-ant  1.10.4   1.10.5   #11067
chapter 13: openjdk 11.0.2_linux-x64 0
chapter 13: rustc   1.29.2   1.32.0   #11521
chapter 17: alpine  2.21 2.21.999 #10188
chapter 20: db  5.3.28   manual   
chapter 26: oxygen-icons5   5.53.0   5.54.0   #11523
chapter 29: extra-cmake-modules 5.53.0   5.54.0   #11523
chapter 29: phonon  4.10.1   4.10.2   #11523
chapter 29: phonon-backend-vlc  0.10.1   0.10.2   #11523
chapter 32: kf5 5.53 5.54 #11523
chapter 32: kf5-apps18.12.0  18.12.1  #11523
chapter 32: plasma5 5.14.4   5.14.5   #11523
chapter 37: thunar-volman   0.8.10.9.1#10163
chapter 43: inkscape0.92.3   0.92.4   #11558
chapter 45: kwave   18.12.0  18.12.1  #11523
chapter 50: docbook-xsl 1.79.2   manual   
chapter 50: texlive 20180414 pending  

-- 
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] #11558: inkscape-0.92.4

2019-01-17 Thread BLFS Trac via blfs-book
#11558: inkscape-0.92.4
-+
 Reporter:  renodr   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+
Description changed by bdubbs:

Old description:

> New point version
>
> I won't touch this one with a ten foot pole unless asked to.
>
> {{{
> Release Notes
>
> Release highlights
>
> Inkscape 0.92.4 is a stability and bugfix release. It also brings some
> notable performance improvements for filter rendering, measure tool,
> saving and moving paths (with a live path effect) and includes a couple
> of small, but impactful usage improvements.
>
> Note: There is no .dmg file for macOS at this time. If you're looking for
> a .dmg file for Inkscape, please use Inkscape 0.92.2 on macOS.
> Important changes
>
> This Inkscape version will not work with Windows XP anymore. Inkscape
> 0.92.3 is the last version that works on XP.
>
> The Inkscape project has opened a new, user-facing bug tracker on gitlab:
> https://gitlab.com/inkscape/inbox/issues/ . Please use this new tracker
> to report issues that occur with Inkscape 0.92.4 and with development
> builds.
> Improvements
> Align and Distribute
>
> You can now align multiple (ungrouped) objects as a group relative to
> another, single object.
>
> This makes "treat selection as group" useful with the selections "Last
> selected / First selected / Biggest object / Smallest object" in which
> case all elements will be moved as a group relative to the "focused"
> element which will be kept fixed.
>
> Example aligning multiple (ungrouped) objects to first selected object:
>
> Align as group to focused.gif
> Color sliders
>
> The movement of the color sliders can now be constrained by holding the
> "Ctrl" key while dragging.
>
> (step size is 16 if the max value is 255, and 10 if the max is 100)
>
> Color slider default.gif Color slider constrained.gif
> Extensions
>
> Previously, the current selection was lost after running an
> extension. Now, whenever possible, Inkscape will try to keep the objects
> selected.
> Extensions developers can again rely on the order of
> inkex.Effect.selected.iteritems() reflecting the user's selection order
> properly.
> Extensions work faster now in documents consisting of a large number
> of objects. [To be confirmed.]
>
> Automated Graphics Processing
>
> Inkscape is now able to read and write pipes. You can use this to process
> data without using temporary files.
>
> You can read from standard input:
>
>  cat vector.svg | inkscape --file - --export-png img.png
>
> You can write image data to standard output and directly convert to JPEG:
>
>  inkscape --file vector.svg --export-png - | convert - out.jpg
>
> Also a full processing chain is possible by reading and writing to pipes:
>
>  cat vector.svg | inkscape --file - --export-png - | convert - out.jpg
>
> Other improvements
>
> Improved saving speed (especially some extreme slowdowns with certain
> large files like those created by Adobe Illustrator have been resolved,
> see also bug # 1793877 )
> Improved filter rendering speed ( Commit )
> Improved performance of the measure tool, when grids are visible (
> Commit )
> Dragging paths with a live path effect works faster now (Bug # [1]
> 245078)
>
> Regression fixes
>
> Deselecting a path with many nodes would take a long time (Bugs #
> 1652100 and # 1745763 )
> Ungrouping text elements would result in a changed font size. (Bug #
> 1733651 )
> Some files with live path effects that could not be opened in
> Inkscape 0.92.3 work again in 0.92.4 (Bug # 1769679 )
>
> Notable bugfixes
>
> Some printer drivers (reportedly Canon, EPSON, and Konica Minolta
> drivers) either failed to print at all, or scaled documents to the wrong
> paper size. Inkscape would send print jobs with a custom paper size,
> instead of sizes supported by the drivers. (Bug # 630635 comments 3-7;
> bug # 1289733 ; GitLab MRs 258 and 259 )
> The measure tool became confused by mirrored text. Now it measures
> distances between letters correctly, even when mirrored. (Bug # 1738504 )
> Fixed reduced opacity of partially transparent embedded bitmap images
> in PDF export. (Bug # 381677 )
> Fixed reduced opacity of partially transparent filtered objects in
> PDF export when "Rasterize filter effects" is active. (Bug # 381677 )
> Fixed a very annoying crash when Shift/Ctrl-clicking on control
> handles of shapes. (Bug # 1594877 )
> Inkscape can now be built with up-to-date poppler library 0.72.0.
> This is especially useful for Mac OS users, using Homebrew for building
> Inkscape. ( Commit )
> Filter editor no longer crashes when removing the last blend filter
> (Bug # 1795847 )
> Fixed a crash upon closing a document, when th

[blfs-book] [BLFS Trac] #11558: inkscape-0.92.4

2019-01-17 Thread BLFS Trac via blfs-book
#11558: inkscape-0.92.4
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 I won't touch this one with a ten foot pole unless asked to.

 {{{
 Release Notes

 Release highlights

 Inkscape 0.92.4 is a stability and bugfix release. It also brings some
 notable performance improvements for filter rendering, measure tool,
 saving and moving paths (with a live path effect) and includes a couple of
 small, but impactful usage improvements.

 Note: There is no .dmg file for macOS at this time. If you're looking for
 a .dmg file for Inkscape, please use Inkscape 0.92.2 on macOS.
 Important changes

 This Inkscape version will not work with Windows XP anymore. Inkscape
 0.92.3 is the last version that works on XP.

 The Inkscape project has opened a new, user-facing bug tracker on gitlab:
 https://gitlab.com/inkscape/inbox/issues/ . Please use this new tracker to
 report issues that occur with Inkscape 0.92.4 and with development builds.
 Improvements
 Align and Distribute

 You can now align multiple (ungrouped) objects as a group relative to
 another, single object.

 This makes "treat selection as group" useful with the selections "Last
 selected / First selected / Biggest object / Smallest object" in which
 case all elements will be moved as a group relative to the "focused"
 element which will be kept fixed.

 Example aligning multiple (ungrouped) objects to first selected object:

 Align as group to focused.gif
 Color sliders

 The movement of the color sliders can now be constrained by holding the
 "Ctrl" key while dragging.

 (step size is 16 if the max value is 255, and 10 if the max is 100)

 Color slider default.gif Color slider constrained.gif
 Extensions

 Previously, the current selection was lost after running an extension.
 Now, whenever possible, Inkscape will try to keep the objects selected.
 Extensions developers can again rely on the order of
 inkex.Effect.selected.iteritems() reflecting the user's selection order
 properly.
 Extensions work faster now in documents consisting of a large number
 of objects. [To be confirmed.]

 Automated Graphics Processing

 Inkscape is now able to read and write pipes. You can use this to process
 data without using temporary files.

 You can read from standard input:

  cat vector.svg | inkscape --file - --export-png img.png

 You can write image data to standard output and directly convert to JPEG:

  inkscape --file vector.svg --export-png - | convert - out.jpg

 Also a full processing chain is possible by reading and writing to pipes:

  cat vector.svg | inkscape --file - --export-png - | convert - out.jpg

 Other improvements

 Improved saving speed (especially some extreme slowdowns with certain
 large files like those created by Adobe Illustrator have been resolved,
 see also bug # 1793877 )
 Improved filter rendering speed ( Commit )
 Improved performance of the measure tool, when grids are visible (
 Commit )
 Dragging paths with a live path effect works faster now (Bug # [1]
 245078)

 Regression fixes

 Deselecting a path with many nodes would take a long time (Bugs #
 1652100 and # 1745763 )
 Ungrouping text elements would result in a changed font size. (Bug #
 1733651 )
 Some files with live path effects that could not be opened in Inkscape
 0.92.3 work again in 0.92.4 (Bug # 1769679 )

 Notable bugfixes

 Some printer drivers (reportedly Canon, EPSON, and Konica Minolta
 drivers) either failed to print at all, or scaled documents to the wrong
 paper size. Inkscape would send print jobs with a custom paper size,
 instead of sizes supported by the drivers. (Bug # 630635 comments 3-7; bug
 # 1289733 ; GitLab MRs 258 and 259 )
 The measure tool became confused by mirrored text. Now it measures
 distances between letters correctly, even when mirrored. (Bug # 1738504 )
 Fixed reduced opacity of partially transparent embedded bitmap images
 in PDF export. (Bug # 381677 )
 Fixed reduced opacity of partially transparent filtered objects in PDF
 export when "Rasterize filter effects" is active. (Bug # 381677 )
 Fixed a very annoying crash when Shift/Ctrl-clicking on control
 handles of shapes. (Bug # 1594877 )
 Inkscape can now be built with up-to-date poppler library 0.72.0. This
 is especially useful for Mac OS users, using Homebrew for building
 Inkscape. ( Commit )
 Filter editor no longer crashes when removing the last blend filter
 (Bug # 1795847 )
 Fixed a crash upon closing a document, when the default template was
 missing ( Commit )
 Copy-pasting the power stroke LPE from one path to another works
 better now (Bug # 1005036 )

 More bug fixes

 There were even more issues fixed than th

Re: [blfs-book] [BLFS Trac] #11557: ModemManager-1.10.0

2019-01-17 Thread BLFS Trac via blfs-book
#11557: ModemManager-1.10.0
-+-
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

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


Comment:

 Fixed at r20991

--
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] r20991 - in trunk/BOOK: . general/genlib general/graphlib general/sysutils introduction/welcome multimedia/libdriv

2019-01-17 Thread renodr--- via blfs-book
Author: renodr
Date: Thu Jan 17 13:52:08 2019
New Revision: 20991

Log:
Update to ModemManager-1.10.0
Some minor text tweaks

Modified:
   trunk/BOOK/general/genlib/fftw.xml
   trunk/BOOK/general/graphlib/libexif.xml
   trunk/BOOK/general/sysutils/modemmanager.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/alsa-oss.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/fftw.xml
==
--- trunk/BOOK/general/genlib/fftw.xml  Thu Jan 17 09:57:53 2019(r20990)
+++ trunk/BOOK/general/genlib/fftw.xml  Thu Jan 17 13:52:08 2019(r20991)
@@ -88,7 +88,9 @@
 ./configure --prefix=/usr  --enable-shared --enable-threads 
&&
 make
 
-To test the results, issue: make check.
+To test the results, issue: make check.
+On 32-bit systems, the tests can take substantially longer than
+they would on 64-bit machines.
 
 
   Now, as the root user:

Modified: trunk/BOOK/general/graphlib/libexif.xml
==
--- trunk/BOOK/general/graphlib/libexif.xml Thu Jan 17 09:57:53 2019
(r20990)
+++ trunk/BOOK/general/graphlib/libexif.xml Thu Jan 17 13:52:08 2019
(r20991)
@@ -94,9 +94,9 @@
   commands:
 
 
-./configure --prefix=/usr \
---with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
---disable-static &&
+./configure --prefix=/usr\
+--disable-static \
+--with-doc-dir=/usr/share/doc/libexif-&libexif-version; &&
 make
 
 

Modified: trunk/BOOK/general/sysutils/modemmanager.xml
==
--- trunk/BOOK/general/sysutils/modemmanager.xmlThu Jan 17 09:57:53 
2019(r20990)
+++ trunk/BOOK/general/sysutils/modemmanager.xmlThu Jan 17 13:52:08 
2019(r20991)
@@ -6,9 +6,9 @@
 
   https://www.freedesktop.org/software/ModemManager/ModemManager-&ModemManager-version;.tar.xz";>
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 09:57:53 
2019(r20990)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 13:52:08 
2019(r20991)
@@ -45,6 +45,10 @@
   January 17th, 2019
   
 
+  [renodr] - Update to ModemManager-1.10.0. Fixes
+  #11557.
+
+
   [bdubbbs] - Update to mesa-18.3.2. Fixes
   #11556.
 

Modified: trunk/BOOK/multimedia/libdriv/alsa-oss.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Thu Jan 17 09:57:53 2019
(r20990)
+++ trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Thu Jan 17 13:52:08 2019
(r20991)
@@ -71,7 +71,7 @@
   
 
 
-ALSA Oss Dependencies
+ALSA OSS Dependencies
 
 Required
 
@@ -84,10 +84,10 @@
   
 
   
-Installation of ALSA Oss
+Installation of ALSA OSS
 
 
-  Install ALSA Oss by running the
+  Install ALSA OSS by running the
   following commands:
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Thu Jan 17 09:57:53 2019(r20990)
+++ trunk/BOOK/packages.ent Thu Jan 17 13:52:08 2019(r20991)
@@ -280,7 +280,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] #11557: ModemManager-1.10.0

2019-01-17 Thread BLFS Trac via blfs-book
#11557: ModemManager-1.10.0
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor version

 {{{


 Hey hey,

 This is a new major release of ModemManager, which will be the base for
 the 1.10.x stable series (the new "mm-1-10" branch in git). The release
 has been tagged as "1.10.0".

 Thanks to everyone involved!

 ModemManager 1.10.0
 ---

 The following notes are directed to package maintainers:

  * This version requires:
** libmbim >= 1.18.0 (for the optional MBIM support)
** libqmi >= 1.22.0 (for the optional QMI support)

 The most important features and changes in this release are the following:

  * udev:
** Consolidated common tag names among all the supported plugins. E.g.
 ID_MM_PORT_TYPE_GPS, ID_MM_PORT_TYPE_AT_*, ID_MM_PORT_TYPE_QCDM... All
 these generic tags are included as symbols in the API, and compatibility
 will be maintained for these. Custom setups of ModemManager relying on
 previously available per-plugin udev tags may need to manually port them
 to this new generic subset.
** New tag to allow specifying flow control settings to use in serial
 ports.

  * Core:
** Avoid probing other protocols on TTYs tagged in udev with specific
 port type tags (e.g. avoid probing QCDM if a port is tagged as AT). This
 allows faster port probing and modem detection for known modem layouts.
** Implemented support to enable and handle +CGEV URCs for asynchronous
 connection state updates in AT-controlled devices.

  * Manager interface:
** New runtime daemon version reporting.
** New support for requesting device inhibition, e.g. so that
 ModemManager stops completely using a modem device until the inhibition is
 released. This feature is implemented to allow fwupd taking over of a
 device completely for as long as it needs during a firmware update.

  * Modem interface:
** All methods are always connected, even in Failed state.
** Allow parallel Enable()/Disable() calls.
** Deprecated redundant ListBearers() method, the read-only Bearers
 property is already showing the same information.

  * Bearer interface:
** New 'BearerType' property, e.g. to specify whether a bearer is the
 initial LTE default bearer or not.
** Deprecated 'number' field in bearer settings. Applications do not
 need to send the 'number' field in Bearer.Connect() or in
 Modem.Simple.Connect(), as the setting is totally ignored.

  * mmcli:
** New 'key-value' output, easier to parse by scripts than the default.
** Removed redundant '--location-get-XXX' actions, as the '--location-
 get' already reports the location information for all sources.
** Removed redundant '--simple-status' action, as the same information
 can be obtained through different mmcli operations.
** New manager '--inhibit-device' action and modem-specific '--
 inhibit', to allow requesting device inhibition.

  * 3GPP interface:
** New support for exposing the network reported Protocol Configuration
 Options (PCO), to be used instead of the new deprecated Subscription State
 property.
** New support for exposing the initial LTE default bearer status.
** New support for configuring the initial LTE default bearer settings.

  * Location interface:
** New LTE Tracking Area Code (TAC) in 3GPP location information.
** New support for injecting assistance data (e.g. Qualcomm XTRA) into
 the GNSS engine, useful when there is no mobile connection to use MSA
 A-GPS.

  * Firmware interface:
** Support for reporting firmware update support properties, e.g.
 specifying which update methods are supported. This information will be
 consumed by fwupd in order to allow upgrading firmware in devices managed
 by ModemManager.

  * Voice interface:
** Multiple improvements and fixes in the voice call management logic
 implemented with generic AT commands.
** Added AudioPort and AudioFormat properties to the Call object.
** Added new generic audio channel setup/cleanup handlers in the Call
 object.

  * QMI:
** New LOC service based GNSS support, including A-GPS setup via SUPL
 server.
** New support for the "extended" LTE band list.
** New support for reading IMSI and ICCID with the UIM service.

  * MBIM:
** Implemented support for processing Protocol Configuration Options
 using Microsoft-defined Basic Connect Extensions.
** Implemented support for LTE attach status and configuration using
 Microsoft-defined Basic Connect Extensions.
** Implemented support for the extended signal interface and for 3GPP
 location details using the AT&T specific service.
** Implemented support for 3GPP USSD operations using the standard USSD
 service.
 

Re: [blfs-book] [BLFS Trac] #11557: ModemManager-1.10.0

2019-01-17 Thread BLFS Trac via blfs-book
#11557: ModemManager-1.10.0
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * owner:  blfs-book => renodr
 * 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] r20990 - in trunk/BOOK: . general/genlib introduction/welcome networking/textweb x/installing

2019-01-17 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Thu Jan 17 09:57:53 2019
New Revision: 20990

Log:
Update to mesa-18.3.2. 
Update to links-2.18. 
Update to libgpg-error-1.34.

Modified:
   trunk/BOOK/general/genlib/libgpg-error.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/textweb/links.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/mesa.xml

Modified: trunk/BOOK/general/genlib/libgpg-error.xml
==
--- trunk/BOOK/general/genlib/libgpg-error.xml  Thu Jan 17 08:43:05 2019
(r20989)
+++ trunk/BOOK/general/genlib/libgpg-error.xml  Thu Jan 17 09:57:53 2019
(r20990)
@@ -8,7 +8,7 @@
   
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 08:43:05 
2019(r20989)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 09:57:53 
2019(r20990)
@@ -44,6 +44,18 @@
 
   January 17th, 2019
   
+
+  [bdubbbs] - Update to mesa-18.3.2. Fixes
+  #11556.
+
+
+  [bdubbbs] - Update to links-2.18. Fixes
+  #11553.
+
+
+  [bdubbbs] - Update to libgpg-error-1.34. Fixes
+  #11552.
+
 
   [renodr] - Update to gnome-online-accounts-3.30.1. Fixes
   #11555.

Modified: trunk/BOOK/networking/textweb/links.xml
==
--- trunk/BOOK/networking/textweb/links.xml Thu Jan 17 08:43:05 2019
(r20989)
+++ trunk/BOOK/networking/textweb/links.xml Thu Jan 17 09:57:53 2019
(r20990)
@@ -6,7 +6,7 @@
 
   http://links.twibright.com/download/links-&links-version;.tar.bz2";>
   
-  
+  
   
   
   

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Thu Jan 17 08:43:05 2019(r20989)
+++ trunk/BOOK/packages.ent Thu Jan 17 09:57:53 2019(r20990)
@@ -138,7 +138,7 @@
 
 
 
-
+
 
 
 
@@ -593,7 +593,7 @@
 
 
 
-
+
 
 
 
@@ -650,7 +650,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/installing/mesa.xml
==
--- trunk/BOOK/x/installing/mesa.xmlThu Jan 17 08:43:05 2019(r20989)
+++ trunk/BOOK/x/installing/mesa.xmlThu Jan 17 09:57:53 2019(r20990)
@@ -6,9 +6,9 @@
 
   https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz";>
   ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.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] Batch modify: #11552, #11553, #11556

2019-01-17 Thread BLFS Trac via blfs-book
Batch modification to #11552, #11553, #11556 by bdubbs:


Action: resolve

Comment:
Fixed at revision 20990.

--
Tickets URL: 

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

Re: [blfs-book] [BLFS Trac] #11553: links-2.18

2019-01-17 Thread BLFS Trac via blfs-book
#11553: links-2.18
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 RELEASE 2.18

Compile links with graphics support on OpenVMS

Automatically enable tor mode when the socks port is 9050

When we are in tor mode, invert the colors on the top line and bottom
line, so that the user can immediatelly see it

Fix an incorrect shift in write_ev_queue that could cause spurious
 error
if the socket for interprocess communication fills up.
This bug was introduced in Links 2.15.

Fix 'runtime error: member access within null pointer' sanitizer
 warning

Add a menu entry to save and load a clipboard

Don't synchronize with the Xserver on every pixmap load
It improves performance on remote connections

Fix a bug that in the "Network options" dialog box, the value in the
field "Timeout when trying multiple addresses" incorrectly set the
 value
"Timeout when unrestartable".

Fix a possible integer overflow in decoder_memory_expand

Work around a bug on OpenVMS where allocations larger than 0x77f0
are treated as if they had 16 bytes

Fix possible pointer arithmetics bugs if the operating system allocated
memory few bytes below the limit 0x or 0x

Add a button to never accept invalid certificate for a given server

Fix incorrect strings -html-t-text-color, -html-t-link-color,
-html-t-background-color, -html-t-ignore-document-color in the manual
page and help (reported by Oliver Schode )

Windows 7 has a bug (or feature) that corrupts the screen when using
 the
unaccelerated video driver - when a thread draws into window's device
 context
and the user simultaneously drags the window, the device context
 coordinates
may not be updated. Subsequent draws are done with incorrect
 coordinates.
In order to work around this bug, we detect that a drawing operation
possibly raced with window moving. If it did, we allocate a new DC (the
old one is corrupted) and start a timer that asks the main thread to
redraw the whole window using the new DC.

Add ascii replacement of Romanian S and T with comma
Fix replacement of c with cedilla and a/i with grave accent a/o/u with
diaeresis

Use static linking in the released binaries on OS/2 because the DLL
names may clash with other programs

On OS/2, use AF_OS2 for interprocess communication because the loopback
network device may not be properly configured.
Fall back to 127.0.0.1 only if AF_OS2 in not installed.

Fixed a bug when IPv6 control connection to a ftp server fails and IPv4
control connection succeeds, links would incorrectly try to make the
data connection using IPv6 (this bug was introduced in Links 2.15).

--
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] #11552: libgpg-error-1.34

2019-01-17 Thread BLFS Trac via blfs-book
#11552: libgpg-error-1.34
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Noteworthy changes in version 1.34 (2019-01-16)

  * Support for riscv32.
  * New API to allow emergency cleanup after internal fatal errors.
  * Minor bug and portability fixes.
  * Interface changes relative to the 1.33 release:
- gpgrt_abort NEW.
- gpgrt_add_emergency_cleanup NEW.

--
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] #10548: Refactor the java pages

2019-01-17 Thread BLFS Trac via blfs-book
#10548: Refactor the java pages
-+---
 Reporter:  pierre.labastie  |   Owner:  blfseditor
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  overcomebyevents
 Keywords:   |
-+---
Changes (by pierre.labastie):

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


Comment:

 I agree. When I created this ticket, I was anticipating that fop would use
 maven. But it still uses apache-ant. So the current java pages are OK.

--
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] #10548: Refactor the java pages

2019-01-17 Thread BLFS Trac via blfs-book
#10548: Refactor the java pages
-+-
 Reporter:  pierre.labastie  |   Owner:  blfseditor
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+-

Comment (by renodr):

 I'd +1 this, I don't see any refactoring that needs to be done.

--
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] #10548: Refactor the java pages

2019-01-17 Thread BLFS Trac via blfs-book
#10548: Refactor the java pages
-+-
 Reporter:  pierre.labastie  |   Owner:  blfseditor
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+-

Comment (by bdubbs):

 Do we just want to close this as overcomebyevents?

--
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: #11552, #11553, #11556

2019-01-17 Thread BLFS Trac via blfs-book
Batch modification to #11552, #11553, #11556 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

Re: [blfs-book] [BLFS Trac] #11555: gnome-online-accounts-3.30.1

2019-01-17 Thread BLFS Trac via blfs-book
#11555: gnome-online-accounts-3.30.1
-+-
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

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


Comment:

 Fixed at r20989

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

2019-01-17 Thread renodr--- via blfs-book
Author: renodr
Date: Thu Jan 17 08:43:05 2019
New Revision: 20989

Log:
Update to gnome-online-accounts-3.30.1

Modified:
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/gnome-online-accounts.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/gnome.ent
==
--- trunk/BOOK/gnome.entThu Jan 17 01:09:56 2019(r20988)
+++ trunk/BOOK/gnome.entThu Jan 17 08:43:05 2019(r20989)
@@ -28,7 +28,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/gnome/platform/gnome-online-accounts.xml
==
--- trunk/BOOK/gnome/platform/gnome-online-accounts.xml Thu Jan 17 01:09:56 
2019(r20988)
+++ trunk/BOOK/gnome/platform/gnome-online-accounts.xml Thu Jan 17 08:43:05 
2019(r20989)
@@ -8,7 +8,7 @@

"&gnome-download-http;/gnome-online-accounts/&gnome-minor-30;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
   
-  
+  
   
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 01:09:56 
2019(r20988)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 08:43:05 
2019(r20989)
@@ -44,6 +44,10 @@
 
   January 17th, 2019
   
+
+  [renodr] - Update to gnome-online-accounts-3.30.1. Fixes
+  #11555.
+
 
   [pierre] - Update to Openjdk/jdk binaries-11.0.2+7. Fixes
   #11139.
-- 
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] #11555: gnome-online-accounts-3.30.1

2019-01-17 Thread BLFS Trac via blfs-book
#11555: gnome-online-accounts-3.30.1
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

 * owner:  blfs-book => renodr
 * 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] #11556: mesa-18.3.2

2019-01-17 Thread BLFS Trac via blfs-book
#11556: mesa-18.3.2
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{
 Mesa 18.3.2 is now available.

 In this release candidate we have added more PCI IDs for AMD Vega devices
 and
 a number of fixes for the RADV Vulkan drivers.

 On the Intel side we have a selection ranging from quad swizzles support
 for
 ICL to compiler fixes.

 The nine state tracker has also seen some love as do the Broadcom drivers.

 To top it all up, we have a healthy mount of build system fixes.


 Alex Deucher (3):
   pci_ids: add new vega10 pci ids
   pci_ids: add new vega20 pci id
   pci_ids: add new VegaM pci id

 Alexander von Gluck IV (1):
   egl/haiku: Fix reference to disp vs dpy

 Andres Gomez (2):
   glsl: correct typo in GLSL compilation error message
   glsl/linker: specify proper direction in location aliasing error

 Axel Davy (3):
   st/nine: Fix volumetexture dtor on ctor failure
   st/nine: Bind src not dst in nine_context_box_upload
   st/nine: Add src reference to nine_context_range_upload

 Bas Nieuwenhuizen (5):
   radv: Do a cache flush if needed before reading predicates.
   radv: Implement buffer stores with less than 4 components.
   anv/android: Do not reject storage images.
   radv: Fix rasterization precision bits.
   spirv: Fix matrix parameters in function calls.

 Caio Marcelo de Oliveira Filho (3):
   nir: properly clear the entry sources in copy_prop_vars
   nir: properly find the entry to keep in copy_prop_vars
   nir: remove dead code from copy_prop_vars

 Dave Airlie (2):
   radv/xfb: fix counter buffer bounds checks.
   virgl/vtest: fix front buffer flush with protocol version 0.

 Dylan Baker (6):
   meson: Fix ppc64 little endian detection
   meson: Add support for gnu hurd
   meson: Add toggle for glx-direct
   meson: Override C++ standard to gnu++11 when building with altivec
 on ppc64
   meson: Error out if building nouveau and using LLVM without rtti
   autotools: Remove tegra vdpau driver

 Emil Velikov (13):
   docs: add sha256 checksums for 18.3.1
   bin/get-pick-list.sh: rework handing of sha nominations
   bin/get-pick-list.sh: warn when commit lists invalid sha
   cherry-ignore: meson: libfreedreno depends upon libdrm (for fence
 support)
   glx: mandate xf86vidmode only for "drm" dri platforms
   meson: don't require glx/egl/gbm with gallium drivers
   pipe-loader: meson: reference correct library
   TODO: glx: meson: build dri based glx tests, only with -Dglx=dri
   glx: meson: drop includes from a link-only library
   glx: meson: wire up the dispatch-index-check test
   glx/test: meson: assorted include fixes
   Update version to 18.3.2
   docs: add release notes for 18.3.2

 Eric Anholt (6):
   v3d: Fix a leak of the transfer helper on screen destroy.
   vc4: Fix a leak of the transfer helper on screen destroy.
   v3d: Fix a leak of the disassembled instruction string during debug
 dumps.
   v3d: Make sure that a thrsw doesn't split a multop from its umul24.
   v3d: Add missing flagging of SYNCB as a TSY op.
   gallium/ttn: Fix setup of outputs_written.

 Erik Faye-Lund (2):
   virgl: wrap vertex element state in a struct
   virgl: work around bad assumptions in virglrenderer

 Francisco Jerez (5):
   intel/fs: Handle source modifiers in lower_integer_multiplication().
   intel/fs: Implement quad swizzles on ICL+.
   intel/fs: Fix bug in lower_simd_width while splitting an instruction
 which was already split.
   intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
   intel/fs: Respect CHV/BXT regioning restrictions in copy propagation
 pass.

 Ian Romanick (2):
   i965/vec4/dce: Don't narrow the write mask if the flags are used
   Revert "nir/lower_indirect: Bail early if modes == 0"

 Jan Vesely (1):
   clover: Fix build after clang r348827

 Jason Ekstrand (6):
   nir/constant_folding: Fix source bit size logic
   intel/blorp: Be more conservative about copying clear colors
   spirv: Handle any bit size in vector_insert/extract
   anv/apply_pipeline_layout: Set the cursor in
 lower_res_reindex_intrinsic
   spirv: Sign-extend array indices
   intel/peephole_ffma: Fix swizzle propagation

 Karol Herbst (1):
   nv50/ir: fix use-after-free in ConstantFolding::visit

 Kirill Burtsev (1):
   loader: free error state, when checking the drawable type

 Lionel Landwerlin (5):
   anv: don't do partial resolve on layer > 0
   i965: include draw_params/derived_draw_params for VF cache
 workaround
   i965: add CS stall on VF 

[blfs-book] [BLFS Trac] #11555: gnome-online-accounts-3.30.1

2019-01-17 Thread BLFS Trac via blfs-book
#11555: gnome-online-accounts-3.30.1
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{
 * Bugs fixed:
  796095 alarm: Refresh Kerberos tickets after a suspended system is
 resumed

 * Updated translations:
  Basque
  Belarusian
  Esperanto
  Estonian
  Malayalam
 }}}

--
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] #11554: apache-maven-3.6.0

2019-01-17 Thread BLFS Trac via blfs-book
#11554: apache-maven-3.6.0
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * owner:  blfs-book => pierre.labastie
 * status:  new => assigned


Comment:

 {{{
 Release Notes for Apache Maven 3.6.0
 

 https://maven.apache.org/docs/3.6.0/release-notes.html

 Bugs:

  * [MNG-6311] - Maven intolerably slow when import scope used heavily in
 large project
  * [MNG-6358] - Maven build should not require access to apache.org
  * [MNG-6383] - ProjectBuilder unnecessarily rebuilds modules with ci-
 friendly versions
  * [MNG-6412] - Exceeding project discovery time when using CI friendly
 versions
  * [MNG-6415] - Project Artifacts Cache does not retain the order of
 classpath entries.
  * [MNG-6472] - Mockito cannot mock this class: interface
 org.eclipse.aether.impl.RepositoryEventDispatcher
  * [MNG-6490] - Maven shall not fail reporting circular dependency when
 the dependency is
 a classified secondary artifact

 Improvements:

  * [MNG-4508] - No way to avoid adding artifactId to site urls
  * [MNG-5951] - add an option to avoid path addition to inherited URLs
  * [MNG-6059] - Important use cases not covered, as
 child.inherit.append.path affects all
 children
  * [MNG-6164] - Collections inconsistently immutable
  * [MNG-6391] - Printout version of last built module in reactor build
  * [MNG-6414] - Add more Apache license header patterns to skip
 downloading Apache license
  * [MNG-6467] - Remove plugin definition from pom file which is inherited
  * [MNG-6480] - Eclipse.org site is down, and you are unable to build
 Maven?
  * [MNG-6492] - Minor improvement on Array construction, converson

 Task:

  * [MNG-6475] - Remove guava dependencies

 Dependency upgrades:

  * [MNG-6424] - Upgrade plexus-interpolation to 1.25
  * [MNG-6449] - Upgrade parent to 32
  * [MNG-6473] - Update Mockito to 2.21.0
  * [MNG-6478] - Upgrade parent to 33 for sha512 checksum on release
  * [MNG-6479] - Upgrade XMLUnit to 2.2.1
  * [MNG-6486] - Upgrade to Wagon 3.2.0
  * [MNG-6489] - Upgrade Maven Resolver to 1.3.0
  * [MNG-6491] - Upgrade commons-lang3 to 3.8.1
  * [MNG-6496] - Upgrade Maven Resolver to 1.3.1
  * [MNG-6497] - Upgrade guice to 4.2.1
 }}}

--
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] #11554: apache-maven-3.6.0

2019-01-17 Thread BLFS Trac via blfs-book
#11554: apache-maven-3.6.0
-+---
 Reporter:  pierre.labastie  |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor

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

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

2019-01-17 Thread bdubbs--- via blfs-book
Missing OpenJDK-11.0.2+7-i686-bin.tar.xz
Missing openjdk-11.0.2_linux-x64_bin.tar.gz
Missing jdk-11.0.2+7.tar.bz2
Missing jtreg-4.2-b13-517.tar.gz
Missing totem-pl-parser-3.26.2.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11067: apache-ant-1.10.5

2019-01-17 Thread BLFS Trac via blfs-book
#11067: apache-ant-1.10.5
-+--
 Reporter:  bdubbs   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
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

Re: [blfs-book] [BLFS Trac] #11139: openjdk-11.0.2+7

2019-01-17 Thread BLFS Trac via blfs-book
#11139: openjdk-11.0.2+7
-+--
 Reporter:  bdubbs   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

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


Comment:

 Fixed at r20988

--
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] r20988 - in trunk/BOOK: . general/prog introduction/welcome

2019-01-17 Thread pierre--- via blfs-book
Author: pierre
Date: Thu Jan 17 01:09:56 2019
New Revision: 20988

Log:
Update to java 11.0.2

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/java.xml
   trunk/BOOK/general/prog/openjdk.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Wed Jan 16 20:03:22 2019(r20987)
+++ trunk/BOOK/general.ent  Thu Jan 17 01:09:56 2019(r20988)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/prog/java.xml
==
--- trunk/BOOK/general/prog/java.xmlWed Jan 16 20:03:22 2019(r20987)
+++ trunk/BOOK/general/prog/java.xmlThu Jan 17 01:09:56 2019(r20988)
@@ -4,17 +4,20 @@
   
   %general-entities;
 
+
   
   
-  
-  
-  
+  
+  
+  
 
-
-  
-  
-  
-  
+
+  https://download.java.net/java/GA/jdk11/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz";>
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/general/prog/openjdk.xml
==
--- trunk/BOOK/general/prog/openjdk.xml Wed Jan 16 20:03:22 2019(r20987)
+++ trunk/BOOK/general/prog/openjdk.xml Thu Jan 17 01:09:56 2019(r20988)
@@ -5,21 +5,21 @@
   %general-entities;
 
   
-  http://hg.openjdk.java.net/jdk-updates/jdk10u";>
+  http://hg.openjdk.java.net/jdk-updates/jdk11u";>
   
 
   
 
-  
-  
+  
+  
 
-  
+  
   
-  
+  
   
 
-  
-  
+  
+  
 ]>
 
 
@@ -259,8 +259,7 @@
 results, see the files
 JTreport/test_{jdk,langtools}/text/stats.txt and
 JTreport/test_{jdk,langtools}/text/summary.txt.
-You should expect to see 21 failures and 2 errors in the jdk
-test suite, and 7 failures in langtools.
+You should expect to see around 40 failures and a couple of errors.
 
 Install the package with the following commands as the
 root user:
@@ -471,13 +470,12 @@
   Installed Directory
 
   
-appletviewer, idlj, jaotc, jar,
+jaotc, jar,
 jarsigner, java, javac, javadoc, javap, jcmd, jconsole, jdb,
 jdeprscan, jdeps, jhsdb, jimage, jinfo, jjs, jlink, jmap, jmod, jps,
 jrunscript, jshell, jstack, jstat, jstatd, keytool,
-orbd, pack200, rmic, rmid, rmiregistry,
-schemagen, serialver, servertool, tnameserv, unpack200,
-wsgen, wsimport, and xjc
+pack200, rmic, rmid, rmiregistry,
+serialver, and unpack200
 /opt/jdk-&openjdk-version;/lib/*
 /opt/jdk-&openjdk-version;
   
@@ -487,7 +485,7 @@
   Short Descriptions
   
   
-
+
+
   
 idlj
 
@@ -519,7 +505,7 @@
   
 
   
-
+-->
   
 jaotc
 
@@ -588,18 +574,6 @@
 
   
 
-
   
 javap
 
@@ -609,17 +583,7 @@
   
 
   
-
+
   
 jcmd
 
@@ -684,18 +648,7 @@
   
 
   
-
+
   
 jimage
 
@@ -763,7 +716,6 @@
 
   
 
-
   
 jps
 
@@ -794,18 +746,7 @@
   
 
   
-
+
   
 jstack
 
@@ -848,17 +789,6 @@
 
   
 
   
 orbd
 
@@ -869,7 +799,7 @@
   
 
   
-
+-->
   
 pack200
 
@@ -880,17 +810,7 @@
   
 
   
-
+
   
 rmic
 
@@ -923,7 +843,7 @@
   
 
   
-
+
   
 serialver
 
@@ -944,7 +864,7 @@
   
 
   
-
+
   
 unpack200
 
@@ -977,7 +897,7 @@
   
 
   
-
+
 
 
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan 16 20:03:22 
2019(r20987)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Thu Jan 17 01:09:56 
2019(r20988)
@@ -42,6 +42,16 @@
 
 -->
 
+  January 17th, 2019
+  
+
+  [pierre] - Update to Openjdk/jdk binaries-11.0.2+7. Fixes
+  #11139.
+
+  
+
+
+
   January 16th, 2019
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Jan 16 20:03:22 2019(r20987)
+++ trunk/BOOK/packages.ent Thu Jan 17 01:09:56 2019(r20988)
@@ -355,8 +355,8 @@
 
 
 
-
-
+
+
 
 
 
-- 
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] #11139: openjdk-11.0.2+7

2019-01-17 Thread BLFS Trac via blfs-book
#11139: openjdk-11.0.2+7
-+--
 Reporter:  bdubbs   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by pierre.labastie):

 The tests had ~40 failures for 64 bit and ~60 failures for 32 bit.
 Furthermore, there are no 32 bit binary jdk available (either free or
 commercial licence). I've uploaded a self made binary 32 bit JVM
 to anduin, but I am not sure it is safe to use it.

 For the 64 bit binary, I've opted to use the one at
 https://download.java.net/java/GA/jdk11/7/GPL/openjdk-11.0.2_linux-
 x64_bin.tar.gz, which has a GPLv2 license (with classpath exception).

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