aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bitcoin
Commit message (Collapse)AuthorAgeFilesLines
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* testing/bitcoin: update to 0.12.1Stuart Cardall2016-04-181-4/+4
|
* testing/bitcoin: update to 0.12.0Stuart Cardall2016-02-221-6/+6
| | | | | | Bitcoin 0.12.0 Release Notes / Changelog: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.12.0.md
* testing/bitcoin: rebuild against boost-1.60Natanael Copa2016-02-021-1/+1
|
* testing/bitcoin: rebuild against boost-1.59Natanael Copa2015-11-051-1/+1
|
* testing/bitcoin: update to 0.11.1 + add dev / tx / tests subpackagesStuart Cardall2015-10-271-10/+32
| | | | | | 0.11.1 Release Notes: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.11.1.md
* testing/bitcoin: update to 0.11.0Stuart Cardall2015-09-182-27/+9
| | | | https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.11.0.md
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+1
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* testing/bitcoin: update to 0.10.1 + fix boost errorStuart Cardall2015-05-073-16/+27
|
* testing/bitcoin: compile fixNatanael Copa2015-04-201-0/+4
|
* testing/bitcoin: rebuild against boost 1.58Natanael Copa2015-04-201-1/+1
|
* testing/bitcoin: update to 0.10.0 finalStuart Cardall2015-02-201-4/+4
| | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* testing/bitcoin: upgrade to 0.10.0_rc3Natanael Copa2015-02-031-4/+4
|
* testing/bitcoin: remove .la archiveNatanael Copa2014-12-291-1/+2
|
* testing/bitcoin: update to 0.10.0_rc1Stuart Cardall2014-12-291-5/+6
| | | | SSL3 removed from RPC client
* testing/bitcoin: rebuild with protobuf-2.6Natanael Copa2014-10-141-1/+1
|
* testing/bitcoin: upgrade to 0.9.3Natanael Copa2014-09-261-4/+4
|
* testing/bitcoin: minor clean upNatanael Copa2014-09-151-4/+4
|
* testing/bitcoin: update to 0.9.3rc2Stuart Cardall2014-09-151-9/+7
| | | | update to 0.9.3rc2
* testing/bitcoin: update to 0.9.2.1Stuart Cardall2014-06-256-68/+113
| | | | | Environment patch removed as merged upstream as function SetupEnvironment() Init script added so Bitcoin runs as user Bitcoin.
* testing/bitcoin: do the locale trick with qt client as wellNatanael Copa2014-05-082-4/+23
|
* testing/bitcoin: enable qt interface fix locale bugNatanael Copa2014-05-082-7/+64
|
* testing/bitcoin: upgrade to 0.9.1Natanael Copa2014-05-083-43/+20
|
* testing/bitcoin: rebuild against boost 1.55.0Bartłomiej Piotrowski2014-02-081-1/+1
|
* testing/bitcoin: disable. does not build currentlyNatanael Copa2013-12-171-1/+1
|
* testing/bitcoin: new aportNatanael Copa2013-12-144-0/+88
decentralized P2P electronic cash system http://www.bitcoin.org/ ref #2444