pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/sweep Update to 0.9.3, fixing a security problem:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64466a085d00
branches:  trunk
changeset: 543977:64466a085d00
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 30 10:38:23 2008 +0000

description:
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:

 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(-)

diffs (67 lines):

diff -r 6025578351d0 -r 64466a085d00 audio/sweep/Makefile
--- a/audio/sweep/Makefile      Mon Jun 30 07:31:09 2008 +0000
+++ b/audio/sweep/Makefile      Mon Jun 30 10:38:23 2008 +0000
@@ -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 -r 6025578351d0 -r 64466a085d00 audio/sweep/PLIST
--- a/audio/sweep/PLIST Mon Jun 30 07:31:09 2008 +0000
+++ b/audio/sweep/PLIST Mon Jun 30 10:38:23 2008 +0000
@@ -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/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 -r 6025578351d0 -r 64466a085d00 audio/sweep/distinfo
--- a/audio/sweep/distinfo      Mon Jun 30 07:31:09 2008 +0000
+++ b/audio/sweep/distinfo      Mon Jun 30 10:38:23 2008 +0000
@@ -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 -r 6025578351d0 -r 64466a085d00 audio/sweep/patches/patch-ab
--- a/audio/sweep/patches/patch-ab      Mon Jun 30 07:31:09 2008 +0000
+++ b/audio/sweep/patches/patch-ab      Mon Jun 30 10:38:23 2008 +0000
@@ -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 @@
 +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



Home | Main Index | Thread Index | Old Index