[Pkg-ofed-commits] [libibverbs] 15/24: Imported Debian patch 1.1.3-1

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


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

ana pushed a commit to branch master
in repository libibverbs.

commit a3ccb44460b36919f1d48fd1be7758c4946f6ca2
Merge: f07b6ba cef1ea5
Author: Roland Dreier <rolandd at cisco.com>
Date:   Thu Oct 29 14:19:02 2009 -0700

    Imported Debian patch 1.1.3-1

 AUTHORS                       |     2 +-
 Makefile.am                   |     2 +-
 Makefile.in                   |   630 +-
 aclocal.m4                    | 10627 +++++++++--------
 config.h.in                   |    36 +
 config/config.guess           |    85 +-
 config/config.sub             |   100 +-
 config/depcomp                |    87 +-
 config/install-sh             |     5 +-
 config/ltmain.sh              | 13216 +++++++++++----------
 config/missing                |    49 +-
 configure                     | 25394 ++++++++++++++--------------------------
 configure.in                  |    14 +-
 debian/changelog              |    11 +
 debian/compat                 |     2 +-
 debian/control                |     6 +-
 debian/copyright              |     2 +-
 debian/rules                  |     9 +-
 examples/asyncwatch.c         |     2 +-
 examples/device_list.c        |     2 +-
 examples/devinfo.c            |    51 +-
 examples/rc_pingpong.c        |     3 +-
 examples/srq_pingpong.c       |     8 +-
 examples/uc_pingpong.c        |     3 +-
 examples/ud_pingpong.c        |     2 +-
 include/infiniband/arch.h     |     2 +-
 include/infiniband/driver.h   |    12 +-
 include/infiniband/verbs.h    |    36 +-
 libibverbs.spec               |    21 +-
 libibverbs.spec.in            |    19 +-
 man/ibv_alloc_pd.3            |     4 +-
 man/ibv_attach_mcast.3        |     8 +-
 man/ibv_create_ah.3           |     4 +-
 man/ibv_create_ah_from_wc.3   |     4 +-
 man/ibv_create_comp_channel.3 |     4 +-
 man/ibv_create_cq.3           |     4 +-
 man/ibv_create_qp.3           |     4 +-
 man/ibv_create_srq.3          |     4 +-
 man/ibv_devinfo.1             |     2 +-
 man/ibv_event_type_str.3      |     8 +-
 man/ibv_fork_init.3           |     2 +-
 man/ibv_get_async_event.3     |     4 +-
 man/ibv_get_cq_event.3        |     4 +-
 man/ibv_get_device_guid.3     |     2 +-
 man/ibv_get_device_list.3     |    20 +-
 man/ibv_get_device_name.3     |     2 +-
 man/ibv_modify_qp.3           |     4 +-
 man/ibv_modify_srq.3          |     4 +-
 man/ibv_open_device.3         |     4 +-
 man/ibv_poll_cq.3             |     4 +-
 man/ibv_post_recv.3           |     2 +-
 man/ibv_post_send.3           |     4 +-
 man/ibv_post_srq_recv.3       |     2 +-
 man/ibv_query_device.3        |     2 +-
 man/ibv_query_gid.3           |     2 +-
 man/ibv_query_pkey.3          |     2 +-
 man/ibv_query_port.3          |     2 +-
 man/ibv_query_qp.3            |     8 +-
 man/ibv_query_srq.3           |     2 +-
 man/ibv_rate_to_mult.3        |     6 +-
 man/ibv_reg_mr.3              |     7 +-
 man/ibv_req_notify_cq.3       |     2 +-
 man/ibv_resize_cq.3           |     2 +-
 src/cmd.c                     |    16 +-
 src/compat-1_0.c              |    18 +-
 src/device.c                  |    21 +-
 src/ibverbs.h                 |     2 +-
 src/init.c                    |    44 +-
 src/verbs.c                   |    12 +-
 69 files changed, 23103 insertions(+), 27587 deletions(-)

diff --cc debian/changelog
index 2278511,0000000..496a22e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,78 -1,0 +1,89 @@@
++libibverbs (1.1.3-1) unstable; urgency=low
++
++  * New upstream release.
++    - Don't use enums for bit flags (avoid C++ annoyances)
++    - Return some errors via errno instead of stderr
++  * Move -dbg package to section debug.
++  * Update to Standards-Version: 3.8.3 (no changes needed).
++  * Change build system from cdbs to debhelper 7.
++
++ -- Roland Dreier <rolandd at cisco.com>  Thu, 29 Oct 2009 14:19:02 -0700
++
 +libibverbs (1.1.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix memory registration failure cause by too-big madvise()
 +    - Fix many Valgrind false positives
 +    - Add functions to convert enum values to strings
 +  * Replace deprecated ${Source-Version} with ${binary:Version}
 +  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
 +    dh_makeshlibs, since new symbols were added in libibverbs 1.1.2.
 +    (Closes: #465435)
 +  * Add debian/watch file.
 +  * Update control file to talk about generic RDMA and iWARP, not just
 +    InfiniBand, since libibverbs works with both IB and iWARP.
 +  * Acknowledge NMU (Closes: #442638).
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 18 Apr 2008 15:08:52 -0700
 +
 +libibverbs (1.1.1-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Re-generated autotools files to fix double build bug, closes: #442638
 +  * Bumped Standards-Version to 3.7.3, no change needed.
 +
 + -- Michael Meskes <meskes at debian.org>  Mon, 14 Apr 2008 10:07:58 +0000
 +
 +libibverbs (1.1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Initialize state of newly created QPs to RESET (fixes problems
 +      with libmlx4/ConnectX HCAs).
 +    - Don't warn root about RLIMIT_MEMLOCK, since it doesn't matter.
 +    - Fix free() errors in ibv_xx_pingpong examples.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 15 Jun 2007 12:49:02 -0700
 +
 +libibverbs (1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Add support for use of fork() in applications.
 +    - Add manual pages documenting API in section 3.
 +    - New method of finding and loading device-specific drivers.
 +    - Add basic support for iWARP devices.
 +    - Provide compatible ABI for applications linked against libibverbs 1.0.
 +  * Update libtool during build to avoid setting RPATH in binaries on amd64.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Sat, 28 Apr 2007 14:15:29 -0700
 +
 +libibverbs (1.0.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix static linking so it has a chance of working.
 +    - Fix cut-and-paste error in sparc mb() macro.
 +    - Other miscellaneous fixes.
 +  * Improve package description.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue, 31 Oct 2006 15:04:33 -0800
 +	
 +libibverbs (1.0.3-1) unstable; urgency=low
 +
 +  * Change priority to extra, since libibverbs depends on libsysfs2, which
 +    has priority extra.  (Debian policy section 2.5 states that a package
 +    may not depend on another package of lower priority)
 +  * New upstream release:
 +    - For sparc, only generate membar instruction if compiling for V9
 +      instruction set.  (Closes: #365559)
 +    - Reduce (but not yet eliminate) dependency on libsysfs.
 +    - Deprecate some ib_XXX symbol names and introduce ibv_XXX
 +      replacements for internal consistency.
 +    - Other minor fixes.
 +  * Update to Standards-Version: 3.7.2.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue,  2 May 2006 15:33:14 -0700
 +
 +libibverbs (1.0.2-1) unstable; urgency=low
 +
 +  * Initial Release.  (Closes: #325752)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Feb 2006 11:21:59 -0700
diff --cc debian/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index fddacc0,0000000..988e679
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,80 -1,0 +1,80 @@@
 +Source: libibverbs
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
- Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, dpkg-dev (>= 1.13.19)
- Standards-Version: 3.7.3
++Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19)
++Standards-Version: 3.8.3
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: libibverbs1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 +Description: A library for direct userspace use of RDMA (InfiniBand/iWARP)
 + libibverbs is a library that allows userspace processes to use RDMA
 + "verbs" as described in the InfiniBand Architecture Specification and
 + the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
 + RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
 + high-throughput, low-latency networking technology.  InfiniBand host
 + channel adapters (HCAs) and iWARP NICs commonly support direct
 + hardware access from userspace (kernel bypass), and libibverbs
 + supports this when available.
 + .
 + For this library to be useful, a device-specific plug-in module
 + should also be installed.
 + .
 + This package contains the shared library.
 +
 +Package: libibverbs-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
 +Description: Development files for the libibverbs library
 + libibverbs is a library that allows userspace processes to use RDMA
 + "verbs" as described in the InfiniBand Architecture Specification and
 + the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
 + RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
 + high-throughput, low-latency networking technology.  InfiniBand host
 + channel adapters (HCAs) and iWARP NICs commonly support direct
 + hardware access from userspace (kernel bypass), and libibverbs
 + supports this when available.
 + .
 + This package is needed to compile programs against libibverbs1.
 + It contains the header files and static libraries (optionally)
 + needed for compiling.
 +
 +Package: libibverbs1-dbg
- Section: libdevel
++Section: debug
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
 +Description: Debugging symbols for the libibverbs library
 + libibverbs is a library that allows userspace processes to use RDMA
 + "verbs" as described in the InfiniBand Architecture Specification and
 + the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
 + RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
 + high-throughput, low-latency networking technology.  InfiniBand host
 + channel adapters (HCAs) and iWARP NICs commonly support direct
 + hardware access from userspace (kernel bypass), and libibverbs
 + supports this when available.
 + .
 + This package contains the debugging symbols associated with
 + libibverbs1. They will automatically be used by gdb for debugging
 + libibverbs-related issues.
 +
 +Package: ibverbs-utils
 +Section: net
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Examples for the libibverbs library
 + libibverbs is a library that allows userspace processes to use RDMA
 + "verbs" as described in the InfiniBand Architecture Specification and
 + the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
 + RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
 + high-throughput, low-latency networking technology.  InfiniBand host
 + channel adapters (HCAs) and iWARP NICs commonly support direct
 + hardware access from userspace (kernel bypass), and libibverbs
 + supports this when available.
 + .
 + This package contains useful libibverbs1 example programs such as
 + ibv_devinfo, which displays information about InfiniBand devices.
diff --cc debian/copyright
index 58a8e6c,0000000..5009e7a
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,49 -1,0 +1,49 @@@
 +Initial Debianization:
 +This package was debianized by Roland Dreier <rolandd at cisco.com> on
 +Mon, 25 Apr 2005 10:21:08 -0700.
 +
 +Source:
 +It was downloaded from the OpenIB web site at
 +<https://openib.org/downloads.html>
 +
 +Authors:
 +  Roland Dreier		<roland at topspin.com>
-   Dotan Barak		<dotanb at mellanox.co.il>
++  Dotan Barak		<dotanba at gmail.com>
 +  Sean Hefty		<sean.hefty at intel.com>
 +  Michael S. Tsirkin	<mst at mellanox.co.il>
 +
 +Portions are copyrighted by:
 + * Copyright (c) 2005, 2006 Cisco Systems.  All rights reserved.
 + * Copyright (c) 2004, 2005 Intel Corporation.  All rights reserved.
 + * Copyright (c) 2005 Mellanox Technologies Ltd.  All rights reserved.
 + * Copyright (c) 2005 PathScale, Inc.  All rights reserved.
 + * Copyright (c) 2004, 2005 Topspin Communications.  All rights reserved.
 + * Copyright (c) 2005 Voltaire, Inc. All rights reserved.
 +
 +libibverbs is licensed under a choice of one of two licenses.  You may
 +choose to be licensed under the terms of the GNU General Public
 +License (GPL) Version 2, available from the file
 +/usr/share/common-licenses/GPL-2 on your Debian system, or the
 +OpenIB.org BSD license below:
 +
 +    Redistribution and use in source and binary forms, with or
 +    without modification, are permitted provided that the following
 +    conditions are met:
 +
 +     - Redistributions of source code must retain the above
 +       copyright notice, this list of conditions and the following
 +       disclaimer.
 +
 +     - Redistributions in binary form must reproduce the above
 +       copyright notice, this list of conditions and the following
 +       disclaimer in the documentation and/or other materials
 +       provided with the distribution.
 +
 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 +SOFTWARE.
diff --cc debian/rules
index 5b40388,0000000..5e894d0
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,9 -1,0 +1,8 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +
- DEB_DH_INSTALL_SOURCEDIR := debian/tmp
- DEB_AUTO_UPDATE_LIBTOOL := post
- DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.2)'
++%:
++	dh $@
 +
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/autotools.mk
++override_dh_makeshlibs:
++	dh_makeshlibs -V 'libibverbs1 (>= 1.1.2)'

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



More information about the Pkg-ofed-commits mailing list