From 7cc38efcd8db3962b04289af4a865bc9574f67d2 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 30 Jun 2008 10:38:23 +0000 Subject: 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. --- audio/sweep/Makefile | 4 ++-- audio/sweep/PLIST | 3 ++- audio/sweep/distinfo | 10 +++++----- audio/sweep/patches/patch-ab | 8 ++++---- 4 files changed, 13 insertions(+), 12 deletions(-) (limited to 'audio') diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index ff709acf489..4be76b71959 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -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/} diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST index 7c0ec9f740d..1a98c702ad4 100644 --- a/audio/sweep/PLIST +++ b/audio/sweep/PLIST @@ -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 diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo index f2513e094c1..4f16905dcc3 100644 --- a/audio/sweep/distinfo +++ b/audio/sweep/distinfo @@ -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 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 -- cgit v1.2.3