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.
This commit is contained in:
parent
c52f82e75a
commit
cbef1595a6
4 changed files with 13 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.38 2008/06/20 01:09:07 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2008/06/30 10:38:23 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sweep-0.9.2
|
||||
DISTNAME= sweep-0.9.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2007/02/07 20:18:41 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2008/06/30 10:38:23 wiz Exp $
|
||||
bin/sweep
|
||||
include/sweep/sweep.h
|
||||
include/sweep/sweep_filter.h
|
||||
|
@ -25,6 +25,7 @@ share/locale/es_ES/LC_MESSAGES/sweep.mo
|
|||
share/locale/fr/LC_MESSAGES/sweep.mo
|
||||
share/locale/hu/LC_MESSAGES/sweep.mo
|
||||
share/locale/it/LC_MESSAGES/sweep.mo
|
||||
share/locale/ja/LC_MESSAGES/sweep.mo
|
||||
share/locale/pl/LC_MESSAGES/sweep.mo
|
||||
share/locale/ru/LC_MESSAGES/sweep.mo
|
||||
share/pixmaps/sweep.svg
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/02/07 20:18:41 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.7 2008/06/30 10:38:23 wiz Exp $
|
||||
|
||||
SHA1 (sweep-0.9.2.tar.gz) = 688075a645d5782584e5fd6e9f1a1062aeee3599
|
||||
RMD160 (sweep-0.9.2.tar.gz) = f44a27c0ce050c7871c8b6c6b32c116c968273b0
|
||||
Size (sweep-0.9.2.tar.gz) = 1177803 bytes
|
||||
SHA1 (sweep-0.9.3.tar.gz) = 1257e2c5544ca45708f8d99bf2ec0116a22708e4
|
||||
RMD160 (sweep-0.9.3.tar.gz) = 54c1e6ea94d58494dfc362150551b6a02268476d
|
||||
Size (sweep-0.9.3.tar.gz) = 1248948 bytes
|
||||
SHA1 (patch-aa) = fb4f123c1abcef93a53530961ad07bb67354aa2f
|
||||
SHA1 (patch-ab) = 42d6d165a55c19cd046672dbd91775517f79372f
|
||||
SHA1 (patch-ab) = 370e388b2d7cb6f2279e49299a01ef553226b07b
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue