Commit Graph

57823 Commits

Author SHA1 Message Date
Jörg Thalheim 629d011cea geoip: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim b6e73918a3 clucene: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim 2ebe19f330 openldap: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim 10ba78757f ruby: fix cross-build (#51842)
Enable autoreconfHook by default: The build tried to execute autoconf, which was
in the wrong build input. Regenerating autotools configure files is always a good
idea since it delivers fixes.
Also move groff to the native since it is only used at build-time
2018-12-11 09:01:58 +01:00
Jörg Thalheim 900a01ad47
radare2: fix cross-build
Only the make-based build support cross-compilation.
Also use less vendored libraries
2018-12-10 14:15:45 +00:00
Jörg Thalheim efa57f8820
glib: fix cross -> inherit devdoc from native build
Glib uses gobject introspection to generate documentation.
If we would want to cross-compile those, we would need native binaries
from the previous build stage. Instead we can simply just copy over
the generated documentation.
2018-12-10 11:36:02 +00:00
Jörg Thalheim ec59713c5c
perl: update perl-cross archive 2018-12-09 23:04:18 +00:00
Jörg Thalheim 32788120f9
Merge pull request #51779 from Mic92/ncurses
ncurses: fix cross-build by disable stripping
2018-12-09 14:38:55 +00:00
Jörg Thalheim ceaee84401 ncurses: fix cross-build by disable stripping
Ncurses uses `install -s` to also strip the binaries while installing.
This broke the cross build because the wrong strip command was chosen.
2018-12-09 13:49:41 +00:00
Vladimír Čunát ee77dd61e3
Merge #51450: perl security updates 2018-12-09 12:05:22 +01:00
Vladimír Čunát b9d22d3fe8
Merge #51688: nettle: 3.4 -> 3.4.1 (security) 2018-12-08 20:30:42 +01:00
Jörg Thalheim 7a4c81dfc8
Merge pull request #51226 from Mic92/llvm-cross-targets
llvm: fix cross-compilation
2018-12-08 19:27:07 +00:00
Jörg Thalheim 2ca39fe86b llvm_7: fix cross-compiling 2018-12-08 19:25:43 +00:00
Jörg Thalheim b4a2ed8e48
Merge pull request #51644 from ivan/erlang-disable-parallel-building
erlang: disable parallel building
2018-12-08 16:40:38 +00:00
Vladyslav M 0fa0ce28af
Merge pull request #51702 from dtzWill/update/wayland-protocols-1.17
wayland-protocols: 1.16 -> 1.17
2018-12-08 17:14:03 +02:00
Florian Klink 717e5589fb
Merge pull request #51697 from dtzWill/update/dbus-1.12.12
dbus: 1.12.10 -> 1.12.12
2018-12-08 15:54:18 +01:00
Florian Klink 5979939a1c
Merge pull request #51715 from dtzWill/update/microhttpd-0.9.61
libmicrohttpd: 0.9.60 -> 0.9.61
2018-12-08 15:21:29 +01:00
Frederik Rietdijk df304abd27 Merge staging-next into staging 2018-12-08 12:50:38 +01:00
Frederik Rietdijk e0950ae9ad Merge master into staging-next 2018-12-08 12:40:13 +01:00
Peter Simons c37ae1dcf6 ghc: add new compiler version 8.6.3 2018-12-08 11:46:20 +01:00
Will Dietz 273ec1886a libmicrohttpd: 0.9.60 -> 0.9.61
err, changelog:
https://gnunet.org/git/libmicrohttpd.git/commit/?h=v0.9.61&id=a78bc73beb1c34421659258801569128b256f797
2018-12-07 21:29:55 -06:00
Will Dietz 627e135935 wayland-protocols: 1.16 -> 1.17 2018-12-07 21:01:08 -06:00
Will Dietz 4046248c74 dbus: 1.12.10 -> 1.12.12 2018-12-07 20:52:11 -06:00
Will Dietz 9a9d26fb77 elfinfo: 0.7.4 -> 0.7.5
https://github.com/xyproto/elfinfo/releases/tag/0.7.5
2018-12-07 20:49:13 -06:00
Will Dietz ff084c7256 nettle: 3.4 -> 3.4.1 (security)
https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
2018-12-07 20:27:53 -06:00
Ivan Kozik 82e55907ae erlang: disable parallel building
This fixes build errors like

 GEN    asn1ct_eval_ext.erl
{"init terminating in do_boot",{undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{file,"prepare_templates.erl"},{line,58}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{_},{_}]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

that occur on some machines but not others.
2018-12-08 00:59:56 +00:00
c0bw3b a14af16cfc polkit: add patch for CVE-2018-19788
unprivileged users with UID > INT_MAX can successfully execute any systemctl command
Original issue: https://gitlab.freedesktop.org/polkit/polkit/issues/74
2018-12-07 19:35:43 +01:00
Alyssa Ross 33c66f0e18
Merge pull request #51625 from vdemeester/update-skaffold
skaffold: 0.18.0 -> 0.19.0
2018-12-07 17:42:22 +00:00
zimbatm 4a8d0927e1
bundix: 2.4.0 -> 2.4.1 (#51660)
fixes #51656
2018-12-07 17:49:33 +01:00
Frederik Rietdijk 74d0b82f29 buildPython*: add updateScript to passthru
All Python packages now have an updateScript. The script calls
`update-python-libraries` and passes it the position of the derivation
expression obtained using `meta.position`. This works fine in case a Nix
expression represents only a single derivation. If there are more in it,
`update-python-libraries` will fail.
2018-12-07 15:48:54 +01:00
Frederik Rietdijk 747aa4cc93 Merge staging-next into staging 2018-12-07 15:31:52 +01:00
Frederik Rietdijk 5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Frederik Rietdijk 4deb04a97a openblas: 0.3.3 -> 0.3.4 2018-12-07 15:21:25 +01:00
Alexey Shmalko 12bacf1fca
Merge pull request #51654 from plapadoo/libopusenc-init-0.2.1
libopusenc: init at 0.2.1
2018-12-07 15:07:19 +02:00
Alexey Shmalko dc87b4855f
Merge pull request #51653 from Tomahna/bloop
bloop: 1.1.0 -> 1.1.1
2018-12-07 14:59:03 +02:00
Philipp Middendorf bf050b13b0 libopusenc: init at 0.2.1 2018-12-07 13:19:04 +01:00
Jörg Thalheim 4f87d7e733
Revert "fontconfig: fix cross make-fonts-cache & make-fonts-config"
This reverts commit 508cbf4d25.

This make the function ignore the fontconfig variable
2018-12-07 11:59:38 +00:00
Jörg Thalheim 12f4e081cb
Merge pull request #51601 from eburimu/fix/cross-make-fonts-cache-and-conf
fontconfig: fix cross make-fonts-cache & make-fonts-config
2018-12-07 11:55:12 +00:00
Sarah Brofeldt e1b7493cfe
Merge pull request #51648 from vbgl/ocaml-camlimages-5.0.1
ocamlPackages.camlimages: 5.0.0 -> 5.0.1
2018-12-07 12:21:08 +01:00
Jörg Thalheim dca1fe7956
Merge pull request #51585 from veprbl/pr/tradcpp_aarch64_support
tradcpp: improved aarch64 support
2018-12-07 10:52:49 +00:00
Kevin Rauscher 0fc90852d9 bloop: 1.1.0 -> 1.1.1 2018-12-07 11:41:42 +01:00
Florian Klink 1915bbfae3
Merge pull request #51565 from alyssais/jenkins
jenkins: 2.138.3 -> 2.150.1 (security!)
2018-12-07 10:41:48 +01:00
Joachim F f0dbbdf970
Merge pull request #51581 from joachifm/rWrapper-local-runCommand
Implement R wrappers as local-only runCommand
2018-12-07 09:17:44 +00:00
Florian Klink b89978cafa
Merge pull request #51634 from jokogr/u/pylint-2.2.2
pylint: 2.1.1 -> 2.2.2
2018-12-07 10:07:12 +01:00
Vincent Laporte 0c9abf6436
ocamlPackages.camlimages: 5.0.0 -> 5.0.1 2018-12-07 04:22:10 +00:00
Mario Rodas 88b48753ac flow: 0.86.0 -> 0.87.0 2018-12-07 03:48:39 +00:00
Vincent Laporte b684e3d24b ocamlPackages.javalib: 2.3.5 -> 3.0
ocamlPackages.sawja: 1.5.3 -> 1.5.6
2018-12-07 03:28:54 +00:00
Jörg Thalheim 3a5b4a631d
rustc: 1.30.1 -> 1.31.0 2018-12-06 22:22:10 +00:00
Renaud 61bb42b990
Merge pull request #51572 from georgewhewell/qmltermwidget-fix-darwin
qmltermwidget: add missing utmp lib on darwin
2018-12-06 22:52:50 +01:00
Ioannis Koutras 6b5963ea22 python: pylint: 2.1.1 -> 2.2.2 2018-12-06 22:12:22 +02:00