diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-06 16:30:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-06 16:30:39 +0000 |
commit | 4b0261de5012df1d738169c587d4607576214cd4 (patch) | |
tree | 9a7a3b62d445e765c02d06a764d866b88d384527 /misc/screen | |
parent | 2897352fdef74bfdef10a252852054d51a49c108 (diff) | |
download | pkgsrc-4b0261de5012df1d738169c587d4607576214cd4.tar.gz |
Update to 4.0.2, provided by Soren Jacobsen in PR 24000.
In his own words:
4.0.2 fixes a local privelege escalation problem. See
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0972 for
more information.
There's no ChangeLog available, but other than the fix for this
and regeneration of the configure script, changes are extremely
small.
Also, I've removed the info files from PLIST and PLIST.SunOS. They
are handled automatically as of bsd.pkg.mk 1.1332.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 5 | ||||
-rw-r--r-- | misc/screen/PLIST | 8 | ||||
-rw-r--r-- | misc/screen/PLIST.SunOS | 8 | ||||
-rw-r--r-- | misc/screen/distinfo | 6 |
4 files changed, 7 insertions, 20 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 5a3ab729579..6d761bf629b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2004/01/05 12:10:01 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2004/01/06 16:30:39 wiz Exp $ -DISTNAME= screen-4.0.1 -PKGREVISION= 2 +DISTNAME= screen-4.0.2 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} diff --git a/misc/screen/PLIST b/misc/screen/PLIST index 9436bb250d4..3e77b310140 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,13 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2003/08/03 08:14:47 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/01/06 16:30:39 wiz Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 -info/screen.info -info/screen.info-1 -info/screen.info-2 -info/screen.info-3 -info/screen.info-4 -info/screen.info-5 @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc share/screen/utf8encodings/01 diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS index ce311380150..6679bbcc13d 100644 --- a/misc/screen/PLIST.SunOS +++ b/misc/screen/PLIST.SunOS @@ -1,13 +1,7 @@ -@comment $NetBSD: PLIST.SunOS,v 1.9 2003/08/03 08:14:47 seb Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.10 2004/01/06 16:30:40 wiz Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 -info/screen.info -info/screen.info-1 -info/screen.info-2 -info/screen.info-3 -info/screen.info-4 -info/screen.info-5 @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc share/lib/terminfo/s/screen diff --git a/misc/screen/distinfo b/misc/screen/distinfo index b2a9bf8034a..c70c7352bba 100644 --- a/misc/screen/distinfo +++ b/misc/screen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2003/12/11 22:35:09 grant Exp $ +$NetBSD: distinfo,v 1.18 2004/01/06 16:30:40 wiz Exp $ -SHA1 (screen-4.0.1.tar.gz) = 61f24b18c56b5862c769345d204f57b1e7f222ab -Size (screen-4.0.1.tar.gz) = 837445 bytes +SHA1 (screen-4.0.2.tar.gz) = 461eb9d5edc211e1480d7b5e94d89c4d9ba3643f +Size (screen-4.0.2.tar.gz) = 840519 bytes SHA1 (patch-aa) = 57a7800823cf46c42011f7703fd9949bc614736d SHA1 (patch-ab) = d62818fcf5a0b56f904ac22dc074e312617b3f2c SHA1 (patch-ac) = 259fa60ecfe98bfde09a11bc54ad7270c8ecba60 |