aboutsummaryrefslogtreecommitdiffstats
path: root/testing/namecoin
Commit message (Collapse)AuthorAgeFilesLines
* testing/namecoin: patch does not apply. Disable for nowLeonardo Arena2016-04-271-1/+1
|
* 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/namecoin: upgrade to 0.3.80Natanael Copa2015-04-202-13/+69
|
* testing/namecoin: rebuild with boost 1.57Natanael Copa2015-02-031-2/+2
|
* testing/namecoin: fix version number to correspond with upstreamNatanael Copa2014-09-261-6/+6
|
* testing/namecoin: update to 0.3.76Stuart Cardall2014-09-155-346/+39
| | | | update to 0.3.76
* testing/namecoin: update to 0.3.75 +QT5Stuart Cardall2014-06-258-83/+415
| | | | Also patched to build with QT5
* testing/namecoin: new aportStuart Cardall2014-06-028-0/+256
Same init / pre / post scripts as with bitcoin: daemon runs in /var/lib/namecoin as namecoin:namecoin APKBUILD tidied up: source format corrected for github patches fixed to -p1 qt() fixed GUI builds as qt4 (there is no qt5 gui for namecoin yet) locale patch revised to include the fix for qt - revision proposed upstream. python-dev is not available on 32 bit MUSL so the build will fail there for both namecoin & bitcoin.