Jonathan Ringer and Jon
c7eee5ddac
python3Packages.lxml: 4.4.2 -> 4.5.0
2020-02-10 19:22:29 -08:00
Vladimír Čunát
3668d993a3
gnutls: move some docs that don't seem useful normally
2020-02-10 21:55:23 +01:00
Vladimír Čunát
cfa1f136db
lz4: split binaries into a separate output
...
It's a little suspicious that the binaries are (apparently)
linked statically, but I assume upstream has some reasons (e.g. speed).
2020-02-10 21:31:48 +01:00
Vladimír Čunát
35b13b52cd
lz4: do the refactoring forgotten after PR #51965
2020-02-10 21:30:50 +01:00
Jan Tojnar and GitHub
5ff9a68101
Merge pull request #72544 from r-ryantm/auto-update/libgit2
...
libgit2: 0.27.8 -> 0.28.4
2020-02-10 19:59:25 +01:00
zimbatm and worldofpeace
bcdc90a3a7
ruby_2_4: remove
...
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.
Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.
Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
2020-02-10 13:23:35 -05:00
R. RyanTM and Frederik Rietdijk
ccc54f0fc3
drumkv1: 0.9.11 -> 0.9.12
2020-02-10 18:06:03 +01:00
R. RyanTM and Frederik Rietdijk
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
b2abf36467
Merge pull request #72108 from jD91mZM2/scaff
...
scaff: init at 0.1.1
2020-02-10 10:55:23 +01:00
Daniel Schaefer and GitHub
f10e240b86
Merge pull request #72886 from JohnAZoidberg/manim
...
manim: init at 0.1.10
2020-02-10 10:09:22 +01:00
Kevin Rauscher and Frederik Rietdijk
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 and Frederik Rietdijk
16df275985
pythonPackages.grpcio-tools: : 1.26.0 -> 1.27.1
2020-02-10 09:52:04 +01:00
Mario Rodas and Frederik Rietdijk
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 and Dmitry Kalinkin
085683c613
memcached: fix darwin build
2020-02-10 02:31:07 -05:00
Benjamin Asbach and Frederik Rietdijk
3750d8c24c
adoptopenjdk-bin: 8.0.232 -> 8.0.242
2020-02-10 08:11:53 +01:00
Benjamin Asbach and Frederik Rietdijk
3b18d9ea32
adoptopenjdk-bin: 11.0.5 -> 11.0.6
2020-02-10 08:11:53 +01:00
Michael Raskin and GitHub
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 and Vincent Laporte
30fada894e
ocamlPackages.apron: 2016-01-25 → 0.9.12
2020-02-10 07:36:54 +01:00
Antonio Nuno Monteiro and Vincent Laporte
990f64d5d7
ocamlformat: fix 0.13.0 URL
2020-02-10 07:34:52 +01:00
chamatht and GitHub
16fe603750
calibre: switch to qtwebengine to fix 4.x ( #79608 )
2020-02-10 01:26:32 -05:00
Jonathan Ringer and Jon
5ca385e1e9
python3Packages.pip: 19.3.1 -> 20.0.2
2020-02-09 19:28:58 -08:00
Jonathan Ringer and Jon
519519b6fc
dotnet: add framework doc
2020-02-09 19:26:15 -08:00
Jonathan Ringer and Jon
259d76d541
azure-cli: 2.0.80 -> 2.0.81
2020-02-09 19:25:37 -08:00
Jonathan Ringer and Jon
d26288a514
azure-cli: freeze azure-mgmt-policyinsights
2020-02-09 19:25:37 -08:00
R. RyanTM and Jon
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 and GitHub
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 and GitHub
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 and GitHub
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 and Jon
061f755708
pythonPackages.user-agents: 2.0 -> 2.1.0
2020-02-09 18:26:58 -08:00
R. RyanTM and Jon
d667dad787
python27Packages.ua-parser: 0.8.0 -> 0.9.0
2020-02-09 18:26:58 -08:00
Matt Layher and Jon
065ec9a28c
nixos/corerad: update advertisement argument
2020-02-09 18:09:22 -08:00
Matt Layher and Jon
e76101046a
corerad: 0.1.9 -> 0.2.1
2020-02-09 18:09:22 -08:00
worldofpeace and GitHub
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 and Jon
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 and Jon
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 and Jon
d51838db20
dwarf-fortress: fix update.sh script for games.json
2020-02-09 17:46:19 -08:00
Andrey Petrov and Jon
b865fb3573
dwarf-fortress-packages.dwarf-fortress_0_47_02: init
2020-02-09 17:46:19 -08:00
Andrey Petrov and Jon
0a4265c077
dwarf-fortress: update themes.json
2020-02-09 17:46:19 -08:00
worldofpeace and GitHub
8d77e3537b
Merge pull request #79674 from Infinisil/sudoers-extraRules
...
nixos/sudo: Fix extraRules example rendering
2020-02-09 20:05:16 -05:00