Mailinglist Archive: opensuse-commit (1139 mails)

< Previous Next >
commit ladspa
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 09 Jan 2007 17:47:13 +0100
  • Message-id: <20070109164713.DFE4E678179@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ladspa
checked in at Tue Jan 9 17:47:13 CET 2007.

--------
--- ladspa/ladspa.changes 2006-11-07 01:09:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/ladspa/ladspa.changes 2007-01-09 12:17:33.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 9 12:17:02 CET 2007 - tiwai@xxxxxxx
+
+- fix array out of range in caps Amp plugin (#232111)
+
+-------------------------------------------------------------------

New:
----
caps-0.3.0-array-range-fix.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ladspa.spec ++++++
--- /var/tmp/diff_new_pack.kw2055/_old 2007-01-09 17:46:58.000000000 +0100
+++ /var/tmp/diff_new_pack.kw2055/_new 2007-01-09 17:46:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ladspa (Version 1.12.code10)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -30,8 +30,8 @@
%define blepvco_version 0.1.0
Summary: The Linux Audio Developer's Simple Plug-In API
Version: 1.12.code10
-Release: 35
-License: GNU General Public License (GPL) - all versions
+Release: 53
+License: GNU General Public License (GPL)
Group: Development/Libraries/C and C++
Autoreq: on
Autoprov: off
@@ -81,6 +81,7 @@
Patch20: pvoc-0.1.10-gcc4-fix.diff
Patch21: ladspa_sdk-compile-fix.diff
Patch22: alienwah-compile-fix.diff
+Patch23: caps-0.3.0-array-range-fix.diff
URL: http://www.ladspa.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -165,6 +166,9 @@
%patch16
%patch20
)
+(cd caps-%{caps_version}
+%patch23
+)

%build
# make a symlink to include directory
@@ -375,6 +379,8 @@
%{_datadir}/locale/*/*/*

%changelog -n ladspa
+* Tue Jan 09 2007 - tiwai@xxxxxxx
+- fix array out of range in caps Amp plugin (#232111)
* Tue Nov 07 2006 - ro@xxxxxxx
- fix permissions for docu
* Mon Jul 31 2006 - tiwai@xxxxxxx

++++++ caps-0.3.0-array-range-fix.diff ++++++
--- Amp.h-dist 2007-01-09 12:13:53.000000000 +0100
+++ Amp.h 2007-01-09 12:14:56.000000000 +0100
@@ -303,7 +303,7 @@ class AmpV

public:
static PortInfo port_info[];
- d_sample * ports [7];
+ d_sample * ports [8];

d_sample adding_gain;





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread