Commit graph

98394 commits

Author SHA1 Message Date
Yannis Koutras 8d029efdfd skrooge: 2.5.0 -> 2.6.0 (#21690) 2017-01-05 23:20:36 +01:00
Will Dietz 4e84742798 discord: 0.0.11 -> 0.0.13 2017-01-05 16:13:31 -06:00
Will Dietz 92be17aef4 discord: paxmark to fix execution 2017-01-05 15:52:34 -06:00
Vladimír Čunát 789b811e7d
thunderbird: fixup build after updating sed 2017-01-05 22:40:30 +01:00
John Wiegley 52e74ddc62
pythonPackages.pyev: Remove duplication from last commit 2017-01-05 13:36:29 -08:00
John Wiegley bae778e86c
pythonPackages.pyev: Fix expression to work on Darwin 2017-01-05 13:34:19 -08:00
Michael Raskin 1f6bb81b06 Merge pull request #21679 from volth/chromium-command-line-args
chromium, google-chrome: add commandLineArgs
2017-01-05 18:47:21 +00:00
volth 1181bdd717 chromium, google-chrome: add commandLineArgs 2017-01-05 18:19:44 +00:00
Michael Raskin efb6c30d10 Merge pull request #21656 from zimbatm/packer-0.12.1
packer: 0.10.1 -> 0.12.1
2017-01-05 17:54:55 +00:00
Michael Raskin f111b905ad Merge pull request #21682 from volth/fix-trac-nix
httpd: setuptools is not a top-level package
2017-01-05 17:52:18 +00:00
volth 9bb6d91c73 httpd: setuptools is not top-level 2017-01-05 17:37:33 +00:00
Michael Raskin 2523323ffa Merge pull request #21673 from jokogr/f/dvdrwtool
dvdplusrwtools: apply multiple fixes
2017-01-05 17:32:55 +00:00
Michael Raskin e188d794ae Merge pull request #21680 from matthiasbeyer/dictddb-add-german
dictd-db: Add deu2eng / eng2deu
2017-01-05 17:29:18 +00:00
Matthias Beyer c3f3e56697 dictd-db: Add deu2eng / eng2deu 2017-01-05 18:07:22 +01:00
Franz Pletz c58ac7e4d6
irssi: 0.8.20 -> 0.8.21 (security)
Fixes four security vulnerabilities:

  https://irssi.org/security/irssi_sa_2017_01.txt

No CVEs were assigned yet at the time of this commit.

cc #21642
2017-01-05 17:25:07 +01:00
Franz Pletz 2102fa0d6d
smack: 3.4.1 -> 4.1.9, fixe CVE-2016-10027
cc #21642
2017-01-05 17:22:08 +01:00
Domen Kožar fd5a3d6ab9 Merge pull request #21678 from NejcZupec/fix-libmemcached
libmemcached: update sha256 hash
2017-01-05 17:04:21 +01:00
nzupec 0b22e6254b libmemcached: update sha256 hash 2017-01-05 15:48:49 +01:00
Jörg Thalheim ca0d747d6d Merge pull request #21578 from Mic92/zfs
zfs: add unstable variant
2017-01-05 12:52:56 +01:00
Tuomas Tynkkynen be2a2db0f1 grub2: Workaround flex bug
I think the flex update in 6bded45883
causes this failure, presumably due to upstream breakage:

````
gcc -DHAVE_CONFIG_H -I.  -Wall -W -DGRUB_UTIL=1 -D_FILE_OFFSET_BITS=64 -I./include -DGRUB_FILE=\"grub_script.yy.c\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/lib/libgcrypt-grub/src/  -I./grub-core/lib/minilzo -I./grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value  -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align  -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -Werror  -fno-builtin -Wno-undef  -c -o libgrubmods_a-grub_script.yy.o `test -f 'grub_script.yy.c' || echo './'`grub_script.yy.c
./grub-core/script/yylex.l:34:0: error: "yyalloc" redefined [-Werror]
 #define yyalloc(size, scanner)   (grub_malloc((size)))
 ^
grub_script.yy.c:104:0: note: this is the location of the previous definition

 ^
./grub-core/script/yylex.l:35:0: error: "yyfree" redefined [-Werror]
 #define yyfree(ptr, scanner)   (grub_free((ptr)))
 ^
grub_script.yy.c:108:0: note: this is the location of the previous definition

 ^
./grub-core/script/yylex.l:36:0: error: "yyrealloc" redefined [-Werror]
 #define yyrealloc(ptr, size, scanner) (grub_realloc((ptr), (size)))
 ^
grub_script.yy.c:106:0: note: this is the location of the previous definition

 ^
cc1: all warnings being treated as errors
make[2]: *** [Makefile:7540: libgrubmods_a-grub_script.yy.o] Error 1
````

Work around it for now.
2017-01-05 12:53:43 +02:00
Jason A. Donenfeld 1ba9a3cd9b wireguard: 0.0.20161230 -> 0.0.20170105
Version bump that contains some new tools.

fixes #21666
2017-01-05 10:38:58 +00:00
jgertm 52a7b6549f bitbucket-server-cli: init at 0.7.0 (#21616) 2017-01-05 10:21:06 +00:00
Michael Raskin 2b44ec2e13 Merge pull request #21674 from fduraffourg/glusterfs
glusterfs: fix mount.glusterfs installation
2017-01-05 10:20:05 +00:00
Vladimír Čunát 5d3563f80c
treewide: more fixes of phases after bash 4.3 -> 4.4
I'm surprised that the packages ever worked.
2017-01-05 11:07:04 +01:00
Frederik Rietdijk 3b7193604f pythonPackages.pycrypto: dummy depending on pycryptodome, closes #21671 2017-01-05 11:01:07 +01:00
Frederik Rietdijk 0be446fbfa pythonPackages.credstash: 1.11.0 -> 1.13.2 2017-01-05 10:59:56 +01:00
Ioannis Koutras 60c88c48d1 dvdplusrwtools: apply multiple fixes
Upstream version of dvd+rw-tools is quite old and many Linux
distributions apply multiple patches to keep it working on newer
systems. This commit includes those patches.

This closes #21024.
2017-01-05 11:41:34 +02:00
Domen Kožar 28c06567f8 haskellPackages.hakyll: fix build 2017-01-05 10:24:07 +01:00
Frederik Rietdijk 8f046ce0c0 Merge pull request #21670 from berdario/python36-xdis-zopetesting
Python3.6 compatibility upgrade for xdis zopetesting
2017-01-05 10:12:44 +01:00
Florian Duraffourg 06e16f00c4 Fix mount.glusterfs installation 2017-01-05 10:02:33 +01:00
Dario Bertini aeb311f6c0
zope.testing: 4.5.0 -> 4.6.1 2017-01-05 09:58:32 +01:00
Dario Bertini 744cd7b12b
xdis: 2.3.1 -> 3.2.4 2017-01-05 09:57:41 +01:00
Frederik Rietdijk 6ab2e40176 Merge pull request #21156 from schneefux/pkg.parsedatetime
pythonPackages.parsedatetime: disable tests to fix the build
2017-01-05 08:53:19 +01:00
Frederik Rietdijk 5136500a17 Merge pull request #21639 from mayflower/pkg/mitmproxy
mitmproxy: 0.17.1 -> 1.0.2
2017-01-05 08:48:40 +01:00
Jörg Thalheim 4029470a6f
zfs: add unstable variant
Until now nixos only delivered the latest zfs release. This release is often not
compatible with the latest mainline kernel. Therefor an unstable variant is
added, which might be based on testing releases or git revisions.

fixes #21359
2017-01-05 08:40:50 +01:00
Joachim F 02053c31c1 Merge pull request #21586 from pngwjpgh/postgrey
Postgrey
2017-01-05 07:24:47 +01:00
Franz Pletz fe9373460c
pythonPackages.pycrypto: add patch to fix CVE-2013-7459
cc #21642
2017-01-05 06:40:43 +01:00
Franz Pletz e94bfe55c4
mitmproxy: 0.17.1 -> 1.0.2, move to all-packages.nix 2017-01-05 06:25:26 +01:00
Franz Pletz 71725619a8
pythonPackages.ruamel_yaml: 0.10.13 -> 0.13.7 2017-01-05 06:25:25 +01:00
Franz Pletz 8f146f96db
pythonPackages.hpack: 2.0.1 -> 2.3.0 2017-01-05 06:25:24 +01:00
Franz Pletz e373c3f332
pythonPackages.typing: init at 3.5.3.0 2017-01-05 06:25:23 +01:00
Franz Pletz 85d3e82f4b
pythonPackages.editorconfig: init at 0.12.1 2017-01-05 06:25:22 +01:00
Franz Pletz e7ee0264f9
pythonPackages.h2: init at 2.5.1 2017-01-05 06:25:21 +01:00
Franz Pletz cde1874b15
pythonPackages.hyperframe: init at 4.0.1 2017-01-05 06:25:20 +01:00
Franz Pletz f594ee195b
pythonPackages.sortedcontainers: init at 1.5.7 2017-01-05 06:25:19 +01:00
Franz Pletz 956a400b81
pythonPackages.brotlipy: init at 0.6.0 2017-01-05 06:25:18 +01:00
Franz Pletz 838862cb42
pythonPackages.urwid: 1.3.0 -> 1.3.1 2017-01-05 06:25:16 +01:00
Franz Pletz 46fe0fe8ae
pythonPackages.pyperclip: 1.5.11 -> 1.5.27 2017-01-05 06:25:15 +01:00
Franz Pletz da8023b8c3
pythonPackages.cssutils: 0.9.9 -> 1.0.1 2017-01-05 06:25:14 +01:00
Franz Pletz fa696a3e70
pythonPackages.construct: 2.5.2 -> 2.8.10 2017-01-05 06:25:13 +01:00