Commit Graph
97702 Commits
Author SHA1 Message Date
Tuomas Tynkkynen 30074ddfea coreutils: Fix cross build
`make install` was failing presumably due to an upstream cross-compilation bug:

Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually).  Stop.

While at it, remove the old ugly cross buildPhase. It was seemingly
trying to work around the fact that the man pages are generated by
piping each command's --help output to help2man. That obviously doesn't
work while cross-compiling.

Instead, set PERL=missing in the environment to make the build system
think there's no perl available to run help2man. (This approach was
stolen from buildroot.)
2016-12-24 22:33:05 +02:00
zimbatm c38b4da994 strongswan: 5.5.0 -> 5.5.1 2016-12-24 15:57:56 +00:00
Peter Simons d82a1abbb4 ghcjs: mark this build as broken 2016-12-24 16:15:35 +01:00
Peter Simons 943f4345dd configuration-hackage2nix.yaml: update list of broken builds 2016-12-24 16:15:35 +01:00
Daiderd JordanandPeter Simons 19e2e7290a haskell: workaround for bug with dynamic libraries on darwin 2016-12-24 16:15:35 +01:00
Peter Simons b87a59bc69 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/4ecc7e6432641e3e44a836d24118e16799e77025.
2016-12-24 16:15:28 +01:00
Frederik Rietdijk b09000e785 python36: 3.6.0rc1 -> 3.6.0 2016-12-24 16:00:52 +01:00
Frederik Rietdijk 591eda8310 python27: 2.7.12 -> 2.7.13 2016-12-24 16:00:31 +01:00
Jörg Thalheim c98f3ffea8 wireguard: 0.0.20161218 -> 0.0.20161223 2016-12-24 13:55:32 +01:00
Bjørn Forsman 7fda8db891 borgbackup: 1.0.8 -> 1.0.9 (security fixes)
And bug fixes. Changelog:

https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20
2016-12-24 13:36:04 +01:00
Vladimír Čunát 65830800bd Revert "libssh2: 1.7.0 -> 1.8.0"
This reverts commit 324a115747.
Moving to staging.  I'm sorry, I pushed this by accident.
2016-12-24 11:52:25 +01:00
Vladimír Čunát 8ba53ffa16 switch more packages back to boost-1.60
They don't build with 1.62.
2016-12-24 11:48:42 +01:00
Alex IvanovandBjørn Forsman c4236f65b9 qmmp: 1.1.2 -> 1.1.5 2016-12-24 11:04:13 +01:00
Vladimír Čunát c655399126 Merge branch 'staging' 2016-12-24 10:50:49 +01:00
Sophie TaylorandVladimír Čunát 324a115747 libssh2: 1.7.0 -> 1.8.0 2016-12-24 10:50:44 +01:00
Vladimír Čunát 0e2f1af5e7 switch packages back to boost-1.60
They don't build with 1.62.
2016-12-24 10:50:05 +01:00
Frederik RietdijkandGitHub 231d7755ca Merge pull request #21386 from non-Jedi/pythonPackages.markdown
pythonPackages.markdown: 2.6.4 -> 2.6.7
2016-12-24 08:49:14 +01:00
mimadridandGraham Christensen c4f46949a6 sudo: 1.8.18p1 -> 1.8.19p1 2016-12-23 19:39:01 -05:00
mimadridandGraham Christensen 29cb10c021 igv: 2.3.77 -> 2.3.89 2016-12-23 19:37:10 -05:00
mimadridandGraham Christensen 25c984f940 htslib: 1.3.1 -> 1.3.2 2016-12-23 19:31:44 -05:00
mimadridandGraham Christensen 5bb75ae012 parallel: 20161122 -> 20161222 2016-12-23 19:30:27 -05:00
Graham ChristensenandGitHub e2feddb70f Merge pull request #21384 from mimadrid/update/shotwell-0.25.2
shotwell: 0.23.5 -> 0.25.2
2016-12-23 19:30:12 -05:00
Rok Garbas e08f7afc62 pypi2nix: 1.5.0 -> 1.6.0 2016-12-23 23:45:03 +01:00
mimadrid 5e3c4b2bf7 shotwell: 0.23.5 -> 0.25.2 2016-12-23 23:24:36 +01:00
mimadrid be07d4304e gexiv2: 0.10.3 -> 0.10.4 2016-12-23 23:23:10 +01:00
Jörg Thalheim c23032a8b1 docker: update service units from upstream
All the new options in detail:

Enable docker in multi-user.target make container created with restart=always
to start. We still want socket activation as it decouples dependencies between
the existing of /var/run/docker.sock and the docker daemon. This means that
services can rely on the availability of this socket. Fixes #11478 #21303

  wantedBy = ["multi-user.target"];

This allows us to remove the postStart hack, as docker reports on its own when
it is ready.

  Type=notify

The following will set unset some limits because overhead in kernel's ressource
accounting was observed. Note that these limit only apply to containerd.
Containers will have their own limit set.

  LimitNPROC=infinity
  LimitCORE=infinity
  TasksMax=infinity

Upgrades may require schema migrations. This can delay the startup of dockerd.

  TimeoutStartSec=0

Allows docker to create its own cgroup subhierarchy to apply ressource limits on
containers.

  Delegate=true

When dockerd is killed, container should be not affected to allow
`live restore` to work.

  KillMode=process
2016-12-23 21:39:38 +01:00
Franz Pletz 61312a922c grafana: 4.0.0 -> 4.0.2 2016-12-23 20:09:15 +01:00
Franz Pletz fcbce33e27 bird: 1.6.2 -> 1.6.3 2016-12-23 20:09:12 +01:00
Arseniy SerokaandGitHub a45ffc7e49 Merge pull request #21205 from boronine/haxe-3.2.1
haxe: 3.1.3 -> 3.2.1
2016-12-23 22:07:07 +03:00
Adam Beckmeyer ef9e7a8d88 pythonPackages.markdown: 2.6.4 -> 2.6.7 2016-12-23 11:23:14 -05:00
Frederik Rietdijk fd23914961 pythonPackages.sphinx: 1.4.6 -> 1.5.1 2016-12-23 15:31:36 +01:00
Frederik Rietdijk 2fe61cb9df pythonPackages.lockfile: 0.10.2 -> 0.12.2 2016-12-23 15:31:24 +01:00
Lancelot SIXandRobin Gloster 501e485e75 gnupg21: 2.1.16 -> 2.1.17
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00011.html
for release announcement
2016-12-23 14:09:43 +01:00
Lancelot SIXandRobin Gloster f381232a96 libgcrypt: 1.7.3 -> 1.7.5
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00007.html
for release announcement.
2016-12-23 14:09:43 +01:00
Matt McHenryandGraham Christensen 3c10e68c40 plex: fix a minor syntax issue in systemd ExecStart 2016-12-23 08:02:08 -05:00
Matt McHenryandGraham Christensen cbe1218cc9 plex: 1.2.7 -> 1.3.3 2016-12-23 08:02:07 -05:00
Robin Gloster c8982c015c salt: fix patch after upstream code change
fixes #20458
2016-12-23 12:29:35 +01:00
tvandRobin Gloster de44544ceb nginx service: use default_server parameter instead of default (#21371) 2016-12-23 11:52:44 +01:00
Felix RichterandRobin Gloster d8478c7912 services.nginx: allow startup with ipv6 disabled (#21360)
currently services.nginx does not start up if `networking.enableIPv6 = false`
the commit changes the nginx behavior to handle this case accordingly.
The commit resolves #21308
2016-12-23 11:49:35 +01:00
Frederik Rietdijk 9f6bd82364 nvidia-x11: 375.20 -> 375.26 2016-12-23 10:57:28 +01:00
Peter SimonsandGitHub 53bc16ad30 Merge pull request #21369 from mpickering/master
Update GHC 8.0.2 to RC 2
2016-12-23 10:27:49 +01:00
Peter SimonsandGitHub 06f51e17fa Merge pull request #21362 from lverns/rstudio-add-desktop-file
Rstudio add desktop file
2016-12-23 10:26:39 +01:00
Pascal WittmannandGitHub d935ca2bc0 Merge pull request #21367 from psychomario/bspwmupdate
bspwm: 1.9.1 -> 1.9.2
2016-12-23 08:51:26 +01:00
Matthew Pickering d8a8e1cd0a Update GHC 8.0.2 to RC 2 2016-12-23 01:44:30 +00:00
Rory McNamara 53a44eff92 bspwm: 1.9.1 -> 1.9.2 2016-12-22 23:27:32 +00:00
Joachim Fasting 556ca974aa linux_3_12: add back bridge_stp_helper patch
See 94fbbb2ed6
2016-12-22 23:51:26 +01:00
John Wiegley 3876b4dd94 coq, coqPackages: Roll default back to 8.4, until ssreflect is building 2016-12-22 14:10:43 -08:00
John Wiegley 9a167a35ff coq_8_6: Use ocamlPackages, rather than a specific version 2016-12-22 14:10:42 -08:00
Graham Christensen 94fbbb2ed6 linux_3_12: Drop already applied patches 2016-12-22 15:53:04 -05:00
Graham Christensen dfe1f721ca all-packages: Whitespace pruning 2016-12-22 15:52:59 -05:00