[Pkg-ofed-commits] [libmthca] 06/13: Imported Debian patch 1.0.3-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:50:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository libmthca.

commit 188d674584e54b041fccc0993470f2a4fe7fb32c
Merge: 84ee7a3 72d6be4
Author: Roland Dreier <rolandd at cisco.com>
Date:   Thu Nov 9 11:07:58 2006 -0800

    Imported Debian patch 1.0.3-1

 ChangeLog        |   83 +
 Makefile.am      |   15 +-
 Makefile.in      |   36 +-
 README           |   33 +
 aclocal.m4       |  891 ++++---
 config.h.in      |    9 +
 config/ltmain.sh |  911 +++++--
 configure        | 7057 ++++++++++++++++++++++++------------------------------
 configure.in     |   37 +-
 debian/changelog |   12 +
 debian/control   |   26 +-
 libmthca.spec    |   11 +-
 libmthca.spec.in |    9 +-
 src/ah.c         |   16 +-
 src/buf.c        |   84 +
 src/cq.c         |   30 +-
 src/memfree.c    |   34 +-
 src/mthca.h      |   46 +-
 src/qp.c         |   63 +-
 src/srq.c        |   19 +-
 src/verbs.c      |  120 +-
 21 files changed, 4851 insertions(+), 4691 deletions(-)

diff --cc debian/changelog
index 70d47a4,0000000..b8140bf
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,15 -1,0 +1,27 @@@
++libmthca (1.0.3-1) unstable; urgency=low
++
++  * New upstream release.
++    - Fix various integer overflows.
++    - Fix potential AB-BA deadlock when destroying QPs.
++    - Add more forward compat against future libibverbs releases.
++  * Build against libibverbs 1.0.4, with fixed sparc mb() definition.
++    (Closes: #365559)
++  * Improve package description.
++
++ -- Roland Dreier <rolandd at cisco.com>  Thu,  9 Nov 2006 11:07:58 -0800
++
 +libmthca (1.0.2-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Work around MemFree firmware bug in receive completions with error.
 +    - Fix posting receive lists with exactly a multiple of 256 entries.
 +    - Add forward compatibility for future libibverbs releases.
 +  * Update to Standards-Version: 3.7.2.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue, 13 Jun 2006 11:33:32 -0700
 +
 +libmthca (1.0.1-1) unstable; urgency=low
 +	
 +  * Initial Release.  (Closes: #325753)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Feb 2006 11:22:18 -0700
diff --cc debian/control
index 94796d6,0000000..002cb1f
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,40 -1,0 +1,52 @@@
 +Source: libmthca
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
 +Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.0), autotools-dev
 +Standards-Version: 3.7.2
 +Section: libs
 +
 +Package: libmthca1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: A userspace driver for Mellanox HCAs
-  libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
-  the libibverbs library.
++Description: A userspace driver for Mellanox InfiniBand HCAs
++ libmthca is a device-specific driver for Mellanox InfiniBand host
++ channel adapters (HCAs) for the libibverbs library.  This allows
++ userspace processes to access Mellanox HCA hardware directly with
++ low latency and low overhead.
 + .
 + This package contains the loadable plug-in.
++ .
++  Homepage: http://www.openfabrics.org/
 +
 +Package: libmthca-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
 +Description: Development files for the libmthca driver
-  libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
-  the libibverbs library.
++ libmthca is a device-specific driver for Mellanox InfiniBand host
++ channel adapters (HCAs) for the libibverbs library.  This allows
++ userspace processes to access Mellanox HCA hardware directly with
++ low latency and low overhead.
 + .
 + This package contains static versions of libmthca that may be linked
 + directly to an application, which may be useful for debugging.
++ .
++  Homepage: http://www.openfabrics.org/
 +
 +Package: libmthca1-dbg
 +Section: libdevel
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
 +Description: Debugging symbols for the libmthca driver
-  libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
-  the libibverbs library.
++ libmthca is a device-specific driver for Mellanox InfiniBand host
++ channel adapters (HCAs) for the libibverbs library.  This allows
++ userspace processes to access Mellanox HCA hardware directly with
++ low latency and low overhead.
 + .
 + This package contains the debugging symbols associated with
 + libmthca1. They will automatically be used by gdb for debugging
 + libmthca-related issues.
++ .
++  Homepage: http://www.openfabrics.org/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libmthca.git



More information about the Pkg-ofed-commits mailing list