aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/deps-linux.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitian: upgrade OpenSSL to 1.0.1hWladimir J. van der Laan2014-06-051-5/+5
| | | | | | | | | | | | | | | | Upgrade for https://www.openssl.org/news/secadv_20140605.txt Just in case - there is no vulnerability that affects ecdsa signing or verification. The MITM attack vulnerability (CVE-2014-0224) may have some effect on our usage of SSL/TLS. As long as payment requests are signed (which is the common case), usage of the payment protocol should also not be affected. The TLS usage in RPC may be at risk for MITM attacks. If you have `-rpcssl` enabled, be sure to update OpenSSL as soon as possible.
* gitian: upgrade miniupnpc input to 1.9Wladimir J. van der Laan2014-04-091-5/+5
| | | | | | | | | Bumps deps-linux, deps-win dependency versions as well. qt-win does not need to be bumped, as although it depends on deps-win, Qt doesn't use miniupnp. I verified this by rebuilding the dependency and checking the the output is the same. Not having to rebuild Qt is a good thing as it is huge.
* gitian: upgrade openssl to 1.0.1g for both win and linuxWladimir J. van der Laan2014-04-081-5/+5
| | | | | | OpenSSL 1.0.1g fixes CVE-2014-0160. Also bump dependency versions.
* gitian: add -D flag to ar for deterministic output for linux depsWladimir J. van der Laan2014-02-101-1/+10
| | | | | | | | | ar -D: Operate in deterministic mode. When adding files and the archive index use zero for UIDs, GIDs, timestamps, and use consistent file modes for all files. When this option is used, if ar is used with identical options and identical input files, multiple runs will create identical output files regardless of the input files' owners, groups, file modes, or modification times.
* gitian: Make linux boost dependency completely deterministicWladimir J. van der Laan2014-02-061-2/+2
| | | | | | | | | It appears that the output was different every time. This doesn't affect the final bitcoind/bitcoin-qt, but is confusing nevertheless. Fix it by using FAKETIME and zipping files in deterministic order.
* gitian: Make linux build of OpenSSL deterministicWladimir J. van der Laan2014-02-061-4/+18
| | | | | | | OpenSSL was embedding a timestamp causing its build to be non-deterministic. Change deps-linux to be deterministic by using FAKETIME as needed and disabling it when it gets in the way.
* Gitian fixes for 0.9.0rc1 buildWladimir J. van der Laan2014-02-031-1/+2
| | | | | | | | | | | | - Add 'g++' package (virtualbox images don't have this by default) - Workaround for determinism in Qt5 resources - Pass --disable-maintainer-mode --disable-dependency-tracking to configure for libqrencode to avoid random errors about missing m4 directory - Fix typo -with-pic -> --with-pic It is not necessary to rebuild dependencies after this commit. Fixes #3610 and #3612.
* gitian: Add openssl to linux depsWladimir J. van der Laan2014-01-161-1/+12
| | | | | Build OpenSSL instead of using distribution-provided library.
* Make gitian builds consistent across platformsMicha2014-01-151-1/+2
| | | | | | Change Linux deps to use a zip archive rather than a gzipped tarball to match win32 Rename Linux descriptor to gitian-linux.yml to match win32
* gitian: add explicit dependency build for linuxWladimir J. van der Laan2014-01-151-0/+62
Create a dependency file per architecture: - bitcoin-deps-linux32-gitian-r1.tar.gz - bitcoin-deps-linux64-gitian-r1.tar.gz