[Pkg-bitcoin-commits] [cgminer] branch master updated (d3ebdd5 -> b1bf0c9)

Scott Sheridan Howard showard at moszumanska.debian.org
Mon Jan 27 21:11:43 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  d3ebdd5   updated package description, removed uneeded patch
       new  f20fea6   New upstream release.
       new  e1cbe44   Imported Upstream version 3.10.0
       new  00e250d   Merge tag 'upstream/3.10.0'
       new  a8fba01   Refreshed patches.
       new  d7d7449   Updated debian/copyright
       new  b1bf0c9   Debian S-V 3.9.5, no changes

The 6 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:
 01-cgminer.rules                    |   31 +-
 ASIC-README                         |   73 +-
 Makefile.am                         |   32 +-
 NEWS                                |  324 +++++
 README                              |   12 +-
 api-example.c                       |    2 +-
 api.c                               |   28 +-
 cgminer.c                           |  262 ++--
 compat/jansson-2.5/configure.ac     |    1 +
 configure.ac                        |   59 +-
 debian/changelog                    |    8 +-
 debian/control                      |    2 +-
 debian/copyright                    |   25 +
 debian/copyright_hints              |   37 +-
 debian/patches/kfreebsd_usb.patch   |    6 +-
 debian/patches/system_jansson.patch |   10 +-
 debian/rules                        |   14 +-
 driver-avalon.c                     |   93 +-
 driver-avalon.h                     |    9 +-
 driver-bab.c                        |   62 +-
 driver-bflsc.c                      |  116 +-
 driver-bflsc.h                      |    8 +-
 driver-bitforce.c                   |    6 +-
 driver-bitfury.c                    |  451 ++++--
 driver-bitfury.h                    |   49 +
 driver-drillbit.c                   |  994 +++++++++++++
 driver-drillbit.h                   |   52 +
 driver-hashfast.c                   |  160 +-
 driver-hashfast.h                   |    5 +
 driver-icarus.c                     |    9 +-
 driver-klondike.c                   |    6 +-
 driver-knc-spi-fpga.c               |  164 ++-
 driver-minion.c                     | 2731 +++++++++++++++++++++++++++++++++++
 driver-modminer.c                   |   11 +-
 hf_protocol.h                       |   18 +-
 libbitfury.c                        |  338 +++++
 libbitfury.h                        |   31 +
 mcp2210.c                           |  366 +++++
 mcp2210.h                           |   73 +
 miner.h                             |  109 +-
 miner.php                           |    2 +-
 usbutils.c                          |  502 +++----
 usbutils.h                          |   57 +-
 util.c                              |   30 +-
 util.h                              |    1 +
 windows-build.txt                   |   90 +-
 46 files changed, 6595 insertions(+), 874 deletions(-)
 create mode 100644 driver-drillbit.c
 create mode 100644 driver-drillbit.h
 create mode 100644 driver-minion.c
 create mode 100644 libbitfury.c
 create mode 100644 libbitfury.h
 create mode 100644 mcp2210.c
 create mode 100644 mcp2210.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