[Pkg-bitcoin-commits] [bfgminer] branch upstream updated (7cfe26d -> 4664ad4)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat Aug 23 08:46: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  7cfe26d   Imported Upstream version 4.3.0+dfsg
       new  4664ad4   Imported Upstream version 4.7.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:
 .gitignore                        |   2 +
 70-bfgminer.rules.in              |  29 +-
 AUTHORS                           | 113 +++--
 Makefile.am                       |  39 +-
 Makefile.in                       | 327 +++++++++----
 NEWS                              | 227 +++++++++
 README                            |  19 +-
 README.ASIC                       |  61 ++-
 README.FPGA                       |  11 +-
 adl.c                             |   2 +-
 api-example.c                     |   4 +-
 api.c                             |   9 +-
 autogen.sh                        |   7 +-
 bitforce-firmware-flash.c         | 110 -----
 ccan.bfg/Makefile.in              |   1 +
 config.guess                      | 156 +------
 config.h.in                       |  12 +
 config.sub                        |   6 +-
 configure                         | 246 +++++++++-
 configure.ac                      |  96 +++-
 debian/changelog                  |  33 ++
 debian/control                    |   2 +-
 deviceapi.c                       |  18 +-
 deviceapi.h                       |   2 +-
 driver-aan.c                      | 641 ++++++++++++++++++++++++++
 driver-aan.h                      |  50 ++
 driver-antminer.c                 |   4 +-
 driver-avalon.c                   |  19 +-
 driver-avalon.h                   |   1 +
 driver-avalonmm.c                 | 943 ++++++++++++++++++++++++++++++++++++++
 driver-bifury.c                   |   2 +-
 driver-bitforce.c                 |  56 ++-
 driver-bitfury.c                  |   2 +-
 driver-cairnsmore.c               |   2 +-
 driver-cpu.c                      |   4 +-
 driver-drillbit.c                 |   4 +-
 driver-dualminer.c                |  22 +-
 driver-getwork.c                  |  34 +-
 driver-gridseed.c                 | 353 ++++++++++----
 driver-hashbuster.c               |   2 +-
 driver-hashbusterusb.c            |   2 +-
 driver-hashfast.c                 | 179 +++++++-
 driver-icarus.c                   | 181 +++++---
 driver-icarus.h                   |   5 +-
 driver-jingtian.c                 | 248 ++++++++++
 driver-klondike.c                 |  15 +
 driver-knc.c                      |  20 +-
 driver-littlefury.c               |  57 +--
 driver-minergate.c                | 479 +++++++++++++++++++
 driver-nanofury.c                 |   4 +-
 driver-opencl.c                   |   5 +-
 driver-proxy.c                    |  29 +-
 driver-proxy.h                    |  15 +
 driver-rockminer.c                |  70 ++-
 driver-stratum.c                  | 133 +++++-
 driver-twinfury.c                 |   2 +-
 driver-x6500.c                    |   3 +-
 driver-zeusminer.c                | 129 +++++-
 driver-ztex.c                     |   2 +-
 gc3355.c                          | 295 ++++--------
 gc3355.h                          |  24 +-
 gen-version.sh                    |  24 +
 hexdump.c                         |   2 +-
 httpsrv.c                         |   3 +-
 jtag.c                            |   2 +-
 lib/Makefile.in                   |   1 +
 libbitfury.c                      |   2 +-
 logging.c                         |   4 +-
 logging.h                         |   3 +-
 lowl-mswin.c                      |  92 ++++
 lowl-mswin.h                      |  12 +
 lowl-pci.c                        |  16 +-
 lowl-spi.c                        |  65 ++-
 lowl-spi.h                        |  11 +
 lowl-usb.c                        |   2 +-
 lowl-vcom.c                       | 121 ++++-
 lowlevel.c                        |   7 +-
 lowlevel.h                        |   3 +
 make-release                      |   3 +-
 miner.c                           | 150 ++++--
 miner.h                           |  10 +-
 ocl.c                             |   2 +-
 opencl/poclbm.cl                  |   2 +-
 opencl/scrypt.cl                  |   7 +-
 openwrt/bfgminer/Makefile         |  22 +-
 openwrt/multibuild.sh             |   2 +-
 packaging/suse/Makefile.am.patch  |  11 -
 packaging/suse/Makefile.in.patch  |  11 -
 packaging/suse/bfgminer.changes   |   9 -
 packaging/suse/bfgminer.rpmlintrc |   6 -
 packaging/suse/bfgminer.spec      |  90 ----
 scrypt.c                          |   4 +-
 setup-vfio                        | 117 +++++
 sha256_generic.c                  |  15 +-
 sha256_sse2_amd64.c               |   3 +-
 sha256_sse2_i386.c                |   3 +-
 sha256_sse4_amd64.c               |   3 +-
 sha256_via.c                      |   2 +-
 tm_i2c.c                          |   3 +-
 usbtest.py                        |   2 +-
 util.c                            | 228 +++++++--
 util.h                            |  54 ++-
 version.h                         |   5 +
 work2d.c                          |   3 +-
 work2d.h                          |   2 +
 x86_32/Makefile.in                |   1 +
 x86_32/sha256_xmm.asm             |  17 +-
 x86_64/Makefile.in                |   1 +
 x86_64/sha256_sse4_amd64.asm      |  22 +-
 x86_64/sha256_xmm_amd64.asm       |  22 +-
 110 files changed, 5480 insertions(+), 1290 deletions(-)
 delete mode 100644 bitforce-firmware-flash.c
 create mode 100644 driver-aan.c
 create mode 100644 driver-aan.h
 create mode 100644 driver-avalonmm.c
 create mode 100644 driver-jingtian.c
 create mode 100644 driver-minergate.c
 create mode 100755 gen-version.sh
 create mode 100644 lowl-mswin.c
 create mode 100644 lowl-mswin.h
 delete mode 100644 packaging/suse/Makefile.am.patch
 delete mode 100644 packaging/suse/Makefile.in.patch
 delete mode 100644 packaging/suse/bfgminer.changes
 delete mode 100644 packaging/suse/bfgminer.rpmlintrc
 delete mode 100644 packaging/suse/bfgminer.spec
 create mode 100755 setup-vfio
 create mode 100644 version.h

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