diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-04-22 18:41:57 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-04-22 18:41:57 +0000 |
commit | b9948477bfef638aa704514e7bf9776049af74a9 (patch) | |
tree | 95eea9ddfe6b7008f50c3462638fe1a53b761009 /emulators/xmame | |
parent | 6b5288f2a7c4d13cc56dfb01c82480971cc15add (diff) | |
download | pkgsrc-b9948477bfef638aa704514e7bf9776049af74a9.tar.gz |
Update xmame to version 0.59.2.
Changes since xmame-0.59.1 include:
- Updated the included zlib library to 1.1.4, which fixes a "double
free" security vulnerability.
- Applied a fix for the fromance video driver. (Takahiro Nogi)
- Fixed a potential crash and a linear interpolation bug in the ES550x
sound driver. (Aaron Giles)
- Fixed a crash in the renegade driver caused by a sound effect reading
past the end of the ADPCM memory region. (Phil Stroffolino)
- Fixed the following MAME testers bugs: blmbycar059red, uopoko059red,
gcpinbal059red, jitsupro059red, metroc059red, phelios059red,
paclandc059red, ncv1058red, av2mj059red, fromancec058red. (Aaron Giles)
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index a0c773814e3..a35e2f07e07 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2002/04/22 02:49:29 jlam Exp $ +# $NetBSD: Makefile,v 1.72 2002/04/22 18:41:57 kristerw Exp $ # -DISTNAME= xmame-0.59.1 +DISTNAME= xmame-0.59.2 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index fbdbab872a1..5d565b43720 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2002/03/27 20:44:31 kristerw Exp $ +$NetBSD: distinfo,v 1.23 2002/04/22 18:41:57 kristerw Exp $ -SHA1 (xmame-0.59.1.tar.bz2) = c2a37d3001c93cf5a8175b994386c7e45ba4fae9 -Size (xmame-0.59.1.tar.bz2) = 5472519 bytes +SHA1 (xmame-0.59.2.tar.bz2) = b2652afeab42ce195bc092567b959447047a16f7 +Size (xmame-0.59.2.tar.bz2) = 5473517 bytes SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e SHA1 (patch-ae) = ccc133c1a597a4f9f4eee3d189fc917c60d2e958 |