diff --git a/general/genlib/exempi.xml b/general/genlib/exempi.xml index e299547914..90bbae4a9e 100644 --- a/general/genlib/exempi.xml +++ b/general/genlib/exempi.xml @@ -6,9 +6,9 @@ - + - + ]> diff --git a/general/genlib/nspr.xml b/general/genlib/nspr.xml index ef4cddac52..3ab12ea3c2 100644 --- a/general/genlib/nspr.xml +++ b/general/genlib/nspr.xml @@ -6,9 +6,9 @@ - + - + ]> diff --git a/general/prog/mercurial.xml b/general/prog/mercurial.xml index 5bf3ac70a0..167a286b68 100644 --- a/general/prog/mercurial.xml +++ b/general/prog/mercurial.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -120,13 +120,14 @@ EOF TESTFLAGS="-j<N> --tmpdir tmp --blacklist blacklists/failed-tests" make check where <N> is an integer between one - and the number of ( processor X threads ), inclusive. One test, - test-gpg.t, fails if is not installed. In order to - investigate any other apparently failing tests, you may use the + and the number of ( processor X threads ), inclusive. One test, test-gpg.t, + fails if is not installed. One other test, + test-bundle2-exchange.t, is known to fail. In order to investigate any + other apparently failing tests, you may use the run-tests.py script. To see the almost forty switches, - some of them very useful, issue tests/run-tests.py --help. - Running the following commands, you will execute only the tests that failed - before: + some of them very useful, issue tests/run-tests.py + --help. Running the following commands, you will execute only + the tests that failed before: pushd tests && rm -rf tmp && diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 17805578a3..e7674f0676 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,22 @@ March 16th, 2018 + + [bdubbs] - Update to cryptsetup-2.0.2. Fixes + #10504. + + + [bdubbs] - Update to mercurial-4.5.2. Fixes + #10488. + + + [bdubbs] - Update to exempi-2.4.5. Fixes + #10486. + + + [bdubbs] - Update to nspr-4.19. Fixes + #10475. + [bdubbs] - Update to libical-3.0.3. Fixes #10472. diff --git a/packages.ent b/packages.ent index 9925d57540..94a796bed6 100644 --- a/packages.ent +++ b/packages.ent @@ -11,8 +11,8 @@ - - + + @@ -97,7 +97,7 @@ - + @@ -174,7 +174,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + @@ -322,7 +322,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/postlfs/security/cryptsetup.xml b/postlfs/security/cryptsetup.xml index 747d212c6a..9f4a669cec 100644 --- a/postlfs/security/cryptsetup.xml +++ b/postlfs/security/cryptsetup.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -136,7 +136,9 @@ make To test the result, issue as the root user: make check + class="username">root user: make check. + Some tests may fail if the kernel configuration parameters above are not + set. Now, as the root user: @@ -169,7 +171,9 @@ make - cryptsetup and + cryptsetup, + cryptsetup-reencrypt, + integritysetup, and veritysetup @@ -198,6 +202,30 @@ make + + cryptsetup-reencrypt + + + is a for offline LUKS device re-encryption. + + + cryptsetup-reencrypt + + + + + + integritysetup + + + is a tool to manage dm-integrity (block level integrity) volumes. + + + integritysetup + + + + veritysetup diff --git a/postlfs/security/volume_key.xml b/postlfs/security/volume_key.xml index e043a8e3b4..1a05abb2f0 100644 --- a/postlfs/security/volume_key.xml +++ b/postlfs/security/volume_key.xml @@ -70,17 +70,17 @@ - + volume_key Dependencies Required @@ -114,7 +114,9 @@ commands: -./configure --prefix=/usr && +patch -Np1 -i ../volume_key-&volume_key-version;-cryptsetup2-1.patch && + +./configure --prefix=/usr && make