[Pkg-ofed-commits] [ibsim] branch master updated (c9f559f -> 89360fe)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 1 12:41:43 UTC 2014


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

ana pushed a change to branch master
in repository ibsim.

      from  c9f559f   Imported Debian patch 0.5-4
       new  6411b53   Imported Upstream version 0.6
       new  2147b13   Merge tag 'upstream/0.6'
       new  49daf8f   open changelog for new upstream release
       new  a7b8e08   remove patches merges upstream
       new  90829fc   update to Standards-Version to 3.9.5, no changes required
       new  c063fc4   update uploaders
       new  aec01db   remove placeholder manpage
       new  103dd33   update debian/rules to use dh
       new  777c154   update homepage
       new  89360fe   ready to release to experimental

The 10 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:
 debian/changelog                            |  15 +
 debian/control                              |  12 +-
 debian/ibsim-utils.manpages                 |   1 -
 debian/ibsim.1                              |  17 -
 debian/patches/01_glibc-2.10-scandir.patch  |  16 -
 debian/patches/02_remove-ibcommon.patch     |  54 ---
 debian/patches/03_fix-insecure-format.patch |  16 -
 debian/patches/series                       |   3 -
 debian/rules                                |  80 +---
 defs.mk                                     |  20 +-
 dist.sh                                     |  23 -
 ibsim.spec                                  |  12 +-
 ibsim.spec.in                               |  41 --
 ibsim/ibsim.c                               |  32 +-
 ibsim/sim.h                                 | 101 ++++-
 ibsim/sim_cmd.c                             | 285 +++++++++++-
 ibsim/sim_mad.c                             | 607 +++++++++++++++++++++++---
 ibsim/sim_net.c                             |  17 +-
 tests/Makefile                              |   2 +-
 tests/mcast_storm.c                         | 429 +++++++++++-------
 tests/query_many.c                          | 309 +++++++++++++
 tests/subnet_discover.c                     | 649 ++++++++++++++++++++++++++++
 umad2sim/sim_client.c                       |  59 +--
 umad2sim/sim_client.h                       |   2 +-
 umad2sim/umad2sim.c                         |  26 +-
 25 files changed, 2274 insertions(+), 554 deletions(-)
 delete mode 100644 debian/ibsim-utils.manpages
 delete mode 100644 debian/ibsim.1
 delete mode 100644 debian/patches/01_glibc-2.10-scandir.patch
 delete mode 100644 debian/patches/02_remove-ibcommon.patch
 delete mode 100644 debian/patches/03_fix-insecure-format.patch
 delete mode 100755 dist.sh
 delete mode 100644 ibsim.spec.in
 create mode 100644 tests/query_many.c
 create mode 100644 tests/subnet_discover.c

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



More information about the Pkg-ofed-commits mailing list