Commit graph

96866 commits

Author SHA1 Message Date
Mikael Brockman d2fc461f6b
awslogs: init at 0.7
fixes #20921
2016-12-06 10:56:54 +01:00
Jascha Geerds cac53b75a8 hipchat: 4.28.0.1659 -> 4.29.4.1662 2016-12-06 09:46:33 +01:00
Frederik Rietdijk eb6cebd120 Merge pull request #20938 from chris-martin/pssh
pssh: init at 2.3.1
2016-12-06 09:18:12 +01:00
Chris Martin 02ecd0f0f7 pssh: init at 2.3.1 2016-12-06 00:46:48 -05:00
Tim Steinbach c9d1d430ec
linux: 4.9-rc7 -> 4.9-rc8 2016-12-05 19:40:11 -05:00
Shea Levy 67e1c1b4a7 Add pythonPackages.wp_export_parser 2016-12-05 19:32:56 -05:00
Joachim Fasting 9578299bbe
grsecurity: 4.8.11-201611271225 -> 4.8.12-201612031658 2016-12-06 01:24:32 +01:00
Joachim Fasting cc396697a6
grsecurity: enable ability to lock in readonly mounts 2016-12-06 01:24:12 +01:00
Joachim Fasting 0e765c72e5
grsecurity: enable module hardening 2016-12-06 01:23:58 +01:00
Joachim Fasting 31d79afbe5
grsecurity docs: note that pax_sanitize_slab defaults to fast 2016-12-06 01:23:51 +01:00
Joachim Fasting 071fbcda24
grsecurity: enable optional sysfs restrictions
Fairly severe, but can be disabled at bootup via
grsec_sysfs_restrict=0. For the NixOS module we ensure that it is
disabled, for systemd compatibility.
2016-12-06 01:23:36 +01:00
Joachim Fasting 8c1f5afdf3
grsecurity: delay toggling of sysctls until system is up
We generally trust init, so there's little point in having these enabled
during early bootup; it accomplishes little except fill our logs with
spam.
2016-12-06 01:22:53 +01:00
Franz Pletz 601b47ab94
pythonPackages.graphiteWeb: fix dependencies
Fixes #20885.
2016-12-06 00:12:26 +01:00
Franz Pletz ee2d5e44c2
pythonPackages.django_1_6: 1.6.11 -> 1.6.11.5
Switch to the reviewboard fork of Django 1.6 because it's not maintained
upstream anymore.

See https://www.reviewboard.org/news/2016/11/01/new-django-1-6-11-5-security-releases/.
2016-12-06 00:12:26 +01:00
Robert Helgesson f4fd4678f0
perl-Tk: 804.032_501 -> 804.033
Also remove unnecessary `configurePhase` and add X11 include path.

Fixes #20932.
2016-12-05 23:48:11 +01:00
Joachim F 452e4986d9 Merge pull request #20930 from mayflower/sonarr_2.0.0.4409
sonarr: 2.0.0.4389 -> 2.0.0.4409
2016-12-05 23:26:00 +01:00
Joachim F ebe8268da3 Merge pull request #20931 from mayflower/nzbget_17.1
nzbget: 17.0-r1686 -> 17.1
2016-12-05 23:25:23 +01:00
Tristan Helmich 90292a8093 nzbget: 17.0-r1686 -> 17.1 2016-12-05 21:11:22 +01:00
Tristan Helmich ef26ce0102 sonarr: 2.0.0.4389 -> 2.0.0.4409 2016-12-05 21:10:47 +01:00
Benjamin Staffin c5eaf231bc Merge pull request #20928 from benley/minio-darwin
minio: build on all 64bit platforms
2016-12-05 14:00:17 -05:00
Benjamin Staffin 0dbc1e4b5b minio: build on all 64bit platforms 2016-12-05 13:48:33 -05:00
Frederik Rietdijk 47d4575255 pythonPackages.setuptools: 28.8.0 -> 30.2.0 2016-12-05 17:33:21 +01:00
Frederik Rietdijk c1d98d959b buildPythonPackage: add configurePhase, fixes #20926
I had removed the configurePhase in
https://github.com/NixOS/nixpkgs/pull/20894 because it was empty. This
seemed to break packages that use cmake.
2016-12-05 17:33:17 +01:00
John Ericson e2ff3f160d Merge pull request #15043 from Ericson2314/cross
top-level: simplify stdenv calling of top-level: fewer inferred and re-inferring arguments
2016-12-05 10:56:23 -05:00
Joachim Fasting e43a99ec9f
electrum: 2.7.11 -> 2.7.12 2016-12-05 16:26:03 +01:00
Joachim F c98023b2b3 Merge pull request #20918 from joachifm/privoxy-bump
privoxy: 3.0.24 -> 3.0.26
2016-12-05 15:38:38 +01:00
Joachim F 4277c8da7b Merge pull request #20902 from joachifm/torsocks
torsocks update & improvements
2016-12-05 15:33:45 +01:00
Nikolay Amiantov 497e6d2f1d haskellPackages.haskell-src-exts-simple: build against new haskell-src-exts 2016-12-05 16:39:23 +03:00
Shea Levy b6fe3994be Merge branch 'heist-pandoc' of git://github.com/imalsogreg/nixpkgs 2016-12-05 08:04:24 -05:00
Joachim F 546eba73e1 Merge pull request #20910 from peterhoeg/wp
wp-cli: 0.24.1 -> 1.0.0
2016-12-05 13:26:50 +01:00
Joachim Fasting 407537a4bc
privoxy: 3.0.24 -> 3.0.26
With some minor cosmetics
2016-12-05 13:20:51 +01:00
Joachim Fasting 07c0cdcba2
torsocks: enable install check 2016-12-05 13:18:54 +01:00
Joachim Fasting 95608c3e8d
torsocks: redo patching, ensure getcap is available 2016-12-05 13:18:50 +01:00
Joachim Fasting 8aebb6b181
torsocks: expression cleanups
- Remove redundant preConfigure
  torsocks installs into $libdir/torsocks, so setting libdir=$out/lib
  doesn't really help.  To put the shared objects into $out/lib we'd have
  to manually move them into $out and patch various files (the script
  itself expects $libdir/torsocks).
- Use nativeBuildInputs
2016-12-05 13:18:47 +01:00
Joachim Fasting 9353d8c1ea
torsocks: 2.1.0 -> 2.2.0 2016-12-05 13:18:08 +01:00
Pascal Wittmann 54cea02d90 Merge pull request #20880 from kamilchm/marathon
marathon: 1.1.2 -> 1.3.6
2016-12-05 13:08:56 +01:00
Frederik Rietdijk 7d44426ccd pythonPackages.zope_schema: disable tests
See https://github.com/NixOS/nixpkgs/issues/20791
2016-12-05 12:06:00 +01:00
Frederik Rietdijk df70ef17a3 Merge pull request #20914 from lsix/update_django
Update django
2016-12-05 12:02:45 +01:00
Frederik Rietdijk 7f561ef302 pythonPackages.cffi: 1.7.0 -> 1.9.1 2016-12-05 11:59:45 +01:00
Lancelot SIX a56e180629
pythonPackages.django_1_8: 1.8.16 -> 1.8.17
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.8.17/
2016-12-05 11:15:10 +01:00
Lancelot SIX feae2732b1
pythonPackages.django_1_9: 1.9.11 -> 1.9.12
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.9.12/
2016-12-05 11:14:53 +01:00
Lancelot SIX 8ba68644c6
pythonPackages.django_1_10: 1.10.3 -> 1.10.4
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.4/
2016-12-05 11:14:29 +01:00
Frederik Rietdijk 0fe3ad7559 Merge pull request #20913 from matthiasbeyer/update-mutt
mutt: 1.7.1 -> 1.7.2
2016-12-05 10:35:04 +01:00
Frederik Rietdijk 74d0f57269 Revert "entrypoints example"
This reverts commit d228d52870.

THe example was not supposed to go in.
2016-12-05 10:31:53 +01:00
Frederik Rietdijk 94f92dfb56 Merge pull request #20894 from FRidh/buildpythonpackage_flit
Python: rewrite buildPythonPackage, support `flit` format
2016-12-05 10:30:38 +01:00
Frederik Rietdijk d228d52870 entrypoints example 2016-12-05 10:29:22 +01:00
Frederik Rietdijk 42bad32e13 buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
Frederik Rietdijk c6a7d8e10f pythonPackages.flit: init at 0.10 2016-12-05 09:56:09 +01:00
Frederik Rietdijk 03aacfaddd pythonPackages.request_download: init at 0.1.1 2016-12-05 09:56:09 +01:00
Frederik Rietdijk 44cc1d7193 pythonPackages.zipfile36: init at 0.1.3 2016-12-05 09:56:09 +01:00