summaryrefslogtreecommitdiff
path: root/misc
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
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')
-rw-r--r--misc/screen/Makefile7
-rw-r--r--misc/screen/files/patch-sum3
-rw-r--r--misc/screen/patches/patch-ah13
-rw-r--r--misc/screen/pkg/PLIST4
4 files changed, 22 insertions, 5 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index f7228fc2e21..8dc3835ce7f 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.21 1999/09/03 15:44:42 tron Exp $
+# $NetBSD: Makefile,v 1.22 2000/09/01 14:39:51 wiz Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
-DISTNAME= screen-3.9.5
+DISTNAME= screen-3.9.5
+PKGNAME= screen-3.9.5nb1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU:=screen/}
MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/screen/screen.html
GNU_CONFIGURE= yes
INFO_FILES= screen.info
+PLIST_SUBST= DISTNAME=${DISTNAME}
post-install:
@${MKDIR} ${PREFIX}/share/examples/screen
diff --git a/misc/screen/files/patch-sum b/misc/screen/files/patch-sum
index 309d04ab8e1..848ace2dd36 100644
--- a/misc/screen/files/patch-sum
+++ b/misc/screen/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.7 2000/05/16 20:28:01 jdc Exp $
+$NetBSD: patch-sum,v 1.8 2000/09/01 14:39:53 wiz Exp $
MD5 (patch-aa) = aa7ea3e8fe85944c0eb23d41d00881bb
MD5 (patch-ab) = d88350439f619c44db4f395aebadf5c0
@@ -6,3 +6,4 @@ MD5 (patch-ac) = 7f58f1b66bf0b84221c2b8821c123c74
MD5 (patch-ad) = d8635ceee1f95901b6084a432313e658
MD5 (patch-ae) = 30e1c69f8ee8ca6fee2b602a009957cf
MD5 (patch-ag) = 95e34aa096d3e70488771065745135ac
+MD5 (patch-ah) = b49be716c7f79f7795bf79afec408688
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;
diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST
index 54ab5e2f5ea..a284bf044f4 100644
--- a/misc/screen/pkg/PLIST
+++ b/misc/screen/pkg/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.15 2000/01/06 22:38:58 lukem Exp $
+@comment $NetBSD: PLIST,v 1.16 2000/09/01 14:39:54 wiz Exp $
bin/screen
-bin/${PKGNAME}
+bin/${DISTNAME}
man/man1/screen.1
@unexec install-info --delete %D/info/screen.info %D/info/dir
info/screen.info