Mailinglist Archive: opensuse-commit (1092 mails)
| < Previous | Next > |
commit i4l-base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 01 Feb 2008 22:17:09 +0100
- Message-id: <20080201211709.93E726781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package i4l-base
checked in at Fri Feb 1 22:17:09 CET 2008.
--------
--- i4l-base/i4l-base.changes 2007-11-27 13:20:14.000000000 +0100
+++ i4l-base/i4l-base.changes 2008-02-01 16:26:44.008688000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 1 16:25:11 CET 2008 - kkeil@xxxxxxx
+
+- fix too small array in divactrl (bnc#357338)
+
+-------------------------------------------------------------------
New:
----
divactrl_2.1-fix.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ i4l-base.spec ++++++
--- /var/tmp/diff_new_pack.n24479/_old 2008-02-01 22:16:44.000000000 +0100
+++ /var/tmp/diff_new_pack.n24479/_new 2008-02-01 22:16:44.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package i4l-base (Version 2007.11.27)
+# spec file for package i4l-base (Version 2008.2.1)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 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.
#
@@ -18,7 +18,7 @@
Provides: i4l
AutoReqProv: on
Obsoletes: i4l
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: ISDN for Linux Basic Utilities
Source: isdn4k-utils.v3.12.tar.bz2
@@ -29,6 +29,7 @@
Source5: isdn.sh
Patch: isdn4k-utils.dif
Patch31: divactrl_2.1-gcc.diff
+Patch32: divactrl_2.1-fix.diff
#Patch10: i4l_suse-auto.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /bin/cat fileutils %fillup_prereq
@@ -65,7 +66,7 @@
and much more
%package -n capi4linux
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: CAPI 2.0 library and associated tools
Group: Hardware/ISDN
@@ -92,7 +93,7 @@
and more
%package -n capi4linux-devel
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: CAPI 2.0 library files for development
Group: Hardware/ISDN
@@ -115,7 +116,7 @@
and more
%package -n i4lfirm
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: ISDN firmware for active ISDN cards
Group: Hardware/ISDN
@@ -142,7 +143,7 @@
and much more
%package -n i4l-vbox
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Obsoletes: vbox
Provides: vbox vbox2b4
@@ -170,7 +171,7 @@
Michael 'Ghandi' Herold
%package -n ant-phone
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: A telephone application
Group: Hardware/ISDN
@@ -191,7 +192,7 @@
Mario Andr�s Pagella
%package -n i4l-isdnlog
-Version: 2007.11.27
+Version: 2008.2.1
Release: 1
Summary: An ISDN line logging and control utility
Group: Hardware/ISDN
@@ -224,6 +225,7 @@
mv -f eicon/firmware ../divactrl_2.1/
pushd ../divactrl_2.1/
%patch31 -p1
+%patch32 -p1
cd ../i4l_suse
#%patch10 -p1
++++++ divactrl_2.1-fix.diff ++++++
Index: divactrl_2.1/common/dbg_capi.c
===================================================================
--- divactrl_2.1.orig/common/dbg_capi.c
+++ divactrl_2.1/common/dbg_capi.c
@@ -839,7 +839,7 @@ SupplementaryServices (byte subCommand,
{
API_PARSE parms1[5];
API_PARSE parms2[10];
- API_PARSE parms3[5];
+ API_PARSE parms3[6];
word function;
int i;
if (apiParse (data, len, "ws", parms1))
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |