Since 772eef9168, Boost by default doesn't
support Python anymore, so we need to override it with Python support.
Signed-off-by: aszlig <aszlig@nix.build>
This applies upstream commit miguelfreitas/twister-core@dd4f5a1769.
Tested only by building and executing "twisterd --help", but no serious
testing done otherwise.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
From the upstream changelog:
Version 0.9.34:
* quick fix to "Assertion mapInfo.count" failed, don't mess with these
addrman structures!
Version 0.9.33:
* fix serious connectivity problem: not trying to connect to >=0.9.30
peers with random ports.
Version 0.9.31:
* backport from upstream (arvidn/libtorrent@677e642):
fixed uTP vulnerability from
The fixes in 0.9.31 are a bit more serious and it actually contains two
fixes from what I've been able to dig through:
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5685
* https://www.us-cert.gov/ncas/alerts/TA14-017A
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
This fixes builds after #4419. Thanks to @vbgl for the original commit;
I changed that as I'm not sure whether passing null values to buildInputs is clean.
CC maintainers: @coroa, @peti, @phreedom, @robberer, @jcumming.
This includes another source-only derivation for the web interface (and
patches the path into the twister binary), so there shouldn't be a need
to move it into ~/.twister/html separately.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>