[Pkg-bitcoin-commits] [bfgminer] branch upstream updated (25cd881 -> 34f947b)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Jun 19 17:37:30 UTC 2014


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

onlyjob pushed a change to branch upstream
in repository bfgminer.

      from  25cd881   Imported Upstream version 3.9.0
       new  9e0380f   Imported Upstream version 3.10.0
       new  34f947b   Imported Upstream version 4.2.0+dfsg

The 2 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:
 .gitignore                                         |     2 +-
 .gitmodules                                        |     3 +
 70-bfgminer.rules.in                               |     7 +
 AUTHORS                                            |    14 +-
 HACKING                                            |    11 +-
 Makefile.am                                        |    73 +-
 Makefile.in                                        |  2594 ++++
 NEWS                                               |   786 +
 README                                             |   199 +-
 README.ASIC                                        |   123 +-
 README.CPU                                         |     4 +-
 README.FPGA                                        |    72 +-
 README.GPU                                         |    76 +-
 README.RPC                                         |   211 +-
 README.scrypt                                      |    61 +-
 aclocal.m4                                         |  1415 ++
 adl.c                                              |   251 +-
 adl.h                                              |     4 +-
 api-example.rb                                     |    38 +
 api.c                                              |   777 +-
 autogen.sh                                         |     4 +
 bench_block.h                                      |    39 -
 bitforce-firmware-flash.c                          |     2 +
 ccan-upstream/.gitignore                           |    20 +
 ccan-upstream/Makefile                             |   104 +
 ccan-upstream/Makefile-ccan                        |   127 +
 ccan-upstream/Makefile-web                         |    79 +
 ccan-upstream/README                               |     6 +
 ccan-upstream/ccan/.gitignore                      |     1 +
 ccan-upstream/ccan/build_assert/LICENSE            |     1 +
 ccan-upstream/ccan/build_assert/_info              |    49 +
 ccan-upstream/ccan/build_assert/build_assert.h     |    40 +
 .../ccan/build_assert/test/compile_fail-expr.c     |    10 +
 .../ccan/build_assert/test/compile_fail.c          |     9 +
 ccan-upstream/ccan/build_assert/test/compile_ok.c  |     7 +
 .../build_assert/test/run-BUILD_ASSERT_OR_ZERO.c   |     9 +
 ccan-upstream/ccan/cast/LICENSE                    |     1 +
 ccan-upstream/ccan/cast/_info                      |    84 +
 ccan-upstream/ccan/cast/cast.h                     |   134 +
 .../ccan/cast/test/compile_fail-cast_const.c       |    29 +
 .../ccan/cast/test/compile_fail-cast_const2.c      |    29 +
 .../ccan/cast/test/compile_fail-cast_const3.c      |    29 +
 .../cast/test/compile_fail-cast_signed-const.c     |    22 +
 .../cast/test/compile_fail-cast_signed-sizesame.c  |    29 +
 .../ccan/cast/test/compile_fail-cast_signed.c      |    17 +
 .../ccan/cast/test/compile_fail-cast_static-2.c    |    23 +
 .../ccan/cast/test/compile_fail-cast_static-3.c    |    21 +
 .../ccan/cast/test/compile_fail-cast_static.c      |    23 +
 .../ccan/cast/test/compile_ok-cast_void.c          |    12 +
 ccan-upstream/ccan/cast/test/compile_ok-static.c   |    10 +
 ccan-upstream/ccan/compiler/LICENSE                |     1 +
 {ccan => ccan-upstream/ccan}/compiler/_info        |    15 +-
 {ccan => ccan-upstream/ccan}/compiler/compiler.h   |    18 +-
 .../ccan}/compiler/test/compile_fail-printf.c      |     9 -
 .../ccan/compiler/test/run-is_compile_constant.c   |    15 +
 ccan-upstream/ccan/opt/LICENSE                     |     1 +
 {ccan => ccan-upstream/ccan}/opt/_info             |    17 +-
 ccan-upstream/ccan/opt/helpers.c                   |   496 +
 {ccan => ccan-upstream/ccan}/opt/opt.c             |   107 +-
 {ccan => ccan-upstream/ccan}/opt/opt.h             |   212 +-
 {ccan => ccan-upstream/ccan}/opt/parse.c           |    25 +-
 {ccan => ccan-upstream/ccan}/opt/private.h         |    21 +-
 ccan-upstream/ccan/opt/test/compile_ok-const-arg.c |    13 +
 ccan-upstream/ccan/opt/test/run-add_desc.c         |   164 +
 .../ccan}/opt/test/run-checkopt.c                  |    31 +-
 ccan-upstream/ccan/opt/test/run-consume_words.c    |    37 +
 .../ccan}/opt/test/run-correct-reporting.c         |     9 -
 ccan-upstream/ccan/opt/test/run-early.c            |    77 +
 ccan-upstream/ccan/opt/test/run-helpers.c          |  1181 ++
 {ccan => ccan-upstream/ccan}/opt/test/run-iter.c   |    16 -
 .../ccan}/opt/test/run-no-options.c                |     9 -
 .../ccan/opt/test/run-set_alloc.c                  |    82 +-
 {ccan => ccan-upstream/ccan}/opt/test/run-usage.c  |    25 +-
 {ccan => ccan-upstream/ccan}/opt/test/run.c        |    18 -
 {ccan => ccan-upstream/ccan}/opt/test/utils.c      |    42 +-
 {ccan => ccan-upstream/ccan}/opt/test/utils.h      |     2 +
 ccan-upstream/ccan/opt/usage.c                     |   218 +
 ccan-upstream/ccan/typesafe_cb/LICENSE             |     1 +
 {ccan => ccan-upstream/ccan}/typesafe_cb/_info     |    11 +-
 .../test/compile_fail-cast_if_type-promotable.c    |     9 -
 .../test/compile_fail-typesafe_cb-int.c            |     9 -
 .../typesafe_cb/test/compile_fail-typesafe_cb.c    |     9 -
 .../test/compile_fail-typesafe_cb_cast-multi.c     |     9 -
 .../test/compile_fail-typesafe_cb_cast.c           |     9 -
 .../test/compile_fail-typesafe_cb_postargs.c       |     9 -
 .../test/compile_fail-typesafe_cb_preargs.c        |     9 -
 .../typesafe_cb/test/compile_ok-typesafe_cb-NULL.c |     9 -
 .../test/compile_ok-typesafe_cb-undefined.c        |     9 -
 .../typesafe_cb/test/compile_ok-typesafe_cb-vars.c |     9 -
 .../typesafe_cb/test/compile_ok-typesafe_cb_cast.c |     9 -
 .../ccan}/typesafe_cb/test/run.c                   |     9 -
 .../ccan}/typesafe_cb/typesafe_cb.h                |    14 +-
 ccan-upstream/doc/Makefile                         |     5 +
 ccan-upstream/doc/ccanlint.1                       |   455 +
 ccan-upstream/doc/ccanlint.1.txt                   |   267 +
 ccan-upstream/licenses/CC0                         |    28 +
 COPYING => ccan-upstream/licenses/GPL-3            |    18 +-
 .../LICENSE => ccan-upstream/licenses/LGPL-2.1     |     0
 ccan.bfg/Makefile.am                               |    14 +
 ccan.bfg/Makefile.in                               |   812 +
 ccan/Makefile.am                                   |     4 -
 ccan/compiler/LICENSE                              |   165 -
 ccan/compiler/test/run-is_compile_constant.c       |    24 -
 ccan/opt/LICENSE                                   |   339 -
 ccan/opt/helpers.c                                 |   203 -
 ccan/opt/test/compile_ok-const-arg.c               |    22 -
 ccan/opt/test/run-helpers.c                        |   449 -
 ccan/opt/usage.c                                   |   120 -
 compat.h                                           |     8 +-
 compile                                            |   347 +
 config.guess                                       |  1579 ++
 config.h.in                                        |   685 +
 config.sub                                         |  1811 +++
 configure                                          | 15070 +++++++++++++++++++
 configure.ac                                       |   367 +-
 debian/changelog                                   |    59 +
 debian/control                                     |     2 +-
 depcomp                                            |   791 +
 deviceapi.c                                        |   193 +-
 deviceapi.h                                        |    40 +-
 driver-antminer.c                                  |   223 +
 driver-avalon.c                                    |   208 +-
 driver-avalon.h                                    |     4 +-
 driver-bfsb.c                                      |     4 +-
 driver-bfx.c                                       |   320 +
 driver-bifury.c                                    |   157 +-
 driver-bitforce.c                                  |   769 +-
 driver-bitfury.c                                   |   165 +-
 driver-bitfury.h                                   |     7 +-
 driver-cairnsmore.c                                |    10 +-
 driver-cpu.c                                       |    26 +-
 driver-cpu.h                                       |     5 +-
 driver-drillbit.c                                  |   706 +
 driver-dualminer.c                                 |   338 +
 driver-erupter.c                                   |    10 +-
 driver-getwork.c                                   |    40 +-
 driver-gridseed.c                                  |   307 +
 driver-hashbuster.c                                |    66 +-
 driver-hashbusteravalon.c                          |    58 +
 driver-hashbusterusb.c                             |   102 +-
 driver-hashfast.c                                  |   698 +
 driver-icarus.c                                    |   528 +-
 icarus-common.h => driver-icarus.h                 |    44 +-
 driver-klondike.c                                  |   251 +-
 driver-klondike.h                                  |    67 +
 driver-knc.c                                       |    99 +-
 driver-littlefury.c                                |    82 +-
 driver-metabank.c                                  |     4 +-
 driver-nanofury.c                                  |   296 +-
 driver-opencl.c                                    |  1115 +-
 driver-opencl.h                                    |   125 +-
 driver-proxy.c                                     |     6 +
 driver-rockminer.c                                 |   518 +
 driver-stratum.c                                   |   110 +-
 driver-twinfury.c                                  |    28 +-
 driver-x6500.c                                     |    42 +-
 driver-ztex.c                                      |     3 +-
 findnonce.c                                        |     2 +-
 findnonce.h                                        |     7 +-
 gc3355.c                                           |   743 +
 gc3355.h                                           |    66 +
 httpsrv.c                                          |     4 +
 httpsrv.h                                          |     4 +-
 install-sh                                         |   527 +
 jtag.c                                             |     2 +-
 lib/Makefile.in                                    |  1109 ++
 libbitfury.c                                       |     7 +-
 libbitfury.h                                       |     8 +-
 libztex.h                                          |     4 +-
 logging.h                                          |    27 +-
 ft232r.c => lowl-ftdi.c                            |   213 +-
 ft232r.h => lowl-ftdi.h                            |    24 +-
 lowl-hid.c                                         |     4 +
 lowl-pci.c                                         |   493 +
 lowl-pci.h                                         |    68 +
 spidevc.c => lowl-spi.c                            |    22 +-
 spidevc.h => lowl-spi.h                            |     6 +-
 lowl-usb.c                                         |    12 +-
 lowl-vcom.c                                        |   105 +-
 lowl-vcom.h                                        |     6 +-
 lowlevel.c                                         |    14 +-
 lowlevel.h                                         |    13 +-
 make-release                                       |   126 +-
 mcp2210.c                                          |    14 +-
 mcp2210.h                                          |    10 +-
 miner.c                                            |  2833 ++--
 miner.h                                            |   270 +-
 miner.php                                          |   129 +-
 missing                                            |   215 +
 ocl.c                                              |   302 +-
 ocl.h                                              |     8 +-
 diablo130302.cl => opencl/diablo.cl                |     2 +
 diakgcn121016.cl => opencl/diakgcn.cl              |     2 +
 phatk121016.cl => opencl/phatk.cl                  |     2 +
 poclbm130302.cl => opencl/poclbm.cl                |     2 +
 scrypt130511.cl => opencl/psw.cl                   |  1648 +-
 scrypt130511.cl => opencl/scrypt.cl                |     2 +
 scrypt130511.cl => opencl/zuikkis.cl               |  1685 +--
 openwrt/bfgminer/Makefile                          |     4 +-
 scrypt.c                                           |    38 +-
 scrypt.h                                           |    10 +-
 start-bfgminer.sh                                  |    23 +
 util.c                                             |   805 +-
 util.h                                             |   237 +-
 windows-build.txt                                  |     6 +-
 work2d.c                                           |   117 +
 work2d.h                                           |    19 +
 x86_32/Makefile.in                                 |   679 +
 x86_64/Makefile.in                                 |   680 +
 209 files changed, 47894 insertions(+), 7568 deletions(-)
 create mode 100644 Makefile.in
 create mode 100644 aclocal.m4
 create mode 100644 api-example.rb
 delete mode 100644 bench_block.h
 create mode 100644 ccan-upstream/.gitignore
 create mode 100644 ccan-upstream/Makefile
 create mode 100644 ccan-upstream/Makefile-ccan
 create mode 100644 ccan-upstream/Makefile-web
 create mode 100644 ccan-upstream/README
 create mode 100644 ccan-upstream/ccan/.gitignore
 create mode 120000 ccan-upstream/ccan/build_assert/LICENSE
 create mode 100644 ccan-upstream/ccan/build_assert/_info
 create mode 100644 ccan-upstream/ccan/build_assert/build_assert.h
 create mode 100644 ccan-upstream/ccan/build_assert/test/compile_fail-expr.c
 create mode 100644 ccan-upstream/ccan/build_assert/test/compile_fail.c
 create mode 100644 ccan-upstream/ccan/build_assert/test/compile_ok.c
 create mode 100644 ccan-upstream/ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO.c
 create mode 120000 ccan-upstream/ccan/cast/LICENSE
 create mode 100644 ccan-upstream/ccan/cast/_info
 create mode 100644 ccan-upstream/ccan/cast/cast.h
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_const.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_const2.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_const3.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_signed-const.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_signed-sizesame.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_signed.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_static-2.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_static-3.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_fail-cast_static.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_ok-cast_void.c
 create mode 100644 ccan-upstream/ccan/cast/test/compile_ok-static.c
 create mode 120000 ccan-upstream/ccan/compiler/LICENSE
 rename {ccan => ccan-upstream/ccan}/compiler/_info (77%)
 rename {ccan => ccan-upstream/ccan}/compiler/compiler.h (91%)
 rename {ccan => ccan-upstream/ccan}/compiler/test/compile_fail-printf.c (52%)
 create mode 100644 ccan-upstream/ccan/compiler/test/run-is_compile_constant.c
 create mode 120000 ccan-upstream/ccan/opt/LICENSE
 rename {ccan => ccan-upstream/ccan}/opt/_info (81%)
 create mode 100644 ccan-upstream/ccan/opt/helpers.c
 rename {ccan => ccan-upstream/ccan}/opt/opt.c (68%)
 rename {ccan => ccan-upstream/ccan}/opt/opt.h (59%)
 rename {ccan => ccan-upstream/ccan}/opt/parse.c (84%)
 rename {ccan => ccan-upstream/ccan}/opt/private.h (52%)
 create mode 100644 ccan-upstream/ccan/opt/test/compile_ok-const-arg.c
 create mode 100644 ccan-upstream/ccan/opt/test/run-add_desc.c
 rename {ccan => ccan-upstream/ccan}/opt/test/run-checkopt.c (80%)
 create mode 100644 ccan-upstream/ccan/opt/test/run-consume_words.c
 rename {ccan => ccan-upstream/ccan}/opt/test/run-correct-reporting.c (81%)
 create mode 100644 ccan-upstream/ccan/opt/test/run-early.c
 create mode 100644 ccan-upstream/ccan/opt/test/run-helpers.c
 rename {ccan => ccan-upstream/ccan}/opt/test/run-iter.c (79%)
 rename {ccan => ccan-upstream/ccan}/opt/test/run-no-options.c (69%)
 copy ccan/opt/test/run.c => ccan-upstream/ccan/opt/test/run-set_alloc.c (88%)
 rename {ccan => ccan-upstream/ccan}/opt/test/run-usage.c (88%)
 rename {ccan => ccan-upstream/ccan}/opt/test/run.c (94%)
 rename {ccan => ccan-upstream/ccan}/opt/test/utils.c (82%)
 rename {ccan => ccan-upstream/ccan}/opt/test/utils.h (88%)
 create mode 100644 ccan-upstream/ccan/opt/usage.c
 create mode 120000 ccan-upstream/ccan/typesafe_cb/LICENSE
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/_info (92%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-cast_if_type-promotable.c (58%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb-int.c (63%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb.c (68%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c (64%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb_cast.c (60%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c (64%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c (64%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c (55%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c (77%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_ok-typesafe_cb-vars.c (79%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/compile_ok-typesafe_cb_cast.c (67%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/test/run.c (87%)
 rename {ccan => ccan-upstream/ccan}/typesafe_cb/typesafe_cb.h (91%)
 create mode 100644 ccan-upstream/doc/Makefile
 create mode 100644 ccan-upstream/doc/ccanlint.1
 create mode 100644 ccan-upstream/doc/ccanlint.1.txt
 create mode 100644 ccan-upstream/licenses/CC0
 copy COPYING => ccan-upstream/licenses/GPL-3 (99%)
 rename ccan/typesafe_cb/LICENSE => ccan-upstream/licenses/LGPL-2.1 (100%)
 create mode 100644 ccan.bfg/Makefile.am
 create mode 100644 ccan.bfg/Makefile.in
 delete mode 100644 ccan/Makefile.am
 delete mode 100644 ccan/compiler/LICENSE
 delete mode 100644 ccan/compiler/test/run-is_compile_constant.c
 delete mode 100644 ccan/opt/LICENSE
 delete mode 100644 ccan/opt/helpers.c
 delete mode 100644 ccan/opt/test/compile_ok-const-arg.c
 delete mode 100644 ccan/opt/test/run-helpers.c
 delete mode 100644 ccan/opt/usage.c
 create mode 100755 compile
 create mode 100755 config.guess
 create mode 100644 config.h.in
 create mode 100755 config.sub
 create mode 100755 configure
 create mode 100755 depcomp
 create mode 100644 driver-antminer.c
 create mode 100644 driver-bfx.c
 create mode 100644 driver-drillbit.c
 create mode 100644 driver-dualminer.c
 create mode 100644 driver-gridseed.c
 create mode 100644 driver-hashbusteravalon.c
 create mode 100644 driver-hashfast.c
 rename icarus-common.h => driver-icarus.h (69%)
 create mode 100644 driver-klondike.h
 create mode 100644 driver-rockminer.c
 create mode 100644 gc3355.c
 create mode 100644 gc3355.h
 create mode 100755 install-sh
 create mode 100644 lib/Makefile.in
 rename ft232r.c => lowl-ftdi.c (58%)
 rename ft232r.h => lowl-ftdi.h (53%)
 create mode 100644 lowl-pci.c
 create mode 100644 lowl-pci.h
 rename spidevc.c => lowl-spi.c (97%)
 rename spidevc.h => lowl-spi.h (88%)
 create mode 100755 missing
 rename diablo130302.cl => opencl/diablo.cl (99%)
 rename diakgcn121016.cl => opencl/diakgcn.cl (99%)
 rename phatk121016.cl => opencl/phatk.cl (99%)
 rename poclbm130302.cl => opencl/poclbm.cl (99%)
 copy scrypt130511.cl => opencl/psw.cl (85%)
 copy scrypt130511.cl => opencl/scrypt.cl (96%)
 rename scrypt130511.cl => opencl/zuikkis.cl (93%)
 create mode 100755 start-bfgminer.sh
 create mode 100644 work2d.c
 create mode 100644 work2d.h
 create mode 100644 x86_32/Makefile.in
 create mode 100644 x86_64/Makefile.in

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



More information about the Pkg-bitcoin-commits mailing list