summaryrefslogtreecommitdiff
path: root/misc/screen/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-09-01 14:39:51 +0000
committerwiz <wiz@pkgsrc.org>2000-09-01 14:39:51 +0000
commit296ddb961bbb815f630f7b9a53aeef52e1cc7176 (patch)
tree389f119b983e0c28c317dff3a3a8085907a4390b /misc/screen/patches
parent63bf11e969fab697257f0108bfc91afc525d155b (diff)
downloadpkgsrc-296ddb961bbb815f630f7b9a53aeef52e1cc7176.tar.gz
Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting. Will delete binary packages shortly.
Diffstat (limited to 'misc/screen/patches')
-rw-r--r--misc/screen/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/screen/patches/patch-ah b/misc/screen/patches/patch-ah
new file mode 100644
index 00000000000..8551ab49ef8
--- /dev/null
+++ b/misc/screen/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2000/09/01 14:39:54 wiz Exp $
+
+--- screen.c.orig Wed Sep 1 23:57:25 1999
++++ screen.c
+@@ -2311,7 +2311,7 @@
+ else if (visual && !D_VB && (!D_status || !D_status_bell))
+ {
+ D_status_delayed = -1;
+- Msg(0, VisualBellString);
++ Msg(0, "%", VisualBellString);
+ if (D_status)
+ {
+ D_status_bell = 1;