1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

26368 commits

Author SHA1 Message Date
Robert Helgesson b6bd555c66
perl-Archive-Cpio: 0.09 -> 0.10
Also add license field.
2016-11-03 10:48:36 +01:00
Franz Pletz 9b3da61628 Merge pull request #20106 from rbasso/exercism-init-at-2.3.0
exercism: init at 2.3.0
2016-11-03 05:00:55 +01:00
Tim Steinbach e97e9835dc Merge pull request #20112 from cko/nodejs_7x
nodejs-7_x: init
2016-11-02 20:25:22 -04:00
Tim Steinbach 04b22dd935 Merge pull request #19982 from sternenseemann/netcat
Make netcat-openbsd the default netcat
2016-11-02 19:44:29 -04:00
Christine Koppelt c9d27cc3ea nodejs-7_x: init 2016-11-03 00:21:44 +01:00
Robert Helgesson f7e2675ed5
perl-Moo: 2.002003 -> 2.002005 2016-11-02 23:04:27 +01:00
Robert Helgesson bcb0a65f23
perl-Role-Tiny: 2.000003 -> 2.000005 2016-11-02 23:04:27 +01:00
John Ericson a113382f2c top-level: Use nixpkgsFun to avoid import ../.. 2016-11-02 21:50:24 +01:00
rbasso fa46c22354 exercism: init at 2.3.0 2016-11-03 03:25:07 +09:00
Tobias Pflug a5dad8aeeb nodejs: refactor derivations (#19973)
* refactor and clean up the derivation composition
* add slim variation: the slim variations configure node without npm.
Building node with npm introduces a python runtime depndency through
gyp - slim variation makes sense for building small nodejs production
images
2016-11-02 17:46:01 +01:00
Rok Garbas 18375a7331
Revert "python: adding a back python27Full"
This reverts commit 822f480922.

See here for more discussion: 822f480922
2016-11-02 16:18:22 +01:00
Franz Pletz b806e14a3c
pythonPackages.django_1_8: 1.8.15 -> 1.8.16
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:54 +01:00
Franz Pletz 58ad105cd4
pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Franz Pletz 6ad14d4256
pythonPackages.django_1_10: 1.10.2 -> 1.10.3
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Frederik Rietdijk e4d7515aef Merge pull request #20054 from magnetophon/fmsynth
fmsynth: init at 2015-02-07
2016-11-02 13:58:29 +01:00
Frederik Rietdijk 1558b09a32 Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Bart Brouns 4396ee9536 fmsynth: init at 2015-02-07 2016-11-02 13:42:45 +01:00
Bart Brouns d315ca4080 libjack2-git: 2015-09-03 -> 2016-08-18 2016-11-02 12:51:22 +01:00
Robert Helgesson 68f2bc8fb3
perl-Image-Info: 1.38 -> 1.39
Fixes information disclosure security issue. See
https://lwn.net/Vulnerabilities/704702/.
2016-11-02 11:48:06 +01:00
Arseniy Seroka 4ae2a59aaa Merge pull request #20060 from jokogr/u/samsung-unified-linux-driver-4.01.17
samsung-unified-linux-driver: add 4.01.17
2016-11-02 11:42:47 +03:00
Eelco Dolstra 5926192e55 blender: 2.78 -> 2.78a 2016-11-01 22:52:48 +01:00
Eelco Dolstra 5ecb427368 cudatoolkit: Add 8.0.44 2016-11-01 22:52:26 +01:00
Domen Kožar ec2ca34933 Merge pull request #20022 from teh/altair
Altair
2016-11-01 22:15:51 +01:00
Domen Kožar d6247cf560 Merge pull request #20067 from teh/updates-1
Updates 1
2016-11-01 22:14:19 +01:00
Tom Hunger a1b80797c4 partd: 0.3.3 -> 0.3.6 2016-11-01 17:40:07 +00:00
Peter Simons fac1168816 callHackage: make 'all-cabal-hashes' repository overridable
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.

People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:

  {
    packageOverrides = super: {
      all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz";
    };
  }
2016-11-01 18:35:19 +01:00
Ioannis Koutras 270365a1ee samsung-unified-linux-driver: add 4.01.17 2016-11-01 19:19:53 +02:00
Joachim Fasting 0ee7d1ea4e
encfs: 1.8.1 -> 1.9.1
Packaging changes
- Uses cmake
- Removes depends on rlog and boost, uses tinyxml to parse xml

Note that the encfssh utility is disabled, it requires patching to
work (and didn't work in previous versions of the package, either).
Better to leave it unusable until fixed.
2016-11-01 15:57:29 +01:00
Dan Peebles 3f61621354 pythonPackages.cached-property: works on Darwin 2016-11-01 10:13:33 -04:00
Tim Steinbach dc04a8e49d Merge pull request #19980 from cko/cleanup_node_packages
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Daniel Peebles 1fa9d99776 Merge pull request #20046 from copumpkin/omg-test
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Shea Levy 2dbaf3a336 lksctp-tools: init at 1.0.17 2016-11-01 07:28:41 -04:00
Dan Peebles 50874525d1 db47: remove outdated version 2016-11-01 03:18:01 +00:00
Dan Peebles 89915f8206 db45: remove outdated version 2016-11-01 03:10:13 +00:00
Dan Peebles e41d2a8306 db44: remove outdated version 2016-11-01 03:06:57 +00:00
John Wiegley a12f3d232d
coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2 2016-10-31 16:22:04 -07:00
Tom Hunger bca7914a44 altair: init at 1.0.0 2016-10-31 17:01:11 +00:00
Tom Hunger 5142165d80 vega: init at 0.4.4 2016-10-31 17:01:10 +00:00
Lancelot SIX 8617a068b8 pythonPackages.mezzanine: Fix template project
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Lancelot SIX 0f7decd012 pythonPackages.django_1_6: disable for python >= 3.4
django 1.6 does not support python>=3.4
2016-10-31 16:38:44 +01:00
Lancelot SIX 830a9bf4fb pythonPackages.filebrowser_safe: disable tests
The distribution do not seem to include tests, and fails when trying to
run them
2016-10-31 15:27:25 +01:00
Franz Pletz aa2b8d25d6 Merge pull request #19931 from mguentner/ipfs_update
ipfs: i20160112 -> 0.4.4, fetchgx
2016-10-31 14:42:05 +01:00
Edward Tjörnhammar f7ad0c0fd5 Merge pull request #19675 from edwtjo/dictd-touchup
Dictd touchup
2016-10-31 13:08:57 +01:00
Rok Garbas 822f480922
python: adding a back python27Full
to make pypi2nix work with old and new nixpkgs. in future nixos release
we can remove it, but at least one release cycle of deprecation would
be nice.
2016-10-30 23:08:47 +01:00
Gabriel Ebner 3a962071af Merge pull request #19979 from 8573/8573/pkg/update/rustRegistry/2016-10-29/1
rustRegistry: 2016-09-29 -> 2016-10-29
2016-10-30 16:36:19 -04:00
Arseniy Seroka 75374120eb Merge pull request #19881 from matthiasbeyer/add-loc
loc: init at 0.3.0
2016-10-30 23:12:41 +03:00
sternenseemann e2372502d3 netcat: make netcat-openbsd the default netcat (#19411)
The motivation for this change is the following: As gnu-netcat,
e. g. does not support ipv6, it is not suitable as default netcat.

This commit also fixes all obvious build issues caused by this change.
2016-10-30 15:06:04 +01:00
Rok Garbas b65c443276
pythonPackage.tweepy: disabling tests
tests require access to twitter.com api, fixes #19987
2016-10-30 14:56:59 +01:00
Christine Koppelt caa10b7233 nodejs: set default to v6 2016-10-30 14:40:48 +01:00
c74d aef020c232 rustRegistry: 2016-09-29 -> 2016-10-29
Update the `rustRegistry` package from version 2016-09-29, revision
rust-lang/crates.io-index@12dc47026c, to
version 2016-10-29, revision
rust-lang/crates.io-index@623cc0d932.

I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
2016-10-29 21:22:43 +00:00