diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-13 23:46:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-13 23:46:49 +0000 |
commit | e9415cff7b09f17e61f4aa32857269b41489f5e1 (patch) | |
tree | 08dfcc8a3cab1aff7c084377e1f545050cf771bd /games/netris/Makefile | |
parent | bfb618c6f1c9d0588055f93e8e19bd1a62cc25f4 (diff) | |
download | pkgsrc-e9415cff7b09f17e61f4aa32857269b41489f5e1.tar.gz |
Update to 0.52:
Fixed a buffer overflow vulnerability discovered by
Artur Byszko / bajkero.
Diffstat (limited to 'games/netris/Makefile')
-rw-r--r-- | games/netris/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 6b015d87bb0..bbfb4617c70 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/13 23:46:49 wiz Exp $ # -DISTNAME= netris-0.5 -PKGREVISION= 1 +DISTNAME= netris-0.52 CATEGORIES= games MASTER_SITES= ftp://ftp.netris.org/pub/netris/ |