[Pkg-bitcoin-commits] [cgminer] branch master updated (ea6fe72 -> 2324724)

Scott Sheridan Howard showard at moszumanska.debian.org
Thu Jun 25 15:35:53 UTC 2015


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

showard pushed a change to branch master
in repository cgminer.

      from  ea6fe72   cleaning up formating for unblock request
       new  e2e11c8   new release
       new  407a660   Imported Upstream version 4.9.2
       new  34d416c   Merge tag 'upstream/4.9.2'
       new  2324724   build for new 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                                |   39 +
 01-cgminer.rules                          |    3 +
 API-README                                |   22 +-
 ASIC-README                               |   98 +-
 Makefile.am                               |   10 +-
 NEWS                                      |  212 +++
 README                                    |   62 +-
 api.c                                     |  265 ++--
 autogen.sh                                |    4 +-
 cgminer.c                                 | 1258 ++++++++----------
 compat/Makefile.am                        |    5 +-
 compat/jansson-2.6/src/Makefile.am        |    4 +-
 compat/jansson-2.6/src/dump.c             |   26 +-
 compat/jansson-2.6/src/hashtable.c        |   67 +-
 compat/jansson-2.6/src/hashtable.h        |    3 +-
 compat/jansson-2.6/src/hashtable_seed.c   |  278 ++++
 compat/jansson-2.6/src/jansson.def        |    1 +
 compat/jansson-2.6/src/jansson.h          |    7 +-
 compat/jansson-2.6/src/jansson_private.h  |    7 +-
 compat/jansson-2.6/src/lookup3.h          |  333 +++++
 compat/jansson-2.6/src/memory.c           |   26 +-
 compat/jansson-2.6/src/strbuffer.c        |   21 +-
 compat/jansson-2.6/src/strconv.c          |    3 +-
 compat/jansson-2.6/src/utf.h              |   20 +-
 compat/jansson-2.6/src/value.c            |   16 +
 compat/libusb-1.0/libusb/os/windows_usb.c |    2 +-
 configure.ac                              |  201 ++-
 debian/cgminer.1                          |   68 +-
 debian/changelog                          |    9 +
 debian/control                            |    2 +-
 debian/patches/series                     |    1 -
 debian/patches/system_jansson.patch       |   62 -
 debian/rules                              |   25 +-
 driver-avalon.c                           |    9 +-
 driver-avalon2.c                          |   83 +-
 driver-avalon2.h                          |    2 +
 driver-avalon4.c                          | 2010 +++++++++++++++++++++++++++++
 driver-avalon4.h                          |  212 +++
 driver-bflsc.c                            |   32 +-
 driver-bflsc.h                            |    2 +-
 driver-bitfury.c                          |   40 +-
 driver-bitmain.c                          |  729 ++++++++---
 driver-bitmain.h                          |  100 +-
 driver-blockerupter.c                     |   11 +-
 driver-hashfast.c                         |  116 +-
 driver-hashfast.h                         |   38 +-
 driver-hashratio.c                        |   47 +-
 driver-hashratio.h                        |    2 +-
 driver-icarus.c                           |  387 ++++--
 driver-spondoolies-sp10-p.c               |    6 +-
 driver-spondoolies-sp10-p.h               |    7 +-
 driver-spondoolies-sp10.c                 |   12 +-
 driver-spondoolies-sp30-p.c               |   51 +-
 driver-spondoolies-sp30-p.h               |    7 +-
 driver-spondoolies-sp30.c                 |  188 +--
 driver-spondoolies-sp30.h                 |    3 +-
 libbitfury.c                              |   14 +-
 miner.h                                   |   59 +-
 usbutils.c                                |  269 ++--
 usbutils.h                                |    9 +-
 util.c                                    |  240 ++--
 util.h                                    |   15 +-
 62 files changed, 5933 insertions(+), 1927 deletions(-)
 create mode 100644 compat/jansson-2.6/src/hashtable_seed.c
 create mode 100644 compat/jansson-2.6/src/lookup3.h
 delete mode 100644 debian/patches/system_jansson.patch
 create mode 100644 driver-avalon4.c
 create mode 100644 driver-avalon4.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