[Pkg-ofed-commits] [ibacm] branch master updated (5b902c4 -> cf0b43c)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Mar 29 22:24:10 UTC 2016


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

ana pushed a change to branch master
in repository ibacm.

      from  5b902c4   Update the init patch.
       new  8d1cd64   Imported Upstream version 1.1.0
       new  fe78adf   Merge tag 'upstream/1.1.0'
       new  a70f1ea   Imported Upstream version 1.2.0
       new  d26501a   Merge tag 'upstream/1.2.0'
       new  c468ad5   New upstream release.
       new  f14cefe   Update Vcs-Browser to use HTTPS.
       new  94dff50   Update to Standards-Version 3.9.7, no changes required.
       new  68c74aa   Build using hardening build flags.
       new  b49a349   Remove add_pthread patch, not longer needed.
       new  71d529e   Remove *la file
       new  cf0b43c   release + add TODO

The 11 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:
 Makefile.am                   |   31 +-
 Makefile.in                   |  253 ++-
 config.h.in                   |   12 +
 configure                     |  162 +-
 configure.ac                  |   32 +-
 debian/TODO                   |    2 +
 debian/changelog              |   11 +
 debian/control                |    4 +-
 debian/patches/add_pthread    |   10 -
 debian/patches/series         |    1 -
 debian/rules                  |    6 +
 ibacm.spec                    |    4 +-
 ibacm.spec.in                 |    4 +-
 {src => include}/acm_mad.h    |    0
 include/infiniband/acm.h      |   23 +-
 include/infiniband/acm_prov.h |  119 ++
 linux/osd.h                   |   11 +-
 man/ib_acme.1                 |   15 +-
 man/ibacm.1                   |   63 +-
 man/ibacm.7                   |    4 +-
 man/ibacm_prov.7              |   80 +
 prov/acmp/src/acmp.c          | 2989 ++++++++++++++++++++++++++++
 prov/acmp/src/libibacmp.map   |    5 +
 src/acm.c                     | 4347 ++++++++++++++++-------------------------
 src/acm_netlink.h             |  128 ++
 src/acm_util.c                |   18 +-
 src/acm_util.h                |    2 +-
 src/acme.c                    |  228 ++-
 src/libacm.c                  |  110 +-
 src/libacm.h                  |    7 +-
 30 files changed, 5838 insertions(+), 2843 deletions(-)
 create mode 100644 debian/TODO
 delete mode 100644 debian/patches/add_pthread
 rename {src => include}/acm_mad.h (100%)
 create mode 100644 include/infiniband/acm_prov.h
 create mode 100644 man/ibacm_prov.7
 create mode 100644 prov/acmp/src/acmp.c
 create mode 100644 prov/acmp/src/libibacmp.map
 create mode 100644 src/acm_netlink.h

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



More information about the Pkg-ofed-commits mailing list