Re: [lfs-book] [LFS Trac] #4756: sysvinit-2.98

2020-11-17 Thread LFS Trac via lfs-book
#4756: sysvinit-2.98
+---
 Reporter:  bdubbs  |   Owner:  lfs-book
 Type:  task|  Status:  new
 Priority:  normal  |   Milestone:  10.1
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by bdubbs):

 sysvinit (2.98) released; urgency=low

 * Fixed time parsing in shutdown when there is a + in front of a 0
 time offset.
   Commands with a postiive time offset (+1) would work but +0 fails.

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] [LFS Trac] #4756: sysvinit-2.98

2020-11-17 Thread LFS Trac via lfs-book
#4756: sysvinit-2.98
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.1
Component:  Book|Version:  SVN
 Severity:  normal  |   Keywords:
+--
 New minor version.

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12061 - trunk/BOOK/chapter08

2020-11-17 Thread pierre--- via lfs-book
Author: pierre
Date: Tue Nov 17 06:50:35 2020
New Revision: 12061

Log:
Adapt libcap instruction to the new libpsx.so shared library (was only static
before)

Modified:
   trunk/BOOK/chapter08/libcap.xml

Modified: trunk/BOOK/chapter08/libcap.xml
==
--- trunk/BOOK/chapter08/libcap.xml Sun Nov 15 08:44:17 2020(r12060)
+++ trunk/BOOK/chapter08/libcap.xml Tue Nov 17 06:50:35 2020(r12061)
@@ -43,9 +43,9 @@
   
 Installation of Libcap
 
-Prevent a static library from being installed:
+Prevent static libraries from being installed:
 
-sed -i '/install -m.*STACAPLIBNAME/d' 
libcap/Makefile
+sed -i '/install -m.*STA/d' 
libcap/Makefile
 
 Compile the package:
 
@@ -72,10 +72,11 @@
 Install the package and do some cleanup:
 
 make lib=lib 
PKGCONFIGDIR=/usr/lib/pkgconfig install
-chmod -v 755 /lib/libcap.so.
-mv -v /lib/libpsx.a /usr/lib
-rm -v /lib/libcap.so
-ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so
+for libname in cap psx; do
+chmod -v 755 /lib/lib${libname}.so.
+rm -v /lib/lib${libname}.so
+ln -sfv ../../lib/lib${libname}.so.2 /usr/lib/lib${libname}.so
+done
 
   
 
@@ -88,7 +89,7 @@
 
   
 capsh, getcap, getpcaps, and setcap
-libcap.so and libpsx.a
+libcap.so and libpsx.so
   
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] LFS Package Currency Check - 2020-11-17 11:50:01 GMT

2020-11-17 Thread bdubbs--- via lfs-book
Package LFS  Upstream  Flag

acl 2.2.53 2.2.53 
attr2.4.48 2.4.48 
autoconf2.69   2.69   
automake1.16.2 1.16.2 
bash5.05.0
bc  3.1.6  3.1.6  
binutils2.35.1 2.35.1 
bison   3.7.4  3.7.4  
bzip2   1.0.8  1.0.8  
check   0.15.2 0.15.2 
coreutils   8.32   8.32   
dbus1.12.201.12.20
dejagnu 1.6.2  1.6.2  
diffutils   3.73.7
e2fsprogs   1.45.6 1.45.6 
elfutils0.182  0.182  
eudev   3.2.9  3.2.9  
expat   2.2.10 2.2.10 
expect  5.45.4 5.45.4 
file5.39   5.39   
findutils   4.7.0  4.7.0  
flex2.6.4  2.6.4  
gawk5.1.0  5.1.0  
gcc 10.2.0 10.2.0 
gdbm1.18.1 1.18.1 
gettext 0.21   0.21   
glibc   2.32   2.32   
gmp 6.2.1  6.2.1  
gperf   3.13.1
grep3.63.6
groff   1.22.4 1.22.4 
grub2.04   2.04   
gzip1.10   1.10   
iana-etc20201110   20201110   
inetutils   1.9.4  1.9.4  
intltool0.51.0 0.51.0 
iproute25.9.0  5.9.0  
kbd 2.3.0  2.3.0  
kmod27 27 
less563563
lfs-bootscripts 20201019   20201019   
libcap  2.45   2.45   
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.9.8  5.9.8  
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.3  
man-pages   5.09   5.09   
meson   0.56.0 0.56.0 
mpc 1.2.1  1.2.1  
mpfr4.1.0  4.1.0  
ncurses 6.26.2
ninja   1.10.1 1.10.1 
openssl 1.1.1h 1.1.1h 
patch   2.7.6  2.7.6  
perl5.32.0 5.32.0 
pkg-config  0.29.2 0.29.2 
procps-ng   3.3.16 3.3.16 
psmisc  23.3   23.3   
Python  3.9.0  3.9.0  
readline8.08.0
sed 4.84.8
shadow  4.8.1  4.8.1  
sysklogd1.5.1  1.5.1  
systemd 246246
sysvinit2.97   2.98   *
tar 1.32   1.32   
tcl 8.6.10 8.6.10 
texinfo 6.76.7
tzdata  2020d  2020d  
udev-lfs20171102   20171102   
util-linux  2.36   2.36.1 *
vim 8.2.1845   8.2.2000   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.5  1.4.5  

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