Commit graph

77819 commits

Author SHA1 Message Date
Eelco Dolstra d5bb6a1f9c glibc: Enable separate debug symbols
The importance of glibc makes it worthwhile to provide debug
symbols. However, this revealed an issue with separateDebugInfo: it
was indiscriminately adding --build-id to all ld invocations, while in
fact it should only do that for final links. Glibc also uses non-final
("relocatable") links, leading to subsequent failure to apply a build
ID ("Cannot create .note.gnu.build-id section, --build-id
ignored"). So now ld-wrapper.sh only passes --build-id for final
links.
2016-02-28 02:57:37 +01:00
Eelco Dolstra 69a337edae separateDebugInfo: Compress debug sections at compile/link time 2016-02-28 01:54:55 +01:00
Eelco Dolstra 2040a9ac57 stdenv-linux: Ensure binutils comes before bootstrapTools in $PATH
Otherwise, when building glibc and other packages, the "strip" from
bootstrapTools is used, which doesn't recognise some tags produced by
the newer "ld" from binutils.
2016-02-28 01:13:15 +01:00
Eelco Dolstra 559ecc9212 stdenv-linux: Avoid building m4/bison twice 2016-02-28 01:12:58 +01:00
Eelco Dolstra 817145ebbc binutils: 2.23.1 -> 2.26
There has been an abortive attempt to upgrade binutils in the past
(see #909). Since we can't stay stuck at 2.23.1 forever, let's try
again.
2016-02-28 01:10:35 +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
leenaars 6c916515d6 lib.maintainers: add Michiel Leenaars (close #13516)
As suggested in https://github.com/NixOS/nixpkgs/pull/13504 by @hrdinka.
2016-02-27 22:13:11 +01:00
Arseniy Seroka c39cc6cd60 Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2
yoshimi: 1.3.7.1 -> 1.3.8.2
2016-02-27 23:38:45 +03:00
Eelco Dolstra bf9c57fc49 Improve services.locate.period deprecation message 2016-02-27 20:48:12 +01:00
Eelco Dolstra d4636fa254 Revert "Add a way to pin a NixOS version within the module system."
This reverts commit a5992ad61b. Motivation:

a5992ad61b (commitcomment-14986820)
2016-02-27 20:48:12 +01:00
Arseniy Seroka a6347a3477 Merge pull request #13511 from magnetophon/ardour-4.7
ardour: 4.4-> 4.7
2016-02-27 22:46:04 +03:00
Bart Brouns 4deefc15ef yoshimi: 1.3.7.1 -> 1.3.8.2 2016-02-27 20:29:44 +01:00
Eelco Dolstra e6f61b4cf3 fetchurlBoot: Use Nix's builtin fetchurl function
This removes the need for curl in bootstrapTools, and enables https
for bootstrap tarballs.
2016-02-27 20:27:24 +01:00
Bart Brouns 6f8db5b12e ardour: 4.4-> 4.7 2016-02-27 20:26:20 +01:00
Arseniy Seroka 824a1fb5b9 Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Franz Pletz 0a9076b5f8 socat: 2.0.0-b8 -> 2.0.0-b9 (CVE-2016-2217)
https://lwn.net/Vulnerabilities/674840/

http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Franz Pletz 88d1564985 socat: 1.7.3.0 -> 1.7.3.1 (CVE-2016-2217)
https://lwn.net/Vulnerabilities/674840/

http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Tuomas Tynkkynen 58f0071a9e renoise: Don't use builtins.currentSystem
stdenv.system should be almost always used instead of builtins.currentSystem
or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix)
will be subtly broken.
2016-02-27 19:58:18 +02:00
Lancelot SIX b612e1e656 Merge pull request #13509 from zimbatm/splix-leftover
splix: cleanup
2016-02-27 18:51:44 +01:00
zimbatm 6ea526462b splix: cleanup
* remove commented code
* remove unused patch
* fix package naming
2016-02-27 17:36:10 +00: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
Tuomas Tynkkynen 0fc6de6c3a U-Boot: Fix ubootTools
Oops, I forgot to test build this...
2016-02-27 19:30:17 +02:00
Franz Pletz 158ff99ae4 chrony: 2.2 -> 2.3 2016-02-27 18:00:07 +01:00
Franz Pletz 6b20b7c4d7 qemu: 2.4.1 -> 2.5.0 (multiple CVEs)
https://lwn.net/Vulnerabilities/666755/
2016-02-27 17:53:22 +01: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
Christoph Hrdinka 0c0312d342 Merge pull request #13048 from bendlas/update-i2p
i2p: 0.9.23 -> 0.9.24
2016-02-27 17:49:20 +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
Arseniy Seroka ead0fe5b71 Merge pull request #13500 from leenaars/mr_rescue
mrrescue: init at 1.02
2016-02-27 18:42:15 +03:00
Arseniy Seroka 18bf70619f Merge pull request #13503 from hrdinka/add/retrofe
retrofe: init at 0.6.169
2016-02-27 18:41:28 +03:00
Arseniy Seroka 3030dec0d7 yandex-disk: 0.1.5.940 -> 0.1.5.948 2016-02-27 18:39:42 +03:00
Franz Pletz 73e0c261c2 linux: 4.4.2 -> 4.4.3 2016-02-27 16:34:02 +01:00
Franz Pletz c691b6a858 ntp: 4.2.8p4 -> 4.2.8p6 (multiple CVEs)
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
2016-02-27 16:34:02 +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
Michiel Leenaars ebe7856983 mrrescue: init at 1.02 2016-02-27 16:15:02 +01:00
Christoph Hrdinka d1c35db920 retrofe: init at 0.6.169 2016-02-27 15:41:21 +01:00
Vladimír Čunát 9d092e324c xfce.gvfs: don't depend on samba
It seems a better fit for Xfce now.
https://github.com/NixOS/nixpkgs/commit/ca3690d426dce3
2016-02-27 15:23:15 +01:00
Vladimír Čunát c59c1f9fe0 e19.efl: remove the openjpeg override
/cc #12599, discussed on:
https://github.com/NixOS/nixpkgs/pull/12599/files#r50664194
2016-02-27 15:23:15 +01:00
Jeffrey David Johnson bbf113f24a bitcoin-classic: init at 0.11.2.cl1.b1
From #12706, commits re-split by vcunat.
2016-02-27 15:23:15 +01:00
Jeffrey David Johnson 127edf1194 bitcoin-xt: update 0.11A -> 0.11D
From #12706, commits re-split by vcunat.
2016-02-27 15:23:15 +01:00
Matt McHenry 98a0484471 eclipse: run with the jdk, not the jre
This is necessary so that tools like native2ascii are available to
maven eclipse integration (m2e).
2016-02-27 13:40:38 +01:00
Vladimír Čunát d18a8904c0 kde5.libksysguard: fix build with glibc-2.23
... using an upstream patch.
2016-02-27 13:22:22 +01:00
Domen Kožar 04422bb3ca Merge pull request #8630 from lihop/nixos/fix-formatting
nixos: fix formatting of option examples
2016-02-27 10:08:37 +00:00