diff options
author | wiz <wiz> | 2008-06-30 10:38:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-30 10:38:23 +0000 |
commit | 7cc38efcd8db3962b04289af4a865bc9574f67d2 (patch) | |
tree | ffe7983b13469c865edb4d79824f1800a31c0ebe /audio/sweep/patches | |
parent | a89385aa420561f7587e5bb44a91ab5166b5cc5d (diff) | |
download | pkgsrc-7cc38efcd8db3962b04289af4a865bc9574f67d2.tar.gz |
Update to 0.9.3, fixing a security problem:
Fri April 11 2008 -- Version 0.9.3
----------------------------------------
This is a bug fix release, containing the following changes:
* Fixed bounds checking of mode in speex header. relates to:
http://www.ocert.org/advisories/ocert-2008-2.html
* Fixed bug preventing device dialog being reopened when
closed via the window manager.
All users with speex handling enabled should upgrade.
Diffstat (limited to 'audio/sweep/patches')
-rw-r--r-- | audio/sweep/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sweep/patches/patch-ab b/audio/sweep/patches/patch-ab index 81a026ab066..b29fbb34e51 100644 --- a/audio/sweep/patches/patch-ab +++ b/audio/sweep/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2007/02/07 20:18:41 drochner Exp $ +$NetBSD: patch-ab,v 1.2 2008/06/30 10:38:23 wiz Exp $ ---- configure.orig 2007-02-07 14:49:41.000000000 +0100 +--- configure.orig 2008-04-11 14:09:14.000000000 +0000 +++ configure -@@ -33858,7 +33858,7 @@ fi +@@ -31765,7 +31765,7 @@ fi @@ -10,4 +10,4 @@ $NetBSD: patch-ab,v 1.1 2007/02/07 20:18:41 drochner Exp $ +ac_enable_alsa=no # Check whether --enable-alsa was given. if test "${enable_alsa+set}" = set; then - enableval=$enable_alsa; ac_enable_alsa=yes + enableval=$enable_alsa; ac_enable_alsa=no |