[Pkg-ofed-commits] [librdmacm] branch master updated (bb6ba9f -> 5387ce3)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Aug 19 14:03:26 UTC 2014


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

ana pushed a change to branch master
in repository librdmacm.

      from  bb6ba9f   Imported Debian patch 1.0.16-1
       new  f63cc82   Imported Upstream version 1.0.19
       new  7c00a67   Merge tag 'upstream/1.0.19'
       new  46a8807   New release. Update Maintainers and Uploaders
       new  d54e868   Update to s-v 3.9.5, no changes required
       new  7e7cab6   Add fields Vcs-Browser/Vcs-Git
       new  1d2d8c7   Add fix for #734751
       new  5387ce3   Ready to reelase

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:
 Makefile.am                                        |   14 +-
 Makefile.in                                        |  488 +-
 aclocal.m4                                         | 7970 +---------------
 config.h.in                                        |   33 +-
 aclocal.m4 => config/libtool.m4                    | 1611 +---
 config/ltoptions.m4                                |  368 +
 config/ltsugar.m4                                  |  123 +
 config/ltversion.m4                                |   23 +
 config/lt~obsolete.m4                              |   92 +
 configure                                          | 9919 ++++++++------------
 configure.in => configure.ac                       |   54 +-
 debian/changelog                                   |   15 +
 debian/control                                     |    9 +-
 .../01-CVE-2012-4516-no-default-acm-port.patch     |   60 -
 debian/patches/02-fix-manpage-nroff-errors.patch   |   52 -
 debian/patches/series                              |    2 -
 examples/cmatose.c                                 |   53 +-
 examples/cmtime.c                                  |  693 ++
 examples/common.c                                  |   95 +-
 examples/common.h                                  |   46 +-
 examples/rdma_client.c                             |   71 +-
 examples/rdma_server.c                             |  103 +-
 examples/rdma_xclient.c                            |  195 +-
 examples/rdma_xserver.c                            |  285 +-
 examples/{rstream.c => riostream.c}                |  344 +-
 examples/rping.c                                   |   37 +-
 examples/rstream.c                                 |  274 +-
 examples/udaddy.c                                  |   47 +-
 examples/udpong.c                                  |  568 ++
 include/rdma/rdma_cma.h                            |   21 +-
 include/rdma/rdma_verbs.h                          |    3 +-
 include/rdma/rsocket.h                             |   11 +-
 librdmacm.spec                                     |    4 +-
 librdmacm.spec.in                                  |    2 +-
 man/rdma_accept.3                                  |    5 +-
 man/rdma_connect.3                                 |    0
 man/rdma_create_id.3                               |    2 +
 man/rdma_create_qp.3                               |    0
 man/rdma_destroy_ep.3                              |    5 +-
 man/rdma_destroy_qp.3                              |    3 -
 man/rdma_getaddrinfo.3                             |    3 +
 man/rdma_join_multicast.3                          |    0
 man/rdma_notify.3                                  |    0
 man/rdma_xclient.1                                 |    5 +-
 man/rdma_xserver.1                                 |    5 +-
 man/{rstream.1 => riostream.1}                     |   14 +-
 man/rping.1                                        |    1 +
 man/rsocket.7                                      |   89 +-
 man/rstream.1                                      |   11 +-
 man/ucmatose.1                                     |   23 +-
 man/udaddy.1                                       |    1 +
 src/acm.c                                          |  202 +-
 src/addrinfo.c                                     |  169 +-
 src/cma.c                                          |  486 +-
 src/cma.h                                          |  103 +-
 src/indexer.c                                      |    5 +
 src/indexer.h                                      |   44 +
 src/librdmacm.map                                  |    7 +
 src/preload.c                                      |  649 +-
 src/rsocket.c                                      | 3001 +++++-
 60 files changed, 10998 insertions(+), 17520 deletions(-)
 copy aclocal.m4 => config/libtool.m4 (81%)
 create mode 100644 config/ltoptions.m4
 create mode 100644 config/ltsugar.m4
 create mode 100644 config/ltversion.m4
 create mode 100644 config/lt~obsolete.m4
 rename configure.in => configure.ac (63%)
 delete mode 100644 debian/patches/01-CVE-2012-4516-no-default-acm-port.patch
 delete mode 100644 debian/patches/02-fix-manpage-nroff-errors.patch
 delete mode 100644 debian/patches/series
 create mode 100644 examples/cmtime.c
 copy examples/{rstream.c => riostream.c} (65%)
 create mode 100644 examples/udpong.c
 mode change 100755 => 100644 include/rdma/rdma_cma.h
 mode change 100755 => 100644 man/rdma_accept.3
 mode change 100755 => 100644 man/rdma_connect.3
 mode change 100755 => 100644 man/rdma_create_qp.3
 mode change 100755 => 100644 man/rdma_getaddrinfo.3
 mode change 100755 => 100644 man/rdma_join_multicast.3
 mode change 100755 => 100644 man/rdma_notify.3
 copy man/{rstream.1 => riostream.1} (82%)
 mode change 100755 => 100644 src/acm.c
 mode change 100755 => 100644 src/addrinfo.c
 mode change 100755 => 100644 src/cma.c

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



More information about the Pkg-ofed-commits mailing list