[blfs-book] BLFS Package Currency Check - 2018-01-04 06:45:01 GMT

2018-01-03 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 09: enchant 2.2.02.2.1
chapter 11: ImageMagick66.9.9-23 6.9.9-31 #7859
chapter 11: ImageMagick77.0.7-11 7.0.7-19 #7859
chapter 12: gpm 1.20.7   0
chapter 13: rustc   1.19.0   1.22.1   #9168
chapter 17: alpine  2.21 2.21.99  #10188
chapter 20: dovecot 2.2.33.2 2.3.0#10209
chapter 26: sddm0.16.0   0.17.0   #10119
chapter 32: plasma5 5.11.4   5.11.5   #10229
chapter 37: parole  0.8.10.9.2#8870
chapter 37: thunar-volman   0.8.10.9.0#10163
chapter 39: libkscreen  5.11.4   5.11.5   #10229
chapter 44: x26420170822 daily#7555

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r19647 - trunk/BOOK/xsoft/graphweb

2018-01-03 Thread via blfs-book
Author: dj
Date: Wed Jan  3 17:32:24 2018
New Revision: 19647

Log:
Chromium: install man page and .desktop file from distribution.

Modified:
   trunk/BOOK/xsoft/graphweb/chromium.xml

Modified: trunk/BOOK/xsoft/graphweb/chromium.xml
==
--- trunk/BOOK/xsoft/graphweb/chromium.xml  Wed Jan  3 10:21:58 2018
(r19646)
+++ trunk/BOOK/xsoft/graphweb/chromium.xml  Wed Jan  3 17:32:24 2018
(r19647)
@@ -334,16 +334,26 @@
 install -vDm644 out/Release/icudtl.dat \
 /usr/lib/chromium/icudtl.dat  &&
 
-install -vDm644  out/Release/{*.pak,*.bin} \
+install -vDm644 out/Release/{*.pak,*.bin} \
 /usr/lib/chromium/&&
 
-cp -av out/Release/locales /usr/lib/chromium/ &&
-chown -Rv root:root /usr/lib/chromium/locales
+sed -i \
+-e "s/@@MENUNAME@@/Chromium/g" \
+-e "s/@@PACKAGE@@/chromium/g" \
+-e "s/@@USR_BIN_SYMLINK_NAME@@/chromium/g" \
+chrome/installer/linux/common/desktop.template \
+chrome/app/resources/manpage.1.in &&
+
+install -vDm644 chrome/installer/linux/common/desktop.template \
+/usr/share/applications/chromium.desktop  &&
+
+install -vDm644 chrome/app/resources/manpage.1.in \
+/usr/share/man/man1/chromium.1&&
 
-While still the root user,
-install icons and the .desktop file:
+cp -av out/Release/locales /usr/lib/chromium/ &&
+chown -Rv root:root /usr/lib/chromium/locales &&
 
-for size in 16 32; do
+for size in 16 32; do
 install -vDm644 \
 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" 
\
 "/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
@@ -352,21 +362,7 @@
 for size in 22 24 48 64 128 256; do
 install -vDm644 "chrome/app/theme/chromium/product_logo_$size.png" \
 "/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
-done &&
-
-cat > /usr/share/applications/chromium.desktop << "EOF"
-[Desktop Entry]
-Encoding=UTF-8
-Name=Chromium Web Browser
-Comment=Access the Internet
-GenericName=Web Browser
-Exec=chromium %u
-Terminal=false
-Type=Application
-Icon=chromium
-Categories=GTK;Network;WebBrowser;
-MimeType=application/xhtml+xml;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
-EOF
+done
 
 
   If upgrading from a previous build of chromium using gtk+-2.x, you
-- 
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: #10227, #10228

2018-01-03 Thread BLFS Trac via blfs-book
Batch modification to #10227, #10228 by bdu...@linuxfromscratch.org:


Action: resolve

Comment:
Fixed at revision 19646.

--
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] r19646 - in trunk/BOOK: . general/genutils introduction/welcome networking/netprogs postlfs/editors

2018-01-03 Thread via blfs-book
Author: bdubbs
Date: Wed Jan  3 10:21:58 2018
New Revision: 19646

Log:
Update to unixODBC-2.3.5. 
Update to nano-2.9.2.

Modified:
   trunk/BOOK/general/genutils/unixodbc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/editors/nano.xml

Modified: trunk/BOOK/general/genutils/unixodbc.xml
==
--- trunk/BOOK/general/genutils/unixodbc.xmlWed Jan  3 10:14:03 2018
(r19645)
+++ trunk/BOOK/general/genutils/unixodbc.xmlWed Jan  3 10:21:58 2018
(r19646)
@@ -8,10 +8,10 @@
   -->
   
   ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-&unixodbc-version;.tar.gz";>
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 10:14:03 
2018(r19645)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 10:21:58 
2018(r19646)
@@ -45,6 +45,14 @@
   January 3rd, 2018
   
 
+  [bdubbs] - Update to unixODBC-2.3.5. Fixes
+  #10228.
+
+
+  [bdubbs] - Update to nano-2.9.2. Fixes
+  #10227.
+
+
   [ken] Update to xscreensaver-5.38
   #10202.
 

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==
--- trunk/BOOK/networking/netprogs/nfs-utils.xmlWed Jan  3 10:14:03 
2018(r19645)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xmlWed Jan  3 10:21:58 
2018(r19646)
@@ -169,9 +169,9 @@
 Install NFS Utilities by running
 the following commands:
 
-sed -i '/fcntl.h/a#include ' 
support/nsm/rpc.c &&
-
-./configure --prefix=/usr  \
+
+./configure --prefix=/usr  \
 --sysconfdir=/etc  \
 --sbindir=/sbin\
 --without-tcp-wrappers \
@@ -204,10 +204,10 @@
 
   
 Command Explanations
-
+
 --without-tcp-wrappers: This option is
 needed because TCP Wrappers is not in BLFS.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Jan  3 10:14:03 2018(r19645)
+++ trunk/BOOK/packages.ent Wed Jan  3 10:21:58 2018(r19646)
@@ -69,7 +69,7 @@
 
 
 
-
+
 
 
 
@@ -254,7 +254,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/editors/nano.xml
==
--- trunk/BOOK/postlfs/editors/nano.xml Wed Jan  3 10:14:03 2018(r19645)
+++ trunk/BOOK/postlfs/editors/nano.xml Wed Jan  3 10:21:58 2018(r19646)
@@ -7,7 +7,7 @@
   
   https://www.nano-editor.org/dist/v2.9/nano-&nano-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] r19645 - in trunk/BOOK: . introduction/welcome xsoft/other

2018-01-03 Thread via blfs-book
Author: ken
Date: Wed Jan  3 10:14:03 2018
New Revision: 19645

Log:
xscreensaver-5.38

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/xscreensaver.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 10:05:20 
2018(r19644)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 10:14:03 
2018(r19645)
@@ -45,6 +45,10 @@
   January 3rd, 2018
   
 
+  [ken] Update to xscreensaver-5.38
+  #10202.
+
+
   [ken] Update to xorg-server-1.19.6. Fixes
   #10201.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Jan  3 10:05:20 2018(r19644)
+++ trunk/BOOK/packages.ent Wed Jan  3 10:14:03 2018(r19645)
@@ -753,7 +753,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/xsoft/other/xscreensaver.xml
==
--- trunk/BOOK/xsoft/other/xscreensaver.xml Wed Jan  3 10:05:20 2018
(r19644)
+++ trunk/BOOK/xsoft/other/xscreensaver.xml Wed Jan  3 10:14:03 2018
(r19645)
@@ -6,10 +6,10 @@
 
   http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz";>
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10202: xscreensaver-5.38

2018-01-03 Thread BLFS Trac via blfs-book
#10202: xscreensaver-5.38
-+-
 Reporter:  bdubbs@… |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r19645

--
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] #10201: xorg-server-1.19.6

2018-01-03 Thread BLFS Trac via blfs-book
#10201: xorg-server-1.19.6
-+-
 Reporter:  bdubbs@… |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 r19644

--
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] #10228: unixODBC-2.3.5

2018-01-03 Thread BLFS Trac via blfs-book
#10228: unixODBC-2.3.5
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 2-Jan-2018
 2.3.5

   (note: last update was Aug 2015)

 * Add configure option --enable-setlibversion set mark the libs with
 VERS_3.52
   Linux only, so any driver built with the libs will work with closed
 source
   DM's
 * Add persistent storage of isql command line history if readline() is
 used (thanks Axel)
 * Rename some local mutex functions to avoid name clashes
 * Assorted fixes (Thanks Markus * 2)
 * Fix regression in ini caching
 * Make SQLDrivers look in user as well as system odbcinst.ini for
 driver attributes
 * If in use, clear the ini cache when a write is done via
 SQLWritePrivateProfileString() so
   the new value is read
 * Fix problem with pooling if the environment was released by the
 application
 * Add check for SQL_COLUMN_COUNT in SQLColAttribute
 * isql would not display long error messages. Fixed now.
 * Fix problem calling the driver to report errors if the error is from
 the DM and the driver
   has not been called
 * SQLSetConnectAttrW crashes when attempting to set
 SQL_ATTR_LOGIN_TIMEOUT
 * Buffer overflow in unicode_to_ansi_copy()
 * SQLDriverConnect with not-found FILEDSN causes crash
 * SQLGetDescRec with null name pointer causes crash
 * Connection string escaping does not work
 * SQLDriverConnect/W with very long driver name causes crash
 * Connection string with trailing empty value causes crash
 * Freeing explicitly allocated descriptor results in writing to freed
 memory
 * Buffer overflows and missing null checks in SQLConfigDataSource,
 SQLInstallDriverEx, and SQLWriteFileDSN
 * Statement enters incorrect state upon SQLExecDirectW returning
 SQL_NO_DATA
 * SQLBulkOperations fails to exit async state after success
 * SQLFreeStmt causes prepared statements in S1 or S2 to erroneously
 transition to S3
 * Buffer length fixes for SQLGetDiagField
 * SQLSetConnectAttrW and Unicode string pre-connect attributes do not
 work
 * SQLGetData and SQLSetPos async states are incorrect
 * Various string conversion and length issues in SQLColAttribute(s)
 * Missing buffer length check in SQLColAttribute(s)W
 * SQLGetStmtAttr state handling incorrect in S5, S6, and S7 (via
 SQLExtendedFetch)
 * SQLSetPos and SQLExtendedFetch state management fixes
 * SQLExecDirect/W erroneous transition to S1 upon error in S5
 * Async SQLGetData and SQLExecDirect/W fails to restore state upon
 cancellation
 * SQLFetchScroll cannot move cursor back into the rowset
 * SQLSetDescField doesn't adjust the length of the buffer when
 converting to unicode
 * SQLGetDescField/W and SQLSetDescField/W do not check for negative
 buffer lengths
 * SQLSetStmtAttrW SQL_ATTR_APP_PARAM_DESC and SQL_ATTR_APP_ROW_DESC
 does not accept null
 * SQLGetData async state reentrancy issues
 * SQLDriversW off-by-one in enumerating driver list
 * SQLPrimaryKeys does not pass length in characters to driver
 * SQLGetConnectAttr with string attributes truncates to half buffer
 length
 * SQLTransact with autocommit enabled erroneously changes statement
 state
 * SQLDataSources/W fails to reset list position upon end
 * SQLGetEnvAttr successfully returns unset SQL_ATTR_ODBC_VERSION
 * Lack of SQL_HANDLE_SENV support
 * SQLAllocEnv fails to set environment version correctly
 * SQLMoreResults with streamed output parameters returns unexpected
 HY010
 * Custom pre-connect pointer attributes are truncated to 32 bits
 * 08003 message should be "Connection not open"
 * SQL_ATTR_ACCESS_MODE set using SQLSetConnectOption/W before
 connecting does not persist after disconnecting
 * SQL_ATTR_AUTOCOMMIT incorrect default value before connecting
 * SQL_AUTOCOMMIT set using SQLSetConnectOption/W before connecting
 does not persist after disconnecting
 * SQLAllocHandle/SQLFreeHandle with invalid handle type should return
 SQL_INVALID_HANDLE
 * SQLAllocHandleStd not setting ODBC version correctly
 * SQLBindParameter does not ignore BufferLength for DAE parameters
 * SQLBindParameter does not ignore BufferLength for fixed-length
 parameters
 * SQLBindParameter returns "Invalid application buffer type" instead
 of " Program type out of range"
 * SQLCancel with 01S05 returned from driver should result in
 SQL_SUCCESS, not SQL_SUCCESS_WITH_INFO
   (see https://msdn.microsoft.com/en-us/library/aa392708(v=vs.85).aspx
 )
 * SQLColAttribute/SQLColAttributes should return number of bytes
 needed for Unicode 

[blfs-book] r19644 - in trunk/BOOK: . introduction/welcome x/installing

2018-01-03 Thread via blfs-book
Author: ken
Date: Wed Jan  3 10:05:20 2018
New Revision: 19644

Log:
xorg-server-1.19.6

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/xorg-server.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 09:39:55 
2018(r19643)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 10:05:20 
2018(r19644)
@@ -45,6 +45,10 @@
   January 3rd, 2018
   
 
+  [ken] Update to xorg-server-1.19.6. Fixes
+  #10201.
+
+
   [ken] Update to nfs-utils-2.3.1 and move start-statd to
   /usr/sbin. Fixes
   #10200 and

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Jan  3 09:39:55 2018(r19643)
+++ trunk/BOOK/packages.ent Wed Jan  3 10:05:20 2018(r19644)
@@ -539,7 +539,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/installing/xorg-server.xml
==
--- trunk/BOOK/x/installing/xorg-server.xml Wed Jan  3 09:39:55 2018
(r19643)
+++ trunk/BOOK/x/installing/xorg-server.xml Wed Jan  3 10:05:20 2018
(r19644)
@@ -6,11 +6,11 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
-  
+  
 ]>
 
 
@@ -204,7 +204,7 @@
   --disable-systemd-logind: Do not build
   systemd-logind support, otherwise, an error (EE), logged in
   /var/log/Xorg.0.log, occurs when starting the X
-  server.  Systemd is not supported by this version of BLFS.
+  server.  Systemd is not supported by this (sysv) version of BLFS.
 
 
 
@@ -248,7 +248,7 @@
   cvt, gtf, X, Xnest, Xorg, and Xvfb; optional: dmxaddinput,
   dmxaddscreen, dmxinfo, dmxreconfig, dmxresize, dmxrminput,
   dmxrmscreen, dmxtodmx, dmxwininfo, vdltodmx, Xdmx, xdmxconfig, 
Xephyr,
-  and Xfbdev
+  Xfbdev and Xwayland
 
 
   several under $XORG_PREFIX/lib/xorg/modules/{,drivers,extensions}
@@ -399,6 +399,20 @@
   
 
   
+
+  
+Xwayland
+
+  
+allows the X server to run X clients under wayland (i.e. wayland
+provides the input devices and handles the presentation of the
+windows).
+  
+  
+Xwayland
+  
+
+  
 
   
 modesetting_drv.so
-- 
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] #10200: nfs-utils-2.3.1

2018-01-03 Thread BLFS Trac via blfs-book
#10200: nfs-utils-2.3.1
-+-
 Reporter:  bdubbs@… |   Owner:  ken@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by ken@…):

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


Comment:

 Replying to [comment:9 ken@…]:
 > Just a note that the systemd book has a note about nfsver=3, but (on
 sysv) that is partly out of date - with this version of nfs-utils, and
 also 2.2, mount works (as noted near the start), but generates a log
 message on every mount [ I write my backups to nfs, so I do a lot of
 mounting ].

 OK, so it's a long page, particularly when I expand the text to a readable
 size, and I'm working on a short monitor. The Note is in both. I've now
 added a second paragraph for this situation, and mentioned the note when
 we later talk about most of the options being negotiated.

 r19643.

--
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] #10227: nano-2.9.2

2018-01-03 Thread BLFS Trac via blfs-book
#10227: nano-2.9.2
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 2018.01.02 - GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
 state when undoing/redoing (also when the file was saved
 somewhere midway), improves the undoing of an automatic
 linefeed at EOF, fixes a build issue on the BSDs, shows
 the cursor again when compiled with --withslang, renames
 the option 'justifytrim' to 'trimblanks' because it will
 now snip trailing whitespace also while you are typing
 (and hard-wrapping is enabled), continues pushing words
 to the next line much longer (when hard-wrapping), makes
  and  indent and unindent a marked region,
 allows unindenting when not all lines are indented, lets a
 region marked with Shift persist when indenting/unindenting
 or commenting/uncommenting it, and in those cases excludes
 the last line of the region when it is not visibly marked
 (which makes for a more intuitive behavior).

--
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] #10203: systemd configuration for nfs-client (only) does not work properly

2018-01-03 Thread BLFS Trac via blfs-book
#10203: systemd configuration for nfs-client (only) does not work properly
--+-
 Reporter:  bdubbs@…  |   Owner:  ken@…
 Type:  defect|  Status:  closed
 Priority:  normal|   Milestone:  8.2
Component:  systemd   | Version:  SVN
 Severity:  normal|  Resolution:  fixed
 Keywords:|
--+-
Changes (by ken@…):

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


Comment:

 If I've understood correctly, upgrading to nfs-utils-2.3.1 and moving
 start-statd will solve this. Fixed in r19643.

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

2018-01-03 Thread via blfs-book
Author: ken
Date: Wed Jan  3 09:39:55 2018
New Revision: 19643

Log:
nfs-utils-2.3.1 and move start-statd from /sbin to /usr/sbin.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Jan  2 20:45:49 
2018(r19642)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Wed Jan  3 09:39:55 
2018(r19643)
@@ -45,6 +45,12 @@
   January 3rd, 2018
   
 
+  [ken] Update to nfs-utils-2.3.1 and move start-statd to
+  /usr/sbin. Fixes
+  #10200 and
+  #10203.
+
+
   [dj] Update to samba-4.7.4. Fixes
   #10208.
 

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==
--- trunk/BOOK/networking/netprogs/nfs-utils.xmlTue Jan  2 20:45:49 
2018(r19642)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xmlWed Jan  3 09:39:55 
2018(r19643)
@@ -4,11 +4,11 @@
   
   %general-entities;
 
-  
+  
   
-  
-  
-  
+  
+  
+  
   
 ]>
 
@@ -124,6 +124,12 @@
 if that option is enabled in the client's kernel,
 for example in a distro trying to mount from a BLFS v3 server.
   
+  
+Even if neither end of the connection supports nfs v4, adding
+nfsver=3 is still beneficial because it prevents an
+error message "NFS: bad mount option value specified: minorversion=1"
+being logged on every mount.
+  
 
 
 
@@ -173,20 +179,26 @@
 --disable-gss &&
 make
 
+
+This package does not come with a working test suite."
+
 Now, as the root 
user:
 
 
 
-make install   &&
-chmod u+w,go+r /sbin/mount.nfs &&
+make install  &&
+mv -v /sbin/start-statd /usr/sbin &&
+chmod u+w,go+r /sbin/mount.nfs&&
 chown nobody.nogroup /var/lib/nfs
 
+
 
   
 
@@ -315,7 +327,8 @@
 
   The options which can be used are specified in man 5 
nfs.
   If both the client and server are running recent versions of linux, most 
of the
-  options will be negotiated. You can specify either rw 
or
+  options will be negotiated (but see the Note above on nfsver=3). You can 
specify
+  either rw or
   ro, _netdev if the filesystem is 
to be
   automatically mounted at boot, or noauto (and perhaps
   user) for other filesystems.

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue Jan  2 20:45:49 2018(r19642)
+++ trunk/BOOK/packages.ent Wed Jan  3 09:39:55 2018(r19643)
@@ -433,7 +433,7 @@
 
 
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #10227, #10228

2018-01-03 Thread BLFS Trac via blfs-book
Batch modification to #10227, #10228 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] [BLFS Trac] #10227: nano-2.9.2

2018-01-03 Thread BLFS Trac via blfs-book
#10227: nano-2.9.2
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
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

Re: [blfs-book] [BLFS Trac] #10203: systemd configuration for nfs-client (only) does not work properly

2018-01-03 Thread BLFS Trac via blfs-book
#10203: systemd configuration for nfs-client (only) does not work properly
--+---
 Reporter:  bdubbs@…  |   Owner:  ken@…
 Type:  defect|  Status:  assigned
 Priority:  normal|   Milestone:  8.2
Component:  systemd   | Version:  SVN
 Severity:  normal|  Resolution:
 Keywords:|
--+---
Changes (by ken@…):

 * owner:   => ken@…
 * status:  new => assigned


Comment:

 I'm about to update nfs-utils, I'll move start-statd in the same commit.

--
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] #10228: unixODBC-2.3.5

2018-01-03 Thread BLFS Trac via blfs-book
#10228: unixODBC-2.3.5
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
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] #10229: plasma5-5.11.5 libkscreen (hold until Feb)

2018-01-03 Thread BLFS Trac via blfs-book
#10229: plasma5-5.11.5 libkscreen (hold until Feb)
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-


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

2018-01-03 Thread via blfs-book
Missing gc-7.6.2.tar.gz
Missing dhcpcd-7.0.0.tar.xz
Missing samba-4.7.4.tar.gz
Missing libreoffice-5.4.4.2.tar.xz
Missing libreoffice-dictionaries-5.4.4.2.tar.xz
Missing libreoffice-help-5.4.4.2.tar.xz
Missing libreoffice-translations-5.4.4.2.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page