Commit graph

94257 commits

Author SHA1 Message Date
Arseniy Seroka 6a2fd2276c Merge pull request #19803 from offlinehacker/pkgs/vim-plugins/add/auto-pairs+editorconfig
Add autopairs and editorconfig vim plugins
2016-10-24 13:03:27 +03:00
Domen Kožar 1622a21c68 Merge pull request #19453 from ryantrinkle/openfire-fix
openfire: fix service expression
2016-10-24 11:35:16 +02:00
Tim Steinbach 8f457026ad Merge pull request #19808 from vbgl/lftp-4.7.3
lftp: 4.7.1 -> 4.7.3
2016-10-23 20:55:52 -04:00
Tim Steinbach ec6ed58dba Merge pull request #19697 from nexusdev/solc
Update Solidity compiler to latest version
2016-10-23 20:54:48 -04:00
Tim Steinbach f188dc0e2f Merge pull request #19807 from mimadrid/update/sudo-1.8.18p1
sudo: 1.8.18 -> 1.8.18p1
2016-10-23 20:51:10 -04:00
Edward Tjörnhammar ee36323d41 Merge pull request #19814 from stesie/idea-updates-2
Update IntelliJ Toolbox
2016-10-24 00:11:45 +02:00
Stefan Siegl f52f4477cd idea.webstorm: 2016.2.2 -> 2016.2.4 2016-10-23 22:38:20 +02:00
Stefan Siegl bce4118a87 idea.ruby-mine: 2016.2.2 -> 2016.2.4 2016-10-23 22:35:58 +02:00
Stefan Siegl 6118997803 idea.idea-{community,ultimate}: 2016.2.4 -> 2016.2.5 2016-10-23 22:34:03 +02:00
Stefan Siegl 6b436e4a28 clion: 2016.2.2 -> 2016.2.3 2016-10-23 22:29:35 +02:00
Benno Fünfstück fcc353908c uWSGI: remove duplicate package
uWSGI is already packaged in servers/uwsgi
2016-10-23 22:15:50 +02:00
Kai Harries 2756711652
network-manager: give path to pppd executable
This fixes an issue I have faced when trying to connect to the internet
via wwan gsm modem.

(cherry picked from commit 0775adc599f4706e3ff020e700b5f8f69578b6b1)

Closes https://github.com/NixOS/nixpkgs/pull/19812
2016-10-23 20:41:58 +02:00
Joachim F bdc4397303 Merge pull request #19805 from joachifm/startAt-fixups
Fixup remaining uses of startAt
2016-10-23 20:39:53 +02:00
Joachim Fasting fda12d811a
pythonPackages.uWSGI: fix meta.license
cc @bennofs
2016-10-23 20:38:40 +02:00
Benno Fünfstück a9ca5f7a20 python: fix broken packages 2016-10-23 20:17:23 +02:00
Benno Fünfstück 7f13f746f3 python-uwsgi: init at 2.0.14 2016-10-23 20:17:23 +02:00
Jaka Hudoklin 49bf7ec00a Merge pull request #18290 from offlinehacker/pkgs/xpra/gstreamer
xpra: add audio streaming support
2016-10-23 20:12:32 +02:00
Jaka Hudoklin 7956b2d65e xpra: add audio streaming support 2016-10-23 20:11:45 +02:00
Joachim Fasting 80acc82f4a
pythonPackages.packaging: fix meta.license
See 8fc81acc8a

cc @bennofs
2016-10-23 20:11:38 +02:00
Emery Hemingway 7c6a4e6c35 nixos/octoprint: fixup extraConfig 2016-10-23 19:47:28 +02:00
Emery Hemingway b675619391 nixos: use types.lines for extraConfig 2016-10-23 19:41:43 +02:00
Wout Mertens 795f968b17 Merge pull request #19606 from wmertens/sqlite-3.15
sqlite3: 3.14.1 -> 3.15.0
2016-10-23 19:13:29 +02:00
Wout Mertens b16c240ca7 sqlite: Enable FTS5 extension
See https://www.sqlite.org/fts5.html
2016-10-23 19:11:37 +02:00
Joachim Fasting 6d1bf921fa
grsecurity: work around #19698
This is a temporary work-around to fix using grsecurity on NixOS with
the new kernelPackages/kernelPatches machinery.

For whatever reason, when `security.grsecurity.enable = true`, the grsec
patch ends up being applied twice, causing the kernel build to fail.

Until the root cause of this is identified, we hack around it by simply
pruning duplicate patches in the grsec kernel builder.

Closes #19698
2016-10-23 18:25:29 +02:00
aszlig 2406387fd6
quassel-webserver: Remove reference to <nixpkgs>
We already are in the <nixpkgs> repository and using <nixpkgs> within
its own tree will depend on <nixpkgs> to be set in NIX_PATH, otherwise
the evaluation will fail.

So apart from this issue it isn't even necessary to use <nixpkgs>
instead of the relative path to node-packages.nix, so let's use the
latter.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @uwap, @Mic92
2016-10-23 18:13:59 +02:00
Frederik Rietdijk 03d8ee05fa Merge pull request #19804 from vmandela/grabserial-1.9.3
grabserial: 1.7.0 -> 1.9.3
2016-10-23 18:06:44 +02:00
Vincent Laporte 27750ac53a lftp: 4.7.1 -> 4.7.3 2016-10-23 18:03:55 +02:00
mimadrid 19b6d90cab
sudo: 1.8.18 -> 1.8.18p1 2016-10-23 17:57:16 +02:00
Joachim Fasting 4c41c412a0
nix gc service: fix use of startAt
`startAt = ""` as in `startAt = optionalString false ...` results
in an invalid timer unit (due to "" being promoted to a singleton
list and not filtered out).

Ref: c9941c4b5e
2016-10-23 17:56:49 +02:00
Joachim Fasting 645ff13a4b
nixos autoUpgrade: fix use of startAt
`startAt = ""` as in `startAt = optionalString false ...` results
in an invalid timer unit (due to "" being promoted to a singleton
list and not filtered out).

Ref: c9941c4b5e
2016-10-23 17:56:39 +02:00
Venkateswara Rao Mandela 74c631b9fa grabserial: 1.7.0 -> 1.9.3 2016-10-23 21:18:47 +05:30
Jörg Thalheim 0bb07f6d7b Merge pull request #19798 from vklquevs/mtpaint-init
mtPaint: init at 3.49.12
2016-10-23 17:42:54 +02:00
Pascal Wittmann 6286d445e3 Merge pull request #19802 from mimadrid/update/filezilla-3.22.1
filezilla: 3.20.1 -> 3.22.1
2016-10-23 17:37:26 +02:00
Jaka Hudoklin 48c94846c9 vim-plugins/editorconfig-vim: init at a459b8 2016-10-23 17:27:32 +02:00
Jaka Hudoklin 3ba12b3333 vim-plugins/auto-pairs: init at 1b3a1efb 2016-10-23 17:27:24 +02:00
mimadrid 095053eb6b
filezilla: 3.20.1 -> 3.22.1 2016-10-23 17:14:48 +02:00
Joachim Fasting 5440c1a64c
grsecurity: 4.7.9-201610200819 -> 4.7.10-201610222037
Notably, this pulls in the dirtycow fix from upstream (but I've been
unable to execute the POC exploits on grsec kernels without that fix
...)
2016-10-23 17:14:40 +02:00
mimadrid 8fe9bb6674
libfilezilla: 0.6.1 -> 0.7.1 2016-10-23 17:12:58 +02:00
Drill Bear 86793f600c mtpaint: init at 3.49.12 2016-10-23 15:45:49 +01:00
Joachim F 9088abc337 Merge pull request #19783 from joachifm/unbound
unbound: 1.5.9 -> 1.5.10
2016-10-23 16:28:34 +02:00
Jörg Thalheim eb3f23d9ba
openldap: apply correct type for configDir
null is not a path
2016-10-23 16:00:22 +02:00
Luca Bruno 57a791b4ff Merge pull request #17751 from michalrus/awf-gtk
awf: init at 1.3.1
2016-10-23 14:54:03 +01:00
Luca Bruno f7b8c44176 Merge pull request #19528 from schneefux/wallabag
wallabag: init at 2.1.1
2016-10-23 14:39:28 +01:00
Luca Bruno 202cd28edb Merge pull request #19795 from womfoo/fix/openldap-configDir
openldap: set configDir as null
2016-10-23 14:35:37 +01:00
Tim Steinbach cfc4a0d7ae Merge pull request #19727 from dipinhora/ponyc-0.6.0
ponyc: 0.5.1 -> 0.6.0
2016-10-23 09:13:52 -04:00
Tim Steinbach e7f3c9cadb Merge pull request #19766 from offlinehacker/pkgs/kubernetes/update/1.4.0
kubernetes: 1.2.4 -> 1.4.0
2016-10-23 09:13:30 -04:00
Tim Steinbach 0107adf7f3 Merge pull request #19797 from vbgl/merlin-2.5.1
ocamlPackages.merlin: 2.5.0 -> 2.5.1
2016-10-23 09:12:07 -04:00
Luca Bruno f0a6f995b8 Merge pull request #19796 from exi/gthumb-icons
gThumb: add defaultIconTheme dependency
2016-10-23 14:10:07 +01:00
Benno Fünfstück 8fc81acc8a pwntools: init at 3.1.0 2016-10-23 15:04:53 +02:00
Vincent Laporte b7b1e42ea4 ocamlPackages.merlin: 2.5.0 -> 2.5.1 2016-10-23 14:49:17 +02:00