Eelco Dolstra
47a04ac52c
Mark some packages as broken due to GCC 5
2016-03-02 18:02:01 +01:00
Eelco Dolstra
62c562a522
gcc: Remove 4.3 and 4.4
...
GCC 4.3 was used by only one package ("self"), which I've marked as
broken.
2016-03-02 18:01:17 +01:00
Eelco Dolstra
dd1f01ec11
gsl: Disable tests on i686-linux
...
http://hydra.nixos.org/build/32624041
2016-03-02 17:51:32 +01:00
Eelco Dolstra
4bb9117992
telepathy-qt: Fix build on gcc 5
...
-Werror considered harmful.
2016-03-02 17:40:08 +01:00
Eelco Dolstra
6bec7cb9fc
libcli: Fix build on gcc 5
...
http://hydra.nixos.org/build/32606953
2016-03-02 17:34:14 +01:00
Eelco Dolstra
a5b501a36e
aterm: Mark as broken
...
It segfaults when built with GCC 5. I could try to fix it, but it's
not clear if anybody still cares about this package. Disabling it
until somebody complains.
http://hydra.nixos.org/build/32612811
2016-03-02 17:22:31 +01:00
Vladimír Čunát
735b430537
haskellPackages: fix evaluation
...
It seems `self` was wanted instead of `pkgs` by the author of 3844206
.
(cherry picked from commit 0294fc5bbd
)
Signed-off-by: Domen Kožar <domen@dev.si>
(cherry picked from commit 6ee0b0e335563a7213a71c9fa6737cb6563db8e0)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-02-29 12:40:17 +00:00
Eelco Dolstra
83011723af
gcc: Use the pre-C++11 ABI by default
2016-02-28 17:54:11 +01:00
zimbatm
3344f02b3b
Merge pull request #13485 from zimbatm/cide-0.9.0
...
cide: 0.8.1 -> 0.9.0
2016-02-28 12:51:41 +00:00
zimbatm
c08f18df63
cide: 0.8.1 -> 0.9.0
2016-02-28 12:49:20 +00:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Michael Alan Dorman
3844206366
Make sure we use the older version of hjsonpointer
2016-02-28 11:34:59 +01:00
Michael Alan Dorman
08a02a84de
Make sure an older version of hjsonpointer is included
2016-02-28 11:34:59 +01:00
Peter Simons
4ee5a8865d
mwc-random: drop obsolete overrides
2016-02-28 11:34:59 +01:00
Peter Simons
6dd798f67f
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-12-g567601b using the following inputs:
- Nixpkgs: 82be4306ae
- Hackage: 300be01a10
- LTS Haskell: 45f9a3dc16
- Stackage Nightly: 18441cd11a
2016-02-28 11:34:59 +01:00
Michael Raskin
c0f20c5912
Merge pull request #13518 from leenaars/love2
...
love: fix broken 0.8.2 + added version 0.72
2016-02-28 09:35:54 +00:00
Robert Helgesson
3a9842c7c5
perl-LWP: 6.13 -> 6.15
...
Also remove no longer needed patch.
2016-02-28 09:33:59 +01:00
Robert Helgesson
cf463bbd1a
perl-DBIx-Class: 0.082820 -> 0.082821
...
Also remove patches for issues that have been resolved upstream.
2016-02-28 09:33:58 +01:00
Franz Pletz
bc4dbca2b3
Merge pull request #13513 from grahamc/omnibus-cves
...
Several CVEs
2016-02-28 04:14:20 +01:00
Michiel Leenaars
62c3ad1dde
love: fix broken 0.8 + added version 0.72
2016-02-27 22:37:36 +01:00
Eelco Dolstra
8726c6d506
webkitgtk: Disable Hydra build
...
This package takes an excessive amount of time to build (e.g., right
now Hydra is showing eight concurrent builds of webkitgtk, some of
them running for more than 6 hours). This may also delay channel
updates.
2016-02-27 22:29:24 +01:00
Eelco Dolstra
be4ebe0046
perl: 5.22.0 -> 5.22.1
2016-02-27 22:22:26 +01:00
Eelco Dolstra
7627bf6f3f
perl: Unify 5.20 and 5.22 expressions
2016-02-27 22:22:26 +01:00
Graham Christensen
77134ea4a5
jasper: patch for CVE-2016-1867
2016-02-27 14:48:29 -06:00
Graham Christensen
a1b69275af
libbsd: 0.7.0 -> 0.8.2 for CVE-2016-2090
2016-02-27 14:32:56 -06:00
Graham Christensen
3e1b8935c0
mbedtls: 1.3.14 -> 1.3.16 for CVE-2015-8036
2016-02-27 14:23:56 -06:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Franz Pletz
ca2611650a
nghttp2: 1.3.4 -> 1.7.1 (CVE-2016-1544)
...
https://lwn.net/Vulnerabilities/675696/
2016-02-27 17:53:22 +01:00
Franz Pletz
7dc5ad835a
http-parser: 2.5.0 -> 2.6.1 (CVE-2016-2086, CVE-2016-2216)
...
Fixes build of nodejs-0_10 and nodejs-4_x.
2016-02-27 17:27:17 +01:00
Franz Pletz
e5bd913ea5
pixman: 0.32.8 -> 0.34.0 (security release)
2016-02-27 17:06:24 +01:00
Franz Pletz
e3ecee8b13
nodejs: 5.5.0 -> 5.6.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
6fd20ad747
nodejs: 4.2.3 -> 4.3.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
3673c5bf52
nodejs: 0.10.41 -> 0.10.42 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
c6b1f48e31
libgcrypt: 1.6.4 -> 1.6.5 (CVE-2015-7511)
...
https://www.cs.tau.ac.il/~tromer/ecdh/
2016-02-27 17:06:24 +01:00
Franz Pletz
571f5b74ed
ffmpeg: 2.8.5 -> 2.8.6 (CVE-2016-2329)
2016-02-27 16:34:02 +01:00
Franz Pletz
6ae6016d15
libxmp: 4.3.8 -> 4.3.11 (security release)
...
https://lwn.net/Alerts/676256/
2016-02-27 16:31:35 +01:00
Vladimír Čunát
13afef0d8e
webkitgtk: fix build with glibc-2.23
...
... by a patch accepted upstream.
2.4 seems to build fine without patching.
2016-02-27 11:07:56 +01:00
Michael Raskin
b9853c0b9b
ecl: fix source URL
2016-02-27 08:14:01 +01:00
zimbatm
7feaf55b7e
Merge pull request #11314 from anderspapitto/flamegraph
...
FlameGraph: init at 182b24fb
2016-02-26 23:16:27 +00:00
zimbatm
4ecb1ce679
Merge pull request #11274 from robgssp/ldap
...
ldap-client: don't break on test failures
2016-02-26 23:13:27 +00:00
zimbatm
35ab3d301f
Merge remote-tracking branch 'upstream/staging'
2016-02-26 22:37:04 +00:00
Jude Taylor
f6c3b13c7c
ghcjs: pull in ghcjsi branch
2016-02-26 11:27:47 -08:00
zimbatm
26b59efa8a
Merge pull request #13491 from grahamc/patch-1
...
go-1.6: remove the cacert 1.5 patch
2016-02-26 18:58:59 +00:00
Franz Pletz
082cd3edd3
Merge pull request #13473 from grahamc/libssh2-1.7.0
...
libssh2: 1.6.0 -> 1.7.0
2016-02-26 19:34:54 +01:00
Graham Christensen
8132a5ae76
go-1.6: remove the cacert 1.5 patch
...
Removed in 58dbaf69b7
2016-02-26 12:32:33 -06:00
zimbatm
c183117aee
Merge pull request #13441 from gilligan/add-galen-package
...
galen init at 2.2.1
2016-02-26 18:05:40 +00:00
zimbatm
accc1f1484
go: 1.4: disable failing test in sandbox
2016-02-26 18:00:11 +00:00
zimbatm
58dbaf69b7
go: remove ssl certs patches
...
Those are not needed since we now use a standard location to store our
bundles.
See bfebc7342e
2016-02-26 17:58:58 +00:00
Charles Strahan
53ea7dee75
emacs: fix priority for ctags
...
This fixes the previous attempt (in commit 46d1dd5
) to make ctags' ctags
override emacs' ctags. The higher the value of the priority attribute,
the higher the priority (see the definition of `buildEnv`).
2016-02-26 12:27:04 -05:00
Peter Simons
2bcec4272f
Merge pull request #13480 from phile314/master
...
uhc: 1.1.9.2 -> 1.1.9.3
2016-02-26 13:18:13 +01:00