Commit graph

42958 commits

Author SHA1 Message Date
Luke Granger-Brown a78925d568
Merge pull request #138268 from NixOS/staging-next
Staging next 2021-09-17
2021-09-24 12:07:12 +01:00
Bobby Rong ed19885202
Merge pull request #137840 from r-ryantm/auto-update/libquotient
libquotient: 0.6.8 -> 0.6.9
2021-09-24 15:05:24 +08:00
github-actions[bot] 213597c007
Merge master into staging-next 2021-09-24 06:01:02 +00:00
Ryan Mulligan 1ab19c9588
Merge pull request #139073 from r-ryantm/auto-update/libvmaf
libvmaf: 2.2.0 -> 2.2.1
2021-09-23 20:19:24 -07:00
Ryan Mulligan 144bdf413e
Merge pull request #139070 from r-ryantm/auto-update/libplctag
libplctag: 2.3.7 -> 2.4.0
2021-09-23 20:02:56 -07:00
Ryan Burns 40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
Sandro f9edb84408
Merge pull request #139192 from devhell/bump-lib-mediainfo 2021-09-23 21:24:02 +02:00
Sandro c0d97dd1d8
Merge pull request #139017 from r-ryantm/auto-update/tinycbor 2021-09-23 21:23:22 +02:00
devhell 912de5092f {lib-}mediainfo: 21.03 -> 21.09 2021-09-23 17:30:23 +01:00
Sandro f264e96e5b
Merge pull request #138706 from matrss/update-eccodes
eccodes: 2.12.5 -> 2.23.0
2021-09-23 17:30:11 +02:00
Matthias Riße ce598b2dd1 eccodes: remove top-level with lib; 2021-09-23 16:37:37 +02:00
Luke Granger-Brown 9aa6b019a7
Merge pull request #139114 from r-burns/tix
[staging-next] tix: fix build on darwin
2021-09-23 14:28:00 +01:00
Luke Granger-Brown e727c3d7cd
Merge pull request #138952 from TredwellGit/ffmpeg
ffmpeg: patch CVE-2021-38171 and CVE-2021-38291
2021-09-23 14:27:29 +01:00
Matthias Riße c36249ac1d eccodes: nixpkgs-fmt 2021-09-23 15:12:39 +02:00
Matthias Riße 2fa0810d11 eccodes: 2.12.5 -> 2.23.0 2021-09-23 15:03:56 +02:00
Bobby Rong 781b811786
Merge pull request #133994 from r-ryantm/auto-update/libdigidocpp
libdigidocpp: 3.14.6 -> 3.14.7
2021-09-23 20:24:08 +08:00
Bobby Rong 4b235ff6a9
Merge pull request #134002 from r-ryantm/auto-update/libopenaptx
libopenaptx: 0.2.0 -> 0.2.1
2021-09-23 20:07:32 +08:00
R. RyanTM cb906083e5
libdigidocpp: 3.14.6 -> 3.14.7 2021-09-23 19:58:16 +08:00
R. RyanTM 23e4d82e4c
libopenaptx: 0.2.0 -> 0.2.1 2021-09-23 19:42:33 +08:00
Silvan Mosberger 1413535d82
Merge pull request #138955 from Infinisil/glibc-locales-duplicates
glibcLocales: Fix build for duplicates in locales list
2021-09-23 13:02:48 +02:00
Ryan Burns 56d9b43336 tix: fix build on darwin 2021-09-23 02:24:58 -07:00
Ryan Burns a86e1f5dac tk: fix missing definition in macOS header 2021-09-23 00:45:23 -07:00
R. RyanTM 7376977b9e libvmaf: 2.2.0 -> 2.2.1 2021-09-23 03:00:54 +00:00
R. RyanTM 4dca3642cf libplctag: 2.3.7 -> 2.4.0 2021-09-23 02:44:14 +00:00
github-actions[bot] 796a5df129
Merge master into staging-next 2021-09-23 00:01:50 +00:00
Vladimír Čunát 314e0f22d8
qt512: fixup build of qtwayland
https://github.com/NixOS/nixpkgs/pull/138268#issuecomment-923135098
It's now not commonly used in Linux NixPkgs; I suppose it will be better
this way than failing.
2021-09-23 01:39:24 +02:00
R. RyanTM 5102c9bb75 tinycbor: 0.5.3 -> 0.5.4 2021-09-22 21:22:32 +00:00
Sandro 1cb5712bd1
Merge pull request #138911 from r-ryantm/auto-update/folly 2021-09-22 23:06:16 +02:00
Sandro 7ac678e6db
Merge pull request #138545 from rb2k/libbfd_darwin 2021-09-22 22:33:13 +02:00
github-actions[bot] 09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
Silvan Mosberger 82590fed5f glibcLocales: Fix build for duplicates in locales list
Without this patch, setting the same locale twice, e.g. like this in
NixOS:

```nix
{
  i18n.supportedLocales = [
    (config.i18n.defaultLocale + "/UTF-8")
    (config.i18n.defaultLocale + "/UTF-8")
  ];
}
```

Would make the glibcLocales build fail with

```
Error: unsupported locales detected:
en_US.UTF-8/UTF-8 \
You should choose from the list above the error.
```
2021-09-22 19:27:53 +02:00
Marc Seeger dc032a866b libbfd: add libintl dependency for darwin. 2021-09-22 09:33:08 -07:00
Michael Weiss bb7e33ce56
Merge pull request #138847 from primeos/mesa
mesa: 21.2.1 -> 21.2.2
2021-09-22 16:53:59 +02:00
TredwellGit b1f41c9184 ffmpeg: patch CVE-2021-38171 and CVE-2021-38291
https://nvd.nist.gov/vuln/detail/CVE-2021-38171
https://nvd.nist.gov/vuln/detail/CVE-2021-38291
2021-09-22 14:28:33 +00:00
Bobby Rong c48889d6ce
Merge pull request #137709 from r-ryantm/auto-update/symengine
symengine: 0.7.0 -> 0.8.1
2021-09-22 21:39:58 +08:00
Alyssa Ross b898e958da
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/libfabric/default.nix
	pkgs/tools/filesystems/btrfs-progs/default.nix
2021-09-22 10:07:27 +00:00
R. RyanTM bb89ef8556 folly: 2021.09.13.00 -> 2021.09.20.00 2021-09-22 06:36:53 +00:00
Michael Weiss f36df15fe5
mesa: 21.2.1 -> 21.2.2 2021-09-21 23:49:01 +02:00
Sandro 377600cefd
Merge pull request #138064 from x3rAx/ksnip-1.9.1
ksnip: init at 1.9.1
2021-09-21 23:20:06 +02:00
Shamrock Lee c95fcfc6b3
libfabric: meta.platforms = lib.platforms.all and 1.13.0 -> 1.13.1 (#138780) 2021-09-21 21:06:24 +02:00
github-actions[bot] fd3d37414d
Merge master into staging-next 2021-09-21 12:01:29 +00:00
Jan Tojnar d908e8df1c
Merge pull request #138761 from helsinki-systems/upd/webkitgtk
webkitgtk: 2.32.3 -> 2.32.4
2021-09-21 13:08:51 +02:00
github-actions[bot] fa2601f3b2
Merge master into staging-next 2021-09-21 06:01:04 +00:00
Bobby Rong 69a9d335f6
Merge pull request #138714 from matrss/update-cdo
cdo: 1.9.7.1 -> 1.9.10
2021-09-21 13:48:11 +08:00
r-burns 172b805f53
Merge pull request #135901 from r-ryantm/auto-update/s2n-tls
s2n-tls: 1.0.16 -> 1.0.17
2021-09-20 21:32:40 -07:00
Robert Schütz ec1f9ceb34
Merge pull request #137959 from dotlambda/mauikit-2.0.1
libsForQt5.mauikit: 1.2.2 -> 2.0.1
2021-09-20 20:59:58 -07:00
github-actions[bot] bf4c9d6b39
Merge master into staging-next 2021-09-21 00:01:40 +00:00
ajs124 7e7a4021e8 webkitgtk: 2.32.3 -> 2.32.4
https://webkitgtk.org/security/WSA-2021-0005.html
2021-09-21 00:28:12 +02:00
Sergei Trofimovich 8fc20dfdca libebml: upstream fix for gcc-11 2021-09-20 19:24:59 +01:00
github-actions[bot] ecf5e75910
Merge master into staging-next 2021-09-20 18:01:12 +00:00