summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
...
| * | | | | | | gocyclo: init unstable at 2015-02-08Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | go-check: init unstable at 2018-09-12Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | goconst: init at 1.1.0Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | unconvert: init at unstable 2018-07-03Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | ineffassign: init at unstable 2018-09-09Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | go-tools: init at 2017.2.2Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | deadcode: init at unstable 2016-07-24Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | gogetdoc: init at unstable 2018-10-25Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | reftools: init at unstable 2018-09-14Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | errcheck: init at 1.1.0Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | asmfmt: init at 1.1Wael M. Nasreddine2018-11-02
| | | | | | | |
* | | | | | | | Merge pull request #49738 from uri-canva/fix-bazel-depsJörg Thalheim2018-11-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bazel-deps: 2018-08-16 -> 2018-11-01
| * | | | | | | | bazel-deps: 2018-08-16 -> 2018-11-01Uri Baghin2018-11-04
| | | | | | | | |
* | | | | | | | | graalvm: More fixesTim Steinbach2018-11-04
| | | | | | | | |
* | | | | | | | | graalvm 1.0.0-rc8 fixesvolth2018-11-04
| | | | | | | | |
* | | | | | | | | graalvm: 1.0.0-rc3 -> 1.0.0-rc8Tim Steinbach2018-11-04
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Add dhallPackages and add current PreludeProfpatsch2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dhall is a non-turing complete programming language.
* | | | | | | | plv8: unbreak build, bump to version 2.3.8Austin Seipp2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee58a5b30d6e60407b44fbb02ddade6c20fd8763 broke the plv8 build because it upgraded the v8_6_x expression everywhere to the 6.9 branch, which came with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at this time. This keeps a copy of the plv8_6_x expression inside the same directory as the other v8 versions (so patches, etc are easy to apply), but it is not exposed to the top-level of all-packages.nix. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | | pythonPackages.sslib: init at 0.2.0 (#47985)Jonathan Queiroz2018-11-04
| | | | | | | |
* | | | | | | | xapian: 1.4.8 -> 1.4.9Will Dietz2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://xapian.org/docs/xapian-core-1.4.9/NEWS
* | | | | | | | Merge pull request #49411 from timor/libmtp-1.1.16Renaud2018-11-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libmtp: 1.1.15 -> 1.1.16
| * | | | | | | | libmtp: 1.1.15 -> 1.1.16timor2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem of connecting android phones via MTP in kde/dolphin. Original Bug description: https://bugs.kde.org/show_bug.cgi?id=387454
* | | | | | | | | openjpeg: adding patch for CVE-2018-7648Timon Stampfli2018-11-04
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 3dc0838450ad5ec8c25adcd1c7bfe3b8b630b7e5) Forward-picking from staging-next. The CVE is marked as critical, and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
* | | | | | | | krb5: don't pull in keyutils with bionicMatthew Bauer2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
* | | | | | | | grpc: only set -Wno-error on clangMatthew Bauer2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/
* | | | | | | | Merge pull request #49653 from peti/drop-old-ghc-versionsPeter Simons2018-11-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
| * | | | | | | | Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.Peter Simons2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the latest minor release of each one of the last 3 major releases, which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have ghc-HEAD, but this doesn't count. Dropping these compilers implied that we have to drop the corresponding versions of ghcjs, too. We can also drop a shitload of obsolete compiler patches that newer versions no longer need. At some point, we can probably simplify the generic builder, too.
* | | | | | | | | x11basic: init at 1.26Edward Tjörnhammar2018-11-03
| | | | | | | | |
* | | | | | | | | yoda: 1.7.1 -> 1.7.3 (#49654)Dmitry Kalinkin2018-11-03
| | | | | | | | |
* | | | | | | | | Merge pull request #49656 from siddharthist/follyRenaud2018-11-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | folly: 2018.08.27.00 -> 2018.10.29.00
| * | | | | | | | | folly: 2018.08.27.00 -> 2018.10.29.00Langston Barrett2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folly disabled autotools-based builds in favor of CMake.
* | | | | | | | | | Merge pull request #48082 from sengaya/ansible-2.7Renaud2018-11-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ansible: Update to latest supported releases
| * | | | | | | | | | ansible-lint: fix install testsThilo Uttendorfer2018-11-03
| | | | | | | | | | |
* | | | | | | | | | | pythonPackages.fastpbkdf2: init at 0.2 (#47988)Jonathan Queiroz2018-11-03
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49645 from peterhoeg/p/broadlinkRobert Schütz2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.broadlink: init at 0.9
| * | | | | | | | | | | pythonPackages.broadlink: init at 0.9Peter Hoeg2018-11-02
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | python.pkgs.bsddb3: enable python3 and testsFrederik Rietdijk2018-11-03
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49585 from periklis/libid3tag-sec-fixesMateusz Kowalczyk2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libid3tag: patch CVE-2017-11550 and CVE-2017-11551
| * | | | | | | | | | | libid3tag: patch CVE-2017-11550 and CVE-2017-11551Periklis Tsirakidis2018-11-01
| | | | | | | | | | | |
* | | | | | | | | | | | jq: 1.5 -> 1.6Will Dietz2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jq: 1.5 -> 1.6 (!!) (last release was in 2015! :)) * jq: drop darwin patch, appears resolved by upgrade commit history isn't that long, and has a few addressing behavior on osx re:strptime-- and since this patch doesn't apply it seems likely it's been resolved but probably can be checked by any interested folks w/darwin.
* | | | | | | | | | | | Merge pull request #49666 from averelld/rPackages.ps-build-fixPeter Simons2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | r-ps: patchShebangs in ./configure to fix build
| * | | | | | | | | | | | r-ps: patchShebangs in ./configure to fix buildAverell Dalton2018-11-02
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #49674 from typetetris/fix-46130Peter Simons2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages.sdl2: test-suite needs x server, so deactivate it
| * | | | | | | | | | | | | haskellPackages.sdl2: test-suite needs x server, so deactivate itEric Wolf2018-11-03
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | cargo-asm: fix build on macOS MojaveDaniël de Kok2018-11-03
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building cargo-asm on Mojave fails with ld: framework not found Security Add Security as a build input.
* | | | | | | | | | | | Merge pull request #49629 from marsam/feature/fixes-pyreJörg Thalheim2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | pyre: 0.0.14 -> 0.0.17
| * | | | | | | | | | | | pyre: 0.0.14 -> 0.0.17Mario Rodas2018-11-02
| | | | | | | | | | | | |
| * | | | | | | | | | | | pyre: enable testsMario Rodas2018-11-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | pyre: fix darwin buildMario Rodas2018-11-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | grpc: disable werror for unknown warning optionMatthew Bauer2018-11-02
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems silly to do an error for. It breaks clang builds.