Wladimir J. van der Laan
4a811b0053
gitian: upgrade openssl to 1.0.1g for both win and linux
...
OpenSSL 1.0.1g fixes CVE-2014-0160.
Also bump dependency versions.
11 years ago
Gavin Andresen
26e4b52712
Require OSX 10.6, 64-bit
...
Drop support for 32-bit or pre-10.6 Macs.
Also, some of the OSX build docs hadn't been updated since the
autotools change.
11 years ago
Micha
12edce5613
Update the address for downloading libpng
...
The FTP server what we get libpng from only keeps the latest version in its main folder. Older versions are in the "history" folder. Apparently version 1.6.9 has been released, so 1.6.8 has moved to the history folder.
11 years ago
Wladimir J. van der Laan
f622232bcf
gitian: Windows 64 bit support
...
- Build a 64 bit version of all dependencies
- Show 32/64 bit version in "About..." for x86
- Export 64-bit .exes and installer from gitian build
11 years ago
Wladimir J. van der Laan
64be7f7892
gitian: Build boost dependency for linux
...
Instead of using the boost provided by Ubuntu 12.04, build our own
dependency like we do for Windows.
This allows using a much newer version (1.55 versus 1.46) as well as
building with `-fPIC` so that `-pie` can be used in the x86-64 build.
11 years ago
Micha
f4e72bf8d2
Make gitian builds consistent across platforms
...
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
11 years ago
Wladimir J. van der Laan
04257151b1
gitian: add explicit dependency build for linux
...
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
11 years ago
Wladimir J. van der Laan
f4bb12eecc
doc: bump boost version in release-process
...
This was forgotten in #3501 .
11 years ago
Wladimir J. van der Laan
1e3abb4e3d
build: upgrade Qt used by windows build to 5.2.0
11 years ago
Wladimir J. van der Laan
2f158dfc93
build: Update the other win32 deps
...
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
11 years ago
Wladimir J. van der Laan
4f99b1601b
Release process: add section about announcing new release
11 years ago
Micha
cc75306ceb
Change release-process.md to sign release tags
11 years ago
Micha
cc3b0dddbc
Add additional data update to release-process.md
...
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do
list for each release, avoiding future situations like
https://bitcointalk.org/index.php?topic=336042.0 .
11 years ago
Micha
61823c47db
HTTPS-ify the downloads for the deps
11 years ago
Micha
d18f5bf12c
Switch the order of win32 deps and win32 qt in release-process.md
...
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
11 years ago
Micha
7048443e8b
Fix and improve release-process.md
...
This commit adds a step, which is to git checkout the version to be
built. This ensures that the gitian-descriptors for said version will be
the correct ones. In addition, it updates the links for several
dependencies, where the previously existing links were dead.
11 years ago
Warren Togami
f2bc1d35d6
Upgrade gitian win32 to boost-1.54.0
...
Workaround 1.54.0 build bug, upstream #9156
Workaround 1.51.0+ human bug, upstream #7262
This commit also demonstrates a method to verify the integrity of inputs.
11 years ago
Wladimir J. van der Laan
51c2fa16bb
Qt 4.8.3 r2 in gitian and release process
...
Also needed to add `unzip` package for the added unzip command for
OpenSSL in the Qt build.
11 years ago
Wladimir J. van der Laan
af079f0b21
Add protobuf 2.5.0 download to gitian release process
11 years ago
Micha
e9bfe65729
Made the build/release process completable verbatim as listed in
...
release-process.md
11 years ago
Michagogo
bb70bbfc5d
Made more generic by removing specific version references
...
Tweaked a little bit to provide examples.
Squashed commits into 1, while hoping not to break anything
12 years ago
super3
2341e9b533
Docs Markdown Cleanup
12 years ago