Commit Graph

98478 Commits

Author SHA1 Message Date
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
Franz Pletz
31ac32a965
pythonPackages.blinker: 1.3 -> 1.4 2017-01-05 06:25:09 +01:00
Vladimír Čunát
fcdb6db041
fontconfig-ultimate: fixup after bash update
I've got no idea why it was trying to override the phase list and in
such a way.  Still, it's slightly discomforting that the expansion
semantics was changed in bash.
2017-01-05 01:58:46 +01:00
Vladimír Čunát
f803270b7e
bash: switch the default 4.3 -> 4.4
... and remove the now-unused 4.3 expression.
2017-01-05 01:07:36 +01:00
Vladimír Čunát
57fc4d21b7
bash-4.4: p0 -> p5 + a security patch from Gentoo 2017-01-05 01:01:02 +01:00
Graham Christensen
15f46d60ac Merge pull request #21615 from matthiasbeyer/update-pkgs
Update pkgs
2017-01-04 18:50:12 -05:00
Vladimír Čunát
6f2840c158
Merge #21661: coreutils: build with xattr support 2017-01-05 00:18:43 +01:00
Vladimír Čunát
be489cf48c
gnused: 4.2.2 -> 4.3
Real replacement of #21646.
2017-01-05 00:17:59 +01:00
Vladimír Čunát
22796f0d4f
bash-4.3: fix security problems via a Gentoo patch 2017-01-05 00:00:24 +01:00
Tuomas Tynkkynen
bde8632106 coreutils: Build with libattr to support xattrs
Fixes #21649
2017-01-05 00:55:35 +02:00
Vladimír Čunát
fa57b06dc6
Merge #21659: bash: security 4.3-p46 -> 4.3-p48 2017-01-04 23:21:38 +01:00
Tim Steinbach
ad8f0b6d9b Merge pull request #21660 from NeQuissimus/atom_1_12_8
atom: 1.12.7 -> 1.12.8
2017-01-04 17:21:26 -05:00
Vladimír Čunát
ea7b252c9a
Merge branch 'master' into staging 2017-01-04 23:20:43 +01:00
Tim Steinbach
d222761121
atom: 1.12.7 -> 1.12.8 2017-01-04 17:20:00 -05:00
Franz Pletz
000fb9be33
pythonPackages.pudb: 2013.3.6 -> 2016.2, disable tests on python 3 2017-01-04 22:49:05 +01:00
Franz Pletz
48a5a47784
pythonPackages.configshell_fb: disable failing tests on python3 2017-01-04 22:42:03 +01:00
Daiderd Jordan
f04783876c
bash-4.3-p46 -> bash-4.3-p48 2017-01-04 22:37:07 +01:00
Franz Pletz
08d1f28818
Revert "iproute: remove broken fan patch"
This reverts commit 0d5a5307be because it
breaks evaluation. See #21561.
2017-01-04 22:30:55 +01:00
Bjørn Forsman
26dce1924e kpcli: 3.0 -> 3.1 2017-01-04 22:29:27 +01:00
Domen Kožar
05fe17ea3c libvncserver: enable libgcrypt
This allows encrypted vnc sessions for remmina
2017-01-04 22:27:44 +01:00