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

Scott Sheridan Howard showard at moszumanska.debian.org
Tue Apr 15 23:11:12 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  b1bf0c9   Debian S-V 3.9.5, no changes
       new  86e64d7   New upstream release.
       new  0434112   Imported Upstream version 3.11.0
       new  9e03607   Merge tag 'upstream/3.11.0'
       new  9c93a62   refreshed patch
       new  8ba0ea4   update copyright
       new  d96b87e   New upstream release.
       new  6615d1e   Imported Upstream version 4.2.3
       new  97dc031   Merge tag 'upstream/4.2.3'
       new  0e0921b   Updated debian/copyright.
       new  0a34d4c   Updated debian/rules configure flags to build for new hardware.
       new  57880e1   Updated cgminer.1, fix FTBFS when -Werror=format-security is enabled

The 11 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                          |   11 +-
 A1-desk-board-selector-tca9535.c          |  147 ++
 A1-desk-board-selector.c                  |  158 ++
 API-README                                |  243 ++-
 ASIC-README                               |  308 ++-
 AUTHORS                                   |    2 +-
 Makefile.am                               |   28 +-
 NEWS                                      |  796 ++++++++
 README                                    |  323 +++-
 api.c                                     |  757 +++++---
 autogen.sh                                |    2 +-
 bitstreams/README                         |    1 +
 ccan/opt/opt.c                            |    2 +-
 ccan/opt/opt.h                            |   22 +-
 ccan/opt/parse.c                          |    2 +
 cgminer.c                                 | 2888 +++++++++++++++++++++--------
 compat/libusb-1.0/libusb/os/windows_usb.c |    2 +-
 configure.ac                              |   94 +-
 crc.h                                     |   23 +
 crc16.c                                   |   45 +
 debian/cgminer.1                          |  209 ++-
 debian/changelog                          |   17 +
 debian/copyright                          |   65 +-
 debian/copyright_hints                    |   96 +-
 debian/patches/format-security.patch      |   14 +
 debian/patches/kfreebsd_usb.patch         |    6 +-
 debian/patches/series                     |    1 +
 debian/rules                              |   13 +-
 driver-SPI-bitmine-A1.c                   | 1096 +++++++++++
 driver-avalon.c                           |   46 +-
 driver-avalon.h                           |    3 +-
 driver-avalon2.c                          |  823 ++++++++
 driver-avalon2.h                          |  136 ++
 driver-bab.c                              | 2793 ++++++++++++++++++++--------
 driver-bflsc.c                            |    2 +-
 driver-bitforce.c                         |    6 +-
 driver-bitfury.c                          |  472 ++++-
 driver-bitfury.h                          |   44 +-
 driver-bitmain.c                          | 1920 +++++++++++++++++++
 driver-bitmain.h                          |  290 +++
 driver-cointerra.c                        | 1256 +++++++++++++
 driver-cointerra.h                        |  224 +++
 driver-drillbit.c                         |  362 ++--
 driver-drillbit.h                         |    6 +-
 driver-hashfast.c                         | 1357 +++++++++++---
 driver-hashfast.h                         |   53 +-
 driver-icarus.c                           |  262 ++-
 driver-klondike.c                         |   11 +-
 driver-minion.c                           |  154 +-
 driver-modminer.c                         |    2 +-
 hexdump.c                                 |    2 +-
 hf_protocol.h                             |   50 +-
 hf_protocol_be.h                          |    6 +-
 klist.c                                   |  315 ++++
 klist.h                                   |   85 +
 libbitfury.c                              |   93 +-
 libbitfury.h                              |    7 +-
 logging.c                                 |   20 +
 logging.h                                 |   20 +
 miner.h                                   |  115 +-
 miner.php                                 | 1172 +++++++-----
 spi-context.c                             |   94 +
 spi-context.h                             |   48 +
 usbutils.c                                |  560 ++++--
 usbutils.h                                |   54 +-
 util.c                                    |  424 +++--
 util.h                                    |   18 +-
 67 files changed, 17260 insertions(+), 3416 deletions(-)
 create mode 100644 A1-desk-board-selector-tca9535.c
 create mode 100644 A1-desk-board-selector.c
 create mode 100644 bitstreams/README
 create mode 100644 crc.h
 create mode 100644 crc16.c
 create mode 100644 debian/patches/format-security.patch
 create mode 100644 driver-SPI-bitmine-A1.c
 create mode 100644 driver-avalon2.c
 create mode 100644 driver-avalon2.h
 create mode 100644 driver-bitmain.c
 create mode 100644 driver-bitmain.h
 create mode 100644 driver-cointerra.c
 create mode 100644 driver-cointerra.h
 create mode 100644 klist.c
 create mode 100644 klist.h
 create mode 100644 spi-context.c
 create mode 100644 spi-context.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