[Pkg-bitcoin-commits] [bfgminer] branch upstream updated (34f947b -> 7cfe26d)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat Jul 5 22:48:57 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  34f947b   Imported Upstream version 4.2.0+dfsg
       new  7cfe26d   Imported Upstream version 4.3.0+dfsg

The 1 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:
 AUTHORS                                         |   1 +
 Makefile.am                                     |   9 +-
 Makefile.in                                     | 137 ++++---
 NEWS                                            |  93 +++++
 README                                          |   3 +
 api.c                                           |   7 +-
 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/_info           |   2 +-
 ccan-upstream/ccan/cast/_info                   |   3 +-
 ccan-upstream/ccan/compiler/_info               |   2 +-
 ccan-upstream/ccan/compiler/compiler.h          |  30 +-
 ccan-upstream/ccan/opt/LICENSE                  |   2 +-
 ccan-upstream/ccan/opt/_info                    |   4 +-
 ccan-upstream/ccan/opt/helpers.c                |  77 +++-
 ccan-upstream/ccan/opt/opt.c                    |   2 +-
 ccan-upstream/ccan/opt/opt.h                    |  25 +-
 ccan-upstream/ccan/opt/parse.c                  |   2 +-
 ccan-upstream/ccan/opt/private.h                |   2 +-
 ccan-upstream/ccan/opt/test/run-consume_words.c |  57 ++-
 ccan-upstream/ccan/opt/test/run-helpers.c       |  62 +++-
 ccan-upstream/ccan/opt/test/run-usage.c         |  19 +-
 ccan-upstream/ccan/opt/usage.c                  |  45 ++-
 ccan-upstream/ccan/typesafe_cb/_info            |   2 +-
 ccan-upstream/doc/Makefile                      |   5 -
 ccan-upstream/doc/ccanlint.1                    | 455 ------------------------
 ccan-upstream/doc/ccanlint.1.txt                | 267 --------------
 config.h.in                                     |   3 +
 configure                                       |  67 +++-
 configure.ac                                    |  25 +-
 debian/changelog                                |   9 +
 debian/control                                  |   2 +-
 deviceapi.h                                     |   2 +-
 driver-bifury.c                                 |   3 +-
 driver-bitforce.c                               | 420 +++++++++++++++++-----
 driver-bitfury.c                                |  15 +-
 driver-icarus.c                                 | 156 ++++----
 driver-icarus.h                                 |  23 +-
 driver-knc.c                                    |   2 +-
 driver-rockminer.c                              |  31 +-
 driver-zeusminer.c                              | 248 +++++++++++++
 libbitfury.c                                    | 110 +++---
 libbitfury.h                                    |  24 +-
 logging.c                                       |   6 +-
 logging.h                                       |   2 +-
 lowl-pci.c                                      |   3 +-
 lowlevel.h                                      |   2 +
 make-release                                    |  10 +-
 miner.c                                         | 453 ++++++++++++++++-------
 miner.h                                         |  24 +-
 openwrt/bfgminer/Makefile                       |  12 +-
 scrypt.c                                        |  76 +++-
 scrypt.h                                        |   1 +
 util.c                                          |  76 +++-
 util.h                                          |  42 ++-
 59 files changed, 1904 insertions(+), 1593 deletions(-)
 delete mode 100644 ccan-upstream/.gitignore
 delete mode 100644 ccan-upstream/Makefile
 delete mode 100644 ccan-upstream/Makefile-ccan
 delete mode 100644 ccan-upstream/Makefile-web
 delete mode 100644 ccan-upstream/README
 delete mode 100644 ccan-upstream/ccan/.gitignore
 delete mode 100644 ccan-upstream/doc/Makefile
 delete mode 100644 ccan-upstream/doc/ccanlint.1
 delete mode 100644 ccan-upstream/doc/ccanlint.1.txt
 create mode 100644 driver-zeusminer.c

-- 
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