Mailinglist Archive: opensuse-commit (2125 mails)
| < Previous | Next > |
commit bluez-libs
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 06 Apr 2008 04:12:09 +0200
- Message-id: <20080406021210.4C306678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package bluez-libs
checked in at Sun Apr 6 04:12:09 CEST 2008.
--------
--- bluez-libs/bluez-libs.changes 2008-03-06 11:08:09.000000000 +0100
+++ bluez-libs/bluez-libs.changes 2008-04-04 11:35:59.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Apr 4 11:35:13 CEST 2008 - seife@xxxxxxx
+
+- update to v3.30:
+ ver 3.30:
+ - Add another company identifier.
+ ver 3.29:
+ - Fix memory leak in sdp_get_uuidseq_attr function.
+
+-------------------------------------------------------------------
Old:
----
bluez-libs-3.28.tar.bz2
New:
----
bluez-libs-3.30.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bluez-libs.spec ++++++
--- /var/tmp/diff_new_pack.M21490/_old 2008-04-06 04:10:55.000000000 +0200
+++ /var/tmp/diff_new_pack.M21490/_new 2008-04-06 04:10:55.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package bluez-libs (Version 3.28)
+# spec file for package bluez-libs (Version 3.30)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: bluez-libs
Url: http://bluez.sourceforge.net
-Version: 3.28
+Version: 3.30
Release: 1
Summary: Bluetooth Libraries
License: GPL v2 or later
@@ -67,6 +67,12 @@
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%changelog
+* Fri Apr 04 2008 seife@xxxxxxx
+- update to v3.30:
+ ver 3.30:
+ - Add another company identifier.
+ ver 3.29:
+ - Fix memory leak in sdp_get_uuidseq_attr function.
* Thu Mar 06 2008 seife@xxxxxxx
- update to v3.28:
- Add support for MCAP UUIDs.
@@ -95,7 +101,7 @@
* Mon Sep 03 2007 seife@xxxxxxx
- update to v3.18:
* Don't allocate memory for the Bluetooth base UUID.
-* Thu Aug 30 2007 seife@xxxxxxx
+* Fri Aug 31 2007 seife@xxxxxxx
- update to v3.17:
* Fix supported commands bit calculation.
* Tue Aug 28 2007 tpatzig@xxxxxxx
++++++ bluez-libs-3.28.tar.bz2 -> bluez-libs-3.30.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/ChangeLog new/bluez-libs-3.30/ChangeLog
--- old/bluez-libs-3.28/ChangeLog 2008-03-05 21:15:11.000000000 +0100
+++ new/bluez-libs-3.30/ChangeLog 2008-04-03 00:59:49.000000000 +0200
@@ -1,3 +1,9 @@
+ver 3.30:
+ Add another company identifier.
+
+ver 3.29:
+ Fix memory leak in sdp_get_uuidseq_attr function.
+
ver 3.28:
Add support for MCAP UUIDs.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/configure new/bluez-libs-3.30/configure
--- old/bluez-libs-3.28/configure 2008-03-05 21:16:07.000000000 +0100
+++ new/bluez-libs-3.30/configure 2008-04-03 01:00:22.000000000 +0200
@@ -2236,7 +2236,7 @@
# Define the identity of the package.
PACKAGE=bluez-libs
- VERSION=3.28
+ VERSION=3.30
cat >>confdefs.h <<_ACEOF
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/configure.in
new/bluez-libs-3.30/configure.in
--- old/bluez-libs-3.28/configure.in 2008-03-05 21:15:11.000000000 +0100
+++ new/bluez-libs-3.30/configure.in 2008-04-03 00:59:49.000000000 +0200
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 3.28)
+AM_INIT_AUTOMAKE(bluez-libs, 3.30)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/src/bluetooth.c
new/bluez-libs-3.30/src/bluetooth.c
--- old/bluez-libs-3.28/src/bluetooth.c 2008-02-23 01:28:03.000000000 +0100
+++ new/bluez-libs-3.30/src/bluetooth.c 2008-04-03 00:59:49.000000000 +0200
@@ -435,6 +435,8 @@
return "Continental Automotive Systems";
case 76:
return "Apple, Inc.";
+ case 77:
+ return "Staccato Communications, Inc.";
case 65535:
return "internal use";
default:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/src/Makefile.am
new/bluez-libs-3.30/src/Makefile.am
--- old/bluez-libs-3.28/src/Makefile.am 2008-03-05 21:15:11.000000000 +0100
+++ new/bluez-libs-3.30/src/Makefile.am 2008-03-21 23:05:49.000000000 +0100
@@ -2,7 +2,7 @@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 11:5:9
+libbluetooth_la_LDFLAGS = -version-info 11:6:9
INCLUDES = -I$(top_builddir)/include
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/src/Makefile.in
new/bluez-libs-3.30/src/Makefile.in
--- old/bluez-libs-3.28/src/Makefile.in 2008-03-05 21:16:06.000000000 +0100
+++ new/bluez-libs-3.30/src/Makefile.in 2008-04-03 01:00:21.000000000 +0200
@@ -175,7 +175,7 @@
top_srcdir = @top_srcdir@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 11:5:9
+libbluetooth_la_LDFLAGS = -version-info 11:6:9
INCLUDES = -I$(top_builddir)/include
MAINTAINERCLEANFILES = Makefile.in
all: all-am
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/bluez-libs-3.28/src/sdp.c new/bluez-libs-3.30/src/sdp.c
--- old/bluez-libs-3.28/src/sdp.c 2008-03-05 21:15:11.000000000 +0100
+++ new/bluez-libs-3.30/src/sdp.c 2008-03-21 23:05:49.000000000 +0100
@@ -1530,13 +1530,14 @@
if (sdpdata && sdpdata->dtd >= SDP_SEQ8 && sdpdata->dtd <= SDP_SEQ32) {
sdp_data_t *d;
for (d = sdpdata->val.dataseq; d; d = d->next) {
- uuid_t *u = malloc(sizeof(uuid_t));
- memset((char *)u, 0, sizeof(uuid_t));
- if (d->dtd >= SDP_UUID16 && d->dtd <= SDP_UUID128) {
- *u = d->val.uuid;
- *seqp = sdp_list_append(*seqp, u);
- } else
+ uuid_t *u;
+ if (d->dtd < SDP_UUID16 || d->dtd > SDP_UUID128)
goto fail;
+
+ u = malloc(sizeof(uuid_t));
+ memset(u, 0, sizeof(uuid_t));
+ *u = d->val.uuid;
+ *seqp = sdp_list_append(*seqp, u);
}
return 0;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |