This test checks whether 'root' is successfully translated to UID/GID 0, using 'getpwnam' in libmount. This doesn't work in the chroot because /etc/passwd doesn't contain an entry for 'root' so skip it. The second test requires that '/sys/dev/block' is present, which is not the case inside the build container. --- util-linux-2.25.2/tests/ts/libmount/optstr 2015-01-23 13:58:41.181151194 +0100 +++ util-linux-2.25.2/tests/ts/libmount/optstr 2015-01-23 13:58:42.829161716 +0100 @@ -108,10 +108,6 @@ ts_run $TESTPROG --apply --user "noexec,nosuid,loop=/dev/looop0" 0x408 &> $TS_OUTPUT ts_finalize_subtest -ts_init_subtest "fix" -ts_run $TESTPROG --fix "uid=root,gid=root" &> $TS_OUTPUT -ts_finalize_subtest - ts_init_subtest "deduplicate" ts_run $TESTPROG --dedup bbb,ccc,AAA,xxx,AAA=a,AAA=bbb,ddd,AAA=ccc,fff=eee AAA &> $TS_OUTPUT ts_finalize_subtest --- a/tests/ts/lsblk/lsblk 2019-03-11 21:08:23.734387391 +0100 +++ b/tests/ts/lsblk/lsblk 2019-03-11 21:12:43.635473111 +0100 @@ -22,6 +22,8 @@ ts_init "$*" +ts_skip "/sys/dev/block is not available" + ts_check_test_command "$TS_CMD_LSBLK" ts_check_prog xz ts_check_prog tar dcb79c8fde774de'>refslogtreecommitdiff
path: root/gnu/packages/xorg.scm
AgeCommit message (Expand)Author
2023-10-04gnu: libxpm: Graft with 3.5.17 [security fixes]....Fixes CVE-2023-43788 and CVE-2023-43789. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/061506.html> for more information. * gnu/packages/xorg.scm (libxpm)[replacement]: New field, set to ... (libxpm/fixed): ... this new variable. John Kehayias
2023-10-04gnu: libx11: Update replacement to 1.8.7 [security fixes]....Fixes CVE-2023-43785, CVE-2023-43786, and CVE-2023-43787. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/061506.html> for more information. * gnu/packages/xorg.scm (libx11-fixed): Update to 1.8.7. John Kehayias
2023-09-28gnu: xpra: Update to 5.0.2...* gnu/packages/patches/xpra-4.2-install_libs.patch: Move to ... * gnu/packages/patches/xpra-5.0-install_libs.patch: ... this file. * gnu/packages/patches/xpra-4.2-systemd-run.patch: Move to ... * gnu/packages/patches/xpra-5.0-systemd-run.patch: ... this file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/xorg.scm (xpra): Update to 5.0.2. [source] <patches>: Rename per version changes [inputs]: Add cups. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-09-19gnu: xterm: Update to 384....* gnu/packages/xorg.scm (xterm): Update to 384. Efraim Flashner
2023-09-02gnu: libx11: Graft with 1.8.6 [security fixes]....Includes fix for: CVE-2023-3138. * gnu/packages/xorg.scm (libx11-fixed): New variable. (libx11)[replacement]: Graft. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Kaelyn Takata