Commit Graph

68943 Commits

Author SHA1 Message Date
Domen Kožar
3027abe927 libgda: 5.2.2 -> 5.2.4 (fix build)
(cherry picked from commit efc7b847e3c6727ad8f441e7c900d49f9cce0304)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:42:56 +01:00
Domen Kožar
f8540e36ed fix perl modules for i3
(cherry picked from commit ca6ac920ed0eb2bb0f4284c118c8c416742d5810)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:37:20 +01:00
Domen Kožar
d7034e6d5f nixUnstable: bump
(cherry picked from commit bb6d3c16d3a851c646c0d1fc6976b546c766a227)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:43 +01:00
Domen Kožar
05cc16e35e perlPackages.TestMockModule: fix build
(cherry picked from commit 7bd9321c6d10b4af965c8c3dcaae023f5d2646e7)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:38 +01:00
Domen Kožar
9c4d3ba841 Merge pull request #14252 from joachifm/lttng-broken
lttng-modules: mark as broken on kernel version <3.18
2016-03-27 20:24:16 +01:00
Domen Kožar
eacf9ba34e Merge pull request #14253 from joachifm/grsec-3-14-broken
linux_grsec_3_14: mark as broken
2016-03-27 20:24:08 +01:00
Domen Kožar
e4c33a688d Merge pull request #14246 from abbradar/skype-workaround
skype: use clang-built qt4 to fix segfault
2016-03-27 20:21:29 +01:00
Domen Kožar
c0b5735767 Merge pull request #14250 from NixOS/get-rid-of-md5-in-python-packages
python-packages: Replace md5 by sha256 hashsums
2016-03-27 20:21:03 +01:00
Nikolay Amiantov
acf664814e texlive.combine: patch paths into texmf.cnf
...instead of environment variables. Close #12768.
2016-03-27 21:20:11 +02:00
Joachim Fasting
dd16dcbba4 linux_grsec_3_14: mark as broken
First, The patch is outdated, I failed to find it anywhere in the mirror repos.
Second, the build fails, and while it may be "fixed" by ad-hoc patching (it
appears to simply need some missing includes), this would mean shipping a
potentially insecure software package. Given that the only reason to use
grsecurity is security, this is both misleading and exposes users to undue risk.
Finally, the build has been broken for quite a long time with no complaints,
leading me to believe that the number of actual users is quite low.
2016-03-27 21:13:41 +02:00
Arseniy Seroka
a98eefd051 Merge pull request #14249 from romildo/fix.awesome
awesome: include manual pages
2016-03-27 21:47:49 +03:00
Nikolay Amiantov
5e985c42d6 cutegram: fix playing media files 2016-03-27 21:36:39 +03:00
Joachim Fasting
a452b43ee5 lttng-modules: mark as broken on kernel version <3.18
On linux 3.14, we get errors like
  error: 'struct snd_soc_codec' has no member named 'name'
     __string( name,  codec->CODEC_NAME_FIELD )
indicating that the module is incompatible with the linux API
in this kernel version.

See https://hydra.nixos.org/build/33102405/nixlog/1/raw
2016-03-27 20:13:21 +02:00
Nikolay Amiantov
7b82f5a3fb pgadmin: enable parallel building 2016-03-27 20:56:27 +03:00
Nikolay Amiantov
4e9ddd3770 Revert "codeblocks: fix build"
This reverts commit fd9416fb4b.

This shouldn't be needed now that we properly link wxGTK.
2016-03-27 20:54:35 +03:00
Nikolay Amiantov
5471eed63c wxgtk: explicitly link to libX11 and libcairo 2016-03-27 20:53:55 +03:00
Nikolay Amiantov
539f1f3659 dwarf-fortress-packages: recurse into attrs (to build free packages) 2016-03-27 19:35:32 +03:00
Nikolay Amiantov
d95dfd06ee octoprint-plugins.m3d-fio: 0.29 -> 0.30.2 2016-03-27 19:23:01 +03:00
Christoph Hrdinka
a7e280b0f4 Merge pull request #14233 from matthiasbeyer/add-buku
buku: init at 1.8
2016-03-27 18:03:38 +02:00
Nikolay Amiantov
78b75b8ecd cutegram: fix meta information and parallel building 2016-03-27 18:53:54 +03:00
Pascal Wittmann
f7d17e1130 python-packages: Replace md5 by sha256 hashsums 2016-03-27 17:17:46 +02:00
José Romildo Malaquias
e39f9a2c11 awesome: include manual pages 2016-03-27 12:14:46 -03:00
Pascal Wittmann
3a0533b38a Merge pull request #14247 from zimbatm/direnv-2.8.0
direnv: 2.7.0 -> 2.8.0
2016-03-27 16:47:26 +02:00
zimbatm
ea7068f44c direnv: 2.7.0 -> 2.8.0 2016-03-27 15:37:07 +01:00
Domen Kožar
4a42548388 cmis: fix build with gcc5 2016-03-27 15:11:13 +02:00
Nikolay Amiantov
28af80fcc0 skype: use clang-built qt4 to fix segfault 2016-03-27 15:48:06 +03:00
Matthias Beyer
45604fc46b buku: init at 1.8 2016-03-27 14:39:39 +02:00
Robert Helgesson
1b30674165 eclipse-plugin-testng: 6.9.10 -> 6.9.11 2016-03-27 14:37:05 +02:00
Domen Kožar
b1a8ae2a35 ffmpeg: fix bad merge 2016-03-27 13:31:04 +01:00
Vladimír Čunát
e3da83297f texlive: document in nixpkgs manual
Fixes #13240. It's not really better than source-code comments it replaced,
but it's in a better accessible place.
2016-03-27 14:29:18 +02:00
Domen Kožar
b07e7bfc7b Merge remote-tracking branch 'origin/staging' 2016-03-27 13:19:04 +01:00
Arseniy Seroka
d88ae1045d Merge pull request #14240 from kevincox/etcd-2.3.0
etcd: 2.1.2 -> 2.3.0
2016-03-27 14:17:58 +03:00
Arseniy Seroka
29ed01213f Merge pull request #14177 from peterhoeg/togglesg
toggle.sg-download: init at 2016-02-08
2016-03-27 14:16:19 +03:00
Nikolay Amiantov
3819384395 skype: small cleanup 2016-03-27 11:57:46 +03:00
joachifm
235a0d5bdc Merge pull request #14241 from joachifm/chromiumos
linux_chromiumos: require 64bit build host
2016-03-27 08:25:35 +00:00
joachifm
23f7e3ac63 Merge pull request #14235 from joachifm/openafsClient
Openafs client
2016-03-27 08:24:49 +00:00
Peter Hoeg
6911785c03 togglesg-download: init at 2016-02-08 2016-03-27 15:08:23 +08:00
Joachim Fasting
bd9737cc3e linux_chromiumos: require 64bit build host
I noticed that almost all the Hydra build failures were on i686. Sure
enough, upstream says that you need an x86_64 machine to build the
kernel.
2016-03-27 05:35:04 +02:00
Kevin Cox
26bd115c9c etcd: 2.1.2 -> 2.3.0 2016-03-26 22:47:15 -04:00
Joachim Fasting
fd9416fb4b codeblocks: fix build
https://hydra.nixos.org/build/33633573/nixlog/1/raw
2016-03-27 03:49:42 +02:00
Joachim Fasting
8f261d717d accelio: mark as broken on grsec kernels
All hydra builds against grsec kernels fail.
2016-03-27 01:44:16 +01:00
Joachim Fasting
1939256550 lttng-modules: mark as broken on grsec
All hydra builds against grsec kernels fail; seemingly because
the PaX hardening plugins are incompatible with lttng-modules
(the code writes to locations marked as read-only).
2016-03-27 01:39:07 +01:00
Joachim Fasting
2182fd52ad rtl8812au: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; builds against vanilla
kernels work.
2016-03-27 01:39:07 +01:00
Joachim Fasting
2a097803d4 spl: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; non-grsec kernels
succeed.
2016-03-27 01:39:07 +01:00
Joachim Fasting
b741198116 openafsClient: mark as broken on unsupported kernels
Sandboxed builds against linux 3.14 and 4.4 fail; 3.18.29 and 4.3
succeed.  From this, I conclude that 4.3 is the latest supported
version, while the lower bound is set to the oldest kernel in
nixpkgs >3.14 (the changelog does not indicate otherwise).

It appears that openafs-client is simply incompatible with grsec;
all hydra builds of openafs-client on grsec fail; local sandboxed
builds against grsec with the most recent openafs-client also fail.
2016-03-27 01:06:00 +01:00
Joachim Fasting
df0481276d openafsClient: 1.6.14 -> 1.6.17
According to the changelog, the delta between these versions contains
fixes for several CVEs.

See https://www.openafs.org/dl/openafs/1.6.17/RELNOTES-1.6.17
and https://www.openafs.org/dl/openafs/1.6.16/RELNOTES-1.6.16
and https://www.openafs.org/dl/openafs/1.6.15/RELNOTES-1.6.15
2016-03-26 22:53:41 +01:00
Domen Kožar
f955728295 openimageio: 1.6.9 -> 1.6.11 (fixes build on i686)
(cherry picked from commit b5d47a8cfe359fd0a6e10c85a7e7622b24173ce9)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-26 21:18:58 +00:00
Domen Kožar
0e977f6658 Merge pull request #14231 from risicle/osrm_fixes
Osrm build fixes
2016-03-26 20:07:46 +00:00
Domen Kožar
23432166ab Merge pull request #14225 from joachifm/fix-perf-build-for-staging
perf: fix build
2016-03-26 20:07:17 +00:00
Domen Kožar
cbdc1bbb98 Merge pull request #14230 from joachifm/jool-kernel-43-most-recent
jool: mark broken for kernel versions > 4.3
2016-03-26 20:06:36 +00:00