Commit graph

111901 commits

Author SHA1 Message Date
Orivej Desh
07674788d6 Respect NIX_DONT_SET_RPATH when .so appears in the command line
Unified processing of command line arguments in ld-wrapper broke support for
`NIX_DONT_SET_RPATH` and revealed that ld-wrapper adds the directory of its
`-plugin` argument to runpath. This pull request fixes that. It treats
`dir/libname.so` as `-L dir -l name`, because this is how `ld.so` interprets
resulting binary: with `dir` in `RUNPATH` and the bare `libname.so` (without
`dir`) in `NEEDED`, it looks for `libname.so` in each `RUNPATH` and chooses the
first, even when the linker was invoked with an absolute path to `.so`.
2017-08-01 11:57:33 +02:00
Frederik Rietdijk
6341cc9101 Merge pull request #27799 from FRidh/nosite
Python: disable user site-packages for programs and environments.
2017-08-01 11:08:26 +02:00
Franz Pletz
1fb803c367
libtasn1: 4.10 -> 4.12, fix CVE-2017-9310 2017-08-01 09:29:18 +02:00
Franz Pletz
1c5ab2f639
avahi: 0.6.12 -> 0.7 2017-08-01 08:33:35 +02:00
Franz Pletz
6ddbe2e34c
p11_kit: 0.23.2 -> 0.23.7 2017-08-01 02:29:45 +02:00
Domen Kožar
61b5b7fd2f Merge pull request #27657 from orivej/optimize-rpath
ld-wrapper: Optimize expanding rpath
2017-07-31 14:43:48 +02:00
Frederik Rietdijk
85a0ab4b23 Python: disable user site-packages for programs and environments.
Python by default checks a `site-packages` folder in the user's home
folder. We do not want such an impurity and therefore disable it.
Fixes #26846.
2017-07-31 13:16:29 +02:00
Martin Wohlert
c40ac69ec3 gnupg: 2.1.21 -> 2.1.22
https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000411.html
2017-07-31 11:44:18 +02:00
Michael Raskin
b2d19a4d24 fbida: fix build failure 2017-07-31 11:46:48 +02:00
Franz Pletz
f90c4be438 Merge pull request #27785 from volth/xrdp-0.9.3-1
xrdp: abs path to garbage directory
2017-07-31 10:05:48 +02:00
Valentin Shirokov
a74c0c6652 Removed deprecation warning for networking.extraHosts 2017-07-31 10:04:01 +02:00
Peter Simons
701d2c89f9 osc: update to version 0.159.0-4-g2d44589 (current git master) 2017-07-31 09:54:56 +02:00
aszlig
979817d153
linux-testing: 4.13-rc2 -> 4.13-rc3
Tested via building the linux_testing attribute, but didn't test it at
runtime (yet).

Diffed unpacked tarball against my local git clone and the contents
match.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-07-31 09:39:42 +02:00
Frederik Rietdijk
740d76371e Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD 2017-07-31 09:12:15 +02:00
Peter Hoeg
2a48a62b9c sensu: 0.29.0 -> 1.0.2
Use NixOS's default ruby instead of 2.1 and add a few helpful plugins
2017-07-31 14:49:20 +08:00
Peter Hoeg
688ab1ed02 terragrunt: 0.12.24 -> 0.12.25 2017-07-31 14:23:04 +08:00
Peter Hoeg
497e04a698 smartmontools: use slightly newer drive DB 2017-07-31 14:15:05 +08:00
Volth
fdbdccf1a7 xrdp: abs path to garbage directory 2017-07-31 00:43:15 +00:00
Peter Hoeg
9d2da6ab3a uchiwa: 0.22.1 -> 0.25.3-1 2017-07-31 07:56:55 +08:00
vinymeuh
9f5f5865fa srecord: runs on any flavor of Unix, not only Linux 2017-07-30 23:33:55 +02:00
Frederik Rietdijk
38e81eae36 Merge pull request #27778 from bhipple/feature/python-cryptop-init
pythonPackages.cryptop: init at 0.1.0
2017-07-30 22:43:36 +02:00
Benjamin Hipple
031d627f66 cryptop: init at 0.1.0
This commit adds the python application cryptop, which is a small curses
application for viewing cryptocurrency portfolio values.
2017-07-30 22:41:12 +02:00
Kamil Chmielewski
549d5f57df ponyc: 0.15.0 -> 0.16.1
pony-stable: unstable-2017-04-20 -> unstable-2017-07-26

https://github.com/ponylang/ponyc/issues/2101
2017-07-30 22:09:03 +02:00
mimadrid
1e049308c0 parallel: 20170522 -> 20170722 2017-07-30 21:39:41 +02:00
GRBurst
c9db19c6ba jbidwatcher: 2.5.2 -> 2.5.6 2017-07-30 21:20:11 +02:00
Bart Brouns
ab27dcab2c faac: 1.28 -> 1.29.3 2017-07-30 21:02:56 +02:00
Daiderd Jordan
70ee91508c shairport-sync: 2.3.6.5 -> 3.0.2 2017-07-30 21:00:55 +02:00
mimadrid
3e6e05bf98 mawk: 1.3.4-20141206 -> 1.3.4-20161120 2017-07-30 20:58:48 +02:00
mimadrid
0f14dcc189 mosh: 1.3.0 -> 1.3.2 2017-07-30 20:58:24 +02:00
Russell O'Connor
f0ff1224f7 tarsnap: 1.0.38 -> 1.0.39 2017-07-30 20:58:07 +02:00
Michael Weiss
ace11d11b2 android-studio: Fix the meta attributes 2017-07-30 20:40:04 +02:00
Aristid Breitkreuz
a2b2c1e4bd weechat: fix build (hack?) 2017-07-30 20:22:17 +02:00
Peter Hoeg
7aedfc1df8 Merge pull request #27775 from rvl/bower2nix-issue-13
fetchbower: handle packages with slashes in their name
2017-07-31 01:02:29 +08:00
Michael Weiss
dd25d1a0a1 node-packages: Update the README 2017-07-30 18:11:40 +02:00
Thomas Tuegel
2b29c893c1
Merge branch 'feature/kde-applications-17.04.3'
Merges #27491, #27531, and #27532.
2017-07-30 10:06:07 -05:00
Jörg Thalheim
6d883df780 Merge pull request #27765 from rycee/fix/ffmpeg/frei0r-plugin
ffmpeg-full: fix path to frei0r filters
2017-07-30 16:01:25 +01:00
Jörg Thalheim
eda5b46cab Merge pull request #27710 from dywedir/rust-bindgen
rust-bindgen: 0.26.1 -> 0.29.0
2017-07-30 15:29:34 +01:00
Jörg Thalheim
d3c0ade39a node-packages: wrong version number in packaging guideline 2017-07-30 14:34:07 +01:00
Jörg Thalheim
e95352cfdd node-packages: update packaging guideline 2017-07-30 14:29:13 +01:00
Vladimír Čunát
ba68231273
libpng: 1.6.30 -> 1.6.31
1.6.30 won't build for ARM.  Hydra has almost no binaries for current
staging, so let's update for all platforms
2017-07-30 14:57:37 +02:00
Robin Gloster
d298873d53
qdirstat: fix evaluation
cc @Mic92 @gnidorah
2017-07-30 14:16:02 +02:00
Robin Gloster
f0f55ac6cd
Revert "uchiwa: 0.22.1 -> 0.25.3-1"
This reverts commit 5dc5dfdefb.

This breaks evaluation:
error: invalid character ‘/’ in name ‘angular-tools/ng-jsoneditor-ea138469f157d8f2b54ec5b8dcf4b08a55b61459’

cc @peterhoeg
2017-07-30 14:06:39 +02:00
Robin Gloster
a974ee0188
tcp_wrappers: fix weird use of STRINGS in the Makefile 2017-07-30 14:03:31 +02:00
Robin Gloster
88ca4724b2
virtualboxGuestAdditions: fix hash 2017-07-30 13:29:57 +02:00
Frederik Rietdijk
bac6f59977 python.pkgs.dosage: broken 2017-07-30 12:58:26 +02:00
Robert Helgesson
f36323c81f
ffmpeg-full: fix path to frei0r filters
Fixes #27555.
2017-07-30 12:52:03 +02:00
Peter Hoeg
5dc5dfdefb uchiwa: 0.22.1 -> 0.25.3-1 2017-07-30 18:40:19 +08:00
Jörg Thalheim
a5735374af Merge pull request #27748 from vinymeuh/update_sass
libsass & sassc: 3.3.2 -> 3.4.5
2017-07-30 11:29:30 +01:00
vinymeuh
8ba4562324 sassc: 3.3.2 -> 3.4.5 2017-07-30 11:22:37 +01:00
vinymeuh
f8e5fd6769 libsass: 3.3.2 -> 3.4.5 2017-07-30 11:22:31 +01:00