[Pkg-ofed-commits] [infiniband-diags] branch master updated (4b51fa4 -> 85df9d2)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 22 19:52:13 UTC 2015


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

ana pushed a change to branch master
in repository infiniband-diags.

      from  4b51fa4   Upload to unstable
       new  a4356e3   Imported Upstream version 1.6.5
       new  f718ac5   Merge tag 'upstream/1.6.5'
       new  b37f768   New upstream release.
       new  5354d1c   Update the versioned build-depend on libibmad-dev from (>= 1.3.10) to (>= 1.3.12).
       new  6d884d7   Add rdma-ndd support:
       new  63c37af   Add patch to fix -Wformat-security errors.
       new  85df9d2   Update to Standards-Version 3.9.6, no changes required.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  117 +
 Makefile.am                                        |   17 +-
 Makefile.in                                        | 1601 ++--
 README                                             |   43 +-
 aclocal.m4                                         |  696 +-
 config.h.in                                        |    9 +
 config/compile                                     |  232 +-
 config/config.guess                                |  405 +-
 config/config.sub                                  |  279 +-
 config/depcomp                                     |  531 +-
 config/install-sh                                  |   35 +-
 config/libtool.m4                                  | 2248 +++--
 config/ltmain.sh                                   | 4017 ++++++---
 config/ltoptions.m4                                |   32 +-
 config/ltversion.m4                                |   12 +-
 config/lt~obsolete.m4                              |   12 +-
 config/missing                                     |  461 +-
 config/test-driver                                 |  127 +
 configure                                          | 9156 +++++++++-----------
 configure.ac                                       |   43 +-
 debian/changelog                                   |   12 +
 debian/control                                     |    5 +-
 .../0001-rdma-ndd-fix-compiler-warnings.patch      |   46 +
 debian/patches/series                              |    1 +
 doc/man/rdma-ndd.8                                 |  102 +
 doc/man/rdma-ndd.8.in                              |  102 +
 doc/man/smpquery.8                                 |   41 +-
 doc/man/smpquery.8.in                              |   41 +-
 doc/rst/rdma-ndd.8.in.rst                          |   85 +
 doc/rst/smpquery.8.in.rst                          |   33 +-
 etc/ibdiag.conf                                    |    3 +
 etc/rdma-ndd.init                                  |  137 +
 etc/rdma-ndd.init.in                               |  137 +
 include/ibdiag_common.h                            |   35 +
 include/ibdiag_version.h                           |    2 +-
 infiniband-diags.spec                              |   42 +-
 infiniband-diags.spec.in                           |   38 +-
 libibnetdisc/Makefile.in                           |  392 +-
 libibnetdisc/src/ibnetdisc.c                       |    4 +-
 libibnetdisc/test/testleaks.c                      |   13 +-
 src/ibccconfig.c                                   |   13 +-
 src/ibccquery.c                                    |   14 +-
 src/ibdiag_common.c                                |   35 +-
 src/ibping.c                                       |    6 +-
 src/ibportstate.c                                  |   28 +-
 src/ibtracert.c                                    |   51 +-
 src/mcm_rereg_test.c                               |    3 +-
 src/perfquery.c                                    |   44 +-
 src/rdma-ndd.c                                     |  402 +
 src/saquery.c                                      |    7 +-
 src/smpquery.c                                     |   25 +-
 src/vendstat.c                                     |    5 +-
 52 files changed, 12981 insertions(+), 8996 deletions(-)
 mode change 100755 => 100644 config/ltmain.sh
 create mode 100755 config/test-driver
 create mode 100644 debian/patches/0001-rdma-ndd-fix-compiler-warnings.patch
 create mode 100644 doc/man/rdma-ndd.8
 create mode 100644 doc/man/rdma-ndd.8.in
 create mode 100644 doc/rst/rdma-ndd.8.in.rst
 create mode 100644 etc/rdma-ndd.init
 create mode 100644 etc/rdma-ndd.init.in
 create mode 100644 src/rdma-ndd.c

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



More information about the Pkg-ofed-commits mailing list