[Pkg-bitcoin-commits] [cgminer] branch master updated (cf224da -> d77fc7f)

Scott Sheridan Howard showard at moszumanska.debian.org
Sun Oct 26 14:35:29 UTC 2014


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

showard pushed a change to branch master
in repository cgminer.

      from  cf224da   Added hashratio support; BD on zlib1g-dev; D-S-V = 3.9.6, no changes; some debugging to look into bug 757381 (show help2man output in buildlogs)
       new  6ab4556   New upstream release.
       new  cb13179   Imported Upstream version 4.7.0
       new  5168f1e   Merge tag 'upstream/4.7.0'
       new  b882f5d   refresh copyright
       new  d77fc7f   libusb_init_warning.patch: Log a warning and don't quit if libusb_init() fails (Closes: #757381).

The 5 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                               |  47 +++
 01-cgminer.rules                         |   1 +
 API-README                               |  20 +-
 ASIC-README                              |  16 +
 Makefile.am                              |   4 +
 NEWS                                     |  41 +++
 README                                   |   5 +
 api.c                                    | 290 ++++++++++++------
 cgminer.c                                |  26 +-
 configure.ac                             |  26 +-
 debian/changelog                         |   8 +
 debian/copyright                         |   2 +-
 debian/copyright_hints                   |   5 +-
 debian/patches/kfreebsd_usb.patch        |  10 +-
 debian/patches/libusb_init_warning.patch |  19 ++
 debian/patches/series                    |   1 +
 debian/patches/system_jansson.patch      |  16 +-
 debian/rules                             |   1 +
 driver-avalon2.c                         |  25 +-
 driver-blockerupter.c                    | 501 +++++++++++++++++++++++++++++++
 driver-blockerupter.h                    | 130 ++++++++
 driver-hashratio.c                       |   6 +-
 driver-icarus.c                          |   7 +-
 driver-spondoolies-sp30.c                |  13 +-
 miner.h                                  |   7 +
 usbutils.c                               |  51 ++++
 usbutils.h                               |  12 +-
 util.c                                   | 179 ++++++++++-
 util.h                                   |   4 +
 29 files changed, 1316 insertions(+), 157 deletions(-)
 create mode 100644 debian/patches/libusb_init_warning.patch
 create mode 100644 driver-blockerupter.c
 create mode 100644 driver-blockerupter.h

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