Commit graph

24932 commits

Author SHA1 Message Date
Jan Tojnar 3c65622fc5 librepo: 1.9.2 → 1.11.2
* Update
    Changes: https://github.com/rpm-software-management/librepo/compare/1.9.2...1.11.2
* Split into multiple outputs
* Default to Python 3 like upstream does
2020-02-10 12:55:23 -05:00
Jan Tojnar 0e651ce7fa librepo: Clean up 2020-02-10 12:55:23 -05:00
Jan Tojnar 26a06b7917 ostree: 2019.2 → 2019.6
* https://github.com/ostreedev/ostree/releases/tag/v2019.3
* https://github.com/ostreedev/ostree/releases/tag/v2019.4
* https://github.com/ostreedev/ostree/releases/tag/v2019.5
* https://github.com/ostreedev/ostree/releases/tag/v2019.6
2020-02-10 12:55:23 -05:00
Jan Tojnar c55c3b9c3c rpm-ostree: clean up 2020-02-10 12:55:22 -05:00
Jan Tojnar b108a07e38 ostree: clean up 2020-02-10 12:55:22 -05:00
Doron Behar 4f6d905d1c sequoia: 0.13.0 -> 0.14.0 2020-02-10 19:54:04 +02:00
R. RyanTM 186f71dcf9 nx-libs: 3.5.99.22 -> 3.5.99.23 2020-02-10 18:04:04 +01:00
Frederik Rietdijk 079622ef2d
Merge pull request #79628 from NixOS/staging-next
Staging next
2020-02-10 17:53:25 +01:00
Eelco Dolstra 0e6ceb8758
Merge pull request #68897 from edolstra/master
Flake support
2020-02-10 16:44:54 +01:00
Benjamin Hipple 2115a2037c fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
This has several advantages:

1. It takes up less space on disk in-between builds in the nix store.
2. It uses less space in the binary cache for vendor derivation packages.
3. It uses less network traffic downloading from the binary cache.
4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only
   substitute --flat hashes on single files (not recursive directory hashes).
5. It's consistent with how simple `fetchurl` src derivations work.
6. It provides a stronger abstraction between input src-package and output
   package, e.g., it's harder to accidentally depend on the src derivation at
   runtime by referencing something like `${src}/etc/index.html`. Likewise, in
   the store it's harder to get confused with something that is just there as a
   build-time dependency vs. a runtime dependency, since the build-time
   src dependencies are tarred up.

Disadvantages are:
1. It takes slightly longer to untar at the start of a build.

As currently implemented, this attaches the compacted vendor.tar.gz feature as a
rider on `verifyCargoDeps`, since both of them are relatively newly implemented
behavior that change the `cargoSha256`.

If this PR is accepted, I will push forward the remaining rust packages with a
series of treewide PRs to update the `cargoSha256`s.
2020-02-10 10:17:29 -05:00
Mario Rodas 66bc1aecfc
Merge pull request #79675 from marsam/update-rage
rage: 0.2.0 -> 0.3.0
2020-02-10 07:02:14 -05:00
Frederik Rietdijk ec3edaf7b5 Merge master into staging-next 2020-02-10 12:55:47 +01:00
Vladimír Čunát 811448e4ac
reiserfsprogs: fixup build with glibc-2.30
Inspired by https://bugs.archlinux.org/task/60204
2020-02-10 09:46:33 +01:00
Michael Raskin 7c72f165c3 Merge pull request #79683 from thefloweringash/socat-fix-darwin
socat: remove patch that is now in upstream
2020-02-10 06:37:11 +00:00
Jonathan Ringer 259d76d541 azure-cli: 2.0.80 -> 2.0.81 2020-02-09 19:25:37 -08:00
Jonathan Ringer d26288a514 azure-cli: freeze azure-mgmt-policyinsights 2020-02-09 19:25:37 -08:00
Andrew Childs 0780537546 socat: remove patch that is now in upstream 2020-02-10 12:23:19 +09:00
Matt Layher e76101046a corerad: 0.1.9 -> 0.2.1 2020-02-09 18:09:22 -08:00
Silvan Mosberger 637bb9fa98
Merge pull request #72060 from lopsided98/sanoid-init
sanoid: add package, NixOS module and test
2020-02-10 01:28:41 +01:00
Ben Wolsieffer 7684537e33
nixos/sanoid, nixos/syncoid: init module and test 2020-02-10 01:12:39 +01:00
Benjamin Hipple e85e257ad9 fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)
It was previously referencing `$bin`, but this package no longer produces a
`bin` output, just `out` and `share`. Updated to make the comparison check a bit
more robust.

Also updated to avoid direct dependency on the `$src` directory out of the nix
store, instead using the processed src setup in the unpackPhase. This provides a
cleaner abstraction between the build/install phase and the input src phase, and
avoids an unnecessary dependency on whether the source disted tarball comes from
`fetchFromGitHub` (in which case it's an unpacked directory) or something like
`fetchurl`. In either case, stdenv is responsible for processing the input `src`
and setting up a clean build dir for us, so we should use that.

This produces an equivalent directory tree, except that the vim plugin is no
longer broken.
2020-02-09 15:43:22 -08:00
Mario Rodas b153b71523
rage: 0.2.0 -> 0.3.0
Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
2020-02-09 16:20:00 -05:00
Maximilian Bosch 513482763b
wdisplays: 2019-10-26 -> 2020-01-12 2020-02-09 20:30:34 +01:00
Robert Helgesson d084221b36
jwt-cli: 2.5.1 -> 2.5.2 2020-02-09 17:33:08 +01:00
Florian 50ad81d76b lexicon: init at 3.3.17 2020-02-09 16:57:57 +01:00
Frederik Rietdijk 3846896084 Merge pull request #79293 from NixOS/staging-next
Staging next (with glibc 2.30)
2020-02-09 16:40:16 +01:00
Frederik Rietdijk cffec212dc Merge staging into staging-next 2020-02-09 16:38:32 +01:00
Florian Klink 3b17e6559b Merge pull request #79554 from r-ryantm/auto-update/modem-manager
modemmanager: 1.12.2 -> 1.12.4
2020-02-09 15:10:13 +01:00
Linus Heckemann dcd11c9496
Merge pull request #79028 from lheckemann/rtptools
rtptools: init at 1.22
2020-02-09 13:43:30 +01:00
Linus Heckemann ccaad56a32
Merge pull request #77635 from lheckemann/bump-bluez-alsa
bluez-alsa: 1.4.0 -> 2.0.0
2020-02-09 13:42:58 +01:00
Mario Rodas 9910bc0713
Merge pull request #79584 from r-ryantm/auto-update/parallel
parallel: 20191222 -> 20200122
2020-02-09 07:16:10 -05:00
R. RyanTM db4ec5044d lldpd: 1.0.4 -> 1.0.5 2020-02-09 13:13:18 +01:00
koral 393ad5c322 clipman: 1.2.0 -> unstable-2019-12-10 2020-02-09 13:02:21 +01:00
Michael Raskin 6763bdd858
Merge pull request #79318 from r-ryantm/auto-update/ioping
ioping: 1.1 -> 1.2
2020-02-09 11:52:45 +00:00
Frederik Rietdijk 531a48ebdb Merge master into staging-next 2020-02-09 11:00:29 +01:00
Piotr Bogdan a8eb2e4fb2 tcptraceroute: remove pbogdan from maintainers 2020-02-09 09:50:35 +00:00
Mario Rodas bc2336898f
broot: 0.12.2 -> 0.13.1 (#79565)
Changelog:
  - https://github.com/Canop/broot/releases/tag/v0.13.0
  - https://github.com/Canop/broot/releases/tag/v0.13.1
2020-02-09 10:10:57 +01:00
R. RyanTM 140f037faf xbps: 0.57.1 -> 0.58 2020-02-09 10:01:02 +01:00
R. RyanTM 1ad0c1dcc1 xdelta: 3.0.11 -> 3.1.0 2020-02-09 10:00:29 +01:00
R. RyanTM 786d300251 unetbootin: 675 -> 677 2020-02-09 09:59:57 +01:00
R. RyanTM 18ccb2366a abcmidi: 2019.11.11 -> 2019.12.09 2020-02-09 09:57:17 +01:00
R. RyanTM 2ef9818b0e haproxy: 2.0.10 -> 2.1.2 2020-02-09 09:55:52 +01:00
R. RyanTM 2f2b6b94f6 syslogng: 3.24.1 -> 3.25.1 2020-02-09 09:54:53 +01:00
R. RyanTM 8411452dea ibus-engines.typing-booster-unwrapped: 2.7.4 -> 2.7.5 2020-02-09 09:53:33 +01:00
lewo 1991c62ffc
Merge pull request #79216 from tomoyat1/telepresence-0.104
telepresence: 0.101 -> 0.104
2020-02-09 09:50:42 +01:00
R. RyanTM b6feea4a68 ibus-engines.m17n: 1.4.1 -> 1.4.2 2020-02-09 09:49:24 +01:00
R. RyanTM 7977bb1cf1 highlight: 3.54 -> 3.55 2020-02-09 09:46:21 +01:00
Frederik Rietdijk 8847d57763 Merge staging-next into staging 2020-02-09 09:18:17 +01:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Frederik Rietdijk 65dcb3f08f python: awscli: 1.16.266 -> 1.17.13
We force the use of docutils 0.16. If this does not work out, we
can still override the version as this is an application.
2020-02-09 09:17:31 +01:00
R. RyanTM b6cd45699a poedit: 2.2.4 -> 2.3 2020-02-09 05:14:01 +00:00
R. RyanTM 6fea64203d parallel: 20191222 -> 20200122 2020-02-09 03:44:47 +00:00
Nikolay Korotkiy 5c8356105c
opencc: enable on darwin 2020-02-09 01:17:30 +03:00
Ryan Mulligan 0a901b4aa3 Merge pull request #79544 from r-ryantm/auto-update/lr
lr: 1.5 -> 1.5.1
2020-02-08 11:35:50 -08:00
R. RyanTM 0f5a51d3c2 modemmanager: 1.12.2 -> 1.12.4 2020-02-08 19:11:55 +00:00
R. RyanTM 53243c3a21 lr: 1.5 -> 1.5.1 2020-02-08 17:04:34 +00:00
Mario Rodas 8bed05af83 Merge pull request #79398 from r-ryantm/auto-update/wakatime
wakatime: 13.0.3 -> 13.0.4
2020-02-08 10:53:06 -05:00
Mario Rodas 44470158a2
Merge pull request #79463 from r-ryantm/auto-update/opentsdb
opentsdb: 2.3.1 -> 2.4.0
2020-02-08 10:47:48 -05:00
Mario Rodas 724c7985f1
Merge pull request #79367 from r-ryantm/auto-update/tmux-xpanes
tmux-xpanes: 4.1.0 -> 4.1.1
2020-02-08 10:42:44 -05:00
worldofpeace 26d618bce2 Merge pull request #79455 from Atemu/maintainers-atemu
Make myself a maintainer
2020-02-08 09:31:40 -05:00
markuskowa f1f8942554
Merge pull request #79529 from r-ryantm/auto-update/java-service-wrapper
java-service-wrapper: 3.5.41 -> 3.5.42
2020-02-08 14:02:03 +01:00
markuskowa 9c8f865b61
Merge pull request #79500 from r-ryantm/auto-update/fio
fio: 3.17 -> 3.18
2020-02-08 14:00:03 +01:00
R. RyanTM ac3573112d java-service-wrapper: 3.5.41 -> 3.5.42 2020-02-08 12:04:17 +00:00
Mario Rodas 794fcfd385
Merge pull request #79509 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.85 -> 1.86
2020-02-08 06:28:22 -05:00
Mario Rodas 3f198eeadc
Merge pull request #79501 from r-ryantm/auto-update/diffoscope
diffoscope: 135 -> 136
2020-02-08 06:24:48 -05:00
Mario Rodas dfdc42eb28
Merge pull request #79184 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.5 -> 0.7.6
2020-02-08 06:13:05 -05:00
Mario Rodas 6e5de6b673
s3fs: enable on darwin 2020-02-08 04:20:00 -05:00
R. RyanTM 1e13edd95a s3fs: 1.85 -> 1.86 2020-02-08 07:06:11 +00:00
R. RyanTM 6c19dae163 diffoscope: 135 -> 136 2020-02-08 04:01:24 +00:00
R. RyanTM e01145e5ec fio: 3.17 -> 3.18 2020-02-08 03:58:00 +00:00
Joe Hermaszewski e978d20fd2 opencorsairlink: init at 2019-12-23 2020-02-08 11:57:49 +08:00
Atemu 64ce6b2e8a dnscrypt-proxy2: Add Atemu to the maintainers 2020-02-07 21:00:45 +01:00
Lancelot SIX b8e5c02ec4
Merge pull request #79415 from r-ryantm/auto-update/dateutils
dateutils: 0.4.6 -> 0.4.7
2020-02-07 20:01:52 +01:00
Frederik Rietdijk 5c92c0921a Merge staging-next into staging 2020-02-07 19:28:16 +01:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM c3a7cd24f1 opentsdb: 2.3.1 -> 2.4.0 2020-02-07 16:06:29 +00:00
Ryan Mulligan d35c686843
Merge pull request #79397 from r-ryantm/auto-update/vips
vips: 8.9.0 -> 8.9.1
2020-02-07 07:11:26 -08:00
Michael Weiss 27c0b18970
rav1e: 0.2.1 -> 0.3.0
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.0
2020-02-07 16:03:19 +01:00
Jörg Thalheim 341241b1c8
Merge pull request #78886 from Mic92/restic-fixes
Restic fixes: pruning, process substitution (take 2)
2020-02-07 14:14:16 +00:00
Marek Mahut 58ce5a3f47
Merge pull request #79419 from r-ryantm/auto-update/chrome-token-signing
chrome-token-signing: 1.1.0 -> 1.1.1
2020-02-07 14:26:59 +01:00
Ryan Mulligan c55554c167
Merge pull request #79432 from r-ryantm/auto-update/frp
frp: 0.31.1 -> 0.31.2
2020-02-07 05:10:45 -08:00
Ryan Mulligan 117a105471
Merge pull request #79445 from r-ryantm/auto-update/jump
jump: 0.30.0 -> 0.30.1
2020-02-07 05:09:10 -08:00
Ryan Mulligan 5aaaadd3e6
Merge pull request #79417 from r-ryantm/auto-update/bash_unit
bash_unit: 1.6.1 -> 1.7.1
2020-02-07 05:08:36 -08:00
R. RyanTM c86ea4ec60 jump: 0.30.0 -> 0.30.1 2020-02-07 11:23:29 +00:00
worldofpeace 39372fa0a9
Merge pull request #79390 from FRidh/rsyslog
rsyslog: add nixos tests to passthru.tests
2020-02-07 05:52:38 -05:00
Jörg Thalheim 447207114f
restic: reference nixos test 2020-02-07 10:39:18 +00:00
Maximilian Bosch a1f672dcfd
Merge pull request #79429 from xwvvvvwx/wireguard-rm-libmnl
wireguard: rm libmnl from buildInputs
2020-02-07 11:38:01 +01:00
Bas van Dijk a7ae4cbd00
Merge pull request #79361 from bbigras/grpcurl
grpcurl: 1.0.0 -> 1.4.0
2020-02-07 11:32:43 +01:00
R. RyanTM 62cc370279 frp: 0.31.1 -> 0.31.2 2020-02-07 09:18:02 +00:00
rnhmjoj 8784637f12
bdf2psf: fix for cross compilation 2020-02-07 10:02:17 +01:00
David Terry 3bad19b676
wireguard: rm libmnl from buildInputs
Inlined into the source as of v1.0.20200206.

See: https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
2020-02-07 09:02:14 +01:00
R. RyanTM 3f5e8c2d08 chrome-token-signing: 1.1.0 -> 1.1.1 2020-02-07 07:04:05 +00:00
R. RyanTM 54135964b0 bash_unit: 1.6.1 -> 1.7.1 2020-02-07 06:02:27 +00:00
R. RyanTM 1bc3146229 dateutils: 0.4.6 -> 0.4.7 2020-02-07 04:58:44 +00:00
Ryan Mulligan 7b78c8b461
Merge pull request #79332 from r-ryantm/auto-update/mpd-mpris
mpd-mpris: 0.2.3 -> 0.2.4
2020-02-06 16:47:03 -08:00
Ryan Mulligan 84f51bd67b
Merge pull request #79396 from r-ryantm/auto-update/topgrade
topgrade: 3.7.1 -> 3.9.0
2020-02-06 16:46:36 -08:00
Jan Tojnar eb2b8d2560
Revert "Revert "rsyslog: 8.1911.0 -> 8.2001.0""
This reverts commit a752fb85bc.

rsyslogd test passes and it is not actually used by installer tests so the bisection failure was likely unrelated.
2020-02-07 00:39:19 +01:00
R. RyanTM d1dde0a145 wakatime: 13.0.3 -> 13.0.4 2020-02-06 23:28:59 +00:00
R. RyanTM d06536ffed vips: 8.9.0 -> 8.9.1 2020-02-06 23:19:42 +00:00
worldofpeace 12b8981d2a
Merge pull request #79085 from Atemu/dnscrypt-proxy2-2.0.39
dnscrypt-proxy2: 2.0.36 -> 2.0.39
2020-02-06 17:42:44 -05:00
R. RyanTM 1cb1a8a37f topgrade: 3.7.1 -> 3.9.0 2020-02-06 21:54:46 +00:00
Timo Kaufmann a752fb85bc Revert "rsyslog: 8.1911.0 -> 8.2001.0" 2020-02-06 22:16:09 +01:00
Frederik Rietdijk 13b0a6eaf1 rsyslog: add nixos tests to passthru.tests
ofborg does not build them yet, but at least nixpkgs-update does.
https://github.com/ryantm/nixpkgs-update/pull/118
Note this test passes and would not have detected
https://github.com/NixOS/nixpkgs/issues/79304
2020-02-06 22:04:45 +01:00
Maximilian Bosch 52ad0844d8
Merge pull request #79382 from sondr3/cargo-edit-0.5
cargo-edit: 0.4.2 -> 0.5.0
2020-02-06 21:16:58 +01:00
Maximilian Bosch 47f3cf779a
Merge pull request #79342 from r-ryantm/auto-update/playerctl
playerctl: 2.0.2 -> 2.1.1
2020-02-06 21:15:44 +01:00
Sondre Nilsen 1be0698618
cargo-edit: 0.4.2 -> 0.5.0 2020-02-06 20:43:53 +01:00
Will Dietz b2b5e087de gnugrep: 3.3 -> 3.4
https://savannah.gnu.org/forum/forum.php?forum_id=9640
2020-02-06 20:27:42 +01:00
R. RyanTM 6d4c30b2c3 ibus-engines.table: 1.9.21 -> 1.9.22 2020-02-06 20:16:54 +01:00
R. RyanTM 9ea7d35d29 wpgtk: 6.0.11 -> 6.0.12 2020-02-06 20:14:45 +01:00
R. RyanTM 346e552feb tpm2-tools: 4.1 -> 4.1.1 2020-02-06 20:08:49 +01:00
Oleg Pykhalov 9405324531 mycli: Add paramiko as a propagated build input
Fixes error:

    Cannot use SSH transport because paramiko isn't installed, please
    install paramiko or don't use --ssh-host=
2020-02-06 20:03:01 +01:00
Frederik Rietdijk 38cf6eac19 Merge master into staging-next 2020-02-06 19:43:36 +01:00
Ryan Mulligan ed762106d0
Merge pull request #79346 from r-ryantm/auto-update/procs
procs: 0.9.5 -> 0.9.6
2020-02-06 09:37:21 -08:00
Maximilian Bosch 92d6ffcb64
wireguard-tools: 1.0.20200121 -> 1.0.20200206
https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
2020-02-06 18:29:56 +01:00
R. RyanTM 5d190f837a tmux-xpanes: 4.1.0 -> 4.1.1 2020-02-06 16:25:26 +00:00
Maximilian Bosch bead83efa5
starship: 0.33.1 -> 0.35.1
Closes #79282
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>
2020-02-06 17:18:26 +01:00
Bruno Bigras 005c829a9f grpcurl: 1.0.0 -> 1.4.0 2020-02-06 11:07:00 -05:00
R. RyanTM 1c0a1e2862 procs: 0.9.5 -> 0.9.6 2020-02-06 13:50:30 +00:00
R. RyanTM c1b0e3ee3e playerctl: 2.0.2 -> 2.1.1 2020-02-06 13:07:04 +00:00
R. RyanTM abef6b21ff mpd-mpris: 0.2.3 -> 0.2.4 2020-02-06 11:01:38 +00:00
Atemu 823d695585 dnscrypt-proxy2: 2.0.36 -> 2.0.39 2020-02-06 11:38:15 +01:00
R. RyanTM 4071f15037 ioping: 1.1 -> 1.2 2020-02-06 08:47:33 +00:00
Jan Tojnar 02f1740744
gitfs: Switch to Python 3
Supported since 0.5 at least
2020-02-06 01:50:32 +01:00
Lancelot SIX dd3814abc6 screen: 4.7.0 -> 4.8.0
See https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00003.html
for release information
2020-02-05 23:58:17 +01:00
Eelco Dolstra fb051f0dec nixos-{rebuild,container}: Use flakeref#attrpath syntax
This makes them consistent with the 'nix' command line.
2020-02-05 23:15:18 +01:00
Eelco Dolstra 20087bd553 nixos-container: Add flake support
E.g. to create a container that runs the NixOS homepage:

  $ nixos-container create homepage --flake nixos-homepage

And to upgrade it:

  $ nixos-container update homepage
2020-02-05 23:15:18 +01:00
Danylo Hlynskyi 437e1f69be
bash-my-aws: init at 20200111 (#76793)
* bash-my-aws: init at 20191231

Create bma-init

* Update
2020-02-05 22:37:52 +02:00
zowoq 4ccc640dd3
megatools: build on darwin, update src (#79254) 2020-02-05 15:20:52 -05:00
Frederik Rietdijk 292fd97f67 Merge staging-next into staging 2020-02-05 20:48:28 +01:00
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Florian Klink 873e6a4e65
Merge pull request #79250 from edef1c/gcloud-sdk-size
google-cloud-sdk: reduce output size
2020-02-05 19:40:36 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Frederik Rietdijk 87a19e9048
Merge pull request #79119 from NixOS/staging-next
Staging next
2020-02-05 19:09:27 +01:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
tilpner f58c90fa8d
sudo: 1.8.30 -> 1.8.31 2020-02-05 13:39:07 +01:00
Leonhard Markert 42a2668eb0 lorri: unstable-2020-01-09 -> 1.0 2020-02-05 12:12:02 +01:00
worldofpeace dc708dfbf5
Merge pull request #79226 from mmahut/sequoia
sequoia: 0.11.0 -> 0.13.0
2020-02-05 05:35:45 -05:00
R. RyanTM e75b7ed17e dhcp: 4.4.1 -> 4.4.2 2020-02-05 10:43:09 +01:00
R. RyanTM d0790e9fd3 openresolv: 3.9.2 -> 3.10.0 2020-02-05 10:42:43 +01:00
Frederik Rietdijk c55efd568a Merge staging-next into staging 2020-02-05 10:33:50 +01:00
Samuel Dionne-Riel 8fb90fbf3a e2fsprogs: 1.45.4 -> 1.45.5 2020-02-05 10:35:08 +01:00
Frederik Rietdijk 76a439239e Merge master into staging-next 2020-02-05 10:28:52 +01:00
Maximilian Bosch abe70b78f3
Merge pull request #79234 from r-ryantm/auto-update/unrar
unrar: 5.8.5 -> 5.9.1
2020-02-05 09:37:56 +01:00
Maximilian Bosch e94e5cd03f
Merge pull request #78647 from MetaDark/protontricks
protontricks: 1.3.1 -> 1.4
2020-02-05 09:30:18 +01:00
edef 6ceebc441c google-cloud-sdk: strip the Cython gRPC library
This reduces output size by 21 MiB.
2020-02-05 01:59:09 +00:00
edef b7641eaa5a google-cloud-sdk: compact all the JSON
This reduces output size by 20 MiB.
2020-02-05 01:59:09 +00:00
edef dbaafbbf73 google-cloud-sdk: remove tests directories
This reduces output size by 4.5 MiB.
2020-02-05 01:59:09 +00:00
edef c484d6376c google-cloud-sdk: remove crcmod_osx as well
Both third_party/crcmod_osx and third_party/crcmod are only used in the
PYTHONPATH, and we already replace them with dependencies from nixpkgs.
2020-02-05 01:59:09 +00:00
Florian Klink 2ec5c4adf9
Merge pull request #79244 from r-ryantm/auto-update/yubico-piv-tool
yubico-piv-tool: 1.7.0 -> 2.0.0
2020-02-05 01:11:40 +01:00
R. RyanTM 25f50a9197 yubico-piv-tool: 1.7.0 -> 2.0.0 2020-02-04 23:44:36 +00:00
Markus Kowalewski b8fb5ddaf6
snapper: 0.8.8 -> 0.8.9 2020-02-04 22:52:34 +01:00
R. RyanTM a91faae4a6 unrar: 5.8.5 -> 5.9.1 2020-02-04 19:51:34 +00:00
Marek Mahut 5485b44d94 sequoia: 0.11.0 -> 0.13.0 2020-02-04 15:22:06 +01:00
Tomoya Tabuchi 71d4420e20 telepresence: 0.101 -> 0.104
Bump telepresence to 0.104, which contains bug fixes.
2020-02-04 20:50:55 +09:00
Mario Rodas 01b1c16ae2
Merge pull request #79045 from fadenb/graylog_3.2.0
graylog: 3.1.4 -> 3.2.0
2020-02-03 22:15:20 -05:00
zowoq 169fcda342 fuse-overlayfs: 0.7.5 -> 0.7.6
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.6
2020-02-04 08:23:13 +10:00
Will Dietz fc7e4c9267 texlive: poppler 0.84 fix, patch from gentoo 2020-02-03 09:58:44 -08:00
Bjørn Forsman f16019c58f opencc: fix build
LD_LIBRARY_PATH isn't expanded properly in makeFlags, so move it to
preBuild.

Fixes: 3cd8ce3bce ("treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH")
2020-02-03 16:49:41 +01:00
Marek Mahut 58c0bd3076 qesteidutil: remove 2020-02-03 11:17:36 +01:00
Linus Heckemann 2df6898bb5
Merge pull request #79020 from helsinki-systems/wimboot-init
wimboot: Init at 2.6.0
2020-02-03 08:11:31 +01:00
worldofpeace 74e4cb7ea4
Merge pull request #78543 from Atemu/dnscrypt-proxy2-service
nixos/dnscrypt-proxy2: init
2020-02-02 23:02:06 -05:00
worldofpeace 39e893c468 dnscrypt-proxy: remove 2020-02-02 21:51:19 -05:00
R. RyanTM 75a9868dbe socat: 1.7.3.3 -> 1.7.3.4 2020-02-02 22:00:23 +01:00
Markus Schneider b48e761b2c
mons: init at 20200107 (#79000)
Co-authored-by: mschneiderwng <mschneider@linkdot.org>
2020-02-02 21:37:57 +01:00
Jonathan Ringer 727abb55c7 azure-cli: freeze azure-mgmt-deploymentmanager 2020-02-02 09:43:05 -08:00
Mario Rodas c7458ab9ce
Merge pull request #79021 from sikmir/ytop
ytop: init at 0.4.0
2020-02-02 11:18:00 -05:00
Frederik Rietdijk c195ef6aab
Merge pull request #78928 from NixOS/staging-next
Staging next
2020-02-02 15:35:18 +01:00
Frederik Rietdijk e4c28f78e7 Merge staging-next into staging 2020-02-02 15:33:13 +01:00
Nikolay Korotkiy 43686160bc
ytop: init at 0.4.0 2020-02-02 11:34:02 +03:00
worldofpeace edbf5d86e1
Merge pull request #76843 from jakobrs/os-prober-dep
os-prober: add missing dmraid, lvm2 dependencies
2020-02-01 19:34:20 -05:00
Marek Mahut b0a9cc0567
Merge pull request #78983 from marsam/update-chezmoi
chezmoi: 1.7.10 -> 1.7.12
2020-02-01 23:29:20 +01:00
worldofpeace f025935dc6 networkmanager: reorganize directory
This was a bit of a mess.
2020-02-01 17:19:47 -05:00
worldofpeace 6aa47aa042 networkmanager: 1.22.4 -> 1.22.6
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.22.6/NEWS
2020-02-01 17:16:02 -05:00
Tristan Helmich (omniIT) e77a866caa graylog: 3.1.4 -> 3.2.0 2020-02-01 21:38:42 +00:00
Robert Hensing 6e62b01105
Merge pull request #78776 from mmahut/acsccid
acsccid: 1.1.6 -> 1.1.8
2020-02-01 22:02:47 +01:00
Linus Heckemann 7218c68f31
Merge pull request #78735 from wamserma/xpra-bump-3.0.5
xpra: 2.5.3 -> 3.0.5
2020-02-01 19:36:51 +01:00
Linus Heckemann 6a3cf87e65 rtptools: init at 1.22 2020-02-01 19:24:13 +01:00
Marek Mahut 6ba8ec0c09
Merge pull request #79023 from mmahut/trac
trac: disabling pygments tests
2020-02-01 19:09:42 +01:00
Wael Nasreddine 05d62c1951
Merge pull request #77516 from Thra11/mynewt-newt
mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule
2020-02-01 09:24:01 -08:00
Marek Mahut 13d81e6b52 trac: disabling pygments tests 2020-02-01 18:18:29 +01:00
Janne Heß f1221507f3 wimboot: Init at 2.6.0 2020-02-01 17:57:17 +01:00
Maximilian Bosch ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Maximilian Bosch ca7a3c8623
kermit: mark as broken
Uses internal API of the _IO_FILE struct which breaks with glibc-2.30.
Also there's no release since 2011.
2020-02-01 17:24:49 +01:00
Franz Pletz 41483340c4
b3sum: init at 0.1.3 2020-02-01 14:20:51 +01:00
Maximilian Bosch 5ff0b0f2a3
Merge pull request #78864 from avdv/yubikey-manager-qt-1.1.4
yubikey-manager-qt: 1.1.3 -> 1.1.4
2020-02-01 12:21:31 +01:00
Mario Rodas 3232b1d71b
Merge pull request #78992 from xrelkd/update/brook
brook: 20200102 -> 20200201
2020-02-01 04:26:05 -05:00
Mario Rodas 58853f881c
Merge pull request #78987 from marsam/update-procs
procs: 0.9.2 -> 0.9.5
2020-02-01 04:21:02 -05:00
Mario Rodas e72c14a0a9
Merge pull request #78844 from r-ryantm/auto-update/stress-ng
stress-ng: 0.10.14 -> 0.10.16
2020-02-01 04:07:12 -05:00
Maximilian Bosch 56dd9559dd
Merge pull request #78982 from r-ryantm/auto-update/latex2html
latex2html: 2019.2 -> 2020
2020-02-01 09:30:03 +01:00
xrelkd 05a3625d36 brook: 20200102 -> 20200201 2020-02-01 13:52:20 +08:00
R. RyanTM afd0330e6f latex2html: 2019.2 -> 2020 2020-02-01 04:03:41 +00:00
worldofpeace 356e228e74
Merge pull request #78799 from chkno/gnupatch-patches-in-tree
gnupatch: Don't fetch from cgit URLs with unstable hashes
2020-01-31 17:36:45 -05:00
Maximilian Bosch 056dc16463
idutils: mark as broken
Last release was in 2012, package is unmaintained and build system is
pretty old, so we can't just replace the ancient gnulib with a newer
version without further hassle.
2020-01-31 19:07:08 +01:00
Tom Hall eb0c48b1c2 mynewt-newt: patch to fix failure running upgrade on mcuboot 2020-01-31 17:58:05 +00:00
Tom Hall 9a205f8ab6 mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule 2020-01-31 17:58:05 +00:00
Marek Mahut aada254bc8
Merge pull request #78948 from mmahut/vegeta
vegeta: init at 12.7.0
2020-01-31 18:30:47 +01:00
Mario Rodas f36cf56380
Merge pull request #78795 from evanjs/silicon-init
silicon: init at 0.3.0
2020-01-31 09:10:14 -05:00
Mario Rodas a879bd6517
Merge pull request #78909 from r-ryantm/auto-update/axel
axel: 2.17.6 -> 2.17.7
2020-01-31 08:31:04 -05:00
Aaron Andersen 6ed34f1d29
Merge pull request #78824 from r-ryantm/auto-update/rsyslog
rsyslog: 8.1911.0 -> 8.2001.0
2020-01-31 06:26:34 -05:00
Marek Mahut dd5b64a61a vegeta: init at 12.7.0 2020-01-31 10:42:58 +01:00
Mario Rodas e85996d3eb
chezmoi: 1.7.10 -> 1.7.12 2020-01-31 04:20:00 -05:00
Mario Rodas 6b9842c311
Merge pull request #78963 from r-ryantm/auto-update/ansifilter
ansifilter: 2.15 -> 2.16
2020-01-31 20:40:30 -05:00
R. RyanTM ac1b7a2528 ansifilter: 2.15 -> 2.16 2020-01-31 16:55:09 +00:00
Mario Rodas 77f2d9bf1c
procs: 0.9.2 -> 0.9.5 2020-01-31 04:20:00 -05:00
Mario Rodas bc5f6ff819
broot: 0.12.0 -> 0.12.2 2020-01-31 04:20:00 -05:00
Jörg Thalheim c23f10da6a
fail2ban: 0.10.5 -> 0.11.1 (#67931)
fail2ban: 0.10.5 -> 0.11.1
2020-01-31 08:58:58 +00:00
Marek Mahut 9e85d5c50c
Merge pull request #78756 from mmahut/chrome-token-signing
chrome-token-signing: 1.0.7 -> 1.1.0
2020-01-31 08:28:16 +01:00
Maximilian Bosch 645ea323d7
Merge pull request #77989 from lblasc/llvm3-removal
llvm: remove 3.5, 3.8 and 4
2020-01-31 07:42:39 +01:00
R. RyanTM 55dcf5dbbd you-get: 0.4.1355 -> 0.4.1388 2020-01-30 22:03:30 -08:00
R. RyanTM ecb2967b84 jump: 0.23.0 -> 0.30.0 2020-01-30 21:50:22 -08:00
Luka Blaskovic 2d8d2c3fb8 rdedup: use default clang version 2020-01-30 18:35:30 -05:00
Frederik Rietdijk 5cc0468a20 Merge staging into staging-next 2020-01-31 00:16:31 +01:00
Chuck 2327204ad0 gnupatch: Don't fetch from cgit URLs with unstable hashes
cgit cannot serve patches with stable hashes, so store these patches
in-tree.  cgit community discussion about this problem:
https://lists.zx2c4.com/pipermail/cgit/2017-February/003470.html

We pull the patches in-tree rather than strip cgit footers with fetchpatch
because per https://github.com/NixOS/nixpkgs/pull/61471#issuecomment-493218587
dependencies of fetchpatch cannot use fetchpatch.

Verification that the only difference between the live page, the
patch committed here, and the version cached under the old hash at
tarballs.nixos.org is the cgit version footer:

$ curl -s -L http://tarballs.nixos.org/sha256/"$(nix-hash --type sha256 --to-base16 0iw0lk0yhnhvfjzal48ij6zdr92mgb84jq7fwryy1hdhi47hhq64)" > Allow_input_files_to_be_missing_for_ed-style_patches.patch
$ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=b5a91a01e5d0897facdd0f49d64b76b0f02b43e1 ) Allow_input_files_to_be_missing_for_ed-style_patches.patch
--- cgit-live
+++ Allow_input_files_to_be_missing_for_ed-style_patches.patch  2020-01-29 17:22:00.077312937 -0800
@@ -32 +32 @@
-cgit v1.2.1
+cgit v1.0-41-gc330

$ curl -s -L http://tarballs.nixos.org/sha256/"$(nix-hash --type sha256 --to-base16 1bpy16n3hm5nv9xkrn6c4wglzsdzj3ss1biq16w9kfv48p4hx2vg)" > CVE-2018-1000156.patch
$ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=123eaff0d5d1aebe128295959435b9ca5909c26d ) CVE-2018-1000156.patch
--- cgit-live
+++ CVE-2018-1000156.patch      2020-01-29 17:23:41.021116969 -0800
@@ -210 +210 @@
-cgit v1.2.1
+cgit v1.0-41-gc330
2020-01-30 14:23:33 -08:00
R. RyanTM 8d510b3424 axel: 2.17.6 -> 2.17.7 2020-01-30 20:22:35 +00:00
Mathias Schreck 9508d07ac3
runLaTeX: add additional rerun criterion (#78318)
Seems like the phrase "Please rerun LaTeX." is outputted by `biblatex`.
When we detect this, we should actual rerun latex.
2020-01-30 14:05:20 -05:00
Franz Pletz c5b062d064
Merge pull request #78865 from r-ryantm/auto-update/whois
whois: 5.5.3 -> 5.5.5
2020-01-30 16:41:25 +00:00
R. RyanTM fb8967127a whois: 5.5.3 -> 5.5.5 2020-01-30 15:31:53 +00:00
Claudio Bley 6a043cacab yubikey-manager-qt: 1.1.3 -> 1.1.4 2020-01-30 16:13:03 +01:00
Ryan Mulligan 1972c34097
Merge pull request #77865 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.12.0 -> 2.12.0b
2020-01-30 06:56:37 -08:00
R. RyanTM 17748d37cd stress-ng: 0.10.14 -> 0.10.16 2020-01-30 11:09:03 +00:00
Jörg Thalheim d72905c58b
Merge pull request #78615 from msteen/bitwarden_rs
bitwarden_rs: 1.9.1 -> 1.13.1
2020-01-30 11:02:48 +00:00
Marek Mahut c2d7587758 acsccid: 1.1.6 -> 1.1.8 2020-01-30 10:17:20 +01:00
Marek Mahut 84eb0bee4b qdigidoc: adding mmahut as maintainer 2020-01-30 09:55:18 +01:00
Marek Mahut c4594f8c2c qdigidoc: 4.1.0 -> 4.2.3
using mkDerivation
2020-01-30 09:55:18 +01:00
R. RyanTM 27dfbd55f8 rsyslog: 8.1911.0 -> 8.2001.0 2020-01-30 08:31:58 +00:00
Stig Palmquist 2778f0273a
ripasso-cursive: 0.3.0 -> 0.4.0 2020-01-30 08:04:30 +01:00
Mario Rodas d55c1b1d18
Merge pull request #78784 from bbigras/lego
lego: 3.2.0 -> 3.3.0
2020-01-29 23:20:27 -05:00
Bruno Bigras 3922c927ab lego: 3.2.0 -> 3.3.0 2020-01-29 20:51:25 -05:00
Evan Stoll 776ad2f133
silicon: init at 0.3.0 2020-01-29 19:28:24 -05:00
Alyssa Ross b7c59cc7dc squashfs-tools-ng: 0.7 -> 0.8
Gave up trying to build on Darwin.
2020-01-29 23:46:28 +00:00
Izorkin 15b0ae6156 fail2ban: 0.10.5 -> 0.11.1 2020-01-29 23:15:56 +03:00
Martin Potier ed45fe1ccf saml2aws: 2.15.0 -> 2.19.0
Current version is broken, at least for use with Okta and AWS. New
version fixes this problem.

Packaging has changed a bit too, deps.nix was removed, and the top-level
`buildGoModule` is used insead, since the upstream project now exposes a
go.mod file.
2020-01-29 16:44:25 +01:00
Maximilian Bosch 73bc3300ad
gftp: fix build w/glibc-2.30 2020-01-29 12:16:05 +01:00
Mario Rodas f158bb627c
Merge pull request #78748 from zowoq/upx
upx: 3.95 -> 3.96
2020-01-29 04:49:23 -05:00
Marek Mahut 4b1097dd99 chrome-token-signing: adding meta 2020-01-29 10:33:58 +01:00
Marek Mahut 0cc1f3e697 chrome-token-signing: 1.0.7 -> 1.1.0 2020-01-29 10:29:56 +01:00
Rickard Nilsson 28f2dcc8b7 pkgs/coreutils: Disable the df skip-rootfs test
In the sandbox built for https://nixbuild.net, the coreutils build fails
because a failure in the df skip-rootfs test. The test failure is triggered by
the existance of a rootfs file system. However, I think that the test is faulty,
and I have reported it upstream in
https://lists.gnu.org/archive/html/bug-coreutils/2019-12/msg00000.html.

Disabling the test makes the coreutils build work in the nixbuild.net sandbox,
and I can't think of any negative impact disabling it can have. In normal nix
setups and in the normal nix sandbox, this test is not exercised anyway, since
there is no rootfs visible.
2020-01-29 09:05:03 +01:00
Mario Rodas ab12d079cf
Merge pull request #78740 from marsam/fix-ecdsatool
ecdsatool: add to all-packages.nix
2020-01-29 02:36:09 -05:00
zowoq f224d16c4c upx: 3.95 -> 3.96
https://github.com/upx/upx/blob/v3.96/NEWS
2020-01-29 17:28:18 +10:00
Mario Rodas 8336d65b96
Merge pull request #78718 from evanjs/cargo-about-0.2.0
cargo-about: 0.1.1 -> 0.2.0
2020-01-28 19:59:17 -05:00
Mario Rodas 9773e239e1
Merge pull request #78588 from r-ryantm/auto-update/keepalived
keepalived: 2.0.19 -> 2.0.20
2020-01-28 19:58:59 -05:00
Mario Rodas deedf24c88
Merge pull request #75922 from tadfisher/kbfs-fixes
kbfs, nixos/keybase, nixos/kbfs: fix KBFS, add enableRedirector option
2020-01-28 19:13:40 -05:00
Mario Rodas 3fef99484f
Merge pull request #78725 from xrelkd/update/eksctl
eksctl: 0.12.0 -> 0.13.0
2020-01-28 18:22:09 -05:00
Mario Rodas cdfb1f7d53
Merge pull request #78724 from xrelkd/update/brook
brook: 20190601 -> 20200102
2020-01-28 18:21:40 -05:00
Markus S. Wamser 55d3b6b1b1 xpra: 2.5.3 -> 3.0.5
Closes #78707.
2020-01-28 23:39:58 +01:00
zimbatm be52945974
direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
xrelkd 5648d92acc eksctl: 0.12.0 -> 0.13.0 2020-01-29 03:24:07 +08:00
xrelkd 6f5268e7fc brook: 20190601 -> 20200102 2020-01-29 03:13:33 +08:00
Evan Stoll 9a9bb4f9b0 cargo-about: 0.1.1 -> 0.2.0 2020-01-28 13:05:27 -05:00
Matthijs Steen 44dff89215 bitwarden_rs: 1.9.1 -> 1.13.1 2020-01-28 17:26:49 +01:00