[Pkg-ofed-commits] [mstflint] branch master updated (2489ccb -> 55a2250)

Benjamin Drung bdrung at moszumanska.debian.org
Tue Jan 3 11:58:07 UTC 2017


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

bdrung pushed a change to branch master
in repository mstflint.

     omits  2489ccb   Release mstflint 4.4.0+1.12.gd1edd58-2
     omits  b0cde15   Disable -Werror compiler flag
     omits  c142d2a   Fix compilation on unknown architectures
     omits  da0b03a   Release mstflint 4.4.0+1.12.gd1edd58-1
     omits  3579c09   Add dependency on libibmad5
     omits  e2d4c16   Refresh patch
     omits  8cd6842   Add description to mstconfig program
     omits  988a242   Run autoreconf on build
     omits  b49835a   Update debian/changelog
     omits  710c465   Fix malformed man pages
     omits  a0bbef3   Fix typos
     omits  4ce1f81   Bump Standards-Version to 3.9.8 (no changes needed)
     omits  607fba7   Point Vcs-* fields to HTTPS URLs
     omits  6bb7419   Run wrap-and-sort
     omits  387487a   Build binary package on linux-any
     omits  1a2e544   Enable hardening
     omits  ae93f8a   Drop typo fix patches (accepted upstream)
     omits  67b8b6c   Mangle upstream version to replace minus by plus
     omits  72fc16c   Imported Upstream version 4.4.0+1.12.gd1edd58
      adds  e72d31d   Imported Upstream version 4.4.0+1.12.gd1edd58
       new  5e35fdb   Merge tag 'upstream/4.4.0+1.12.gd1edd58'
       new  bed2cfb   Mangle upstream version to replace minus by plus
       new  a82fe57   Drop typo fix patches (accepted upstream)
       new  31a5ed5   Enable hardening
       new  dfe948f   Build binary package on linux-any
       new  788702e   Run wrap-and-sort
       new  c168cda   Point Vcs-* fields to HTTPS URLs
       new  11d3cc7   Bump Standards-Version to 3.9.8 (no changes needed)
       new  d910489   Fix typos
       new  7914462   Fix malformed man pages
       new  ad53b26   Update debian/changelog
       new  1a42ba0   Run autoreconf on build
       new  13fd25c   Add description to mstconfig program
       new  3dad4d7   Refresh patch
       new  35322c0   Add dependency on libibmad5
       new  e160204   Release mstflint 4.4.0+1.12.gd1edd58-1
       new  0391e12   Fix compilation on unknown architectures
       new  8058184   Disable -Werror compiler flag
       new  5ad1fda   Release mstflint 4.4.0+1.12.gd1edd58-2
      adds  cfd29c2   Imported Upstream version 4.5.0+1.17.g8a0c39d
       new  994daa2   Merge tag 'upstream/4.5.0+1.17.g8a0c39d'
       new  ee7c8d8   Refresh all patches
       new  500bce4   Fix typo recieved -> received
       new  0aedd4f   Use system libraries
       new  237f778   Do not install libmtcr_ul.a
       new  55a2250   Release mstflint 4.5.0+1.17.g8a0c39d-1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2489ccb)
            \
             N -- N -- N   refs/heads/master (55a2250)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 25 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                                        |      2 +-
 Makefile.in                                        |      4 +-
 README                                             |      3 +
 autom4te.cache/output.0                            |    123 +-
 autom4te.cache/output.1                            |    123 +-
 autom4te.cache/traces.0                            |     66 +-
 autom4te.cache/traces.1                            |    159 +-
 cmdif/Makefile.in                                  |      2 +
 cmdparser/Makefile.in                              |      2 +
 common/Makefile.in                                 |      2 +
 common/compatibility.h                             |     10 +-
 common/gitversion.h                                |      2 +-
 config.h.in                                        |      3 +
 configure                                          |    123 +-
 configure.ac                                       |     37 +-
 debian/changelog                                   |     11 +
 debian/control                                     |      8 +-
 debian/patches/0002-Fix-typo-allign-align.patch    |    153 +-
 .../patches/0003-Fix-typo-missmatch-mismatch.patch |     68 +-
 debian/patches/0004-Fix-other-typos.patch          |     45 +-
 .../Fix-compilation-on-unknown-architectures.patch |      6 +-
 debian/patches/Fix-typo-recieved-received.patch    |    317 +
 debian/patches/disable-werror.patch                |      2 +-
 debian/patches/dont-install-libmtcr_ul.patch       |     24 +
 debian/patches/series                              |      3 +
 debian/patches/use-system-libs.patch               |    111 +
 dev_mgt/Makefile.in                                |      2 +
 dev_mgt/tools_dev_types.c                          |     47 +-
 dev_mgt/tools_dev_types.h                          |     12 +-
 {mlxfwops => ext_libs}/Makefile.am                 |      3 +-
 {mlxfwops => ext_libs}/Makefile.in                 |     10 +-
 {mflash => ext_libs/muparser}/Makefile.am          |     15 +-
 {cmdparser => ext_libs/muparser}/Makefile.in       |    119 +-
 ext_libs/muparser/muParser.cpp                     |    397 +
 ext_libs/muparser/muParser.h                       |    115 +
 ext_libs/muparser/muParserBase.cpp                 |   1778 +
 ext_libs/muparser/muParserBase.h                   |    317 +
 ext_libs/muparser/muParserBytecode.cpp             |    588 +
 ext_libs/muparser/muParserBytecode.h               |    141 +
 ext_libs/muparser/muParserCallback.cpp             |    463 +
 ext_libs/muparser/muParserCallback.h               |    118 +
 ext_libs/muparser/muParserDLL.cpp                  |   1096 +
 ext_libs/muparser/muParserDLL.h                    |    241 +
 ext_libs/muparser/muParserDef.h                    |    368 +
 ext_libs/muparser/muParserError.cpp                |    337 +
 ext_libs/muparser/muParserError.h                  |    176 +
 ext_libs/muparser/muParserFixes.h                  |     62 +
 ext_libs/muparser/muParserInt.cpp                  |    280 +
 ext_libs/muparser/muParserInt.h                    |    140 +
 ext_libs/muparser/muParserStack.h                  |    125 +
 ext_libs/muparser/muParserTemplateMagic.h          |    113 +
 ext_libs/muparser/muParserTest.cpp                 |   1552 +
 ext_libs/muparser/muParserTest.h                   |    214 +
 ext_libs/muparser/muParserToken.h                  |    401 +
 ext_libs/muparser/muParserTokenReader.cpp          |    958 +
 ext_libs/muparser/muParserTokenReader.h            |    161 +
 {cmdparser => ext_libs/sqlite}/Makefile.am         |      9 +-
 {mstdump/crd_lib => ext_libs/sqlite}/Makefile.in   |     47 +-
 ext_libs/sqlite/sqlite3.c                          | 196842 ++++++++++++++++++
 ext_libs/sqlite/sqlite3.h                          |  10188 +
 flint/Makefile.in                                  |      2 +
 flint/cmd_line_parser.cpp                          |      9 +
 flint/flint_params.cpp                             |      1 +
 flint/flint_params.h                               |      1 +
 flint/subcommands.cpp                              |      7 +
 include/mtcr_ul/mtcr_com_defs.h                    |     10 +-
 mflash/Makefile.in                                 |      2 +
 mflash/mflash.c                                    |    113 +-
 mflash/mflash.h                                    |     13 +-
 mflash/mflash_access_layer.c                       |    227 +-
 mflash/mflash_access_layer.h                       |     13 +
 mflash/mflash_common_structs.h                     |     27 +-
 mflash/mflash_pack_layer.c                         |     58 +-
 mflash/mflash_pack_layer.h                         |     38 +-
 mflash/mflash_types.h                              |      2 +-
 mft_utils/Makefile.in                              |      2 +
 mft_utils/errmsg.h                                 |      1 +
 mlxconfig/Makefile.am                              |     25 +-
 mlxconfig/Makefile.in                              |    255 +-
 ...xcfg_parser.cpp => mlxcfg_4thgen_commander.cpp} |    850 +-
 .../{mlxcfg_ui.h => mlxcfg_4thgen_commander.h}     |    147 +-
 .../mlxcfg_commander.cpp                           |     83 +-
 .../mlxcfg_commander.h                             |     72 +-
 mlxconfig/mlxcfg_db_manager.cpp                    |    331 +
 .../mlxcfg_db_manager.h                            |     75 +-
 mlxconfig/mlxcfg_generic_commander.cpp             |    941 +
 mlxconfig/mlxcfg_generic_commander.h               |    102 +
 mlxconfig/mlxcfg_param.cpp                         |    497 +
 mlxconfig/mlxcfg_param.h                           |    103 +
 mlxconfig/mlxcfg_param_lib.cpp                     |   3173 +-
 mlxconfig/mlxcfg_param_lib.h                       |    674 +-
 mlxconfig/mlxcfg_parser.cpp                        |    731 +-
 mlxconfig/mlxcfg_status.h                          |      4 +-
 mlxconfig/mlxcfg_tlv.cpp                           |    798 +
 mlxconfig/mlxcfg_tlv.h                             |    143 +
 mlxconfig/mlxcfg_ui.cpp                            |    856 +-
 mlxconfig/mlxcfg_ui.h                              |    152 +-
 mlxconfig/mlxcfg_utils.cpp                         |    195 +
 mlxconfig/mlxcfg_utils.h                           |    118 +
 cmdif/icmd_cif_open.h => mlxconfig/mlxcfg_view.h   |     57 +-
 mlxconfig/mlxconfig_dbs/Makefile.am                |     17 +
 .../mlxconfig_dbs}/Makefile.in                     |    100 +-
 mlxconfig/mlxconfig_dbs/mlxconfig.db               |    Bin 0 -> 68608 bytes
 mlxfwops/Makefile.in                               |      2 +
 mlxfwops/lib/Makefile.in                           |      2 +
 mlxfwops/lib/flint_io.cpp                          |    124 +-
 mlxfwops/lib/flint_io.h                            |     20 +-
 mlxfwops/lib/fs2_ops.cpp                           |     56 +-
 mlxfwops/lib/fs2_ops.h                             |      3 +-
 mlxfwops/lib/fs3_ops.cpp                           |     13 +-
 mlxfwops/lib/fs3_ops.h                             |      1 +
 mlxfwops/lib/fw_ops.cpp                            |    108 +-
 mlxfwops/lib/fw_ops.h                              |     31 +-
 mstdump/Makefile.in                                |      2 +
 mstdump/crd_lib/Makefile.in                        |      2 +
 mstdump/crd_main/Makefile.in                       |      2 +
 mstdump/mstdump_dbs/Makefile.in                    |      2 +
 mstflint.spec                                      |      6 +-
 mtcr_ul/Makefile.in                                |      2 +
 mtcr_ul/mtcr_ib_res_mgt.c                          |      5 +-
 mtcr_ul/mtcr_ul_com.c                              |      2 -
 mtcr_ul/packets_common.c                           |     40 +-
 mtcr_ul/packets_common.h                           |     11 +-
 mtcr_ul/packets_layout.c                           |      5 +-
 mtcr_ul/packets_layout.h                           |      5 +-
 reg_access/Makefile.in                             |      2 +
 reg_access/reg_access.c                            |     17 +
 reg_access/reg_access.h                            |      2 +
 small_utils/Makefile.in                            |      2 +
 small_utils/hca_self_test.ofed                     |     42 +-
 tools_crypto/Makefile.in                           |      2 +
 tools_layouts/Makefile.in                          |      2 +
 tools_layouts/adb_to_c_utils.c                     |     17 +-
 tools_layouts/adb_to_c_utils.h                     |     14 +-
 tools_layouts/cibfw_layouts.c                      |      1 +
 tools_layouts/connectib_layouts.c                  |  62636 +++++-
 tools_layouts/connectib_layouts.h                  |  25976 ++-
 tools_layouts/cx4fw_layouts.c                      |    309 +-
 tools_layouts/cx4fw_layouts.h                      |     24 +-
 tools_layouts/register_access_open_layouts.h       |      2 +-
 tools_layouts/register_access_sib_layouts.c        |    495 +-
 tools_layouts/register_access_sib_layouts.h        |    128 +-
 tools_layouts/tools_open_layouts.c                 |    806 +-
 tools_layouts/tools_open_layouts.h                 |    791 +-
 tools_res_mgmt/Makefile.in                         |      2 +
 145 files changed, 314405 insertions(+), 7178 deletions(-)
 create mode 100644 debian/patches/Fix-typo-recieved-received.patch
 create mode 100644 debian/patches/dont-install-libmtcr_ul.patch
 create mode 100644 debian/patches/use-system-libs.patch
 copy {mlxfwops => ext_libs}/Makefile.am (98%)
 copy {mlxfwops => ext_libs}/Makefile.in (98%)
 copy {mflash => ext_libs/muparser}/Makefile.am (69%)
 copy {cmdparser => ext_libs/muparser}/Makefile.in (88%)
 create mode 100755 ext_libs/muparser/muParser.cpp
 create mode 100755 ext_libs/muparser/muParser.h
 create mode 100755 ext_libs/muparser/muParserBase.cpp
 create mode 100755 ext_libs/muparser/muParserBase.h
 create mode 100755 ext_libs/muparser/muParserBytecode.cpp
 create mode 100755 ext_libs/muparser/muParserBytecode.h
 create mode 100755 ext_libs/muparser/muParserCallback.cpp
 create mode 100755 ext_libs/muparser/muParserCallback.h
 create mode 100755 ext_libs/muparser/muParserDLL.cpp
 create mode 100755 ext_libs/muparser/muParserDLL.h
 create mode 100755 ext_libs/muparser/muParserDef.h
 create mode 100755 ext_libs/muparser/muParserError.cpp
 create mode 100755 ext_libs/muparser/muParserError.h
 create mode 100755 ext_libs/muparser/muParserFixes.h
 create mode 100755 ext_libs/muparser/muParserInt.cpp
 create mode 100755 ext_libs/muparser/muParserInt.h
 create mode 100755 ext_libs/muparser/muParserStack.h
 create mode 100755 ext_libs/muparser/muParserTemplateMagic.h
 create mode 100755 ext_libs/muparser/muParserTest.cpp
 create mode 100755 ext_libs/muparser/muParserTest.h
 create mode 100755 ext_libs/muparser/muParserToken.h
 create mode 100755 ext_libs/muparser/muParserTokenReader.cpp
 create mode 100755 ext_libs/muparser/muParserTokenReader.h
 copy {cmdparser => ext_libs/sqlite}/Makefile.am (89%)
 mode change 100644 => 100755
 copy {mstdump/crd_lib => ext_libs/sqlite}/Makefile.in (94%)
 create mode 100755 ext_libs/sqlite/sqlite3.c
 create mode 100755 ext_libs/sqlite/sqlite3.h
 copy mlxconfig/{mlxcfg_parser.cpp => mlxcfg_4thgen_commander.cpp} (51%)
 copy mlxconfig/{mlxcfg_ui.h => mlxcfg_4thgen_commander.h} (64%)
 copy mtcr_ul/mtcr_tools_cif.h => mlxconfig/mlxcfg_commander.cpp (51%)
 copy mtcr_ul/mtcr_tools_cif.h => mlxconfig/mlxcfg_commander.h (53%)
 create mode 100644 mlxconfig/mlxcfg_db_manager.cpp
 copy mtcr_ul/mtcr_tools_cif.h => mlxconfig/mlxcfg_db_manager.h (52%)
 create mode 100644 mlxconfig/mlxcfg_generic_commander.cpp
 create mode 100644 mlxconfig/mlxcfg_generic_commander.h
 create mode 100644 mlxconfig/mlxcfg_param.cpp
 create mode 100644 mlxconfig/mlxcfg_param.h
 create mode 100644 mlxconfig/mlxcfg_tlv.cpp
 create mode 100644 mlxconfig/mlxcfg_tlv.h
 create mode 100644 mlxconfig/mlxcfg_utils.cpp
 create mode 100644 mlxconfig/mlxcfg_utils.h
 copy cmdif/icmd_cif_open.h => mlxconfig/mlxcfg_view.h (68%)
 create mode 100755 mlxconfig/mlxconfig_dbs/Makefile.am
 copy {mstdump/mstdump_dbs => mlxconfig/mlxconfig_dbs}/Makefile.in (82%)
 create mode 100644 mlxconfig/mlxconfig_dbs/mlxconfig.db

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



More information about the Pkg-ofed-commits mailing list