summaryrefslogtreecommitdiffstats
path: root/source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-13 19:35:40 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-14 08:59:53 +0200
commit0f26a90fcf3a69c04ddf31b6fe4868242d5679fc (patch)
tree4ff7bf8c60a17a32070d853bc7de99ab7d7a0f4f /source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch
parent749d9833893fd9563593f4da69895ee19a13eb62 (diff)
downloadcurrent-0f26a90fcf3a69c04ddf31b6fe4868242d5679fc.tar.gz
current-0f26a90fcf3a69c04ddf31b6fe4868242d5679fc.tar.xz
Tue Apr 13 19:35:40 UTC 202120210413193540
ap/tmux-3.2-x86_64-1.txz: Upgraded. l/imagemagick-7.0.11_7-x86_64-1.txz: Upgraded. l/librsvg-2.50.4-x86_64-1.txz: Upgraded. n/cifs-utils-6.13-x86_64-1.txz: Upgraded. n/snownews-1.7-x86_64-1.txz: Upgraded. x/xorg-server-1.20.11-x86_64-1.txz: Upgraded. Insufficient checks on the lengths of the XInput extension ChangeFeedbackControl request can lead to out of bounds memory accesses in the X server. These issues can lead to privilege escalation for authorized clients on systems where the X server is running privileged. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3472 (* Security fix *) x/xorg-server-xephyr-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.11-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-1.20.11-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch')
-rw-r--r--source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch b/source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch
new file mode 100644
index 000000000..25245bbef
--- /dev/null
+++ b/source/n/snownews/181d1a670a06bb3fecbd7ad990f222d6e2285dc9.patch
@@ -0,0 +1,22 @@
+From 181d1a670a06bb3fecbd7ad990f222d6e2285dc9 Mon Sep 17 00:00:00 2001
+From: Mike Sharov <msharov@users.sourceforge.net>
+Date: Mon, 12 Apr 2021 14:56:31 -0400
+Subject: [PATCH] Explicitly use ncursesw package. Fixes #55.
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index 9831da9..8e0ab5b 100755
+--- a/configure
++++ b/configure
+@@ -34,7 +34,7 @@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BROKEN_CODE\)/#define \1/]
+ progs="CC=gcc CC=clang CC=cc INSTALL=install MSGFMT=msgfmt"
+
+ # Libs found using pkg-config
+-pkgs="libcurl libxml-2.0 libcrypto ncurses"
++pkgs="libcurl libxml-2.0 libcrypto ncursesw"
+ # Default pkg flags to substitute when pkg-config is not found
+ pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"
+ pkg_cflags="-I\/usr\/include\/libxml2"