3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

11736 commits

Author SHA1 Message Date
Vladimír Čunát 26766f0e57
Merge branch 'staging'
There are a few dozen new failures on Darwin, probably related to
updates of stdenv's llvm and/or pkgconfig.
Still the total number of successes increases.
2017-04-08 11:02:36 +02:00
Aristid Breitkreuz 94214467ff google-cloud-sdk: 148.0.1 -> 150.0.0 2017-04-08 10:57:33 +02:00
Dan Peebles 9ae3f39e8e p7zip: fix purity on Darwin
This should (I hope) get Hydra to build it. Fixes #24714
2017-04-07 16:51:23 -04:00
Aristid Breitkreuz 65be0b3a4b bup: enable par2 by default
The par2 closure is <300 KB, so having it enabled by default seems
reasonable.
2017-04-07 21:47:03 +02:00
Dan Peebles 81352b2cb5 Merge branch 'master' into staging 2017-04-06 21:26:24 -04:00
Dan Peebles 6f0a2af5bc brotli: fix on Darwin 2017-04-06 21:17:32 -04:00
Bas van Dijk bd948391e6 strongswan: 5.5.1 -> 5.5.2 2017-04-06 15:57:50 +02:00
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
Vladimír Čunát c6bc4cfdbc
Merge branch 'master' into staging 2017-04-06 00:16:59 +02: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
Vladimír Čunát 0062dd2f14
pciutils: 3.5.2 -> 3.5.4
The patch was integrated upstream.
2017-04-01 13:27:20 +02:00
Vladimír Čunát eb551a435f
Merge branch 'master' into staging 2017-04-01 12:21:54 +02:00
ndowens d455cdd34b sharutils: 4.11.1 -> 4.15.2 (#24305) 2017-04-01 11:29:55 +02: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