Tuomas Tynkkynen
fff0daddce
streamlink: 0.9.0 -> 0.10.0
2018-01-27 16:10:46 +02:00
zimbatm
e526128aed
packer: 1.1.0 -> 1.1.3 ( #34329 )
2018-01-27 12:57:11 +00:00
Andreas Rammhold
cca2c2014a
Merge pull request #34320 from dotlambda/spectre-meltdown-checker
...
spectre-meltdown-checker: 0.32 -> 0.33
2018-01-27 10:05:43 +00:00
Robert Schütz
8fff349390
spectre-meltdown-checker: 0.32 -> 0.33
2018-01-27 10:57:32 +01:00
Gabriel Ebner
3d3acfaf27
beets: ignore failing tests
...
The unidecode 1.0.22 release changed the asciification slightly.
2018-01-27 10:48:31 +01:00
Andreas Rammhold
19fc2f5f81
Merge pull request #34319 from mimadrid/update/mdp-1.0.12
...
mdp: 1.0.10 -> 1.0.12
2018-01-27 09:45:54 +00:00
Andreas Rammhold
30e7a09b26
Merge pull request #34317 from dtzWill/update/fac-1.0.4
...
fac: 1.0.1 -> 1.0.4, add man page
2018-01-27 09:41:03 +00:00
Andreas Rammhold
934191c4c2
Merge pull request #34321 from mimadrid/update/yq-2.3.4
...
yq: 2.3.3 -> 2.3.4
2018-01-27 09:34:11 +00:00
Miguel Madrid Mencía
cda71dc907
yq: 2.3.3 -> 2.3.4
2018-01-27 10:12:07 +01:00
Miguel Madrid Mencía
8b3e0561f5
mdp: 1.0.10 -> 1.0.12
2018-01-27 08:41:15 +01:00
Peter Hoeg
9c95eb828a
pykms: 20170719 -> 20171224
...
Use python 3 instead of python 2.
2018-01-27 15:09:40 +08:00
Peter Hoeg
afdc186a03
uchiwa: 1.1.1 -> 1.1.2
2018-01-27 14:40:38 +08:00
adisbladis
f686b90a58
sbcl: 1.4.2 -> 1.4.3
2018-01-27 14:07:10 +08:00
adisbladis
7d835c28cd
Merge pull request #34298 from magnetophon/distrho
...
distrho: 2017-10-10 -> 2018-01-01
2018-01-27 13:39:32 +08:00
John Ericson
57b01b1bcf
lib, openssl: Get rid of openssl.system
...
We compute it on the fly, careful to avoid any mass rebuilds for now.
2018-01-26 21:22:00 -05:00
John Ericson
16a50f5a07
lib: Remove examples platforms' bigEndian
attr
...
They still have `parsed.cpu.significantByte` which has the same info.
2018-01-26 21:22:00 -05:00
John Ericson
7d0d12e3e0
glibc: Remove two tiny old cross hacks
...
- Name is already suffixed
- Env vars are already exported
2018-01-26 21:01:33 -05:00
Sarah Brofeldt
7f1c5a124c
Merge pull request #34093 from markuskowa/rdma-core-pr
...
rdma-core: init at 16.1
2018-01-27 02:17:10 +01:00
Sarah Brofeldt
70a9162a77
Merge pull request #34267 from catern/chromesimple
...
google-chrome: remove "with" usage to simplify the expr
2018-01-27 02:10:47 +01:00
Graham Christensen
b5dbc83b9c
Merge pull request #34299 from fgaz/meme
...
meme: init at 2017-09-10
2018-01-26 19:47:53 -05:00
Will Dietz
77a6cb32c6
fac: 1.0.1 -> 1.0.4, add man page
2018-01-27 09:20:59 +09:00
Joachim Fasting
eff73c6698
tor-browser-bundle-bin: 7.0.11 -> 7.5
2018-01-27 01:05:38 +01:00
Michael Raskin
bfc4d04de7
Merge pull request #34291 from timokau/sage-fix-shebangs
...
sage: 8.0 -> 8.1, fix sandbox build
2018-01-26 23:24:27 +00:00
Markus Kowalewski
5bb712d5e8
libxc: set platform to x86_64-linux only
2018-01-26 23:21:29 +00:00
Franz Pletz
ed8e98f653
Merge pull request #34304 from mayflower/add-postfix-dovecot-exporters
...
add prometheus-{postfix,dovecot}-exporter
2018-01-26 23:11:07 +00:00
Francesco Gazzetta
056e74dd78
meme: init at 2017-09-10
2018-01-26 22:38:02 +00:00
Luke Adams
bdf4eeb49c
sambaMaster: 4.8_2017-12-25 -> 4.8.0_2018-01-25
2018-01-26 22:37:17 +01:00
Luke Adams
1537ce9dc7
samba4/sambaMaster: Modify services to align with Samba project usage
2018-01-26 22:37:17 +01:00
Luke Adams
09fa345f20
sambaMaster: init at 4.8_2017-12-25
2018-01-26 22:37:17 +01:00
Luke Adams
710928cdd8
samba: remove comment
2018-01-26 22:37:17 +01:00
Luke Adams
d937ea3101
samba: split 4.x-no-persistent-install.patch
...
reason: Second hunk does not work on 4.8-master
2018-01-26 22:37:17 +01:00
Tuomas Tynkkynen
d085af7b7d
nixos/tests: Fix statsd test evaluation
...
Fixes:
error: anonymous function at nixos/tests/statsd.nix:1:25 called with unexpected argument ‘system’, at nixos/tests/make-test.nix:5:41
2018-01-26 23:29:53 +02:00
John Ericson
71f814a889
lib, glibc: Get rid of withTLS
...
glibc removed the underlying flag in 2011 in
83cd14204559abbb52635006832eaf4d2f42514a [1].
This gets us one step closer to fixing #34274 : the cross stdenv for
aarch64-unknown-linux-gnu at least evals now.
Thanks to @Dezgeg for doing all the research for this.
[1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=83cd14204559abbb52635006832eaf4d2f42514a
2018-01-26 23:29:06 +02:00
Francesco Gazzetta
314fb3d60a
twemoji-color-font: init at 1.3
2018-01-26 20:09:27 +00:00
WilliButz
2f237868ab
prometheus-postfix-exporter: init at 2017-06-01
2018-01-26 20:07:01 +01:00
WilliButz
a7a9653b06
prometheus-dovecot-exporter: init at 2018-01-18
2018-01-26 20:06:35 +01:00
Peter Simons
b7e6ac1515
hledger: install man pages and info files
...
Make sure that hledger, hledger-ui, and hledger-web have their documentation
installed in locations where system tools can find them.
Fixes https://github.com/NixOS/nixpkgs/issues/34301 .
2018-01-26 19:42:04 +01:00
Peter Simons
2ef24476f5
hledger-ui: create a top-level name for this Haskell executable
2018-01-26 19:42:04 +01:00
John Ericson
bc3c3b8e43
Merge pull request #34302 from obsidiansystems/cross-doc
...
doc: Two cleanups to the cross compilation chapter
2018-01-26 13:18:49 -05:00
John Ericson
14725b94d5
Merge pull request #34269 from obsidiansystems/lib-riscv-wasm
...
lib: Allow parsing platform configs with arch of `{riscv,wasm}{32,64}`
2018-01-26 13:09:12 -05:00
Bart Brouns
a341e479c2
distrho: 2017-10-10 -> 2018-01-01
2018-01-26 19:04:02 +01:00
John Ericson
d1478c91c3
lib: Allow parsing platform configs with arch of {riscv,wasm}{32,64}
...
Also add `isRiscv` and `isWasm` predicates.
2018-01-26 12:44:05 -05:00
John Ericson
94a2af91eb
doc: Cross chapter: Add note on why use example platforms
2018-01-26 12:38:34 -05:00
John Ericson
e316ba1fc4
doc: chap cross: Make example command stick out more
...
It should be in a <programlisting>, not <command>, tag.
2018-01-26 12:33:14 -05:00
Robin Gloster
15ce244d0c
clamav: fix fd leakage
2018-01-26 18:29:55 +01:00
adisbladis
31e388dff2
traefik: 1.4.6 -> 1.5.0
2018-01-27 01:19:18 +08:00
adisbladis
c9036947eb
vbindiff: 3.0_beta4 -> 3.0_beta5
2018-01-27 01:19:17 +08:00
adisbladis
bb1a326829
whois: 5.2.20 -> 5.3.0
2018-01-27 01:19:16 +08:00
adisbladis
6b91beeb20
yubikey-personalization: 1.18.0 -> 1.18.1
2018-01-27 01:19:15 +08:00
Herwig Hochleitner
4e8cd90b67
wineStaging: remove evaluation warning
...
cc @peti @7c6f434c
2018-01-26 17:21:58 +01:00