From 0ce5a5f67027ddbc393240572a09d42743f5addd Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 9 Oct 2019 20:33:48 +0000 Subject: Wed Oct 9 20:33:48 UTC 2019 d/vala-0.46.3-x86_64-1.txz: Upgraded. l/libsoup-2.68.2-x86_64-1.txz: Upgraded. n/openssh-8.1p1-x86_64-1.txz: Upgraded. ssh(1), sshd(8), ssh-agent(1): add protection for private keys at rest in RAM against speculation and memory side-channel attacks like Spectre, Meltdown and Rambleed. This release encrypts private keys when they are not in use with a symmetric key that is derived from a relatively large "prekey" consisting of random data (currently 16KB). x/libXvMC-1.0.12-x86_64-3.txz: Rebuilt. Reverted to the stock xvmc.pc since Mesa has been fixed to work with it. x/libglvnd-1.2.0-x86_64-2.txz: Rebuilt. x/mesa-19.2.1-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.8.24-x86_64-1.txz: Upgraded. --- source/x/x11/patch/libXvMC.patch | 2 -- .../x/x11/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 source/x/x11/patch/libXvMC.patch delete mode 100644 source/x/x11/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff (limited to 'source/x/x11/patch') diff --git a/source/x/x11/patch/libXvMC.patch b/source/x/x11/patch/libXvMC.patch deleted file mode 100644 index 6b9488a24..000000000 --- a/source/x/x11/patch/libXvMC.patch +++ /dev/null @@ -1,2 +0,0 @@ -# Removing xv from xvmc.pc breaks building Mesa so restore it for now: -zcat $CWD/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff.gz | patch -p1 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/source/x/x11/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff b/source/x/x11/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff deleted file mode 100644 index c3ca1ad33..000000000 --- a/source/x/x11/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- ./xvmc.pc.in.orig 2019-09-24 11:54:56.000000000 -0500 -+++ ./xvmc.pc.in 2019-09-25 15:49:26.561254254 -0500 -@@ -6,7 +6,7 @@ - Name: XvMC - Description: The XvMC Library - Version: @PACKAGE_VERSION@ --Requires: xproto videoproto --Requires.private: x11 xext -+Requires: xproto videoproto xv -+Requires.private: x11 xext xv - Cflags: -I${includedir} - Libs: -L${libdir} -lXvMC -- cgit v1.2.3-65-gdbad