[Pkg-bitcoin-commits] [cgminer] branch master updated (be5dff0 -> 0c75272)

Scott Sheridan Howard showard at moszumanska.debian.org
Thu May 22 00:08:37 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  be5dff0   Removed myself from Uploaders.
       new  7151374   bump for new version
      adds  69d27bd   Imported Upstream version 4.3.3
       new  9acccbb   Merge tag 'upstream/4.3.3'
       new  c3bd87c   Refreshed patches. Drop format_security.patch, adopted upstream. Updated debian/copyright
       new  0c75272   Merge branch 'master' of git+ssh://git.debian.org/git/pkg-bitcoin/cgminer

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:
 A1-board-selector-CCD.c              | 119 +++++++++
 A1-board-selector-CCR.c              | 305 ++++++++++++++++++++++
 A1-board-selector.h                  |  54 ++++
 A1-common.h                          |  89 +++++++
 A1-desk-board-selector-tca9535.c     | 147 -----------
 A1-trimpot-mcp4x.c                   | 116 +++++++++
 A1-trimpot-mcp4x.h                   |  19 ++
 API-README                           |   2 +-
 Makefile.am                          |  10 +-
 NEWS                                 |  77 ++++++
 README                               |   5 +-
 api.c                                |  38 ++-
 cgminer.c                            | 102 +++++---
 configure.ac                         |  31 ++-
 debian/changelog                     |   8 +
 debian/copyright                     |  14 +-
 debian/copyright_hints               |  35 ++-
 debian/patches/format-security.patch |  14 -
 debian/patches/kfreebsd_usb.patch    |   6 +-
 debian/patches/series                |   1 -
 debian/patches/system_jansson.patch  |  44 +++-
 debian/rules                         |   3 +-
 driver-SPI-bitmine-A1.c              | 493 +++++++++++++++++------------------
 driver-avalon2.c                     |  11 +-
 driver-avalon2.h                     |   1 +
 driver-bitfury.c                     | 106 +++++++-
 driver-bitfury.h                     |   2 +
 driver-bitmain.c                     |   2 +-
 driver-hashfast.c                    |  37 +--
 driver-spondoolies.c                 | 441 +++++++++++++++++++++++++++++++
 driver-spondoolies.h                 |  82 ++++++
 logging.c                            |   4 +-
 mg_proto_parser.c                    |  44 ++++
 mg_proto_parser.h                    |  92 +++++++
 miner.h                              |  26 +-
 miner.php                            |  54 +++-
 usbutils.c                           |  20 +-
 usbutils.h                           |   5 +-
 util.c                               |  37 ++-
 util.h                               |   4 +-
 40 files changed, 2148 insertions(+), 552 deletions(-)
 create mode 100644 A1-board-selector-CCD.c
 create mode 100644 A1-board-selector-CCR.c
 create mode 100644 A1-board-selector.h
 create mode 100644 A1-common.h
 delete mode 100644 A1-desk-board-selector-tca9535.c
 create mode 100644 A1-trimpot-mcp4x.c
 create mode 100644 A1-trimpot-mcp4x.h
 delete mode 100644 debian/patches/format-security.patch
 create mode 100644 driver-spondoolies.c
 create mode 100644 driver-spondoolies.h
 create mode 100644 mg_proto_parser.c
 create mode 100644 mg_proto_parser.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