Commit graph

15 commits

Author SHA1 Message Date
Patrick Lodder a4f2c6cb02 fix miniupnp dir in gitian descriptors 2015-10-18 19:37:58 +02:00
Sporklin 4e483ae47d Updated miniupnpc version. 2015-10-12 17:29:45 -04:00
Ross Nicoll 8f516c5fa4 Update OpenSSL version to 1.0.1l 2015-01-17 17:16:06 +00:00
Patrick Lodder 4310750880 Openssl 1.0.1k dependency update
Updates openssl to 1.0.1k for:
- build docs
- gitian linux build descriptors
- gitian windows build descriptors

see: https://www.openssl.org/news/secadv_20150108.txt

Note: This patch was not applied to the OSX gitian process because
that is (still) broken for dogecoin at this time.
2015-01-15 13:42:16 +01:00
Patrick Lodder f3243584b3 OpenSSL 1.0.1j for gitian build process
see: https://www.openssl.org/news/secadv_20141015.txt

Changes gitian build scripts for linux and windows to use
OpenSSL 1.0.1j. osx scripts have other issues (they have not
been updated to dogecoin dependencies) so those will go into a
separate change.

Please note that although the input for qt-win.yml changes for
reasons of consistency, the output does not, so the version
number for qt-win*-5.2.0-gitian intermediates remain at r3.
2014-10-28 20:42:59 +01:00
Wladimir J. van der Laan f99f24cb8e gitian: Bump miniupnp version to 1.9.20140701
Also change build system: STATICLIB is now MINIUPNP_STATICLIB.
2014-08-28 23:05:07 +01:00
Patrick Lodder f29e2e4d1c Update gitian descriptors and docs for openssl 1.0.1i 2014-08-24 14:39:39 +02:00
Wladimir J. van der Laan 8465a714f8 gitian: upgrade OpenSSL to 1.0.1h 2014-07-09 17:29:59 +02:00
Wladimir J. van der Laan 218d322cef Update to minupnpc 1.9 - Needs rebuild of deps-[win|linux] package, but not Qt (phew). 2014-05-26 20:40:05 +02:00
Wladimir J. van der Laan 6fa4493539 gitian: upgrade openssl to 1.0.1g for both win and linux
OpenSSL 1.0.1g fixes CVE-2014-0160.

Also bump dependency versions.

Rebased-From: 4a811b0
(cherry picked from commit bitcoin/bitcoin@bfeabe5873)

Conflicts:
	contrib/gitian-descriptors/deps-linux.yml
	contrib/gitian-descriptors/deps-win.yml
	contrib/gitian-descriptors/gitian-linux.yml
	contrib/gitian-descriptors/gitian-win.yml
	contrib/gitian-descriptors/qt-win.yml
	doc/release-process.md
2014-04-08 14:21:03 +02:00
langerhans c0c746a84b Update the Gitian descriptors 2014-03-29 20:50:08 +01:00
Wladimir J. van der Laan 6b55e6b97d gitian: Post-process .a libraries for win to be deterministic 2014-02-10 17:07:35 +01:00
Wladimir J. van der Laan c43d1e5549 gitian: Make windows dependencies outputs fully deterministic
Sort .zip order, and other determinism changes to make sure builds
are repeatable for windows deps.
2014-02-08 09:33:05 +01:00
Wladimir J. van der Laan 65615a3a78 Gitian fixes for 0.9.0rc1 build
- 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.
2014-02-03 14:43:51 +01:00
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
2014-01-21 14:02:13 +01:00