Joachim F
bb771e0405
Merge pull request #24573 from ambrop72/ntpd-fix
...
ntpd: Add patch to allow getpid syscall in seccomp filter.
2017-04-06 11:06:13 +01:00
Jaka Hudoklin
00be1f982f
Merge pull request #24644 from calvertvl/update-xpra-2_0
...
xpra: 0.17.6 -> 2.0.1
2017-04-05 16:54:16 +02:00
Lancelot SIX
637770f699
gnupg21: 2.1.19 -> 2.1.20
...
See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00002.html
for release information
2017-04-05 15:24:05 +02:00
Jörg Thalheim
052cd88921
Merge pull request #24625 from Mic92/networkmanager
...
networkmanager: 1.4.4 -> 1.6.4
2017-04-05 12:49:58 +02:00
Victor Calvert
0d8b5be67d
xpra: 0.17.6 -> 2.0.1
...
Requires build against newer ffmpeg (3.2.x instead of 3.1.x)
because of new symbols:
FF_PROFILE_H264_MULTIVIEW_HIGH
FF_PROFILE_H264_STEREO_HIGH
2017-04-04 23:55:12 -04:00
Daiderd Jordan
2aeafc16c8
Merge pull request #24559 from georgewhewell/mtools-darwin
...
mtools: fix build on darwin
2017-04-05 00:40:09 +02:00
George Whewell
9b1a70f1ac
mtools: fix build on darwin
2017-04-04 23:32:06 +01:00
Dmitry Marakasov
938cf02a20
flam3: wrap maintainers attribute in a list ( #24629 )
2017-04-04 17:48:00 +02:00
Jörg Thalheim
b552de7525
network-manager_l2tp: set 1.2.4 explicity
2017-04-04 17:01:14 +02:00
Jörg Thalheim
7903ccbdf8
network-manager-applet: 1.4.4 -> 1.4.6
2017-04-04 17:01:14 +02:00
Jörg Thalheim
6bb303cd85
network-manager: 1.4.4 -> 1.6.4
2017-04-04 17:01:13 +02:00
Eelco Dolstra
e410c78cd5
gnupg: Give the 1compat package a higher priority
...
This resolves collision warnings with the regular gnupg packages.
2017-04-04 16:40:06 +02:00
David Guibert
f0ba178a3c
zerotierone: 1.1.14 -> 1.2.2 ( #24614 )
2017-04-04 15:36:46 +01:00
Jörg Thalheim
d3fff80d00
exa: unstable-2016-04-20 -> unstable-2017-04-02 (unbrick)
...
cc @ehegnes
2017-04-04 11:42:33 +02:00
lprndn
f259fa6e91
Merge branch 'master' into lprndn_Nixpkgs
2017-04-03 21:37:11 +02:00
Vladimír Čunát
59b548069c
Merge #24574 : ntp: security 4.2.8p9 -> 4.2.8p10
2017-04-03 18:55:28 +02:00
Thomas Tuegel
5cf9cbdc17
isyncUnstable: 20161218 -> 20170329
2017-04-03 07:23:09 -05:00
Thomas Tuegel
5f8d6a56a8
ua: init at 2017-02-24
2017-04-03 07:22:48 -05:00
Jörg Thalheim
e9a636648c
Merge pull request #24587 from makefu/pkgs/snapraid/update-11.1
...
pkgs/snapraid/update 11.1
2017-04-03 11:47:03 +02:00
makefu
1a0a60482b
snapraid: 11.0 -> 11.1
...
build from source, not the release configure scripts already generated
2017-04-03 10:44:15 +02:00
Utku Demir
db6a2918b9
kt: init at 11.1.0
2017-04-03 16:10:30 +12:00
Jörg Thalheim
500818b997
ntp: 4.2.8p9 -> 4.2.8p10; fix 10 medium/4 low CVEs
...
http://nwtime.org/network-time-foundation-publishes-ntp-4-2-8-p10/
2017-04-02 23:06:43 +02:00
Eelco Dolstra
17aab8a63e
yotube-dl: 2017.03.10 -> 2017.04.02
2017-04-02 21:52:11 +02:00
Ambroz Bizjak
35e0eea053
ntpd: Allow additional syscalls in seccomp filter.
...
Fixes issue #21136 .
The problem is that the seccomp system call filter configured by ntpd did not
include some system calls that were apparently needed. For example the
program hanged in getpid just after the filter was installed:
prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) = 0
seccomp(SECCOMP_SET_MODE_STRICT, 1, NULL) = -1 EINVAL (Invalid argument)
seccomp(SECCOMP_SET_MODE_FILTER, 0, {len=41, filter=0x5620d7f0bd90}) = 0
getpid() = ?
I do not know exactly why this is a problem on NixOS only, perhaps we have getpid
caching disabled.
The fcntl and setsockopt system calls also had to be added.
2017-04-02 21:44:06 +02:00
Joachim F
58de703c86
Merge pull request #24506 from laMudri/ibus-table
...
ibus-table: 1.9.14 -> 1.9.16
2017-04-02 14:59:13 +01:00
Dmitry Rets
c7e885ff99
xkbset: init at 0.5
2017-04-02 02:17:30 +03:00
Tuomas Tynkkynen
b65dc619f0
xfstests: Fixes
2017-04-01 19:50:09 +03:00
Tuomas Tynkkynen
097373e691
xfstests: Fix homepage
2017-04-01 19:43:05 +03:00
Tuomas Tynkkynen
ba360f90f9
xfstests: Enable parallel build
2017-04-01 19:42:41 +03:00
Tuomas Tynkkynen
197bbe0e1b
xfstests: 2016-08-26 -> 2017-03-26
2017-04-01 19:42:01 +03:00
ndowens
0a354c9ea5
Merge pull request #24218 from magnetophon/clipster
...
clipster: 2017-02-17 -> 2017-02-27
2017-04-01 10:24:38 -05:00
ndowens
03aff3d22f
Small cosmetic change
2017-04-01 10:16:51 -05:00
ndowens
984cd56ac5
Merge pull request #24307 from ndowens/bluez-tools
...
bluez-tools: 2015-09-10 -> 2016-12-12
2017-04-01 09:13:03 -05:00
ndowens
498a2f5e61
speedtest-cli: 1.0.2 -> 1.0.3 ( #24535 )
2017-04-01 14:45:58 +01:00
Sander van der Burg
7408aca528
Regenerate NPM expressions with node2nix 1.2.0
2017-03-31 20:51:14 +02:00
laMudri
e0f6bd6cfb
ibus-table: 1.9.14 -> 1.9.16
2017-03-31 13:15:31 +01:00
Daiderd Jordan
607a21b7c0
Merge pull request #24380 from fuzzy-id/haproxy-overworked4
...
haproxy: PCRE and LUA support via configurable options
2017-03-31 08:46:14 +02:00
Tim Steinbach
f48cd9503d
Merge pull request #24260 from mbrgm/upgrade-keepalived
...
keepalived: 1.3.4 -> 1.3.5
2017-03-30 22:36:46 -04:00
Tim Steinbach
b6252523bf
Merge pull request #24492 from ndowens/parcellite
...
parcellite: 1.1.9 -> 1.2.1
2017-03-30 22:10:40 -04:00
ndowens
5eece284a1
parcellite: 1.1.9 -> 1.2.1
2017-03-30 17:41:55 -05:00
pmahoney
ae696ba3d6
wrk: use packaged openssl, luajit ( #24481 )
...
This has the side effect of now building on darwin. Previously, the
vendored luajit would fail to build.
2017-03-30 23:09:42 +01:00
Tim Steinbach
8f609149d1
Merge pull request #24389 from NeQuissimus/gcloud_148
...
google-cloud-sdk: 138.0.0 -> 148.0.1
2017-03-30 15:20:14 -04:00
Robin Gloster
ce953d0bc9
panomatic: remove
2017-03-30 16:23:33 +02:00
Robin Gloster
a79891f6b2
sitecopy: remove
2017-03-30 12:06:09 +02:00
John Ericson
166fc028a4
Merge pull request #24465 from Ericson2314/no-with-literal
...
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
John Ericson
4c0d7da183
Get rid of all with { inherit... }
and just used let inherit...
...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Peter Hoeg
0843ad10fd
dynamic-colors: 0.2.2 -> 0.2.2.1
2017-03-30 11:52:35 +08:00
Peter Hoeg
5bb5ce050b
dynamic-colors: 0.2.1 -> 0.2.2
2017-03-30 11:14:48 +08:00
Rob Vermaas
35dfdc9277
dd-agent: fix by adding uptime as dependency.
...
(cherry picked from commit f79be2cfa321617314aa253a8a6341a2f0ab7816)
2017-03-29 14:56:01 +00:00
Thomas Bach
ea80cd1f11
haproxy: added fuzzy-id to the list of maintainers
2017-03-29 12:27:50 +02:00