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
553b7a8bf0
Merge master into staging-next
2020-11-20 08:12:06 +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
ea7b8978ef
Merge master into staging-next
2020-11-19 20:08:15 +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
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
Justin Humm
6463b27df9
fontconfig: build manpages, install them in bin output
...
We exclude man3, as it is pretty large and probably not so relevant.
2020-11-18 15:45:37 +01:00
Christian Kampka
9451ae5974
gdbm: Fix multiple definitions error when building with clang
2020-11-18 15:44:58 +01:00
R. RyanTM
6dd536a3cb
libinput: 1.16.2 -> 1.16.3
2020-11-18 15:44:12 +01:00
Martin Weinelt
abbe621724
openldap: 2.4.51 -> 2.4.56
...
Drop patch for what became CVE-2020-25692, it was fixed in 2.4.55.
Fixes: CVE-2020-25709, CVE-2020-25710
2020-11-18 15:40:34 +01:00
Frederik Rietdijk
da12fc6838
Merge staging-next into staging
2020-11-18 15:36:56 +01:00
Jan Tojnar
9635686059
Merge pull request #104074 from jtojnar/more-gnome-updates
2020-11-18 13:05:22 +01:00
Janne Heß
060d20de24
dbus: Enable AppArmor mediation support
2020-11-18 10:10:25 +01:00
Dmitry Kalinkin
ba453a40d5
yoda: 1.8.3 -> 1.8.4
2020-11-17 16:58:50 -05:00
Dmitry Kalinkin
e45d91ee65
Merge pull request #104086 from toonn/darwin-gumbo
...
gumbo: Add darwin to platforms
2020-11-17 16:47:22 -05:00
Niklas Hambüchen
c05e9d9537
Merge pull request #104071 from nh2/issues-104062-libmicrodns-unix
...
libmicrodns: Change platforms to `unix`
2020-11-17 22:35:11 +01:00
Niklas Hambüchen
2a0fbf08da
libmicrodns: Change platforms to unix
. See #104062 .
...
It builds on Darwin as well.
2020-11-17 22:33:48 +01:00