R. RyanTM
ccc54f0fc3
drumkv1: 0.9.11 -> 0.9.12
2020-02-10 18:06:03 +01:00
R. RyanTM
4fce9a6ca2
libmtp: 1.1.16 -> 1.1.17
2020-02-10 18:02:31 +01:00
Vladimír Čunát
4ff2a1641c
Merge #79740 : libssh2: patch CVE-2019-17498 (into staging)
2020-02-10 17:44:54 +01:00
Christian Kauhaus
4682b29aad
libssh2-1.9.0: apply patch for CVE-2019-17498
...
No upstream release yet, but https://github.com/libssh2/libssh2/pull/402
has been accepted by upstream devs.
Original advisory:
https://blog.semmle.com/libssh2-integer-overflow-CVE-2019-17498/
Re #73662
2020-02-10 16:39:24 +01:00
zimbatm
15a51f6949
Merge pull request #78501 from bhipple/feature/fetchcargo-tar-gz
...
fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
2020-02-10 16:22:23 +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
Frederik Rietdijk
d9eb897edd
Merge staging-next into staging
2020-02-10 13:02:53 +01:00
Frederik Rietdijk
ec3edaf7b5
Merge master into staging-next
2020-02-10 12:55:47 +01:00
Mario Rodas
9a329b1dee
Merge pull request #79678 from marsam/update-buildkit
...
buildkit: 0.4.0 -> 0.6.3
2020-02-10 05:51:06 -05:00
Florian Klink
4e0fea3fe2
Merge pull request #77578 from m1cr0man/master
...
Replace simp-le with lego and support DNS-01 challenge
2020-02-10 11:47:30 +01:00
Christian Kauhaus
b2abf36467
Merge pull request #72108 from jD91mZM2/scaff
...
scaff: init at 0.1.1
2020-02-10 10:55:23 +01:00
Daniel Schaefer
f10e240b86
Merge pull request #72886 from JohnAZoidberg/manim
...
manim: init at 0.1.10
2020-02-10 10:09:22 +01:00
Kevin Rauscher
05b4fe20a7
mopidy: update to python3
...
mopidy: 2.3.1 -> 3.0.1
mopidy-iris: 3.43.0 -> 3.44.0
mopidy-spotify: 3.1.0 -> 4.0.1
pykka: 1.2.0 -> 2.0.1
2020-02-10 09:53:13 +01:00
Mario Rodas
16df275985
pythonPackages.grpcio-tools: : 1.26.0 -> 1.27.1
2020-02-10 09:52:04 +01:00
Mario Rodas
c5a0f6b95f
grpc: 1.26.0 -> 1.27.1
...
Changelog:
- https://github.com/grpc/grpc/releases/tag/v1.27.0
- https://github.com/grpc/grpc/releases/tag/v1.27.1
2020-02-10 09:52:04 +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
Andrew Childs
085683c613
memcached: fix darwin build
2020-02-10 02:31:07 -05:00
Benjamin Asbach
3750d8c24c
adoptopenjdk-bin: 8.0.232 -> 8.0.242
2020-02-10 08:11:53 +01:00
Benjamin Asbach
3b18d9ea32
adoptopenjdk-bin: 11.0.5 -> 11.0.6
2020-02-10 08:11:53 +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
Vincent Laporte
30fada894e
ocamlPackages.apron: 2016-01-25 → 0.9.12
2020-02-10 07:36:54 +01:00
Antonio Nuno Monteiro
990f64d5d7
ocamlformat: fix 0.13.0 URL
2020-02-10 07:34:52 +01:00
chamatht
16fe603750
calibre: switch to qtwebengine to fix 4.x ( #79608 )
2020-02-10 01:26:32 -05:00
Jonathan Ringer
5ca385e1e9
python3Packages.pip: 19.3.1 -> 20.0.2
2020-02-09 19:28:58 -08:00
Jonathan Ringer
519519b6fc
dotnet: add framework doc
2020-02-09 19:26:15 -08: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
R. RyanTM
3745d96adc
python27Packages.azure-mgmt-policyinsights: 0.3.1 -> 0.4.0
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
Dmitry Kalinkin
c65ddd0d5e
gcc49.cc: add myself to maintainers
2020-02-09 21:37:06 -05:00
Florian Klink
0e9d542fe7
Merge pull request #79468 from flokli/bluespec-bsc
...
bluespec: init at unstable-2020.02.07
2020-02-10 03:35:31 +01:00
worldofpeace
134665d0ee
Merge pull request #79656 from worldofpeace/readd-keymap-to-tested
...
release-combined: readd keymap tests
2020-02-09 21:35:18 -05:00
worldofpeace
9c22a82d2b
Merge pull request #78420 from evanjs/gitkraken-6.5.0
...
gitkraken: 6.4.1 -> 6.5.1
2020-02-09 21:30:09 -05:00
Mario Rodas
061f755708
pythonPackages.user-agents: 2.0 -> 2.1.0
2020-02-09 18:26:58 -08:00
R. RyanTM
d667dad787
python27Packages.ua-parser: 0.8.0 -> 0.9.0
2020-02-09 18:26:58 -08:00
Matt Layher
065ec9a28c
nixos/corerad: update advertisement argument
2020-02-09 18:09:22 -08:00
Matt Layher
e76101046a
corerad: 0.1.9 -> 0.2.1
2020-02-09 18:09:22 -08:00
worldofpeace
aa4ba502d6
Merge pull request #79335 from flokli/deprecate-perl-vm-tests
...
nixos/testing: add deprecation notice for Perl VM tests
2020-02-09 21:08:11 -05:00
Robert Scott
55ace3be68
pythonPackages.pysaml2: 4.9.0 -> 5.0.0 (security)
...
addressing CVE-2020-5390. disabled for python 2.7 as support is being
removed from this release on.
2020-02-09 17:48:14 -08:00
Andrey Petrov
be32c3caac
dwarf-fortress-packages.unfuck: 0.47.01 -> 0.47.02 release
...
Temporarily using 0.47.01 release for 0.47.02, since there's no
corresponding unfuck release yet and it seems to work.
2020-02-09 17:46:19 -08:00
Andrey Petrov
d51838db20
dwarf-fortress: fix update.sh script for games.json
2020-02-09 17:46:19 -08:00
Andrey Petrov
b865fb3573
dwarf-fortress-packages.dwarf-fortress_0_47_02: init
2020-02-09 17:46:19 -08:00
Andrey Petrov
0a4265c077
dwarf-fortress: update themes.json
2020-02-09 17:46:19 -08:00
worldofpeace
8d77e3537b
Merge pull request #79674 from Infinisil/sudoers-extraRules
...
nixos/sudo: Fix extraRules example rendering
2020-02-09 20:05:16 -05:00
Silvan Mosberger
cb1f1b4260
nixos/sudo: Fix extraRules example rendering
2020-02-10 01:37:07 +01: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
Silvan Mosberger
6169eef798
Merge pull request #78024 from wamserma/minidlna-interval
...
minidlna: provide configuration option for announce interval
2020-02-10 01:25:47 +01:00
Silvan Mosberger
b9d7f1fe24
Merge pull request #65397 from mmilata/sympa
...
sympa: init at 6.2.52 + NixOS module
2020-02-10 01:23:45 +01:00
Ben Wolsieffer
7684537e33
nixos/sanoid, nixos/syncoid: init module and test
2020-02-10 01:12:39 +01:00
Florian Klink
c9ea6afe06
bluespec: init at unstable-2020.02.09
2020-02-10 00:44:22 +01:00