Commit Graph

104620 Commits

Author SHA1 Message Date
Patrick Mahoney
72a0d65d3d update skarnet.org packages
execline:          2.1.4.5 -> 2.2.0.0
s6-dns:            2.0.0.7 -> 2.1.0.0
s6-linux-utils:    2.0.2.3 -> 2.2.0.0
s6-networking:     2.1.0.4 -> 2.2.1.0
s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change)
s6-rc:             0.0.2.1 -> 0.1.0.0
s6:                2.2.4.3 -> 2.4.0.0
skalibs:           2.3.9.0 -> 2.4.0.1

Also use new --enable-absolute-paths configure arg to correctly set
paths to runtime executables to point within the nix store rather than
relying on PATH resolution.
2017-03-26 14:19:44 -05:00
romildo
e2ad762394 lxqt-panel: fix for explicit (a C++11 keyword) being used as variable
It is needed to override "explicit" as this is a C++ keyword. But it
is used as variable name in xkb.h. This is causing a failure in C++
compile time.  Similar bug here:
https://bugs.freedesktop.org/show_bug.cgi?id=74080

Workaround from
ec62109e0f.
2017-03-26 16:17:42 -03:00
Michael Weiss
ef8c0d1388 signing-party: Fix deps and include all tools
Additional tools:
- gpg-key2latex
- gpgdir
- gpgwrap

This module is really hacky and the dependencies are very messy... :o

However I tried my best at testing all 19 individual tools and they
should (hopefully) all work now (apart from sendmail which can be
provided by multiple packages) :)

The code is very redundant (sorry) but imho it's easier to read and
maintain it that way.

TODO: There are some additional manual pages that could be included (I'm
too exhausted for that atm...). And there might be a lot of stuff that
could be improved in the future.
2017-03-26 21:12:45 +02:00
c74d
a4ac5506f5 google-compute-image: fix Yama LSM option conflict
Having fixed the Google Compute Engine image build process's copying
of store paths in PR #24264, I ran `nixos-rebuild --upgrade switch`...
and the GCE image broke again, because it sets the NixOS configuration
option for the sysctl variable `kernel.yama.ptrace_scope` to
`mkDefault "1"`, i.e., with override priority 1000, and now the
`sysctl` module sets the same option to `mkDefault "0"` (this was
changed in commit 86721a5f78718caf10c578e9501f8b4d19c0eb44).

This patch raises the override priority of the Google Compute Engine
image configuration's definition of the Yama sysctl option to 500
(still lower than the priority of an unmodified option definition).

I have tested that this patch allows the Google Compute Engine image
to again build successfully for me.
2017-03-26 21:09:58 +02:00
Franz Pletz
7eb867794e Merge pull request #22850 from kampfschlaefer/feature/21745-fix_networking_restart
fix #21745, preserve container connectivity when the bridge changes
2017-03-26 21:05:05 +02:00
Michael Raskin
f46cb4fb77 Merge pull request #24361 from miltador/way-cooler
way-cooler: init at 0.5.2
2017-03-26 20:50:07 +02:00
Vasiliy Solovey
eef066d05c way-cooler: init at 0.5.2 2017-03-26 21:39:58 +03:00
Thomas Tuegel
84b768456a
dropbox: 21.4.25 -> 22.4.24 2017-03-26 13:16:34 -05:00
Pascal Wittmann
83be684608
filezilla: 3.25.0 -> 3.25.1 2017-03-26 19:29:24 +02:00
Robin Gloster
aa0fb8f8ef
idea.idea-ultimate: 2016.3.4 -> 2017.1 2017-03-26 18:50:21 +02:00
Arnold Krille
68729958e8
network-interfaces: reload bridges on conf changes
And adopt the tests to add an interface and remove it again.

It should work when deactivating rstp, it will not work when activating
rstp for the first bridge as then the userspace daemon is not yet
available. But once one bridge is active with stp, it should work with
the reload for any further bridge.

Fixes #21745. Also see #22547.
2017-03-26 18:47:43 +02:00
Pascal Wittmann
bf284bdfef Merge pull request #24354 from calvertvl/update-groovy
groovy: 2.4.8 -> 2.4.10
2017-03-26 18:38:12 +02:00
Domen Kožar
5912496490 Merge pull request #24277 from NixOS/hydra-bump
Nix, Hydra: bump to 2017-03-21
2017-03-26 18:33:59 +02:00
Daiderd Jordan
7ddd5012a1
libcxx-4: add pthread_mach_thread_np patch 2017-03-26 17:30:23 +02:00
Victor Calvert
2fcc32f42b groovy: 2.4.8 -> 2.4.10 2017-03-26 11:18:37 -04:00
Robin Gloster
955b79f462
pcre2: 10.22 -> 10.23 + security fix
CVE-2017-7186

refs nixos/security#57 #24319
2017-03-26 17:13:38 +02:00
Daniel Peebles
826ae5ff21 Merge pull request #24058 from LnL7/go-cacert
go: use NIX_SSL_CERT_FILE for crypto/x509
2017-03-26 11:11:05 -04:00
Joachim Fasting
f2cf8ffdcb
torbrowser: hard-code path to wrapper in desktop file 2017-03-26 17:08:00 +02:00
Joachim Fasting
2ad44935f1
torbrowser: correct internal note about geoip 2017-03-26 17:07:53 +02:00
Thomas Tuegel
41699287b6
vogl: pin to Qt 5.6 2017-03-26 09:40:27 -05:00
Thomas Tuegel
8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Vincent Laporte
b90d1a4496 ocamlPackages.fmt: 0.8.0 -> 0.8.2 2017-03-26 14:15:11 +00:00
Tim Steinbach
23d0f01e95
linux: 4.4.56 -> 4.4.57 2017-03-26 10:08:56 -04:00
Tim Steinbach
c0411ea229
linux: 4.10.5 -> 4.10.6 2017-03-26 10:05:22 -04:00
Tim Steinbach
422a8b9cd1
linux: 4.9.17 -> 4.9.18 2017-03-26 10:00:57 -04:00
Dmitry Kalinkin
7035325c62 citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
(edited by @obadz, closes #24320)
2017-03-26 14:28:54 +01:00
ndowens
6c17ad677c
jasper: 2.0.10 -> 2.0.12 2017-03-26 08:20:27 -04:00
Leon Isenberg
65029beb38 libguestfs: add qemu to wrapped PATH
virt-df doesn't find qemu-img otherwise.
2017-03-26 14:10:36 +02:00
Sophie Taylor
69055ecb51 fetchRepoProject: fixup 2017-03-26 21:55:41 +10:00
Sophie Taylor
f3b6a0b14c fetchRepoProject: typo 2017-03-26 21:50:46 +10:00
Sophie Taylor
62e115af5b Merge branch 'master' into fetchGitRepo 2017-03-26 20:17:03 +10:00
Sophie Taylor
1f545f01bb
fetchRepoProject: fixes; more options 2017-03-26 20:05:59 +10:00
Jörg Thalheim
09c91f5fea Merge pull request #24002 from deepfire/vogl
vogl:  init at 2016-05-13
2017-03-26 11:45:37 +02:00
Jörg Thalheim
e0fd894d88 Merge pull request #24334 from cko/update_docu
NixOS Manual: Update version numbers
2017-03-26 11:23:32 +02:00
Vincent Laporte
4a8b2c2942 sile: on Darwin, use AppKit for font selection 2017-03-26 08:37:05 +00:00
Joachim F
61c43a0f86 Merge pull request #24342 from WilliButz/master
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47
2017-03-26 09:31:00 +01:00
Kosyrev Serge
03ddb417c3 vogl: init at 2016-05-13 2017-03-26 11:16:13 +03:00
Frederik Rietdijk
fffb511607 Merge pull request #24208 from lsix/update_django_1_10
pythonPackages.django: 1.10.5 -> 1.10.6
2017-03-26 09:43:41 +02:00
Domen Kožar
f876727005 Merge pull request #24344 from volhovM/update/bup029
bup: 0.28.1 -> 0.29
2017-03-26 09:19:36 +02:00
Mikhail Volkhov
1b78108bce
bup: 0.28.1 -> 0.29 2017-03-26 08:43:47 +03:00
Cray Elliott
7bd73bdba3 obs-studio: use upstream crash fixes, drop patch 2017-03-25 21:08:08 -07:00
ndowens
7793669ec9 Merge pull request #24310 from ndowens/advancecomp
advancecomp: 1.19 -> 1.23
2017-03-25 20:18:34 -05:00
Willi Butz
3c090f0e5a
spotify: 1.0.49.125.g72ee7853-111 -> 1.0.52.717.g2f08534a-47 2017-03-26 01:13:11 +01:00
Nikolay Amiantov
66b05cd4e6 ibus-engines: use wrapPythonPrograms
This is needed now that PYTHONPATH is not propagated. Also several packages
with additional dependencies are now properly wrapped.
2017-03-26 02:20:02 +03:00
Nikolay Amiantov
99434abff7 ibus: wrap with GTK dependencies
Without this ibus can't load its settings.
Also don't propagate PYTHONPATH.
2017-03-26 02:20:02 +03:00
Vladimír Čunát
8c4339a9dc
texlive: fix CVE-2016-10243
https://github.com/NixOS/security/issues/104
2017-03-25 23:03:10 +01:00
Edward Tjörnhammar
dc514b246e
i2pd: 2.11.0 -> 2.12.0 2017-03-25 21:42:32 +01:00
Jörg Thalheim
5e0cbbbdb6
keepassx-community: 2.1.2 -> 2.1.3
fixes https://github.com/NixOS/security/issues/105
2017-03-25 21:39:22 +01:00
Edward Tjörnhammar
b35d22b30c
radarr: init at 0.2.0.553 + nixos module 2017-03-25 21:19:55 +01:00
Edward Tjörnhammar
2db5c5cfe2
jackett: init at 0.7.1197 + nixos module 2017-03-25 21:19:44 +01:00