Jon Banafato
4bef2fbc4f
keybase-gui: fix missing desktop file
...
The keybase-gui package doesn't currently include the `.desktop` file
and supporting icons. This change fixes that.
2018-02-03 19:44:22 -05:00
Tobias Pflug
32d4b018a7
grobi: init at 0.3.0
2018-02-03 22:54:18 +01:00
John Wiegley
0ef512fe7a
ditaa: 0.9 -> 0.11 (adds --svg support)
2018-02-03 21:00:17 +01:00
Frederik Rietdijk
763a372911
awscli: 1.4.29 -> 1.4.32
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
55e0f12761
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-03 09:48:42 +01:00
Frederik Rietdijk
14480a9288
Merge pull request #34542 from womfoo/fix/bonfire-deps
...
bonfire: bump arrow dependency (fixes build)
2018-02-03 08:30:54 +00:00
Frederik Rietdijk
274d4eaa00
Merge pull request #34493 from Gricad/udocker
...
udocker: init at 1.1.1
2018-02-03 08:07:35 +00:00
Richard Marko
da6b85be51
nixops-dns: init at 1.0
2018-02-03 07:28:28 +01:00
Tuomas Tynkkynen
10c8e6d0c5
Merge remote-tracking branch 'upstream/master' into staging
2018-02-03 02:50:21 +02:00
Kranium Gikos Mendoza
d135d14214
bonfire: bump arrow dependency
2018-02-03 10:35:14 +11:00
Tuomas Tynkkynen
0bfa9a9dc2
ethtool: 4.13 -> 4.15
2018-02-02 18:15:18 +02:00
Joachim F
374d6dcf2a
Merge pull request #34509 from dotlambda/ttwatch
...
ttwatch: 2017-12-31 -> 2018-02-01
2018-02-02 15:40:39 +00:00
Bruno Bzeznik
b2cf8cff7d
udocker: init at 1.1.1
2018-02-02 13:59:59 +01:00
Jörg Thalheim
9a5fe79d07
Merge pull request #34397 from griff/fix/awstats-tools
...
awstats: add tools directory
2018-02-02 12:48:07 +00:00
adisbladis
65170e9404
Merge pull request #34504 from dywedir/tlp
...
tlp: 1.0 -> 1.1
2018-02-02 12:28:18 +08:00
Jan Tojnar
2f98747cf7
Merge remote-tracking branch 'catern/upsup'
2018-02-02 01:12:19 +01:00
Tuomas Tynkkynen
583af89fc0
ncdu: 1.12 -> 1.13
2018-02-02 01:33:43 +02:00
dywedir
4311bebd45
tlp: 1.0 -> 1.1
2018-02-01 23:09:20 +02:00
Brian Olsen
e9559e6b09
awstats: add tools directory
2018-02-01 18:18:28 +01:00
Vladimír Čunát
ec99a3de1b
texlive: add comments, whitespace cleanup
...
Fixes #34490 . The FIXME has been long obsolete.
2018-02-01 15:55:52 +01:00
Robert Schütz
8377958fdd
ttwatch: 2017-12-31 -> 2018-02-01
2018-02-01 10:27:50 +01:00
Vladimír Čunát
2fb4606f38
Merge branch 'master' into staging
...
Haskell rebuild.
Hydra: ?compare=1430378
2018-02-01 09:36:23 +01:00
Andreas Rammhold
76da69e355
Merge pull request #34478 from dotlambda/spectre-meltdown-checker
...
spectre-meltdown-checker: 0.33 -> 0.34
2018-02-01 01:42:49 +00:00
Herwig Hochleitner
f29b993825
i2p: 0.9.32 -> 0.9.33
2018-02-01 00:43:03 +01:00
Robert Schütz
6f3e450bdf
spectre-meltdown-checker: 0.33 -> 0.34
2018-02-01 00:27:46 +01:00
John Ericson
b8e8265db0
moreutils: Fix eval
...
Was broken in 561b9ca8ac
.
2018-01-31 17:20:09 -05:00
Eelco Dolstra
75a20284f4
nixUnstable: 1.12pre5873_b76e282d -> 2.0pre5889_c287d731
2018-01-31 22:24:50 +01:00
Eelco Dolstra
ef351646ba
Revert "Restore "nixUnstable: rename to nix-unstable""
...
This reverts commit 695027f61c
.
We really can't have "nix-env -i nix" *not* upgrade nixUnstable to a
newer nixStable. For instance, it would cause "nix upgrade-nix" to
produce a user environment with collisions.
2018-01-31 22:24:24 +01:00
Pascal Wittmann
561b9ca8ac
moreutils: 0.61 -> 0.62
2018-01-31 21:56:01 +01:00
Pascal Wittmann
505cebebd3
pdf2djvu: 0.9.7 -> 0.9.8
2018-01-31 21:43:20 +01:00
Edward Tjörnhammar
0307a1acf6
i2pd: 2.17.0 -> 2.18.0
2018-01-31 21:28:08 +01:00
Spencer Baugh
729cf93ffb
supervise: 1.1.0 -> 1.2.0
2018-01-31 04:56:08 +00:00
aszlig
2e4aded366
beets-alternatives: Fix tests against beets 1.4.6
...
Since the bump of beets to version 1.4.6 in e5fab33efd
the tests no longer run successfully because beets 1.4.6 introduces a
breaking API change for the Item.move() method which now instead of just
passing copy=True the operation is now passed using a different
"operation" keyword argument.
Unfortunately the original repository of beets-alternatives is
unmaintained since 3 years and thus there is no upstream fix available
at the moment.
However, there is a fork maintained by @wisp3rwind, which addresses this
problem (wisp3rwind/beets-alternatives@33c6525ed4 )
and a bunch of other fixes.
The reason why I'm not using the patch from @wisp3rwind is that it
simply doesn't apply against beets-alternatives 0.8.2, but my patch here
essentially does the same.
Signed-off-by: aszlig <aszlig@nix.build>
Upstream issue: geigerzaehler/beets-alternatives#13
Cc: @Profpatsch
2018-01-31 04:39:21 +01:00
Vladimír Čunát
c9171e5a4c
Merge branch 'master' into staging
...
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Tuomas Tynkkynen
ab5357b80d
eternal-terminal: init at 4.1.2
2018-01-30 13:01:58 +02:00
André-Patrick Bubel
fe0a15eaca
btrbk: install to bin
2018-01-29 20:15:43 +01:00
WilliButz
62ad671a80
highlight: 3.41 -> 3.42
2018-01-29 17:43:13 +01:00
Michael Weiss
b05ad671fb
signing-party: 2.6 -> 2.7
2018-01-29 16:14:44 +01:00
Franz Pletz
60331e6e90
curl: 7.57.0 -> 7.58.0 (security)
...
Fixes: CVE-2018-1000005, CVE-2018-1000007
2018-01-29 14:15:56 +01:00
dywedir
44ebac05fe
exfat: 1.2.4 -> 1.2.7
2018-01-29 13:02:13 +02:00
adisbladis
9e830ed45b
Merge pull request #34374 from 4z3/urlwatch-2.8
...
urlwatch: 2.7 -> 2.8
2018-01-29 18:07:52 +08:00
Franz Pletz
eaaca14c30
p7zip: add patch to fix CVE-2017-17969
2018-01-29 10:54:45 +01:00
tv
c945f64454
urlwatch: 2.7 -> 2.8
2018-01-29 09:15:23 +01:00
Ben Wolsieffer
259b9ff6b0
pciutils: enable cross compilation
2018-01-28 18:47:22 -05:00
Graham Christensen
e2a54266c4
openssh: Build with Kerberos by default
...
This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536.
which reverted f596aa0f4a
to move it to staging
2018-01-28 16:36:01 -05:00
Graham Christensen
15a4977409
Revert "openssh: Build with Kerberos by default"
...
This reverts commit a232dd66ee
.
Moving to staging
2018-01-28 16:36:01 -05:00
Aneesh Agrawal
716d1612af
openssh: Build with Kerberos by default
...
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.
Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:36:00 -05:00
Graham Christensen
f596aa0f4a
Revert "openssh: Build with Kerberos by default"
...
This reverts commit a232dd66ee
.
Moving to staging
2018-01-28 16:32:52 -05:00
Aneesh Agrawal
a232dd66ee
openssh: Build with Kerberos by default
...
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.
Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:30:46 -05:00
Franz Pletz
5f57b61f27
sleuthkit: 4.2.0 -> 4.5.0
2018-01-28 22:19:54 +01:00
Franz Pletz
bf9c40dc61
units: 2.14 -> 2.16
2018-01-28 19:59:43 +01:00
Franz Pletz
f7f11b81a1
sudo: 1.8.21p2 -> 1.8.22
2018-01-28 19:59:43 +01:00
Franz Pletz
332f701568
testdisk: 7.0 -> 7.1
2018-01-28 19:59:43 +01:00
Franz Pletz
4db7cac9e3
pngcrush: 1.8.1 -> 1.8.13
2018-01-28 19:59:42 +01:00
Franz Pletz
5031b5e0c8
optipng: 0.7.6 -> 0.7.7
2018-01-28 19:59:42 +01:00
Graham Christensen
f492197e56
Merge pull request #34328 from mimadrid/update/tmuxinator-0.10.1
...
tmuxinator: 0.10.0 -> 0.10.1
2018-01-28 13:54:01 -05:00
Miguel Madrid Mencía
b77b0d1b04
tmuxinator: 0.10.0 -> 0.10.1
2018-01-28 19:16:35 +01:00
Franz Pletz
0deb24d8d9
ngrep: 1.45 -> 1.47
2018-01-28 19:02:09 +01:00
Franz Pletz
aba04db683
gnupg1orig: 1.4.21 -> 1.4.22
2018-01-28 18:52:29 +01:00
Franz Pletz
cd10be1e24
youtubeDL: 2018.01.21 -> 2017.01.27
2018-01-28 18:52:28 +01:00
Franz Pletz
ef7db09435
yara: 3.7.0 -> 3.7.1
2018-01-28 18:52:28 +01:00
Franz Pletz
74f33cb263
xcalib: 0.8 -> 0.10
2018-01-28 18:52:27 +01:00
Franz Pletz
10dd50d46b
augeas: 1.8.1 -> 1.10.0
2018-01-28 18:52:26 +01:00
Franz Pletz
80a9c4c8e6
flashrom: 0.9.9 -> 1.0
2018-01-28 18:52:25 +01:00
Franz Pletz
052234ff91
iperf2: 2.0.9 -> 2.0.10
2018-01-28 18:52:24 +01:00
Franz Pletz
2defac9295
inadyn: 2.2.1 -> 2.3
2018-01-28 18:52:22 +01:00
Franz Pletz
c13ff49c4c
kea: 1.2.0 -> 1.3.0
2018-01-28 18:52:22 +01:00
Franz Pletz
b5737de990
lldpd: 0.9.8 -> 0.9.9
2018-01-28 18:52:21 +01:00
adisbladis
7b5d9a2938
Merge pull request #29558 from teto/fctix_xkeyboard
...
[RDY] fcitx: fix keyboard not found
2018-01-28 22:19:16 +08:00
Matthieu Coudron
5de50ec002
ibus-libpinyin: 1.8.0 -> 1.9.2
2018-01-29 02:06:57 +09:00
Matthieu Coudron
bee66be64a
fcitx: 4.2.9.1 -> 4.2.9.5
...
fcitx now relies on xkeyboard_config.
2018-01-29 02:06:57 +09:00
Matthieu Coudron
d14d82389c
fcitx-qt5: 1.1.0 -> 1.2.1
2018-01-29 02:06:56 +09:00
Matthieu Coudron
bef69925e3
fcitx-libpinyin: 0.3.93 -> 0.5.3
...
Previously optional dependencies are now made mandatory like qtwebbrowser.dev .
In order to find these libraries, I used libsForQt5.callPackage.
2018-01-29 02:06:01 +09:00
Graham Christensen
140f0a802c
Merge pull request #34096 from scode/scode/flameshot
...
flameshot: init at 0.5.0
2018-01-28 07:44:12 -05:00
Will Dietz
15aa4fcf75
networkmanagerapplet: 1.8.2 -> 1.8.6
...
https://git.gnome.org/browse/network-manager-applet/tree/NEWS?h=1.8.6
2018-01-28 08:12:45 +08:00
adisbladis
405e53ab71
networkmanager: 1.10.0 -> 1.10.2
2018-01-28 06:59:46 +08:00
adisbladis
740b16eda2
offlineimap: 7.1.4 -> 7.1.5
2018-01-28 06:51:36 +08:00
adisbladis
70a03faa48
graylog: 2.4.0 -> 2.4.1
2018-01-28 06:51:32 +08:00
adisbladis
64d9a928f4
fail2ban: 0.10.1 -> 0.10.2
2018-01-28 06:51:31 +08:00
adisbladis
5056931ff1
debianutils: 4.8.2 -> 4.8.4
2018-01-28 06:51:29 +08:00
adisbladis
74ebb70f89
cryfs: 0.9.7 -> 0.9.8
2018-01-28 06:51:27 +08:00
Franz Pletz
366136806b
hyx: init at 0.1.4
2018-01-27 22:59:19 +01:00
Tuomas Tynkkynen
c3a658deb1
Merge remote-tracking branch 'upstream/master' into staging
2018-01-27 21:53:16 +02:00
Daiderd Jordan
f968949c75
gzip: remove darwin format patch
2018-01-27 20:08:35 +01:00
Tuomas Tynkkynen
355a6ca189
diffoscope: 87 -> 90
2018-01-27 19:55:29 +02: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
Vladimír Čunát
2d2dbe083f
Merge branch 'master' into staging
...
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Peter Hoeg
9c95eb828a
pykms: 20170719 -> 20171224
...
Use python 3 instead of python 2.
2018-01-27 15:09:40 +08:00
Robin Gloster
15ce244d0c
clamav: fix fd leakage
2018-01-26 18:29:55 +01: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
Franz Pletz
cb142ae728
clamav: 0.99.2 -> 0.99.3
2018-01-26 16:02:29 +01:00
adisbladis
c0324affe5
Merge pull request #34276 from dotlambda/abcmidi
...
abcmidi: 2018.01.02 -> 2018.01.25
2018-01-26 21:03:04 +08:00
Robert Schütz
dac3c4d037
abcmidi: 2018.01.02 -> 2018.01.25
2018-01-26 13:54:33 +01:00
Robert Schütz
1aa3efba39
you-get: 0.4.390 -> 0.4.1011
2018-01-26 04:05:32 +01:00
Robin Gloster
0fdd0964fe
aria2: 1.33.0 -> 1.33.1
2018-01-25 19:44:54 +01:00
adisbladis
e401af5f98
Merge pull request #33718 from magnetophon/clipster
...
clipster: 1.4.1 -> 1.5.0
2018-01-25 18:38:53 +08:00
Graham Christensen
0a66ee1bfe
Merge pull request #34121 from arcadio/parallel
...
parallel: 20171022 -> 20180122
2018-01-24 15:49:22 -05:00
Graham Christensen
b8419d5651
Merge pull request #34191 from dtzWill/fix/brotli-misc
...
brotli: tests, install man pages
2018-01-24 15:45:16 -05:00
Bart Brouns
8f4a7f366d
clipster: 1.4.1 -> 1.5.0
2018-01-24 19:05:02 +01:00
Arcadio Rubio García
51f1460f80
parallel: 20171022 -> 20180122
2018-01-24 16:03:43 +00:00
Will Dietz
2060f547df
file: fix for cross
...
For whatever reason "selfNativeBuildInput = true"
doesn't seeem to do the trick here?
(reasons may include "it's not intended to solve this problem" ;))
2018-01-24 09:33:37 -06:00
Ben Gamari
a0410d9226
rhash: Enable cross-compilation
...
(cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
2018-01-24 09:33:36 -06:00
Will Dietz
11281bb54d
cron: fix for cross ($CC, no 'install -s')
2018-01-24 09:33:35 -06:00
Will Dietz
10aa7a9611
jwhois: set AR to fix cross build
2018-01-24 09:33:35 -06:00
Will Dietz
3fe8e610f0
e2fsprogs: depsBuildBuild
2018-01-24 09:33:35 -06:00
Ben Gamari
b62864adf4
e2fsprogs: Enable cross-compilation
2018-01-24 09:33:34 -06:00
Frederik Rietdijk
769342b37b
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-24 14:17:49 +01:00
adisbladis
8fd86b86eb
Merge pull request #34200 from dtzWill/update/siege-4.0.4
...
siege: 4.0.2 -> 4.0.4
2018-01-24 16:25:58 +08:00
adisbladis
d0127fec09
Merge pull request #34196 from dotlambda/abcm2ps
...
abcm2ps: 8.13.18 -> 8.13.19
2018-01-24 16:24:49 +08:00
Franz Pletz
2ac833d3f5
youtubeDL: 2018.01.14 -> 2018.01.21
2018-01-24 02:13:14 +01:00
Nicolò Balzarotti
9b9ff1aa60
enchive: 3.3 -> 3.4
2018-01-24 01:00:20 +01:00
Tuomas Tynkkynen
b4c12eef30
wget: 1.19.2 -> 1.19.4
2018-01-23 23:52:00 +02:00
Dan Peebles
533cc72d4d
nixUnstable: pre5849_74f75c85 -> pre5873_b76e282d
2018-01-23 16:07:25 -05:00
Will Dietz
b0832f89f5
siege: 4.0.2 -> 4.0.4
2018-01-23 13:11:57 -06:00
Robert Schütz
0affe46a32
abcm2ps: 8.13.18 -> 8.13.19, fix in non-GNU stdenv
2018-01-23 18:56:54 +01:00
Will Dietz
c403410845
brotli: install man pages
2018-01-23 06:46:23 -06:00
Will Dietz
4c36d7e521
brotli: run tests
2018-01-23 06:46:23 -06:00
Edward Tjörnhammar
a4f433c03c
i2pd: expose flags
2018-01-23 11:59:39 +01:00
Nadrieril
c1bf1904d2
ckb: 0.2.8 -> 0.2.9 + project moved
2018-01-23 02:27:16 +00:00
adisbladis
5b5aaf7362
Merge pull request #34171 from markuskowa/freeipmi-pr
...
freeipmi: 1.5.5 -> 1.5.7
2018-01-23 10:10:39 +08:00
Ben Gamari
2b04cddf7e
nix-prefetch-scripts: makeWrapper is a nativeBuildInput
2018-01-22 20:25:45 -05:00
Ben Gamari
a4179bf45f
zip: Enable cross-compilation
2018-01-22 20:25:44 -05:00
John Ericson
a959e60f8a
Merge pull request #34176 from dtzWill/fix/cross-misc-3
...
Misc cross fixes
2018-01-22 19:47:52 -05:00
Will Dietz
3785e0ac7e
mktemp: fix w/cross
2018-01-22 17:36:58 -06:00
Will Dietz
e02f427b4a
mktemp: 1.6 -> 1.7
...
https://www.mktemp.org/release_notes.html
2018-01-22 17:36:58 -06:00
Will Dietz
a5e93fc0d6
unrar: Fix for cross
...
Just read tool variables from environment,
don't try to set them at all.
2018-01-22 17:24:53 -06:00
Markus Kowalewski
ab59aef9f6
freeipmi: 1.5.5 -> 1.5.7
2018-01-22 14:54:22 -08:00
John Ericson
4e5a4a92e8
Merge pull request #33478 from dtzWill/fix/cross-bc
...
bc: fix for cross
2018-01-22 16:24:59 -05:00
Ben Gamari
8b21391127
bc: fixes for cross-compilation
2018-01-22 16:21:10 -05:00
John Ericson
a3bff14dbe
Merge remote-tracking branch 'upstream/master' into staging
2018-01-22 16:20:24 -05:00
Michael Raskin
9593eadcc7
Merge pull request #33287 from Nadrieril/fix-ckb-service
...
ckb: fix missing modprobe dependency
2018-01-22 21:18:22 +00:00
Daiderd Jordan
a786218b9d
Merge branch 'master' into staging
2018-01-22 20:55:37 +01:00
Jörg Thalheim
ebd2a8b165
Merge pull request #34100 from jokogr/pkg/xmonad-log
...
xmonad-log: init at 0.1.0
2018-01-22 19:15:32 +00:00
WilliButz
4361cc5ffa
scanmem: 0.16 -> 0.17
2018-01-22 19:18:23 +01:00
Frederik Rietdijk
6b0873440b
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-22 16:09:11 +01:00
Frederik Rietdijk
4c88132d25
Merge commit 'a0f8e3a' into HEAD
2018-01-22 16:08:37 +01:00
Tuomas Tynkkynen
b2d0d049ad
ddccontrol: Mark x86-only
...
https://hydra.nixos.org/build/65192451
2018-01-22 14:57:49 +02:00
Vladimír Čunát
8b49697859
Merge #34114 : unbound: 1.6.7 -> 1.6.8 (security)
...
CVE-2017-15105
2018-01-22 08:50:14 +01:00
Nick Novitski
9f6f2cdbde
google-cloud-sdk: disable component updater
2018-01-21 18:26:30 -08:00
Andreas Rammhold
f2e5b7e236
Merge pull request #34106 from dotlambda/spectre-meltdown-checker
...
spectre-meltdown-checker: 0.31 -> 0.32
2018-01-21 22:48:14 +00:00
チルノ
b23e92eac1
tewisay: init at git-2017-04-14 ( #33488 )
2018-01-21 22:31:51 +00:00
Dmitry Moskowski
baa23aa2fc
unbound: 1.6.7 -> 1.6.8
...
Fixes CVE-2017-15105
2018-01-21 19:09:27 +00:00
Peter Schuller
f08394436a
flameshot: init at 0.5.0
2018-01-21 10:56:40 -08:00
Robert Schütz
286889e6b5
spectre-meltdown-checker: 0.31 -> 0.32
2018-01-21 15:54:58 +01:00
Daiderd Jordan
aa32796a89
nix-info: build locally
2018-01-21 14:09:35 +01:00
Ioannis Koutras
64fa24b516
xmonad-log: init at 0.1.0
2018-01-21 14:57:36 +02:00
Vladimír Čunát
22d9f2d1a1
Merge #33737 : gzip: 1.8 -> 1.9
2018-01-21 11:42:23 +01:00