[Pkg-bitcoin-commits] [cgminer] branch master updated (9c02944 -> eb40633)

Scott Sheridan Howard showard at moszumanska.debian.org
Fri Nov 22 04:09:46 UTC 2013


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

showard pushed a change to branch master
in repository cgminer.

      from  9c02944   add bugfix number
       new  099db26   Initial upstream branch.
       new  6fbb7e9   Imported Upstream version 3.8.1
       new  a239b48   Merge tag 'upstream/3.8.1'
       new  eb40633   New upstream release

The 4 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                                         |    1 +
 01-cgminer.rules                                   |   32 +
 API-README                                         | 1628 ++++
 API.java                                           |  166 +
 ASIC-README                                        |  306 +
 AUTHORS                                            |    7 +
 COPYING                                            |  674 ++
 ChangeLog                                          |    6 +
 FPGA-README                                        |  271 +
 LICENSE                                            |    3 +
 MCast.class                                        |  Bin 0 -> 5678 bytes
 MCast.java                                         |  333 +
 Makefile.am                                        |   95 +
 NEWS                                               | 5322 +++++++++++++
 README                                             |  731 ++
 api-example.c                                      |  313 +
 api-example.php                                    |  118 +
 api-example.py                                     |   52 +
 api.c                                              | 4638 +++++++++++
 arg-nonnull.h                                      |   26 +
 autogen.sh                                         |   11 +
 bench_block.h                                      |   39 +
 bitforce-firmware-flash.c                          |  108 +
 bitstreams/COPYING_fpgaminer                       |   23 +
 bitstreams/fpgaminer_top_fixed7_197MHz.ncd         |  Bin 0 -> 3682603 bytes
 c++defs.h                                          |  271 +
 ccan/Makefile.am                                   |    4 +
 ccan/compiler/LICENSE                              |  165 +
 ccan/compiler/_info                                |   64 +
 ccan/compiler/compiler.h                           |  216 +
 ccan/compiler/test/compile_fail-printf.c           |   22 +
 ccan/compiler/test/run-is_compile_constant.c       |   15 +
 ccan/opt/LICENSE                                   |  339 +
 ccan/opt/_info                                     |   67 +
 ccan/opt/helpers.c                                 |  193 +
 ccan/opt/opt.c                                     |  255 +
 ccan/opt/opt.h                                     |  347 +
 ccan/opt/parse.c                                   |  130 +
 ccan/opt/private.h                                 |   19 +
 ccan/opt/test/compile_ok-const-arg.c               |   13 +
 ccan/opt/test/run-checkopt.c                       |  144 +
 ccan/opt/test/run-correct-reporting.c              |   49 +
 ccan/opt/test/run-helpers.c                        |  440 ++
 ccan/opt/test/run-iter.c                           |   88 +
 ccan/opt/test/run-no-options.c                     |   33 +
 ccan/opt/test/run-usage.c                          |  112 +
 ccan/opt/test/run.c                                |  297 +
 ccan/opt/test/utils.c                              |  110 +
 ccan/opt/test/utils.h                              |   19 +
 ccan/opt/usage.c                                   |  111 +
 ccan/typesafe_cb/LICENSE                           |  510 ++
 ccan/typesafe_cb/_info                             |  151 +
 .../test/compile_fail-cast_if_type-promotable.c    |   23 +
 .../test/compile_fail-typesafe_cb-int.c            |   27 +
 ccan/typesafe_cb/test/compile_fail-typesafe_cb.c   |   34 +
 .../test/compile_fail-typesafe_cb_cast-multi.c     |   43 +
 .../test/compile_fail-typesafe_cb_cast.c           |   25 +
 .../test/compile_fail-typesafe_cb_postargs.c       |   27 +
 .../test/compile_fail-typesafe_cb_preargs.c        |   28 +
 .../typesafe_cb/test/compile_ok-typesafe_cb-NULL.c |   17 +
 .../test/compile_ok-typesafe_cb-undefined.c        |   49 +
 .../typesafe_cb/test/compile_ok-typesafe_cb-vars.c |   52 +
 .../typesafe_cb/test/compile_ok-typesafe_cb_cast.c |   41 +
 ccan/typesafe_cb/test/run.c                        |  109 +
 ccan/typesafe_cb/typesafe_cb.h                     |  133 +
 cgminer.c                                          | 8266 ++++++++++++++++++++
 compat.h                                           |   88 +
 compat/.gitignore                                  |    3 +
 compat/Makefile.am                                 |    8 +
 compat/jansson-2.5/CHANGES                         |  554 ++
 compat/jansson-2.5/LICENSE                         |   19 +
 compat/jansson-2.5/Makefile.am                     |   17 +
 compat/jansson-2.5/README.rst                      |   63 +
 compat/jansson-2.5/configure.ac                    |   54 +
 compat/jansson-2.5/jansson.pc.in                   |   10 +
 compat/jansson-2.5/src/Makefile.am                 |   24 +
 compat/jansson-2.5/src/dump.c                      |  456 ++
 compat/jansson-2.5/src/error.c                     |   63 +
 compat/jansson-2.5/src/hashtable.c                 |  360 +
 compat/jansson-2.5/src/hashtable.h                 |  180 +
 compat/jansson-2.5/src/jansson.def                 |   63 +
 compat/jansson-2.5/src/jansson.h                   |  281 +
 compat/jansson-2.5/src/jansson_config.h.in         |   39 +
 compat/jansson-2.5/src/jansson_private.h           |   93 +
 compat/jansson-2.5/src/load.c                      | 1077 +++
 compat/jansson-2.5/src/memory.c                    |   56 +
 compat/jansson-2.5/src/pack_unpack.c               |  762 ++
 compat/jansson-2.5/src/strbuffer.c                 |  116 +
 compat/jansson-2.5/src/strbuffer.h                 |   33 +
 compat/jansson-2.5/src/strconv.c                   |  134 +
 compat/jansson-2.5/src/utf.c                       |  190 +
 compat/jansson-2.5/src/utf.h                       |   39 +
 compat/jansson-2.5/src/value.c                     |  950 +++
 compat/libusb-1.0/AUTHORS                          |   46 +
 compat/libusb-1.0/COPYING                          |  504 ++
 compat/libusb-1.0/Makefile.am                      |   24 +
 compat/libusb-1.0/NEWS                             |   65 +
 compat/libusb-1.0/PORTING                          |   95 +
 compat/libusb-1.0/README                           |   22 +
 compat/libusb-1.0/THANKS                           |    8 +
 compat/libusb-1.0/TODO                             |    9 +
 compat/libusb-1.0/configure.ac                     |  229 +
 compat/libusb-1.0/libusb-1.0.pc.in                 |   12 +
 compat/libusb-1.0/libusb/Makefile.am               |   55 +
 compat/libusb-1.0/libusb/core.c                    | 2049 +++++
 compat/libusb-1.0/libusb/descriptor.c              |  872 +++
 compat/libusb-1.0/libusb/hotplug.c                 |  298 +
 compat/libusb-1.0/libusb/hotplug.h                 |   77 +
 compat/libusb-1.0/libusb/io.c                      | 2500 ++++++
 compat/libusb-1.0/libusb/libusb-1.0.def            |  120 +
 compat/libusb-1.0/libusb/libusb-1.0.rc             |   56 +
 compat/libusb-1.0/libusb/libusb.h                  | 1779 +++++
 compat/libusb-1.0/libusb/libusbi.h                 |  974 +++
 compat/libusb-1.0/libusb/os/darwin_usb.c           | 1788 +++++
 compat/libusb-1.0/libusb/os/darwin_usb.h           |  175 +
 compat/libusb-1.0/libusb/os/linux_netlink.c        |  231 +
 compat/libusb-1.0/libusb/os/linux_udev.c           |  242 +
 compat/libusb-1.0/libusb/os/linux_usbfs.c          | 2609 ++++++
 compat/libusb-1.0/libusb/os/linux_usbfs.h          |  168 +
 compat/libusb-1.0/libusb/os/openbsd_usb.c          |  727 ++
 compat/libusb-1.0/libusb/os/poll_posix.h           |   10 +
 compat/libusb-1.0/libusb/os/poll_windows.c         |  745 ++
 compat/libusb-1.0/libusb/os/poll_windows.h         |  117 +
 compat/libusb-1.0/libusb/os/threads_posix.c        |   55 +
 compat/libusb-1.0/libusb/os/threads_posix.h        |   48 +
 compat/libusb-1.0/libusb/os/threads_windows.c      |  208 +
 compat/libusb-1.0/libusb/os/threads_windows.h      |   88 +
 compat/libusb-1.0/libusb/os/windows_usb.c          | 3000 +++++++
 compat/libusb-1.0/libusb/os/windows_usb.h          |  608 ++
 compat/libusb-1.0/libusb/sync.c                    |  322 +
 compat/libusb-1.0/libusb/version.h                 |   18 +
 compat/libusb-1.0/m4/.gitignore                    |    5 +
 configure.ac                                       |  517 ++
 debian/changelog                                   |    6 +
 debian/docs                                        |    2 -
 debian/patches/path_to_cl.patch                    |    8 +-
 debian/patches/series                              |    2 +-
 debian/patches/system_jansson.patch                |   30 +
 debian/rules                                       |   11 +-
 driver-avalon.c                                    | 1665 ++++
 driver-avalon.h                                    |  200 +
 driver-bab.c                                       | 1870 +++++
 driver-bflsc.c                                     | 1948 +++++
 driver-bflsc.h                                     |  363 +
 driver-bitforce.c                                  |  756 ++
 driver-bitfury.c                                   |  390 +
 driver-bitfury.h                                   |   29 +
 driver-hashfast.c                                  |  976 +++
 driver-hashfast.h                                  |   99 +
 driver-icarus.c                                    | 1419 ++++
 driver-klondike.c                                  | 1558 ++++
 driver-knc-spi-fpga.c                              |  762 ++
 driver-modminer.c                                  | 1144 +++
 elist.h                                            |  256 +
 example.conf                                       |   40 +
 fpgautils.c                                        |  610 ++
 fpgautils.h                                        |   84 +
 hexdump.c                                          |   77 +
 hf_protocol.h                                      |  349 +
 hf_protocol_be.h                                   |  267 +
 lib/Makefile.am                                    |  367 +
 lib/dummy.c                                        |   42 +
 lib/memchr.c                                       |  172 +
 lib/memchr.valgrind                                |   14 +
 lib/memmem.c                                       |   76 +
 lib/sig-handler.h                                  |   44 +
 lib/sigaction.c                                    |  204 +
 lib/signal.in.h                                    |  378 +
 lib/sigprocmask.c                                  |  329 +
 lib/stddef.in.h                                    |   87 +
 lib/stdint.in.h                                    |  592 ++
 lib/str-two-way.h                                  |  453 ++
 lib/string.in.h                                    |  981 +++
 linux-usb-cgminer                                  |  305 +
 logging.c                                          |   88 +
 logging.h                                          |  110 +
 m4/00gnulib.m4                                     |   30 +
 m4/extensions.m4                                   |  118 +
 m4/gnulib-cache.m4                                 |   38 +
 m4/gnulib-common.m4                                |  282 +
 m4/gnulib-comp.m4                                  |  268 +
 m4/gnulib-tool.m4                                  |   57 +
 m4/include_next.m4                                 |  244 +
 m4/longlong.m4                                     |  113 +
 m4/memchr.m4                                       |   88 +
 m4/memmem.m4                                       |  145 +
 m4/mmap-anon.m4                                    |   55 +
 m4/multiarch.m4                                    |   62 +
 m4/onceonly.m4                                     |   91 +
 m4/sigaction.m4                                    |   43 +
 m4/signal_h.m4                                     |   58 +
 m4/signalblocking.m4                               |   40 +
 m4/stddef_h.m4                                     |   47 +
 m4/stdint.m4                                       |  480 ++
 m4/string_h.m4                                     |  116 +
 m4/warn-on-use.m4                                  |   45 +
 m4/wchar_t.m4                                      |   24 +
 miner.h                                            | 1542 ++++
 miner.php                                          | 3020 +++++++
 mknsis.sh                                          |   34 +
 sha2.c                                             |  208 +
 sha2.h                                             |   70 +
 usbtest.py                                         |   86 +
 usbutils.c                                         | 3733 +++++++++
 usbutils.h                                         |  486 ++
 uthash.h                                           |  948 +++
 util.c                                             | 2676 +++++++
 util.h                                             |  156 +
 warn-on-use.h                                      |  109 +
 windows-build.txt                                  |  258 +
 210 files changed, 90090 insertions(+), 11 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 01-cgminer.rules
 create mode 100644 API-README
 create mode 100644 API.java
 create mode 100644 ASIC-README
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 ChangeLog
 create mode 100644 FPGA-README
 create mode 100644 LICENSE
 create mode 100644 MCast.class
 create mode 100644 MCast.java
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 create mode 100644 README
 create mode 100644 api-example.c
 create mode 100644 api-example.php
 create mode 100755 api-example.py
 create mode 100644 api.c
 create mode 100644 arg-nonnull.h
 create mode 100755 autogen.sh
 create mode 100644 bench_block.h
 create mode 100644 bitforce-firmware-flash.c
 create mode 100644 bitstreams/COPYING_fpgaminer
 create mode 100644 bitstreams/fpgaminer_top_fixed7_197MHz.ncd
 create mode 100644 c++defs.h
 create mode 100644 ccan/Makefile.am
 create mode 100644 ccan/compiler/LICENSE
 create mode 100644 ccan/compiler/_info
 create mode 100644 ccan/compiler/compiler.h
 create mode 100644 ccan/compiler/test/compile_fail-printf.c
 create mode 100644 ccan/compiler/test/run-is_compile_constant.c
 create mode 100644 ccan/opt/LICENSE
 create mode 100644 ccan/opt/_info
 create mode 100644 ccan/opt/helpers.c
 create mode 100644 ccan/opt/opt.c
 create mode 100644 ccan/opt/opt.h
 create mode 100644 ccan/opt/parse.c
 create mode 100644 ccan/opt/private.h
 create mode 100644 ccan/opt/test/compile_ok-const-arg.c
 create mode 100644 ccan/opt/test/run-checkopt.c
 create mode 100644 ccan/opt/test/run-correct-reporting.c
 create mode 100644 ccan/opt/test/run-helpers.c
 create mode 100644 ccan/opt/test/run-iter.c
 create mode 100644 ccan/opt/test/run-no-options.c
 create mode 100644 ccan/opt/test/run-usage.c
 create mode 100644 ccan/opt/test/run.c
 create mode 100644 ccan/opt/test/utils.c
 create mode 100644 ccan/opt/test/utils.h
 create mode 100644 ccan/opt/usage.c
 create mode 100644 ccan/typesafe_cb/LICENSE
 create mode 100644 ccan/typesafe_cb/_info
 create mode 100644 ccan/typesafe_cb/test/compile_fail-cast_if_type-promotable.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c
 create mode 100644 ccan/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c
 create mode 100644 ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c
 create mode 100644 ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c
 create mode 100644 ccan/typesafe_cb/test/compile_ok-typesafe_cb-vars.c
 create mode 100644 ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c
 create mode 100644 ccan/typesafe_cb/test/run.c
 create mode 100644 ccan/typesafe_cb/typesafe_cb.h
 create mode 100644 cgminer.c
 create mode 100644 compat.h
 create mode 100644 compat/.gitignore
 create mode 100644 compat/Makefile.am
 create mode 100644 compat/jansson-2.5/CHANGES
 create mode 100644 compat/jansson-2.5/LICENSE
 create mode 100644 compat/jansson-2.5/Makefile.am
 create mode 100644 compat/jansson-2.5/README.rst
 create mode 100644 compat/jansson-2.5/configure.ac
 create mode 100644 compat/jansson-2.5/jansson.pc.in
 create mode 100644 compat/jansson-2.5/m4/.gitignore
 create mode 100644 compat/jansson-2.5/src/Makefile.am
 create mode 100644 compat/jansson-2.5/src/dump.c
 create mode 100644 compat/jansson-2.5/src/error.c
 create mode 100644 compat/jansson-2.5/src/hashtable.c
 create mode 100644 compat/jansson-2.5/src/hashtable.h
 create mode 100644 compat/jansson-2.5/src/jansson.def
 create mode 100644 compat/jansson-2.5/src/jansson.h
 create mode 100644 compat/jansson-2.5/src/jansson_config.h.in
 create mode 100644 compat/jansson-2.5/src/jansson_private.h
 create mode 100644 compat/jansson-2.5/src/load.c
 create mode 100644 compat/jansson-2.5/src/memory.c
 create mode 100644 compat/jansson-2.5/src/pack_unpack.c
 create mode 100644 compat/jansson-2.5/src/strbuffer.c
 create mode 100644 compat/jansson-2.5/src/strbuffer.h
 create mode 100644 compat/jansson-2.5/src/strconv.c
 create mode 100644 compat/jansson-2.5/src/utf.c
 create mode 100644 compat/jansson-2.5/src/utf.h
 create mode 100644 compat/jansson-2.5/src/value.c
 create mode 100644 compat/libusb-1.0/AUTHORS
 create mode 100644 compat/libusb-1.0/COPYING
 create mode 100644 compat/libusb-1.0/Makefile.am
 create mode 100644 compat/libusb-1.0/NEWS
 create mode 100644 compat/libusb-1.0/PORTING
 create mode 100644 compat/libusb-1.0/README
 create mode 100644 compat/libusb-1.0/THANKS
 create mode 100644 compat/libusb-1.0/TODO
 create mode 100644 compat/libusb-1.0/configure.ac
 create mode 100644 compat/libusb-1.0/libusb-1.0.pc.in
 create mode 100644 compat/libusb-1.0/libusb/Makefile.am
 create mode 100644 compat/libusb-1.0/libusb/core.c
 create mode 100644 compat/libusb-1.0/libusb/descriptor.c
 create mode 100644 compat/libusb-1.0/libusb/hotplug.c
 create mode 100644 compat/libusb-1.0/libusb/hotplug.h
 create mode 100644 compat/libusb-1.0/libusb/io.c
 create mode 100644 compat/libusb-1.0/libusb/libusb-1.0.def
 create mode 100644 compat/libusb-1.0/libusb/libusb-1.0.rc
 create mode 100644 compat/libusb-1.0/libusb/libusb.h
 create mode 100644 compat/libusb-1.0/libusb/libusbi.h
 create mode 100644 compat/libusb-1.0/libusb/os/darwin_usb.c
 create mode 100644 compat/libusb-1.0/libusb/os/darwin_usb.h
 create mode 100644 compat/libusb-1.0/libusb/os/linux_netlink.c
 create mode 100644 compat/libusb-1.0/libusb/os/linux_udev.c
 create mode 100644 compat/libusb-1.0/libusb/os/linux_usbfs.c
 create mode 100644 compat/libusb-1.0/libusb/os/linux_usbfs.h
 create mode 100644 compat/libusb-1.0/libusb/os/openbsd_usb.c
 create mode 100644 compat/libusb-1.0/libusb/os/poll_posix.h
 create mode 100644 compat/libusb-1.0/libusb/os/poll_windows.c
 create mode 100644 compat/libusb-1.0/libusb/os/poll_windows.h
 create mode 100644 compat/libusb-1.0/libusb/os/threads_posix.c
 create mode 100644 compat/libusb-1.0/libusb/os/threads_posix.h
 create mode 100644 compat/libusb-1.0/libusb/os/threads_windows.c
 create mode 100644 compat/libusb-1.0/libusb/os/threads_windows.h
 create mode 100644 compat/libusb-1.0/libusb/os/windows_usb.c
 create mode 100644 compat/libusb-1.0/libusb/os/windows_usb.h
 create mode 100644 compat/libusb-1.0/libusb/sync.c
 create mode 100644 compat/libusb-1.0/libusb/version.h
 create mode 100644 compat/libusb-1.0/m4/.gitignore
 create mode 100644 configure.ac
 create mode 100644 debian/patches/system_jansson.patch
 create mode 100644 driver-avalon.c
 create mode 100644 driver-avalon.h
 create mode 100644 driver-bab.c
 create mode 100644 driver-bflsc.c
 create mode 100644 driver-bflsc.h
 create mode 100644 driver-bitforce.c
 create mode 100644 driver-bitfury.c
 create mode 100644 driver-bitfury.h
 create mode 100644 driver-hashfast.c
 create mode 100644 driver-hashfast.h
 create mode 100644 driver-icarus.c
 create mode 100644 driver-klondike.c
 create mode 100644 driver-knc-spi-fpga.c
 create mode 100644 driver-modminer.c
 create mode 100644 elist.h
 create mode 100644 example.conf
 create mode 100644 fpgautils.c
 create mode 100644 fpgautils.h
 create mode 100644 hexdump.c
 create mode 100644 hf_protocol.h
 create mode 100644 hf_protocol_be.h
 create mode 100644 lib/Makefile.am
 create mode 100644 lib/dummy.c
 create mode 100644 lib/memchr.c
 create mode 100644 lib/memchr.valgrind
 create mode 100644 lib/memmem.c
 create mode 100644 lib/sig-handler.h
 create mode 100644 lib/sigaction.c
 create mode 100644 lib/signal.in.h
 create mode 100644 lib/sigprocmask.c
 create mode 100644 lib/stddef.in.h
 create mode 100644 lib/stdint.in.h
 create mode 100644 lib/str-two-way.h
 create mode 100644 lib/string.in.h
 create mode 100644 linux-usb-cgminer
 create mode 100644 logging.c
 create mode 100644 logging.h
 create mode 100644 m4/00gnulib.m4
 create mode 100644 m4/extensions.m4
 create mode 100644 m4/gnulib-cache.m4
 create mode 100644 m4/gnulib-common.m4
 create mode 100644 m4/gnulib-comp.m4
 create mode 100644 m4/gnulib-tool.m4
 create mode 100644 m4/include_next.m4
 create mode 100644 m4/longlong.m4
 create mode 100644 m4/memchr.m4
 create mode 100644 m4/memmem.m4
 create mode 100644 m4/mmap-anon.m4
 create mode 100644 m4/multiarch.m4
 create mode 100644 m4/onceonly.m4
 create mode 100644 m4/sigaction.m4
 create mode 100644 m4/signal_h.m4
 create mode 100644 m4/signalblocking.m4
 create mode 100644 m4/stddef_h.m4
 create mode 100644 m4/stdint.m4
 create mode 100644 m4/string_h.m4
 create mode 100644 m4/warn-on-use.m4
 create mode 100644 m4/wchar_t.m4
 create mode 100644 miner.h
 create mode 100644 miner.php
 create mode 100755 mknsis.sh
 create mode 100644 sha2.c
 create mode 100644 sha2.h
 create mode 100755 usbtest.py
 create mode 100644 usbutils.c
 create mode 100644 usbutils.h
 create mode 100644 uthash.h
 create mode 100644 util.c
 create mode 100644 util.h
 create mode 100644 warn-on-use.h
 create mode 100644 windows-build.txt

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



More information about the Pkg-bitcoin-commits mailing list