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)
This commit is contained in:
parent
6b5288f2a7
commit
b9948477bf
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue