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
Frederik Rietdijk
5ba37dfc7a
Merge pull request #20893 from FRidh/fixed3
...
Python: use fixed-point combinator, add pkgs to interpreter
2016-12-05 09:47:43 +01:00
Frederik Rietdijk
3d59b82925
DOCS: update Python docs to reflect fixed-point combinator
2016-12-05 09:45:11 +01:00
Frederik Rietdijk
31e32b6d9e
Python interpreters: add pkgs attribute
...
A package set is constructed for a specific interpreter. Therefore, we add the
possibility to override the package set to the interpreter. This should make it
easier to override the interpreter and the package set at the same time.
2016-12-05 09:43:44 +01:00
Frederik Rietdijk
8dadb44196
pythonPackages: use fixed-point combinator
...
Use a fixed-point combinator for the Python package set to allow easier overriding of its contents.
Earlier implementations were proposed in #16784 and #17428 . This commit is by comparison much smaller
and changes only what is needed.
2016-12-05 09:39:45 +01:00
Matthias Beyer
10b16b2327
mutt: 1.7.1 -> 1.7.2
2016-12-05 08:48:14 +01:00
Greg Hale
ad489cec10
Add pandoc dependency to heist to restore working heist tests
2016-12-05 01:53:44 +00:00
Tuomas Tynkkynen
571cf4f209
uisp: Fix build
2016-12-05 02:40:04 +02:00
Tuomas Tynkkynen
f91458ca38
reattach-to-user-namespace: Set platforms
2016-12-05 02:36:54 +02:00
Tuomas Tynkkynen
1e7bb272e1
U-Boot: Add platforms to legacy U-Boots
...
Or they will be tried to be built on x86_64 since #19990 .
2016-12-05 02:17:41 +02:00