Commit graph

2784 commits

Author SHA1 Message Date
ndowens
3f8ed79a5a s6-portable-utils: 2.0.5.3 -> 2.1.0.0 2017-03-02 20:22:54 -06:00
Tuomas Tynkkynen
8dcfa44a53 memtest86: Mark as broken
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
Robert Helgesson
a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3 2017-03-01 20:12:24 +01:00
Vladimír Čunát
b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Michael Fellinger
2ea14b1b83 tmate: 2.2.0 -> 2.2.1 2017-03-01 10:47:43 +01:00
Franz Pletz
a36e1e2c35
youtubeDL: 2017.02.24.1 -> 2017.02.27 2017-02-28 18:35:41 +01:00
Lancelot SIX
6d9a3f0dcd screen: 4.5.0 -> 4.5.1 for CVE-2017-5618
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00010.html
for release announcement
2017-02-28 13:11:21 +01:00
Vladimír Čunát
a1919db7cd
Merge branch 'master' into staging 2017-02-27 20:15:27 +01:00
Thomas Tuegel
127bf18a35
extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
Thomas Tuegel
4f2e7a0424
Separate Qt 5 packages from dependent libraries 2017-02-27 11:49:04 -06:00
Robin Gloster
b55c259a72
vfdecrypt: fix build 2017-02-27 15:22:51 +01:00
Robin Gloster
e001b729e1
wv2: fix build 2017-02-27 13:34:41 +01:00
Tuomas Tynkkynen
78d9414ce5 findutils: Fix cross compilation
Yes, setting crossAttrs.propagatedBuildInputs is the correct value to
set to override a buildInputs from the native drv!
2017-02-27 00:15:53 +02:00
Franz Pletz
9c2ac51006
youtubeDL: 2017.02.17 -> 2017.02.24.1 2017-02-26 12:54:11 +01:00
Vladimír Čunát
f157956266
findutils: add the forgotten file (I'm sorry)
/cc #23152.
2017-02-26 09:44:27 +01:00
Vladimír Čunát
2f726fed9f
findutils: fixup sandboxed build after #23152 2017-02-26 09:26:22 +01:00
Bart Brouns
64cf52ad55 clipster: 2017-01-12 -> 2017-02-17 2017-02-25 20:25:57 +01:00
Thomas Tuegel
c5227f93f3
Remove kde4.partition-manager
- No maintainer in Nixpkgs
- No upstream activity
- Original source unavailable
2017-02-24 16:49:06 -06:00
Thomas Tuegel
00dce4e29f
Remove kde4.kde_gtk_config
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:00 -06:00
Thomas Tuegel
eedbb61eb3
Remove kde4.colord-kde4
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:00 -06:00
Mogria
417dbaf6a3 findutils: updatedb now uses writable database outside of /nix/store by default
updatedb could only be run by providing the --output parameter,
because it would use a path inside the nix store as it's database.
The default for --output is now /var/cache/locatedb (the same
as in the NixOS locate service)
2017-02-24 16:36:58 +01:00
Franz Pletz
d508ef88f7 Merge pull request #23082 from mayflower/graylog_update
graylog: update + module plugin support
2017-02-23 17:42:57 +01:00
Tristan Helmich
7420922806 graylog module: add plugin support 2017-02-23 15:21:29 +01:00
Frederik Rietdijk
de4643eb80 diffoscope: 63 -> 77 2017-02-22 19:45:54 +01:00
Tristan Helmich
a43fd5af38 graylog: 2.1.2 -> 2.2.1 2017-02-22 19:03:48 +01:00
Vladimír Čunát
145d3ea81c
Merge branch 'master' into staging 2017-02-22 17:47:49 +01:00
William Casarin
ffcb272e01 antimicro: 2.22 -> 2.23 2017-02-20 22:13:54 +01:00
Vladimír Čunát
5a38ab8add
Merge branch 'master' into staging 2017-02-20 21:24:35 +01:00
Vladimír Čunát
09d02f72f6
Re-revert "Merge: glibc: 2.24 -> 2.25"
This reverts commit 55cc7700e9.
I hope most problems have been solved.  /cc #22874.
2017-02-20 21:16:41 +01:00
Frederik Rietdijk
8c3480f3b9 Merge pull request #22828 from matthiasbeyer/update-my-pkgs
Updates for some of my packages
2017-02-18 14:09:51 +01:00
Vladimír Čunát
432dba859e
Merge branch 'staging'
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
AndersonTorres
9cee962c43 youtube-dl: 2017.02.04.1 -> 2017.02.17 2017-02-17 22:59:37 -02:00
Lprndn
4cd7b284e8 fontforge-gtk: Add support for libspiro.
Add Spiro toolkit in fontforge-gtk for designing fonts.
libspiro: Init at c26afeb.
2017-02-17 16:39:50 +01:00
Vladimír Čunát
524de86db0
findutils: plug a memory leak (close #22857)
Using the upstream patch directly.  It's copied in nixpkgs, because:
 - fetchpatch isn't usable at this point in bootstrapping,
 - the upstream patch creates collisions in NEWS.
2017-02-16 19:16:51 +01:00
Vladimír Čunát
e962a3c95f
Merge branch 'master' into staging 2017-02-16 19:02:37 +01:00
Vladimír Čunát
55cc7700e9
Revert "Merge: glibc: 2.24 -> 2.25"
This reverts commit 1daf2e26d2, reversing
changes made to c0c50dfcb7.

It seems this is what has been causing all the reliability problems
on Hydra.  I'm currently unable to find why it happens, so I'm forced
to revert the update for now.  Discussion: #22874.
2017-02-16 18:16:06 +01:00
Graham Christensen
073ca2b34f
aspcu: 1.9.0 -> 1.9.1 2017-02-16 07:55:25 -05:00
Stefan Goetz
61f2f8c98a youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851) 2017-02-16 00:46:10 +01:00
Matthias Beyer
b96a2fdd1b vdirsyncer: 0.14.0 -> 0.14.1 2017-02-15 15:27:51 +01:00
Vladimír Čunát
35b2159671
Merge branch 'master' into staging
Over 11k rebuilds on master.
2017-02-15 08:41:35 +01:00
Daiderd Jordan
af13a5b3b3 Merge pull request #22808 from mimadrid/update/fzf-0.16.4
fzf: 0.16.2 -> 0.16.4
2017-02-15 00:04:57 +01:00
mimadrid
0280d327f4
fzf: 0.16.2 -> 0.16.4 2017-02-14 23:47:27 +01:00
Thomas Tuegel
f228ea5215 Merge pull request #22698 from FRidh/kde
KDE: update frameworks and applications
2017-02-14 12:54:39 -06:00
Parnell Springmeyer
9e36a58649
Merging against upstream master 2017-02-13 17:16:28 -06:00
Vladimír Čunát
1daf2e26d2
Merge: glibc: 2.24 -> 2.25 2017-02-13 22:14:15 +01:00
Vladimír Čunát
5ed010f50b
findutils: disable tests on i686-linux
They won't work since glibc-2.25, and I don't like to spend more time on that.
2017-02-13 22:10:50 +01:00
Robert Helgesson
9298467923
svtplay-dl: 1.9.1 -> 1.9.2 2017-02-13 21:54:54 +01:00
Frederik Rietdijk
63bff03f97 kronometer: 2.1.0 -> 2.1.3 2017-02-13 09:55:40 +01:00
Peter Hoeg
6b2ea7ec6e diskscan: init at 0.19 2017-02-12 03:51:13 +01:00
Joachim F
651bd53d32 Merge pull request #22609 from primeos/lf-c55c4bf
lf: 2016-10-02 -> 2017-02-04
2017-02-11 16:17:45 +01:00
Ruben Astudillo
357c536321 hakuneko: 1.4.1 -> 1.4.2 2017-02-11 01:59:34 -03:00
Robert Helgesson
5ebdbe493a
mimeo: 2016.11 -> 2017.2.9 2017-02-11 00:30:08 +01:00
Tuomas Tynkkynen
6bf0a984ef ding-libs: Some cleanups
- Add version to the name so Nix knows about it
- glibc is an implicit buildInput, no need to add it
- The docs don't seem to get build anyway, don't try to build them &
  remove the doxygen build input
- Add meta.platforms
2017-02-10 20:12:00 +02:00
Vladimír Čunát
66fe4af226
Merge recent staging
It's the version last built on Hydra, almost fully.
2017-02-10 18:07:14 +01:00
Carles Pagès
4059a29394 Merge pull request #22512 from paperdigits/dateutils
dateutils: init at 0.4.1
2017-02-10 11:55:15 +01:00
Michael Weiss
7001a125d2 lf: 2016-10-02 -> 2017-02-04 2017-02-10 03:16:10 +01:00
Vladimír Čunát
6bea415b5e
Merge branch 'master' into staging 2017-02-09 08:42:04 +01:00
Mica Semrick
70a7fe9d03 dateutils: init at 0.4.1 2017-02-08 19:31:31 -08:00
Frederik Rietdijk
576740f7f2 i3minator: fix for python3
Fixes for when changing to Python 3. Haven't tested the program though.
2017-02-08 19:36:05 +01:00
Bjørn Forsman
8dd90abc17 autorevision: use sed word delimiters for better precision
Fixes wrongly replaced 'cat' in help text:

$ autorevision -h
usage: autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-e name] [-U] [-V]
	Options include:
	-t output-type		= specify output type
	-s symbol		= specify symbol output
	-o cache-file		= specify cache file lo/nix/store/1rzzq2wdn5vfgbp5y9613jpdkf8i9ag6-coreutils-8.26/bin/cation
...

(Also replace all occurences per line, in case that should occur.)
2017-02-07 17:12:25 +01:00
Bjørn Forsman
4853900dd3 autorevision: 1.14 -> 1.20 2017-02-07 17:04:30 +01:00
Bjørn Forsman
4628724469 autorevision: specify full paths to 'sed' and 'tee' 2017-02-07 17:04:23 +01:00
Franz Pletz
a6b080e3f8
youtubeDL: 2017.02.01 -> 2017.02.04.1 2017-02-06 15:13:19 +01:00
Pascal Wittmann
5cded7db86
rrdtool: 1.5.6 -> 1.6.0 2017-02-05 19:06:29 +01:00
rnhmjoj
ab983c4dbd
bdf2psf 1.152 -> 1.158 2017-02-04 18:31:31 +01:00
Joachim Fasting
0911d745f8
os-prober: 1.71 -> 1.73
https://anonscm.debian.org/cgit/d-i/os-prober.git/tree/debian/changelog
2017-02-03 18:47:14 +01:00
Pascal Wittmann
2a825540db
parallel: 20161222 -> 20170122 2017-02-02 18:49:23 +01:00
Peter Simons
6dca78e1ae heimdall: clean up the build expression
- Make sure the front-end-less build does not depend on QT.

- Don't override patchPhase because that will lead to unexpected results for
  people who try to defined a "patches = [...]" attribute.
2017-02-02 15:20:16 +01:00
Peter Simons
e051e88213 heimdall: update to latest git revision
Probably makes no difference because there have been no significant changes.
Anyway, let's live on the bleeding edge.
2017-02-02 15:01:55 +01:00
Jascha Geerds
09ac3909d9 Merge pull request #22313 from peterhoeg/f/rb
rockbox_utility: use qt5 instead of qt4
2017-02-02 00:08:42 +01:00
Daiderd Jordan
c13aabb337 Merge pull request #22161 from gevans/rcm-1.3.1
rcm: 1.3.0 -> 1.3.1
2017-02-01 21:46:38 +01:00
Peter Simons
6ba35336f0 youtube-dl: update to version 2017.02.01 2017-02-01 17:59:23 +01:00
Peter Hoeg
eb92d10e1d rockbox_utility: use qt5 instead of qt4 2017-01-31 18:38:20 +08:00
Damien Cassou
58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Frederik Rietdijk
18ac28b45d Merge pull request #22280 from lsix/pytest_defaults_to_30
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Lancelot SIX
4cf8ae3a8c
pythonPackages.pytest: use pytest_30 2017-01-31 09:33:05 +01:00
Nikolay Amiantov
0cfefc7c99 grub4dos: 0.4.6a-2016-11-09 -> 0.4.6a-2016-12-24 2017-01-31 03:26:26 +03:00
Franz Pletz
1a45ddeb2d
yotubeDL: 2017.01.28 -> 2017.01.29 2017-01-30 21:40:21 +01:00
Alistair Bill
d6a7182493 neofetch: 3.0 -> 3.0.1 2017-01-30 16:12:42 +00:00
Robert Helgesson
c603d2c0d5
svtplay-dl: 1.9 -> 1.9.1 2017-01-30 16:33:42 +01:00
Florian Jacob
51a753a2a3 os-prober: 1.65 -> 1.71 2017-01-30 13:31:50 +01:00
Desmond O. Chang
42d3f67439 yank 0.7.1 -> 0.8.0 2017-01-30 13:25:47 +08:00
Franz Pletz
ff7c6fe60d
youtubeDL: 2017.01.24 -> 2017.01.28 2017-01-30 01:16:01 +01:00
Arseniy Seroka
2f78639819 Merge pull request #22263 from peterhoeg/u/colord
colord-kde: 2016-02-24 -> 0.5.0
2017-01-30 00:40:24 +03:00
Parnell Springmeyer
6777e6f812
Merging with upstream 2017-01-29 05:54:01 -06:00
Parnell Springmeyer
4aa0923009
Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
Anmol Sethi
a4b8a67532 fzf: from 0.15.9 to 0.16.2 2017-01-29 00:52:22 -05:00
Parnell Springmeyer
e92b8402b0
Addressing PR feedback 2017-01-28 20:48:03 -08:00
Robin Gloster
f66d7823ec
fix eval
cc @Baughn
2017-01-27 18:53:49 +01:00
Robin Gloster
a611ecad17
timidity: get rid of composableDerivation 2017-01-27 17:36:43 +01:00
Svein Ove Aas
3d78976c58 nginx-config-formatter: init at 2016-06-16 (#22179) 2017-01-27 16:52:20 +01:00
Jörg Thalheim
2657ee4229 Merge pull request #21686 from pngwjpgh/locate
locate: extend module
2017-01-26 14:01:54 +01:00
Arseniy Seroka
91321ae09c Merge pull request #22174 from pradeepchhetri/riemann-c-client
riemann-c-client: 1.7.0 -> 1.9.1
2017-01-26 15:11:59 +03:00
Gregor Kleen
06211e700b locate: build in correct dbpath 2017-01-26 12:57:03 +01:00
Pradeep Chhetri
60c26bc9f5 riemann-c-client: 1.7.0 -> 1.9.1 2017-01-26 17:04:37 +05:30
Robin Gloster
86d9de3884
trustedGroup: fix build 2017-01-26 11:51:09 +01:00
Parnell Springmeyer
a26a796d5c
Merging against master - updating smokingpig, rebase was going to be messy 2017-01-26 02:00:04 -08:00
Gabe Evans
a674415045 rcm: 1.3.0 -> 1.3.1 2017-01-25 20:42:30 -08:00
Franz Pletz
f3e4307f3e
bandwidth: fix unavailable source url 2017-01-26 03:52:46 +01:00
Parnell Springmeyer
bae00e8aa8
setcap-wrapper: Merging with upstream master and resolving conflicts 2017-01-25 11:08:05 -08:00
Michael Raskin
047f9069a4 Merge pull request #22109 from goetzst/youtube-dl
youtube-dl: 2017.01.22 -> 2017.01.24
2017-01-24 21:36:06 +00:00
Dan Peebles
b299e508ea fluentd: 0.14.0 -> 0.14.11, with more plugins
I added the most popular plugins (S3, kafka, kinesis, mongo, etc.)
and tried to bring it closer to the set of plugins they bundle with
td-agent, without getting rid of the ones we already have today. We
should probably make this overridable more generically going forward
but this should scratch most itches today.
2017-01-24 21:21:38 +00:00
Stefan Götz
348a91cfe1 youtube-dl: 2017.01.22 -> 2017.01.24 2017-01-24 21:12:58 +01:00
David Grayson
5b88f09ec4 coreutils: Fix indentation after removing self in buildPackages commit 2017-01-24 11:37:56 -05:00
John Ericson
eee7cafaf7 coreutils: Use buildPackages instead of self hack for native version 2017-01-24 11:37:56 -05:00
Daiderd Jordan
d5cfe927ed Merge pull request #22065 from alibabzo/update/neofetch
neofetch: 2.0.2 -> 3.0
2017-01-23 23:59:48 +01:00
Robert Helgesson
3c521ed1cf
svtplay-dl: 1.8 -> 1.9 2017-01-23 21:22:52 +01:00
Alistair Bill
231ecebfc6 neofetch: 2.0.2 -> 3.0 2017-01-23 17:45:29 +00:00
Franz Pletz
33f4728a6c
youtubeDL: 2017.01.18 -> 2017.01.22 2017-01-23 14:19:28 +01:00
Franz Pletz
e10cd27269
Merge branch 'staging' 2017-01-23 11:06:41 +01:00
Alistair Bill
15b4a37027 neofetch: init at 2.0.2 2017-01-22 21:46:31 +01:00
Franz Pletz
77c891f55c
rrdtool: 1.5.5 -> 1.5.6 2017-01-22 12:57:53 +01:00
Pascal Wittmann
280750c37d
datamash: 1.1.0 -> 1.1.1 2017-01-21 23:36:43 +01:00
Vladimír Čunát
655a301221
opentsdb: fixup sandboxed builds
http://hydra.nixos.org/build/46688690
/cc maintainer @rickynils.
2017-01-21 09:19:02 +01:00
Rickard Nilsson
7f71dd0c49 opentsdb: 2.2.0 -> 2.3.0 2017-01-20 09:52:30 +01:00
Jörg Thalheim
f953ef875d Merge pull request #21986 from lsix/update_screen
screen: 4.4.0 -> 4.5.0
2017-01-19 09:42:23 +01:00
Jörg Thalheim
3fdde25b4c Merge pull request #21962 from Mic92/gemdir
bundleEnv: Used gemdir for most applications now
2017-01-19 09:34:14 +01:00
Jörg Thalheim
485a1ac94b Merge pull request #21978 from goetzst/youtube-dl
youtube-dl: 2017.01.14 -> 2017.01.18
2017-01-19 09:30:02 +01:00
Lancelot SIX
38b4ae5549
screen: 4.4.0 -> 4.5.0
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00007.html
for release announcement.
2017-01-19 09:19:51 +01:00
Stefan Götz
63bb3f3fa6 youtube-dl: 2017.01.14 -> 2017.01.18 2017-01-18 21:12:55 +01:00
Bjørn Forsman
19dc19690b system-config-printer: add missing dependency 'pycairo'
Noticed when running on KDE (in contrast with GNOME, which probably
pulls in pycairo via some impurity).
2017-01-18 20:39:13 +01:00
Tuomas Tynkkynen
6ced9ee7a4 fsmon: init at 1.4 2017-01-18 16:18:25 +02:00
volth
69ed58d88f xorg.xserver: configure --with-xkb-path= (#21653) 2017-01-18 02:57:15 +03:00
Jörg Thalheim
18fbdf14cd
pws: use gemdir 2017-01-18 00:52:50 +01:00
Jörg Thalheim
bf99d330ad
homesick: use gemdir 2017-01-18 00:52:49 +01:00
Robert Helgesson
be7cd4cfcf
cloc: 1.70 -> 1.72 2017-01-17 09:28:02 +01:00
Jörg Thalheim
790c7d7e49 Merge pull request #21886 from goetzst/youtube-dl
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 19:31:26 +01:00
Stefan Götz
b20e130a46 youtube-dl: 2017-01-10 -> 2017-01-14 2017-01-14 18:43:53 +01:00
Pascal Wittmann
d760d9cccc Merge pull request #21836 from kierdavis/ckb
ckb: init at 0.2.6
2017-01-13 21:44:21 +01:00
Bart Brouns
07dfecdc99 clipster: 2016-12-08 -> 2017-01-12 2017-01-13 01:53:47 +01:00
Kier Davis
ea7a8bf2d9
ckb: init at 0.2.6
ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings.

The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
2017-01-12 18:25:14 +00:00
Jörg Thalheim
dcfda1985f Merge pull request #21785 from magnetophon/clipster
clipster: use python3:
2017-01-10 21:58:41 +01:00
Stefan Götz
22496f5a70 youtube-dl: 2017.01.08 -> 2017.01.10 2017-01-10 21:34:54 +01:00
Bart Brouns
71160a430d clipster: use python3:
to work around https://github.com/mrichar1/clipster/issues/32
2017-01-10 21:20:08 +01:00
Stefan Goetz
4720ea4f35 youtube-dl: 2017.01.02 -> 2017.01.08 (#21768) 2017-01-09 21:02:03 +01:00
Pascal Wittmann
15fe70d1a3
entr: 3.5 -> 3.6 2017-01-09 20:49:02 +01:00
Bart Brouns
5324a5dac7 clipster: 2016-09-12 -> 2016-12-08 (#21761) 2017-01-09 06:42:15 +01:00
pngwjpgh
071481ca7d debianutils: init at 4.8.1 (#21739) 2017-01-09 06:41:06 +01:00
Peter Hoeg
3674be1e98 peruse: 1.1 -> 1.2
1.2 also ships Peruse Creator
2017-01-07 11:53:48 +08:00
Vladimír Čunát
07bf828bd9
Merge branch 'staging'; security /cc #21642 2017-01-06 16:32:47 +01:00
Anmol Sethi
d65be2eb12 fzf: install manpage
Closes #21706
2017-01-06 04:27:35 -05: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
Tuomas Tynkkynen
bde8632106 coreutils: Build with libattr to support xattrs
Fixes #21649
2017-01-05 00:55:35 +02:00
Alexander Kahl
61d125b842 sssd: init at 1.14.2
perlPackages.TextWrapI18N: init at 0.06
perlPackages.Po4a: init at 0.47
jade: init at 1.2.1
ding-libs: init at 0.6.0

Switch nscd to no-caching mode if SSSD is enabled.

abbradar: disable jade parallel building.

Closes #21150
2017-01-04 03:07:20 +03:00
Thomas Tuegel
0723aa8108 Merge pull request #21466 from abbradar/kde-wrapper
Flatten nested kdeWrappers
2017-01-03 08:21:39 -06:00
Stefan Goetz
85ff5a2583 youtube-dl: 2016.12.22 -> 2017.01.02 (#21607) 2017-01-03 14:13:35 +01:00
Daiderd Jordan
0a5ccc170d Merge pull request #21594 from chris-martin/pr/libbitcoin
libbitcoin
2017-01-03 01:40:04 +01:00
Chris Martin
1d278febd0 libbitcoin-explorer: init at 2.2.0 2017-01-02 19:28:26 -05:00
Chris Martin
cb7c3d9712 libbitcoin-client: init at 2.2.0 2017-01-02 19:28:15 -05:00
Chris Martin
1f896f4bdd libbitcoin: init at 2.11.0 2017-01-02 19:28:02 -05:00