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

2020-12-31 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Dec 31 16:40:41 2020
New Revision: 12078

Log:
bc: remove unnecessary CFLAGS variable setting

Modified:
   trunk/BOOK/chapter08/bc.xml

Modified: trunk/BOOK/chapter08/bc.xml
==
--- trunk/BOOK/chapter08/bc.xml Thu Dec 31 16:37:16 2020(r12077)
+++ trunk/BOOK/chapter08/bc.xml Thu Dec 31 16:40:41 2020(r12078)
@@ -43,7 +43,7 @@
 
 Prepare Bc for compilation:
 
-PREFIX=/usr CC=gcc CFLAGS="-std=c99" 
./configure.sh -G -O3
+PREFIX=/usr CC=gcc ./configure.sh -G 
-O3
 
 
   The meaning of the configure options:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


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

2020-12-31 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Dec 31 16:37:16 2020
New Revision: 12077

Log:
chapter08/readline: remove one unneeded chmod

Modified:
   trunk/BOOK/chapter08/readline.xml

Modified: trunk/BOOK/chapter08/readline.xml
==
--- trunk/BOOK/chapter08/readline.xml   Thu Dec 31 16:35:52 2020(r12076)
+++ trunk/BOOK/chapter08/readline.xml   Thu Dec 31 16:37:16 2020(r12077)
@@ -98,7 +98,6 @@
 and fix up some permissions and symbolic links:
 
 mv -v /usr/lib/lib{readline,history}.so.* 
/lib
-chmod -v u+w /lib/lib{readline,history}.so.*
 ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
 ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) 
/usr/lib/libhistory.so
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


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

2020-12-31 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Dec 31 16:35:52 2020
New Revision: 12076

Log:
chapter08/zstd: run the tests

Modified:
   trunk/BOOK/chapter08/zstd.xml

Modified: trunk/BOOK/chapter08/zstd.xml
==
--- trunk/BOOK/chapter08/zstd.xml   Thu Dec 31 10:09:34 2020(r12075)
+++ trunk/BOOK/chapter08/zstd.xml   Thu Dec 31 16:35:52 2020(r12076)
@@ -46,7 +46,9 @@
 
 make
 
-This package does not come with a test suite.
+To test the results, issue:
+
+make check
 
 Install the package:
 
-- 
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] Batch modify: #4772, #4773, #4774, #4775, #4776, #4777, #4779

2020-12-31 Thread LFS Trac via lfs-book
Batch modification to #4772, #4773, #4774, #4775, #4776, #4777, #4779 by bdubbs:


Action: resolve

Comment:
Fixed at revision 12074.

--
Tickets 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] r12074 - in trunk/BOOK: . chapter01 chapter08

2020-12-31 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Thu Dec 31 09:20:49 2020
New Revision: 12074

Log:
Happy New Year.

Update to vim-8.2.2253.
Update to iana-etc-20201229. 
Update to gdbm-1.19. 
Update to tzdata-2020f. 
Update to man-pages-5.10. 
Update to iproute2-5.10.0. 
Update to zstd-1.4.8. 
Update to kbd-2.4.0. 
Update to linux-5.10.4.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter08/gdbm.xml
   trunk/BOOK/chapter08/kbd.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==
--- trunk/BOOK/chapter01/changelog.xml  Wed Dec 30 02:42:28 2020(r12073)
+++ trunk/BOOK/chapter01/changelog.xml  Thu Dec 31 09:20:49 2020(r12074)
@@ -44,6 +44,48 @@
 -->
 
   
+  2021-01-01
+
+  [bdubbs] - Update to vim-8.2.2253. Addresses
+  #4500.
+
+
+  [bdubbs] - Update to iana-etc-20201229. Addresses
+  #4722.
+
+
+  [bdubbs] - Update to gdbm-1.19. Fixes
+  #4779.
+
+
+  [bdubbs] - Update to tzdata-2020f. Fixes
+  #4777.
+
+
+  [bdubbs] - Update to man-pages-5.10. Fixes
+  #4776.
+
+
+  [bdubbs] - Update to iproute2-5.10.0. Fixes
+  #4775.
+
+
+  [bdubbs] - Update to zstd-1.4.8. Fixes
+  #4774.
+
+
+  [bdubbs] - Update to kbd-2.4.0. Fixes
+  #4773.
+
+
+  [bdubbs] - Update to linux-5.10.4. Fixes
+  #4772.
+
+  
+
+
+
+  
   2020-12-15
 
   [bdubbs] - Update to libcap-2.46. Fixes

Modified: trunk/BOOK/chapter01/whatsnew.xml
==
--- trunk/BOOK/chapter01/whatsnew.xml   Wed Dec 30 02:42:28 2020(r12073)
+++ trunk/BOOK/chapter01/whatsnew.xml   Thu Dec 31 09:20:49 2020(r12074)
@@ -99,9 +99,9 @@
 
-
+
 
@@ -138,9 +138,9 @@
 
   IPRoute2-&iproute2-version;
 
-
+
 
@@ -261,9 +261,9 @@
 
-
+
   
 
   
 Prepare GDBM for compilation:
 
 ./configure --prefix=/usr\

Modified: trunk/BOOK/chapter08/kbd.xml
==
--- trunk/BOOK/chapter08/kbd.xmlWed Dec 30 02:42:28 2020(r12073)
+++ trunk/BOOK/chapter08/kbd.xmlThu Dec 31 09:20:49 2020(r12074)
@@ -88,10 +88,6 @@
 
 make install
 
-Remove an internal library installed unintentionally:
-
-rm -v 
/usr/lib/libtswrap.{a,la,so*}
-
 
   For some languages (e.g., Belarusian) the Kbd package doesn't
   provide a useful keymap where the stock by keymap assumes

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Wed Dec 30 02:42:28 2020(r12073)
+++ trunk/BOOK/general.ent  Thu Dec 31 09:20:49 2020(r12074)
@@ -1,15 +1,15 @@
-
+
   
  
 
-
+
 
  
 
-
+
 
-
+
 
 http://www.linuxfromscratch.org/";>
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Wed Dec 30 02:42:28 2020(r12073)
+++ trunk/BOOK/packages.ent Thu Dec 31 09:20:49 2020(r12074)
@@ -238,10 +238,10 @@
 
 
 
-
-
+
+
 
-
+
 
 
 
@@ -319,10 +319,10 @@
 
 
 
-
+
 
 https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz";>
-
+
 https://www.iana.org/protocols";>
 
 
@@ -343,18 +343,18 @@
 
 
 
-
-
+
+
 
-
+
 
 
 
 
-
-
+
+
 https://www.kernel.org/pub/linux/utils/kbd/kbd-&kbd-version;.tar.xz";>
-
+
 http://ftp.altlinux.org/pub/people/legion/kbd";>
 
 
@@ -416,13 +416,13 @@
 
 
 
-
-
+
+
 
 
-
+
 
-
+
 https://www.kernel.org/";>
 
 
-
+
 https://www.vim.org";>
 
 
@@ -737,10 +737,10 @@
 
 
 
-
-
+
+
 https://github.com/facebook/zstd/releases/download/v&zstd-version;/zstd-&zstd-version;.tar.gz";>
-
+
 https://facebook.github.io/zstd/";>
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-book] [LFS Trac] #4779: gdbm-1.19

2020-12-31 Thread LFS Trac via lfs-book
#4779: gdbm-1.19
+---
 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):

 Version 1.19 - 2020-12-23

 * Pre-read the memory mapped regions on systems that support it.
   - This speeds up operations on big databases.

 * gdbmtool: tagged initialization of structured data
   - Initializers for structured data can be given in tagged form, e.g.:
   - store somekey { status=2, id={a,u,x}, name="foo" }

 * Bugfixes:
   - Preserve locking type during database reorganization

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


Re: [lfs-book] [LFS Trac] #4777: tzdata-2020f

2020-12-31 Thread LFS Trac via lfs-book
#4777: tzdata-2020f
+---
 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):

 {{{
 Release 2020f - 2020-12-29 00:17:46 -0800

   Change to build procedure

 'make rearguard_tarballs' no longer generates a bad rearguard.zi,
 fixing a 2020e bug.  (Problem reported by Deborah Goldsmith.)


 Release 2020e - 2020-12-22 15:14:34 -0800

   Briefly:
 Volgograd switches to Moscow time on 2020-12-27 at 02:00.

   Changes to future timestamps

 Volgograd changes time zone from +04 to +03 on 2020-12-27 at 02:00.

   Changes to past timestamps

 Correct many pre-1986 transitions, fixing entries originally
 derived from Shanks.  The fixes include:
   - Australia: several 1917 through 1971 transitions
   - Bahamas: several 1941 through 1945 transitions
   - Bermuda: several 1917 through 1956 transitions
   - Belize: several 1942 through 1968 transitions
   - Ghana: several 1915 through 1956 transitions
   - Israel and Palestine: several 1940 through 1985 transitions
   - Kenya and adjacent: several 1908 through 1960 transitions
   - Nigeria and adjacent: correcting LMT in Lagos, and several 1905
 through 1919 transitions
   - Seychelles: the introduction of standard time in 1907, not 1906
   - Vanuatu: DST in 1973-1974, and a corrected 1984 transition

 Because of the Australia change, Australia/Currie (King Island) is
 no longer needed, as it is identical to Australia/Hobart for all
 timestamps since 1970 and was therefore created by mistake.
 Australia/Currie has been moved to the 'backward' file and its
 corrected data moved to the 'backzone' file.

   Changes to past time zone abbreviations and DST flags

 To better match legislation in Turks and Caicos, the 2015 shift to
 year-round observance of -04 is now modeled as AST throughout before
 returning to Eastern Time with US DST in 2018, rather than as
 maintaining EDT until 2015-11-01.

   Changes to documentation

 The zic man page now documents zic's coalescing of transitions
 when a zone falls back just before DST springs forward.
 }}}

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


Re: [lfs-book] [LFS Trac] #4775: iproute2-5.10.0

2020-12-31 Thread LFS Trac via lfs-book
#4775: iproute2-5.10.0
+---
 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):

 From announcement:
 {{{
 man: tc-flower: fix manpage
 devlink: fix memory leak in cmd_dev_flash()
 tc: pedit: fix memory leak in print_pedit
 ss: mptcp: fix add_addr_accepted stat print
 ip xfrm: support printing XFRMA_SET_MARK_MASK attribute in states
 ip xfrm: support setting XFRMA_SET_MARK_MASK attribute in states
 ss: add support for xdp statistics
 Update kernel headers
 m_vlan: add pop_eth and push_eth actions
 m_mpls: add mac_push action
 m_mpls: test the 'mac_push' action after 'modify'
 tc-vlan: fix help and error message strings
 tc-mpls: fix manpage example and help message string
 tipc: support 128bit node identity for peer removing
 devlink: support setting the overwrite mask attribute
 devlink: display elapsed time during flash update
 ip: promote missed packets to the -s row
 devlink: Add health reporter test command support
 libnetlink: add rtattr_for_each_nested() iteration macro
 libnetlink: add nl_print_policy() helper
 genl: ctrl: support dumping netlink policy
 genl: ctrl: print op -> policy idx mapping
 libnetlink: define __aligned conditionally
 ip/netns: use flock when setting up /run/netns
 tc/mqprio: json-ify output
 bridge: mdb: add support for source address
 bridge: mdb: print fast_leave flag
 bridge: mdb: show igmpv3/mldv2 flags
 bridge: mdb: print filter mode when available
 bridge: mdb: print source list when available
 bridge: mdb: print protocol when available
 devlink: Show external port attribute
 devlink: Show controller number of a devlink port
 iplink: add support for protodown reason
 tipc: add option to set master key for encryption
 tipc: add option to set rekeying for encryption
 iproute2: ss: add support to expose various inet sockopts
 }}}

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


Re: [lfs-book] [LFS Trac] #4774: zstd-1.4.8

2020-12-31 Thread LFS Trac via lfs-book
#4774: zstd-1.4.8
+---
 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):

 {{{
 v1.4.8  (Dec 18, 2020)
 hotfix: wrong alignment of an internal buffer

 v1.4.7  (Dec 16, 2020)
 perf: stronger --long mode at high compression levels, by @senhuang42
 perf: stronger --patch-from at high compression levels, thanks to --long
 improvements
 perf: faster dictionary compression at medium compression levels, by
 @felixhandte
 perf: small speed & memory usage improvements for ZSTD_compress2(), by
 @terrelln
 perf: improved fast compression speeds with Visual Studio, by @animalize
 cli : Set nb of threads with environment variable ZSTD_NBTHREADS, by
 @senhuang42
 cli : accept decompressing files with *.zstd suffix
 cli : provide a condensed summary by default when processing multiple
 files
 cli : fix : stdin input no longer confused as user prompt
 cli : improve accuracy of several error messages
 api : new sequence ingestion API, by @senhuang42
 api : shared thread pool: control total nb of threads used by multiple
 compression jobs, by @marxin
 api : new ZSTD_getDictID_fromCDict(), by @LuAPi
 api : zlibWrapper only uses public API, and is compatible with dynamic
 library, by @terrelln
 api : fix : multithreaded compression has predictable output even in
 special cases (see #2327) (issue not accessible from cli)
 api : fix : dictionary compression correctly respects dictionary
 compression level (see #2303) (issue not accessible from cli)
 build: fix cmake script when using path with spaces, by @terrelln
 build: improved compile-time detection of aarch64/neon platforms, by
 @bsdimp
 build: Fix building on AIX 5.1, by @likema
 build: compile paramgrill with cmake on Windows, requested by @mirh
 doc : clarify repcode updates in format specification, by @felixhandte

 v1.4.6
 fix : Always return dstSize_tooSmall when that is the case
 fix : Fix ZSTD_initCStream_advanced() with static allocation and no
 dictionary
 perf: Improve small block decompression speed by 20%+, by @terrelln
 perf: Reduce compression stack usage by 1 KB, by @terrelln
 perf: Improve decompression speed by improving ZSTD_wildcopy, by @helloguo
 (#2252, #2256)
 perf: Improve histogram construction, by @cyan4973 (#2253)
 cli : Add --output-dir-mirror option, by @xxie24 (#2219)
 cli : Warn when (de)compressing multiple files into a single output, by
 @senhuang42 (#2279)
 cli : Improved progress bar and status summary when (de)compressing
 multiple files, by @senhuang42 (#2283)
 cli : Call stat less often, by @felixhandte (#2262)
 cli : Allow --patch-from XXX and --filelist XXX in addition to --patch-
 from=XXX and --filelist=XXX, by @cyan4973 (#2250)
 cli : Allow --patch-from to compress stdin with --stream-size, by
 @bimbashrestha (#2206)
 api : Do not install zbuff.h, since it has long been deprecated, by
 @cyan4973 (#2166).
 api : Fix ZSTD_CCtx_setParameter() with ZSTD_c_compressionLevel to make 0
 mean default level, by @i-do-cpp (#2291)
 api : Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX, by @marxin
 (#2228).
 build: Install pkg-config file with CMake and MinGW, by @tonytheodore
 (#2183)
 build: Install DLL with CMake on Windows, by @BioDataAnalysis (#2221)
 build: Fix DLL install location with CMake, by @xantares and
 @bimbashrestha (#2186)
 build: Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
 build: Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics
 build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC,
 by @Niadb (#2258)
 build: Fix -Wcomma warnings, by @cwoffenden
 build: Remove distutils requirement for meson build, by @neheb (#2197)
 build: Fix cli compilation with uclibc
 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)
 build: Fix shadowing warnings in library
 build: Fix single file library compilation with Enscripten, by @yoshihitoh
 (#2227)
 misc: Improve single file library and include dictBuilder, by @cwoffenden
 misc: Allow compression dictionaries with missing symbols
 misc: Add freestanding translation script in contrib/freestanding_lib
 misc: Collect all of zstd's libc dependencies into zstd_deps.h
 doc : Add ZSTD_versionString() to manual, by @animalize
 doc : Fix documentation for ZSTD_CCtxParams_setParameter(), by
 @felixhandte (#2270)
 }}}

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


Re: [lfs-book] [LFS Trac] #4773: kbd-2.4.0

2020-12-31 Thread LFS Trac via lfs-book
#4773: kbd-2.4.0
+---
 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):

 Changes

 Keymaps:
 - fi.map: use newly added deadkeys
 - Added support for a few derivatives of neo
 Fonts:
 - Updated sun12x22 font
 - Updated solar24x32 font
 libkeymap:
 - Added additional deadkeys

--
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 Package Currency Check - 2020-12-31 11:50:01 GMT

2020-12-31 Thread bdubbs--- via lfs-book
Package LFS  Upstream  Flag

acl 2.2.53 2.2.53 
attr2.4.48 2.4.48 
autoconf2.70   2.70   
automake1.16.3 1.16.3 
bash5.15.1
bc  3.2.4  3.2.4  
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.19   *
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-etc20201124   20201229   *
inetutils   1.9.4  1.9.4  
intltool0.51.0 0.51.0 
iproute25.9.0  5.10.0 *
kbd 2.3.0  2.4.0  *
kmod27 27 
less563563
lfs-bootscripts 20201019   20201019   
libcap  2.46   2.46   
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.9.14 5.10.4 *
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.3  
man-pages   5.09   5.10   *
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.2 1.10.2 
openssl 1.1.1i 1.1.1i 
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.1  3.9.1  
readline8.18.1
sed 4.84.8
shadow  4.8.1  4.8.1  
sysklogd1.5.1  1.5.1  
systemd 247247
sysvinit2.98   2.98   
tar 1.32   1.32   
tcl 8.6.10 8.6.10 
texinfo 6.76.7
tzdata  2020d  2020f  *
udev-lfs20171102   20171102   
util-linux  2.36.1 2.36.1 
vim 8.2.2070   8.2.2251   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.5  1.4.8  *

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