about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gprojector: 3.0.2 -> 3.0.3alyaeanyx2022-03-28
|
* Merge pull request #166133 from Flakebi/saltMartin Weinelt2022-03-28
|\
| * salt: 3004 -> 3004.1Flakebi2022-03-28
| |
* | Merge pull request #166100 from ↵Fabian Affolter2022-03-28
|\ \ | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.azure-mgmt-cognitiveservices python310Packages.azure-mgmt-cognitiveservices: 13.0.0 -> 13.1.0
| * | python3Packages.azure-mgmt-cognitiveservices: disable on older Python releasesFabian Affolter2022-03-28
| | |
| * | python310Packages.azure-mgmt-cognitiveservices: 13.0.0 -> 13.1.0R. Ryantm2022-03-28
| | |
* | | Merge pull request #166106 from ↵Fabian Affolter2022-03-28
|\ \ \ | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.azure-mgmt-signalr python310Packages.azure-mgmt-signalr: 1.0.0 -> 1.1.0
| * | | python3Packages.azure-mgmt-signalr: disable on older Python releasesFabian Affolter2022-03-28
| | | |
| * | | python310Packages.azure-mgmt-signalr: 1.0.0 -> 1.1.0R. Ryantm2022-03-28
| |/ /
* | / robin-map: 0.6.3 -> 1.0.0R. Ryantm2022-03-28
| |/ |/|
* | Merge pull request #166078 from mweinelt/firefox-drmBernardo Meurer2022-03-28
|\ \ | | | | | | firefox: fix drmSupport flag
| * | firefox: fix drmSupport flagMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #109133 @alyssais discovered that the drmSupport flag stopped working. This is because Mozilla decided around Firefox 51 (mozbz#1289634) to swap the default values and our flag was asking for the wrong thing all along. Since this flag has now been enabled for multiple years, disabling it would mean a regression for our users. Leaving it enabled should be unproblematic since it only controls whether Firefox shows the EME nagbar, that allows to enable Widevine CDM, when a site requests it. The choice is therefore completely up to the enduser. Disabling this nagbar is still possible at runtime by setting `browser.eme.ui.enabled` to `false`. If Widevine CDM was inadvertently enabled it can be disabled at `media.gmp-widevinecdm.enabled`. Supersedes: #109133
* | | firefox: always build with clangMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | Both LTO and PGO require the use of clang so I think its easier to just stick with clang for all builds, so PGO and LTO could in theory be used without each other.
* | | firefox: add pname to throw messageMartin Weinelt2022-03-28
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/164646#discussion_r835879348
* | | librewolf: disable pgo supportMartin Weinelt2022-03-28
| | | | | | | | | | | | Starts profiling, starts librewolf, but gets stuck and never terminates.
* | | thunderbird: disable pgo supportMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | Tries to connect out to the internet, so sorry, no pgo for thunderbird. > console.warn: feeds: "downloadFeed: network connection unavailable"
* | | firefox: add profile-guided optimizationMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lo and behold, we're finally catching up with Mozillas very own firefox build in terms of speed. PGO is an optimization technique in which in a first step we create a build that supports instrumentation, meaning we can use it to create a profile of how the browser behaved during usage. Then in a second pass we create the final build that uses the acquired profiling data to optimize the browser for the workload it actually received during profiling. The downside is that with PGO we now need to build Firefox twice, which increases the build time from around 20 minutes to roughly 50 minutes. In the Speedometer 2.0 benchmark multiple tests could see a responsiveness improvemeant around 20-25%, which makes the increased build time well worth it. Sadly this benefit seems limited to x86_64-linux, builds on aarch64-linux get stuck during profiling and I haven't found out why. Finally, after a long time, we can say: Closes: #76484 Supersedes: #129503
* | | ocamlPackages.core_unix: init at 0.14Aaron L. Zeng2022-03-28
| | | | | | | | | | | | | | | This is a compatibility package for a soon-to-come breaking change in Jane Street package layout.
* | | Merge pull request #166091 from ↵Fabian Affolter2022-03-28
|\ \ \ | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.asyncstdlib python310Packages.asyncstdlib: 3.10.3 -> 3.10.4
| * | | python3Packages.asyncstdlib: update orderingFabian Affolter2022-03-28
| | | |
| * | | python310Packages.asyncstdlib: 3.10.3 -> 3.10.4R. Ryantm2022-03-28
| | |/ | |/|
* | | Merge pull request #166119 from mweinelt/metarMartin Weinelt2022-03-28
|\ \ \
| * | | python3Packages.metar: patch another failing testMartin Weinelt2022-03-28
| | | | | | | | | | | | | | | | https://github.com/python-metar/python-metar/issues/165
* | | | Merge pull request #165831 from r-ryantm/auto-update/check_ssl_certFabian Affolter2022-03-28
|\ \ \ \ | | | | | | | | | | checkSSLCert: 2.22.0 -> 2.23.0
| * | | | checkSSLCert: 2.22.0 -> 2.23.0R. Ryantm2022-03-26
| | | | |
* | | | | ocamlPackages.ocplib-endian: disable for OCaml ≤ 4.02Vincent Laporte2022-03-28
| | | | |
* | | | | ocamlPackages.wasm: disable with OCaml 4.02Vincent Laporte2022-03-28
| | | | |
* | | | | ocamlPackages.uutf: disable with OCaml ≤ 4.02Vincent Laporte2022-03-28
| | | | |
* | | | | ocamlPackages.bolt: remove at 1.4 (broken with OCaml 4.02)Vincent Laporte2022-03-28
| | | | |
* | | | | Merge pull request #166061 from SuperSandro2000/sshuttleFabian Affolter2022-03-28
|\ \ \ \ \ | | | | | | | | | | | | sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer
| * | | | | sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainerSandro Jäckel2022-03-28
| | | | | |
* | | | | | Merge pull request #166080 from ↵Fabian Affolter2022-03-28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.aiowebostv python310Packages.aiowebostv: 0.1.3 -> 0.2.0
| * | | | | python310Packages.aiowebostv: 0.1.3 -> 0.2.0R. Ryantm2022-03-28
| | |_|/ / | |/| | |
* | | | | ocamlPackages.fiat-p256: remove at 0.2.1sternenseemann2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has deprecated the package and we no longer depend on it for anything: > Archived, now integrated into mirage-crypto-ec (please use that and report issues there)
* | | | | Merge pull request #164617 from r-ryantm/auto-update/rpcs3Ryan Mulligan2022-03-28
|\ \ \ \ \ | | | | | | | | | | | | rpcs3: 0.0.21-13327-6c096b72b -> 0.0.21-13352-e58906cb4
| * | | | | rpcs3: 0.0.21-13327-6c096b72b -> 0.0.21-13352-e58906cb4R. Ryantm2022-03-17
| | | | | |
* | | | | | Merge pull request #166092 from mweinelt/rlnotes-frroutingMartin Weinelt2022-03-28
|\ \ \ \ \ \
| * | | | | | rl-2205: fix typo in frrrouting announcementMartin Weinelt2022-03-28
| | | | | | |
* | | | | | | Merge pull request #164116 from NickCao/powerdnsMartin Weinelt2022-03-28
|\ \ \ \ \ \ \
| * | | | | | | powerdns: redact configure flags from version output to reduce closure sizeNick Cao2022-03-28
| | | | | | | |
| * | | | | | | powerdns: 4.3.1 -> 4.6.1Nick Cao2022-03-28
| | | | | | | |
* | | | | | | | Merge pull request #166056 from IvarWithoutBones/fix/rtl8821ce-5_17Sandro2022-03-28
|\ \ \ \ \ \ \ \
| * | | | | | | | linuxPackages.rtl8821ce: fix build for kernel >= 5.17Ivar Scholten2022-03-28
| | | | | | | | |
* | | | | | | | | Merge pull request #165028 from alyssais/linux-5.17-rtl8821auSandro2022-03-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | linuxPackages.rtl8821au: 2021-11-05 -> 2022-03-08Alyssa Ross2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the build with Linux 5.17.
* | | | | | | | | | Merge pull request #165959 from davidkna/patch-3Sandro2022-03-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | starship: use system libgit2David Knaack2022-03-27
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #164182 from IvarWithoutBones/init/gummySandro2022-03-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gummy: init at 0.1Ivar Scholten2022-03-28
| | | | | | | | | | | |
| * | | | | | | | | | | sndbus-cpp: init at 1.1.0Ivar Scholten2022-03-14
| | | | | | | | | | | |