Commit Graph
186896 Commits
Author SHA1 Message Date
Daiderd Jordan 73d9cac377 darwin-frameworks: replace cf-private and move it's setup-hook
The only remaining use-case for cf-private are symbols that are not
available in the opensource build.  This generally solved the problem
because of it's setup-hook.
2019-07-03 22:20:09 +02:00
Daiderd Jordan c2b76fa13c darwin-frameworks: remove CF
CoreFoundation is included by the stdenv, moving the decision of what
version should be used there makes it possible to override it entirely
rather then prepending flags like cf-private does which can be
unreliable.
2019-07-03 22:20:04 +02:00
rnhmjoj 1a4c624354 monero-gui: update patch 2019-07-03 21:45:36 +02:00
rnhmjoj 56bee53f42 monero-gui: bump boost version 2019-07-03 21:45:04 +02:00
rnhmjoj 1c623cc3f0 monero: bump boost version 2019-07-03 21:44:52 +02:00
rnhmjoj a402aa11fc monero: fix source hash 2019-07-03 21:44:08 +02:00
Jamey Sharp 597563d248 nixos/nscd: let systemd manage directories
Previously this module created both /var/db/nscd and /run/nscd using
shell commands in a preStart script. Note that both of these paths are
hard-coded in the nscd source. (Well, the latter is actually
/var/run/nscd but /var/run is a symlink to /run so it works out the
same.)

/var/db/nscd is only used if the nscd.conf "persistent" option is turned
on for one or more databases, which it is not in our default config
file. I'm not even sure persistent mode can work under systemd, since
`nscd --shutdown` is not synchronous so systemd will always
unceremoniously kill nscd without reliably giving it time to mark the
databases as unused. Nonetheless, if someone wants to use that option,
they can ensure the directory exists using systemd.tmpfiles.rules.

systemd can create /run/nscd for us with the RuntimeDirectory directive,
with the added benefit of causing systemd to delete the directory on
service stop or restart. The default value of RuntimeDirectoryMode is
755, the same as the mode which this module was using before.

I don't think the `rm -f /run/nscd/nscd.pid` was necessary after NixOS
switched to systemd and used its PIDFile directive, because systemd
deletes the specified file after the service stops, and because the file
can't persist across reboots since /run is a tmpfs. Even if the file
still exists when nscd starts, it's only a problem if the pid it
contains has been reused by another process, which is unlikely. Anyway,
this change makes that deletion even less necessary, because now systemd
deletes the entire /run/nscd directory when the service stops.
2019-07-03 12:39:48 -07:00
markuskowaandGitHub d8adf54f25 Merge pull request #64206 from r-ryantm/auto-update/skrooge
skrooge: 2.19.1 -> 2.20.0
2019-07-03 21:35:29 +02:00
Vladyslav MandGitHub e46804bf0e rust-bindgen: 0.49.3 -> 0.50.0 (#64092)
rust-bindgen: 0.49.3 -> 0.50.0
2019-07-03 22:34:03 +03:00
Jamey Sharp 93f185df65 nixos/nscd: no longer need to wait for readiness
This postStart step was introduced on 2014-04-24 with the comment that
"Nscd forks into the background before it's ready to accept
connections."

However, that was fixed upstream almost two months earlier, on
2014-03-03, with the comment that "This, along with setting the nscd
service type to forking in its systemd configuration file, allows
systemd to be certain that the nscd service is ready and is accepting
connections."

The fix was released several months later in glibc 2.20, which was
merged in NixOS sometime before 15.09, so it certainly should be safe to
remove this workaround by now.
2019-07-03 12:26:47 -07:00
xbreakandDmitry Kalinkin 98d9a74223 wafHook: Refactored wafHook to use callPackage (#64250)
This is to enable custom wafHook with custom waf via the override
system.
2019-07-03 15:20:28 -04:00
Mario RodasandGitHub 6e2ed274e1 Merge pull request #64253 from marsam/update-nodejs_v12
nodejs-12_x: 12.5.0 -> 12.6.0
2019-07-03 13:59:30 -05:00
Nikolay Amiantov ef8addb919 qemu: fix documentation 2019-07-03 21:11:59 +03:00
Daiderd JordanandGitHub d215c18479 Merge pull request #63606 from cw789/master
elixir_1_9: init at 1.9.0
2019-07-03 20:05:11 +02:00
Matthias BeyerandMichael Weiss 48afae7da7 way-cooler: Mark as broken (#64138)
The project is in full-rewrite state, which also breaks backwards
compatibility.
Right now, the project README warns that way-cooler is not usable in its
current state.

Thus mark this as broken, so die-hard users can still use it.

This patch should be reverted as soon as there is a new release.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-03 18:51:02 +02:00
Alyssa Ross 4cab72953c gnupg: vendor SKS patch
This quickly became a 404 upstream.

Fixes https://github.com/NixOS/nixpkgs/64256.
2019-07-03 16:39:28 +00:00
Matthew BauerandGitHub d505283766 Merge pull request #64233 from solson/wla-dx-9.8
wla-dx: git-2017-06-05 -> 9.8
2019-07-03 11:58:22 -04:00
Aaron Andersen b9e68389d1 nixos/wordpress: add release notes for 19.09 2019-07-03 11:50:34 -04:00
Aaron Andersen aa05aad470 nixos/wordpress: create module to replace the httpd subservice 2019-07-03 11:47:33 -04:00
Aaron Andersen e1857b7808 wordpress: 5.02 -> 5.2.2 2019-07-03 11:47:33 -04:00
Nahum ShalmanandAlyssa Ross 7bd65a15f0 jsonnet: ship new jsonnetfmt binary 2019-07-03 15:17:46 +00:00
Mario RodasandGitHub a1a45ba334 Merge pull request #64094 from xrelkd/update/parity
parity: 2.4.8 -> 2.4.9, parity-beta: 2.5.3 -> 2.5.4
2019-07-03 10:16:11 -05:00
Jonathan Ringer ba3dd20f37 vimPlugins.youcompleteme: Use python3 and update meta info 2019-07-03 08:00:24 -07:00
Edmund WuandNikolay Amiantov 4a79bedfd2 nvidia_x11.settings.libXNVCtrl: set OUTPUTDIR for build 2019-07-03 17:20:05 +03:00
Mario Rodas e5bc9ff916 nodejs-12_x: 12.5.0 -> 12.6.0 2019-07-03 09:05:00 -05:00
Mario RodasandGitHub 184f1044f1 Merge pull request #63846 from xrelkd/update/cargo-make
cargo-make: 0.20.0 -> 0.21.0
2019-07-03 08:10:18 -05:00
Mario RodasandGitHub 56a0c7dc48 Merge pull request #64229 from r-ryantm/auto-update/worker
worker: 3.15.4 -> 4.0.0
2019-07-03 08:04:20 -05:00
Tim Steinbach d86f42adcc linux: 5.1.15 -> 5.1.16 2019-07-03 08:58:01 -04:00
Tim Steinbach bf9a276824 linux: 4.19.56 -> 4.19.57 2019-07-03 08:57:07 -04:00
Tim Steinbach b9fee38699 linux: 4.14.131 -> 4.14.132 2019-07-03 08:56:35 -04:00
Ryan MulliganandGitHub 67d7c5967d Merge pull request #64106 from r-ryantm/auto-update/pcm
pcm: 201710 -> 201902
2019-07-03 05:55:29 -07:00
Mario RodasandGitHub b519801a08 Merge pull request #64244 from marsam/fix-pytest-mock
pythonPackages.pytest-mock: fix build
2019-07-03 07:53:49 -05:00
Mario RodasandGitHub b152f53fb6 Merge pull request #63989 from lilyball/cocoapods
cocoapods: 1.7.2 -> 1.7.3
2019-07-03 07:51:19 -05:00
Ryan MulliganandGitHub 83143ac4c2 Merge pull request #64084 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 34.0.0 -> 35.0.0
2019-07-03 05:48:39 -07:00
Mario RodasandGitHub 6d3f8470b1 Merge pull request #64010 from r-ryantm/auto-update/docker-compose
docker-compose: 1.24.0 -> 1.24.1
2019-07-03 07:47:50 -05:00
Mario RodasandGitHub f88385db2d Merge pull request #64130 from r-ryantm/auto-update/python3.7-dropbox
python37Packages.dropbox: 9.3.0 -> 9.4.0
2019-07-03 07:31:50 -05:00
Mario Rodas 5923cdd539 pythonPackages.pytest-mock: fix build 2019-07-03 07:26:56 -05:00
Peter RomfeldandTim Steinbach 05c9a3c798 beamPackages.hex: 0.17.1 -> 0.19.0 2019-07-03 07:24:38 -04:00
Michael Weiss 1834b4feed jekyll: 3.8.5 -> 3.8.6 (security)
There was a minor security issue (no CVE) [0]:
> Security Fixes
> - Theme gems: ensure directories aren't symlinks (#7424)

More details: https://github.com/jekyll/jekyll/pull/7419

[0]: https://github.com/jekyll/jekyll/releases
2019-07-03 13:04:32 +02:00
Aaron AndersenandGitHub 8d7dc105b1 Merge pull request #63931 from aanderse/phpfpm
phpfpm: revert #63156
2019-07-03 07:04:17 -04:00
Aaron AndersenandGitHub 04c57357b2 Merge pull request #63656 from killercup/dua-2.1.3
dua: init at 2.1.5
2019-07-03 07:03:12 -04:00
Franz PletzandGitHub 6160a4ad69 Merge pull request #64239 from garbas/remove-me-since-i-dont-have-much-time
Remove me (garbas) as maintainer from packages
2019-07-03 10:44:08 +00:00
Aaron AndersenandGitHub 9f2518da59 Merge pull request #64199 from thorstenweber83/fix-mysql-test
nixos/mysql: fix mysql test after #63862
2019-07-03 06:27:40 -04:00
Aaron AndersenandGitHub ec80ffc621 Merge pull request #62061 from aanderse/nagios
nixos/nagios: module updates
2019-07-03 06:19:35 -04:00
Pascal HertleifandPascal Hertleif b8b0dac23c dua: init at 2.1.5
> A tool to conveniently learn about the disk usage of directories, fast!
2019-07-03 11:52:17 +02:00
talyzandAlyssa Ross 732af03ace networkmanager: Documentation cleanup.
- Refer to external documentation for dns option
- Clean up macAddress option
- Improve references
2019-07-03 09:40:05 +00:00
talyzandAlyssa Ross 80acb28bee networkmanager: Add rc-manager option
Add an option to set the rc-manager parameter in NetworkManager.conf,
which controls how NetworkManager handles resolv.conf. This sets the
default rc-manager to "resolvconf", which solves #61490. It
additionally allows the user to change rc-manager without interference
from configuration activations.
2019-07-03 09:40:05 +00:00
Rok Garbas 65781e204d Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Pascal WittmannandGitHub 2850832e67 Merge pull request #64105 from r-ryantm/auto-update/parallel
parallel: 20190522 -> 20190622
2019-07-03 11:10:00 +02:00
Pascal HertleifandPascal Hertleif 8e9851ff5c maintainers: add killercup 2019-07-03 10:50:07 +02:00