Commit Graph

37119 Commits

Author SHA1 Message Date
Frederik Rietdijk
54cb417ba0 Merge staging-next into staging 2020-11-21 08:43:46 +01:00
Frederik Rietdijk
1ffd7cf0d6 Merge master into staging-next 2020-11-21 08:43:10 +01:00
freezeboy
c99a4f92ac libsForQt5.herqq: fix build with qt5.15
Using a unreleased commit from upstream.

Also moved the derivation to mkLibsForQt5 to let
the application choose its Qt5 version.

Did not put an alias as previous version was broken
since ages.
2020-11-20 22:24:25 +01:00
freezeboy
ed7a64c4ee qcsxcad: migrate to Qt511 + additional cleanup
* Split into multiple outputs
 * Rewrite the derivation without stdenv
2020-11-20 22:24:18 +01:00
Dmitry Kalinkin
bf87caed1d
Merge pull request #104102 from veprbl/pr/yoda_184
yoda: 1.8.3 -> 1.8.4
2020-11-20 14:33:33 -05:00
Jörg Thalheim
5e46d05486
Merge pull request #104261 from Mic92/spdlog 2020-11-20 19:01:29 +01:00
Christian Kampka
11c8754ef9 skalibs: 2.9.1.0 -> 2.9.3.0 2020-11-20 18:15:17 +01:00
Daniël de Kok
af6dbe82b4
Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit
cudnn_cudatoolkit_10: 10.1 -> 10.2
2020-11-20 13:34:18 +01:00
Frederik Rietdijk
cbb4e4733b Merge staging-next into staging 2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Austin Seipp
75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
R. RyanTM
789f51c4fb enet: 1.3.16 -> 1.3.17 2020-11-19 22:27:44 -08:00
R. RyanTM
ca4e0ad7ca matio: 1.5.18 -> 1.5.19 2020-11-19 21:40:49 -08:00
R. RyanTM
5323dd676d libinsane: 1.0.7 -> 1.0.8 2020-11-19 21:39:20 -08:00
Frederik Rietdijk
8d171ccfc3 c-blosc: fix cross 2020-11-19 22:05:10 +01:00
Ben Wolsieffer
6501d9880c talloc: fix cross-compilation to 32-bit platforms 2020-11-19 20:42:59 +01:00
Scott Worley
303adee602 libdevil: Fix patch URL 2020-11-19 20:12:32 +01:00
Scott Worley
82229259dd cyrus-sasl: Tarballs now hosted at github 2020-11-19 20:12:32 +01:00
R. RyanTM
354a3b92b4 gmp: 6.2.0 -> 6.2.1 2020-11-19 20:10:53 +01:00
Frederik Rietdijk
1a33f87245 Merge staging-next into staging 2020-11-19 20:08:38 +01:00
Frederik Rietdijk
ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
R. RyanTM
8fec3bf643 libsecret: 0.20.3 -> 0.20.4 2020-11-19 20:07:57 +01:00
Timo Kaufmann
e04721b289
Merge pull request #104083 from timokau/sage-maintainers-team
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Michael Raskin
c628b8f46e
Merge pull request #104258 from r-ryantm/auto-update/libosip2
libosip: 5.1.2 -> 5.2.0
2020-11-19 15:28:59 +00:00
Jörg Thalheim
a19b005867
fmt_6: remove 2020-11-19 13:58:53 +01:00
Jörg Thalheim
ba322dcb49
spdlog: 1.7.0 -> 1.8.1 2020-11-19 11:23:28 +01:00
Daniël de Kok
1bdeea7fc8 cudnn_cudatoolkit_10: 10.1 -> 10.2
cudatoolkit_10 is currently CUDA 10.2, whereas cudnn_cudatoolkit_10
was using CuDNN with CUDA 10.1. This change rectifies that
discrepancy.
2020-11-19 10:19:54 +01:00
R. RyanTM
d240811038 libosip: 5.1.2 -> 5.2.0 2020-11-19 08:48:17 +00:00
Maciej Krüger
c7b9a25365
Merge pull request #104212 from mkg20001/avif-up 2020-11-19 04:15:39 +01:00
Niklas Hambüchen
7c8451d51c
Merge pull request #104098 from nh2/issues-104062-gstreamer-libva-linux-only
gst_all_1.gst-plugins-bad: libva is Linux-only
2020-11-19 03:37:22 +01:00
Ryan Mulligan
48f9fb718f
Merge pull request #104196 from r-ryantm/auto-update/libgpiod
libgpiod: 1.6 -> 1.6.1
2020-11-18 17:36:13 -08:00
Andreas Rammhold
e5f945b13b
Merge pull request #104176 from andir/firefox-83
firefox: 82.0.3 -> 83.0, firefox-esr: 78.4.1esr -> 78.5.0esr, nss: 3.56 -> 3.58, cacert refactor
2020-11-19 00:47:04 +01:00
Maciej Krüger
88db71c9aa
libavif: disable libaom decoder 2020-11-18 23:20:04 +01:00
Timo Kaufmann
b7319d2d35 maintainers: add raskin to the sage team
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
2020-11-18 21:29:24 +01:00
Timo Kaufmann
ff8338343b maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
R. RyanTM
944a6ae388 glib: 2.66.2 -> 2.66.3 2020-11-18 21:25:47 +01:00
Niklas Hambüchen
691e6e4c26 gst_all_1.gst-plugins-bad: libva/v4l2codecs are Linux-only. Fixes #104062 2020-11-18 21:13:42 +01:00
ajs124
fce1a3ee1a
nss: 3.58 -> 3.59
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.59_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
6c33216fcb
nss: 3.57 -> 3.58
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
cbd0f8931c
nss_3_53: init 2020-11-18 20:13:23 +01:00
Andreas Rammhold
94448baf6d
cacert: decouple from NSS to reduce rebuild amount
In [#100765] @vcunat pointed out that we could decouple cacert from the
NSS package to make it more rebuild friendly. Just rebuilding packages
that depend on NSS seems to be about ~100. Rebuilding all the packages
that depend on cacert is >9k as of this writing. This makes it much more
feasible to upgrade high-profile packages that are (rightfully) pedantic
on their NSS version like firefox and thunderbird.

[#100765]: https://github.com/NixOS/nixpkgs/pull/100765
2020-11-18 20:13:22 +01:00
R. RyanTM
c27fa30028 libavif: 0.8.2 -> 0.8.3 2020-11-18 18:56:03 +00:00
R. RyanTM
ca07ef0fc4 libgpiod: 1.6 -> 1.6.1 2020-11-18 17:11:09 +00:00
ajs124
4897c23904 spandsp3: init at 3.0.0 2020-11-18 17:13:29 +01:00
ajs124
99b47e7111 Revert "spandsp: 0.0.6 -> 3.0.0"
This reverts commit e184cede92.
2020-11-18 17:05:22 +01:00
R. RyanTM
d9b359d8fe faad2: 2.9.2 -> 2.10.0 2020-11-18 15:58:15 +01:00
TredwellGit
0f05f224fa fribidi: 1.0.7 -> 1.0.10
https://github.com/fribidi/fribidi/releases/tag/v1.0.8
https://github.com/fribidi/fribidi/releases/tag/v1.0.9
https://github.com/fribidi/fribidi/releases/tag/v1.0.10
2020-11-18 15:55:56 +01:00
Bob van der Linden
ceb3fde6ba libpaper: 1.1.24 -> 1.1.28 2020-11-18 15:52:46 +01:00
R. RyanTM
96fb471fc7 libevdev: 1.9.1 -> 1.10.0 2020-11-18 15:49:52 +01:00
R. RyanTM
f2e4de720d libgda: 5.2.9 -> 5.2.10 2020-11-18 15:46:07 +01:00