Andrey Arapov
96063873e2
checksec: use binutils instead of elfutils
...
readelf which makes most of checks should come from binutils package instead of elfutils
E.g. the PIE check from checksec, different readelf gives different result:
(elfutils)
$ /nix/store/rgrji20513g19ci0sa6jydm86gpf4j42-elfutils-0.158/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null |grep -q '(DEBUG)' ; echo $?
1
(binutils)
$ /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null | grep -q '(DEBUG)' ; echo $?
0
2015-04-05 21:13:26 +02:00
vbgl
8300898f98
Merge pull request #6533 from michelk/gdal_1.11.2
...
gdal: update to 1.11.2
2015-02-24 22:45:50 +01:00
William A. Kennington III
e453f99446
nixos/networkd: Add an assertion for unsupported rstp
2015-02-24 13:09:34 -08:00
Rok Garbas
d378324166
pythonPackages.py3status: new package, status bar for i3 window manager
2015-02-24 22:05:05 +01:00
Vladimír Čunát
46b48b0b43
Revert "vimPlugins: update" due to bad hashes
...
This reverts commit 57a0c44c2c
.
https://github.com/NixOS/nixpkgs/commit/f799749442489#commitcomment-9901870
2015-02-24 21:59:41 +01:00
Vladimír Čunát
f799749442
vimPlugins.Syntastic: fix fetchgit hash
...
I've got no idea why the hash was wrong. I hope the hashes aren't unstable.
Reported on http://unix.stackexchange.com/questions/186519/unable-to-install-vim-plugins
2015-02-24 21:21:05 +01:00
William A. Kennington III
51b7fe53fa
libinput: 0.10 -> 0.11
2015-02-24 11:52:19 -08:00
William A. Kennington III
dbaf941212
Merge pull request #6422 from codyopel/libinput
...
libinput: refactor & add optional dependencies
2015-02-24 11:47:45 -08:00
Pascal Wittmann
c639b834c2
groovy: update from 2.4.0 to 2.4.1
2015-02-24 19:04:23 +01:00
Pascal Wittmann
48add86c05
groovy: update homepage
2015-02-24 19:04:23 +01:00
Eelco Dolstra
8196962097
firefox: Update to 36.0
2015-02-24 18:50:15 +01:00
Eelco Dolstra
843f21fd6a
nss: Update to 3.17.4
2015-02-24 18:50:04 +01:00
Eelco Dolstra
3facd6b66d
sqlite: Update to 3.8.7.4
2015-02-24 18:42:16 +01:00
lethalman
2fdad12a8d
Merge pull request #6552 from nslqqq/master
...
Correct NetworkManager documentation
2015-02-24 18:32:24 +01:00
Nikita Mikhailov
25e29b3870
Correct NetworkManager documentation
2015-02-24 22:09:36 +05:00
Eelco Dolstra
3d3db3550f
sudo: Update to 1.8.12
2015-02-24 18:04:35 +01:00
Lluís Batlle i Rossell
b26e939111
fix pam (OATH related)
...
the pam config was wrong.
Issue #6551
2015-02-24 17:52:41 +01:00
Eelco Dolstra
dad86b4f54
Fix building on Xcode
...
92188d9d17
broke the case where the user
has Xcode but not the command-line tools. So this commit restores
using xcrun to get the path to the SDK (falling back to / for the
non-Xcode case).
http://hydra.nixos.org/build/19953295
2015-02-24 17:07:44 +01:00
Eelco Dolstra
b1ec8e6c64
apache-httpd: Update to 2.4.12
...
CVE-2014-3583, CVE-2014-3581, CVE-2014-8109, CVE-2013-5704.
2015-02-24 16:10:55 +01:00
cillianderoiste
ea460fcd4a
Merge pull request #6545 from AndersonTorres/mpv
...
MPV: upgrade to 0.8.0
2015-02-24 15:52:27 +01:00
cillianderoiste
a3259773f9
Merge pull request #6547 from nathanielbaxter/dev/aria
...
aria2: update from 1.18.9 to 1.18.10
2015-02-24 15:48:42 +01:00
Peter Simons
a250e9b908
python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors
2015-02-24 15:23:45 +01:00
Vladimír Čunát
3009cc116e
nvidia_x11: fix missing xorg lib symlinks; refactor
...
The builder structure should be now easier to understand
and easier to avoid such problems in future.
Fixes #6546 .
2015-02-24 13:17:56 +01:00
Lluís Batlle i Rossell
dfe8d7ecd8
Adding ddar, unix de-duplicating archiver.
...
(cherry picked from commit d93c6ffa10
)
2015-02-24 12:54:21 +01:00
Eelco Dolstra
16cf3ee9da
Ensure that the home directory exists even if the user already exists
2015-02-24 11:57:38 +01:00
Nathaniel Baxter
1e7ac20906
aria2: update from 1.18.9 to 1.18.10
2015-02-24 21:50:49 +11:00
Pascal Wittmann
31e4ce5e03
parallel: update 20150122 to 20150222
2015-02-24 11:46:40 +01:00
codyopel
ac2ed3818c
libinput: refactor & add optional dependencies
2015-02-24 02:39:31 -05:00
Michel Kuhlmann
3e87b82fe2
gdal: enabling geos
...
In order to use ogr2ogr for clipping, this options needs to be
enabled.
2015-02-24 08:35:34 +01:00
William A. Kennington III
ee41f35c40
Merge pull request #6490 from codyopel/openjpegbr
...
openjpeg: refactor to generic, add 1.x & 2.0.0 -> 2.1.0
2015-02-23 22:02:56 -08:00
AndersonTorres
5347a1c8a1
MPV: upgrade to 0.8.0
2015-02-23 23:43:59 -03:00
Thomas Tuegel
a9b2dee6e6
Revert "dropbox: update to version 3.2.6"
...
This reverts commit 7c37b4d672
.
New version does not work correctly.
2015-02-23 20:14:19 -06:00
Nicolas B. Pierron
7699f34c52
Merge pull request #6242 from nbp/issue-6161
...
Issue #6161 - Add tests for NixOS modules.
2015-02-23 12:12:01 -08:00
Jaka Hudoklin
1cddb5be20
mongodb: remove lock file on restart
2015-02-23 20:40:13 +01:00
Nathaniel Baxter
aa91480f45
pythonPackages.libvirt: fix python executable path
2015-02-23 20:09:54 +01:00
Nathaniel Baxter
0be8418275
libvirt: update from 1.2.9 to 1.2.12
...
libvirt-glib: update from 0.1.9 to 0.2.0
pythonPackages.libvirt: update from 1.2.9 to 1.2.12
Potentially fixes CVE-2014-7823 CVE-2015-0236
2015-02-23 20:09:54 +01:00
Edward Tjörnhammar
e2df28dee3
i2pd: 0.7.0 -> 0.8.0
2015-02-23 20:00:54 +01:00
Edward Tjörnhammar
a46065ce80
idea.android-studio: 1.1.0b2 -> 1.1.0
...
add androidsdk as dependency
set ANDROID_HOME for android-studio wrapper
2015-02-23 19:51:18 +01:00
Bjørn Forsman
6afc1907c8
Fix eval
...
Fixes this:
$ nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
...
error: while querying the derivation named ‘pypy2.5-graph-tool-2.2.36’:
while evaluating the attribute ‘preConfigure’ of the derivation ‘pypy2.5-graph-tool-2.2.36’ at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":5:3:
attribute ‘sitePackages’ missing, at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":22:54
2015-02-23 19:45:05 +01:00
Arseniy Seroka
82c280c5b5
xkblayout-state: add pkg
2015-02-23 20:49:04 +03:00
Ricardo M. Correia
4ce947327a
gradm: Update from 3.0-201408301734 -> 3.1-201502222102
2015-02-23 18:38:23 +01:00
Ricardo M. Correia
e196cd5611
grsecurity: Update stable and test patches
...
stable: 3.0-3.14.33-201502200812 -> 3.1-3.14.33-201502222137
test: 3.0-3.18.7-201502200813 -> 3.1-3.18.7-201502222138
2015-02-23 18:38:13 +01:00
Arseniy Seroka
a477e91f47
zfs-git: fix name (use date)
2015-02-23 20:30:14 +03:00
Arseniy Seroka
df7d984153
finalterm: fix name (use date) and update pkg
2015-02-23 20:21:19 +03:00
Arseniy Seroka
2550304bb6
Merge pull request #6524 from fkz/master
...
add edbrowse to all packages
2015-02-23 19:43:39 +03:00
Eelco Dolstra
1dd423e651
samba: Update to 3.6.25, 4.1.17
...
CVE-2015-0240, CVE-2014-0178
2015-02-23 17:00:08 +01:00
Eelco Dolstra
b70bd0879b
sshd: Generate a ed25519 host key
2015-02-23 17:00:07 +01:00
Domen Kožar
8e4a8494be
Merge pull request #6494 from psibi/new-python-sibi-patch
...
new package: passlib
2015-02-23 15:56:43 +00:00
Jaka Hudoklin
97ea4ab54e
nodePackages: add namePrefix parameter to override package name prefix
2015-02-23 14:27:38 +01:00
Peter Simons
bf86758a42
Mark many packages (mostly python) broken because of broken dependencies.
2015-02-23 14:06:24 +01:00