293627 Commits

Author SHA1 Message Date
Luke Granger-Brown
31d8fc0b52
Merge pull request #125924 from NixOS/backport-125774-to-release-21.05
[Backport release-21.05] gnome.gnome-boxes: 40.1 -> 40.2
2021-07-25 10:15:13 +01:00
Luke Granger-Brown
10282fa17b
Merge pull request #125925 from NixOS/backport-125771-to-release-21.05
[Backport release-21.05] gnome.gnome-software: 40.1 -> 40.2
2021-07-25 10:15:07 +01:00
Luke Granger-Brown
2267d4b801
Merge pull request #125926 from NixOS/backport-125757-to-release-21.05
[Backport release-21.05] evolution-data-server: 3.40.1 -> 3.40.2
2021-07-25 10:14:54 +01:00
Luke Granger-Brown
17b1b28402
Merge pull request #130978 from NixOS/backport-124799-to-release-21.05
[Backport release-21.05] nixos/unbound: fix define-tag option
2021-07-25 10:14:27 +01:00
Michael Weiss
a45acbc8e3
chromium: remove bendlas as maintainer
Their last Chromium commit is a52d7674cc7 from 2019.
Thank you for maintaining Chromium in the past.

(cherry picked from commit d4612af2c0d5e3c220bdd37c19272a69cc16cfd0)
2021-07-25 11:12:33 +02:00
Michael Weiss
9ede7cd91b
chromiumDev: 93.0.4573.0 -> 93.0.4577.8
(cherry picked from commit 503dc62d0468e303758a720c8d650075a48956ec)
2021-07-25 11:12:32 +02:00
Michael Weiss
03f1833d1a
chromiumBeta: 92.0.4515.101 -> 92.0.4515.107
(cherry picked from commit 5c6608144f9cd108565297c7c03ec79bb0fe611f)
2021-07-25 11:12:32 +02:00
Michael Weiss
741f8416c7
chromium: get-commit-message.py: Improve the parsing
The current stable release announcement [0] uses more HTML tags which
broke the detection of "fixes" and "zero_days". Proper HTML parsing
could be done using html.parser [1] but for our purposes the naive regex
trick works well enough.

[0]: https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html
[1]: https://docs.python.org/3/library/html.parser.html

(cherry picked from commit 3e93811d93b2bc88f047e9a989b456ab3ae3291c)
2021-07-25 11:12:31 +02:00
Michael Weiss
affa0971db
chromiumBeta: 92.0.4515.93 -> 92.0.4515.101
(cherry picked from commit b22b804e67e546edda690b3ae9a7d0c7cd38f37e)
2021-07-25 11:12:30 +02:00
Michael Weiss
4857d71209
chromiumDev: 93.0.4557.4 -> 93.0.4573.0
(cherry picked from commit 96a3799050f46967f4b1f0141a5965c79137c4a2)
2021-07-25 11:12:30 +02:00
Michael Weiss
fe5ef8dbc0
chromiumBeta: 92.0.4515.80 -> 92.0.4515.93
(cherry picked from commit a571f3a94530f36ae1016cb74d2c861cb379ad5e)
2021-07-25 11:12:29 +02:00
Luke Granger-Brown
3af6b9cbe6
Merge pull request #130289 from NixOS/backport-123291-to-release-21.05
[Backport release-21.05] docker: 20.10.2 -> 20.10.6
2021-07-25 10:12:27 +01:00
Michael Weiss
9f9708fac7
chromiumBeta: Install crashpad_handler
This executable is required to fix a startup error.
TODO: Refactor the Nix expressions to allow chromiumVersionAtLeast, etc.
"everywhere" and investigate the VM test failure.

(cherry picked from commit ef7f020ec88c6aa92f3c35a4a83cd3517533d690)
2021-07-25 11:10:07 +02:00
Michael Weiss
1728c037de
chromiumBeta: 92.0.4515.70 -> 92.0.4515.80
(cherry picked from commit 11237c7d83eb87cf9b608e4917f072b8ed206b27)
2021-07-25 11:10:06 +02:00
Michael Weiss
c0a0749d1c
chromiumDev: 93.0.4549.3 -> 93.0.4557.4
Would need to temporarily remove "ffmpeg" from gnSystemLibraries and
disable use_thin_lto to fix the build (theoretically).

(cherry picked from commit 5cae43456679428a675fb7074b48ceb5aa3f73e4)
2021-07-25 11:10:06 +02:00
Michael Weiss
9c2bdffc2a
chromiumDev: Fix build errors due to the older system FFmpeg
The final linking still fails though, even with llvm-git.
We might have to diable use_thin_lto for now:
ld.lld: error: undefined symbol: snappy::Compress(char const*, unsigned long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)
>>> referenced by compression_module.cc
>>>               thinlto-cache/Thin-ed5ed5.tmp.o:(reporting::CompressionModule::CompressRecord(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, base::OnceCallback<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, absl::optional<reporting::CompressionInformation>)>) const)
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)

(cherry picked from commit fcdcb819362836505e059ef1c5cb33c737883400)
2021-07-25 11:10:05 +02:00
Michael Weiss
d6b4569f80
chromiumBeta: 92.0.4515.59 -> 92.0.4515.70
(cherry picked from commit e829ab8d659cd9e8c574bd366dadaefbef8793e7)
2021-07-25 11:10:04 +02:00
Michael Weiss
04accba48c
chromiumDev: 93.0.4542.2 -> 93.0.4549.3
(cherry picked from commit c8fe353d8be0cb96e91fae004afb0b2d7b02c502)
2021-07-25 11:10:04 +02:00
Michael Weiss
4ee0ab1564
chromiumDev: Fix building from the release tarball
See https://bugs.chromium.org/p/chromium/issues/detail?id=1215229.
Before this the build failed with this error:
[101/47617] ACTION //build/util:chromium_git_revision(//build/toolchain/linux/unbundle:default)oaded_data.pbchain/linux/unbundle:default)
FAILED: gen/build/util/chromium_git_revision.h
python3 ../../build/util/lastchange.py --header gen/build/util/chromium_git_revision.h --revision-id-only --revision-id-prefix @ -m\ CHROMIUM_GIT_REVISION
ERROR:root:Failed to get git top directory from '/build/chromium-93.0.4542.2/build/util': Git command 'git git rev-parse --show-toplevel' in /build/chromium-93.0.4542.2/build/util failed: [Errno 2] No such file or directory: 'git'

(cherry picked from commit 8af443906d795aa562839f4968566dd58b76c0fd)
2021-07-25 11:10:03 +02:00
Michael Weiss
dcf696ee71
chromiumBeta: 92.0.4515.51 -> 92.0.4515.59
(cherry picked from commit 28b48376b992a2126dfa79ddfbcc6c60d5c62438)
2021-07-25 11:10:02 +02:00
Michael Weiss
08c330473e
chromiumDev: 93.0.4535.3 -> 93.0.4542.2
(cherry picked from commit 0876f689d75ab65caee1c1ba02ca1be65732a90f)
2021-07-25 11:10:02 +02:00
Michael Weiss
385d6c0d60
chromiumBeta: 92.0.4515.40 -> 92.0.4515.51
(cherry picked from commit 558cb984de748cdf86f08c8bf5d410390d2503ec)
2021-07-25 11:10:01 +02:00
Luke Granger-Brown
2cc557dcae
Merge pull request #129171 from eduardosm/seafile
[Backport release-21.05] seafile-shared: 8.0.1 -> 8.0.3, seafile-client: 8.0.1 -> 8.0.3
2021-07-25 10:07:45 +01:00
Luke Granger-Brown
43aa33d9c2 google-chrome: avoid crash under some situations
If our Chrome derivation is Vulkan enabled, the Chrome GPU process
reliably crashes for me under M92 using the proprietary Nvidia drivers.
This is because the PCI-based GPU detection path fails, and we attempt
to use the Vulkan fallback instead, which then crashes(!!)

Including libpci allows us to use Angle's
src/gpu_info_util/SystemInfo_libpci.cpp path instead, which doesn't
crash, unlike src/gpu_info_util/SystemInfo_vulkan.cpp.

(cherry picked from commit 51d83077ffbca115265b04853e244179713c6518)
2021-07-25 09:06:09 +00:00
Luke Granger-Brown
01c8ed0ba0
Merge pull request #131438 from angustrau/backport-zoom-us-5.7.28852.0718
[21.05] zoom-us: 5.7.26030.0627 -> 5.7.28852.0718
2021-07-25 09:31:33 +01:00
Angus Trau
ae6a552c88 zoom-us: 5.7.26030.0627 -> 5.7.28852.0718
(cherry picked from commit c2461f0d67efbd642d647e827c8f234f15386fa1)
2021-07-25 17:35:48 +10:00
Martin Weinelt
31f84bb17a apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17
(cherry picked from commit 6d318b6585c5b12244c91b82e12c732356e4959a)
2021-07-25 07:20:10 +00:00
Vladimír Čunát
719e9f31c2
Merge #130786: mesa: 21.0.1 -> 21.1.4 (into staging-21.05) 2021-07-25 07:50:04 +02:00
ash lea
af428afe37 mesa: fix datadir location
(cherry picked from commit 9bf469e6488b5835ac83ccc5ca7f7f63c1f7a0dd)
2021-07-24 19:26:46 -07:00
github-actions[bot]
7533ec9452
Merge staging-next-21.05 into staging-21.05 2021-07-24 18:03:34 +00:00
github-actions[bot]
1a9a78fa43
Merge release-21.05 into staging-next-21.05 2021-07-24 18:02:18 +00:00
Daneel S. Yaitskov
973910f5c3
override ap-normalize version with 0.1.0.1 (#130946)
haskellPackages.ap-normalize: 0.1.0.0 -> 0.1.0.1

Co-authored-by: Daniil Iaitskov <daniil.iaitskov@soostone.com>
Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2021-07-24 14:56:18 +02:00
github-actions[bot]
5210d03fca
Merge staging-next-21.05 into staging-21.05 2021-07-24 12:03:14 +00:00
github-actions[bot]
9814d5da91
Merge release-21.05 into staging-next-21.05 2021-07-24 12:02:33 +00:00
Oleksii Filonenko
9f4966b7e1
Merge pull request #131240 from NixOS/backport-129451-to-release-21.05
[Backport release-21.05] hugo: 0.84.4 -> 0.85.0
2021-07-24 13:50:53 +03:00
Michele Guerini Rocco
ccae2fed21
Merge pull request #131214 from rnhmjoj/staging-21.05
[21.05] kbd: update search-paths.patch
2021-07-24 09:50:17 +02:00
davidak
537678cb1e
Merge pull request #131211 from NixOS/backport-130814-to-release-21.05
[Backport release-21.05] man-pages: 5.11 -> 5.12
2021-07-24 08:14:20 +02:00
github-actions[bot]
b0b24df92d
Merge staging-next-21.05 into staging-21.05 2021-07-24 00:03:36 +00:00
github-actions[bot]
d25f52a1e6
Merge release-21.05 into staging-next-21.05 2021-07-24 00:02:56 +00:00
zowoq
1fc8847792 libslirp: 4.6.0 -> 4.6.1
https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.6.1
(cherry picked from commit 7ce24d4b85077a5f24f83abe81a07bb7d146e9f7)
2021-07-24 00:38:20 +01:00
zowoq
94cc94a40c libslirp: 4.5.0 -> 4.6.0
https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.6.0
(cherry picked from commit 8d25d8c55dcdf10a612aac115bd88139d10fc351)
2021-07-24 00:37:13 +01:00
Graham Christensen
1a52f18432
Merge pull request #131287 from NixOS/backport-131266-to-release-21.05
[Backport release-21.05] webkitgtk: 2.32.1 -> 2.32.3
2021-07-23 19:29:06 -04:00
Philipp Bartsch
ea8fc4327f webkitgtk: 2.32.1 -> 2.32.3
Relevant security advisory:
https://webkitgtk.org/security/WSA-2021-0004.html

CVEs:
CVE-2021-1817,  CVE-2021-1820,  CVE-2021-1825,  CVE-2021-1826,
CVE-2021-21775, CVE-2021-21779, CVE-2021-21806, CVE-2021-30661,
CVE-2021-30663, CVE-2021-30665, CVE-2021-30666, CVE-2021-30682,
CVE-2021-30689, CVE-2021-30720, CVE-2021-30734, CVE-2021-30744,
CVE-2021-30749, CVE-2021-30758, CVE-2021-30761, CVE-2021-30762,
CVE-2021-30795, CVE-2021-30797, CVE-2021-30799

(cherry picked from commit 3bb38198e94c9076acac411caae0f1c15ad1e96e)
2021-07-23 23:09:31 +00:00
github-actions[bot]
9860c61f4f
Merge staging-next-21.05 into staging-21.05 2021-07-23 18:02:56 +00:00
github-actions[bot]
967de8a3ae
Merge release-21.05 into staging-next-21.05 2021-07-23 18:02:22 +00:00
Maximilian Bosch
91c154210e
Merge pull request #131251 from NixOS/backport-131215-to-release-21.05
[Backport release-21.05] grocy: 3.0.1 -> 3.1.0
2021-07-23 18:45:55 +02:00
oxalica
18f9a94bcd
tdesktop: bundle the default font
It's worth to think about setting -DDESKTOP_APP_USE_PACKAGED_FONTS=OFF
since it's impossible to install fonts as dependencies of packages with
Nix and tdesktop's widgets are developed only with Open Sans in mind (it
has a lot of hardcoded values and wide fonts like DejaVu may
even go out of widgets' bounds)

https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649
(cherry picked from commit 27585b98971f8180e12592e694d38a19c072d1bf)
2021-07-24 00:43:50 +08:00
Maximilian Bosch
3192d960ae prometheus-openldap-exporter: 2.1 -> 2.1.4
ChangeLogs:
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.1
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.2
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.3
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.4

(cherry picked from commit c078dbc3072831eff8c5b5c67809c78ad8477796)
2021-07-23 16:43:18 +00:00
oxalica
e0952c6afd
tdesktop: patch dlopen paths
(cherry picked from commit 6019d8abff9e4cc31001d2b9a55088bdefa245cd)
2021-07-24 00:42:00 +08:00
oxalica
0006f72f88
tdesktop: use bundled libtgvoip
(cherry picked from commit 2a12ba467c49bd8885f3726fca061574a4d816cb)
2021-07-24 00:36:52 +08:00