Commit graph

13055 commits

Author SHA1 Message Date
bqv be17edc6f6 pkgs.nyxt: init at 2020-10-23 2020-10-25 08:56:12 +01:00
lewo 68f03380b2
Merge pull request #101393 from 06kellyjac/tekton-cli_0.13.1
tektoncd-cli: 0.13.0 -> 0.13.1
2020-10-25 08:07:46 +01:00
Jörg Thalheim 2f31499703
Merge pull request #101611 from stigtsp/package/firefox-bin-82.0
firefox-bin: 81.0.2 -> 82.0
2020-10-25 07:32:30 +01:00
Jörg Thalheim c8bccb080b
Merge pull request #101624 from taku0/fix_update_nix_for_82
firefox-bin: fix update.nix freezing
2020-10-25 07:31:49 +01:00
taku0 4eacc3784f firefox-bin: fix update.nix freezing
https://github.com/NixOS/nixpkgs/pull/98338#issuecomment-716070078
2020-10-25 13:48:42 +09:00
Benjamin Hipple 64a620f8d3
Merge pull request #101418 from arcnmx/terraform-providers-github
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-24 23:10:13 -04:00
Stig Palmquist 728b984d57
firefox-bin: 81.0.2 -> 82.0 2020-10-25 01:22:03 +02:00
Mario Rodas da8c8a2d34
Merge pull request #100537 from wilsonehusin/sonobuoy-0.19
sonobuoy: 0.16.1 -> 0.19.1
2020-10-24 14:29:14 -05:00
Mario Rodas 002c634339
Merge pull request #101448 from 06kellyjac/terragrunt_0.25.5
terragrunt: 0.25.4 -> 0.25.5
2020-10-24 14:14:06 -05:00
Michael Weiss 253c9cb0b8
tdesktop: 2.4.3 -> 2.4.4 2020-10-24 20:22:56 +02:00
StigP 7ecdf141d2
Merge pull request #98338 from Atemu/firefox-bin-update-fix
firefox-bin/update: fix
2020-10-24 14:42:01 +00:00
Anderson Torres db2c904c3c
Merge pull request #100294 from pniedzwiedzinski/amfora-desktop
amfora: Add desktop file
2020-10-24 08:50:44 -03:00
TredwellGit 2bb011032c
chromium: use official build settings (#101467)
LLD: https://lld.llvm.org/
When you link a large program on a multicore machine, you can expect that LLD runs more than twice as fast as the GNU gold linker. Your mileage may vary, though.
Link-time optimization (LTO) is supported by default.
Some default settings have been tuned for the 21st century. For example, the stack is marked as non-executable by default to tighten security.

LTO & ThinLTO: https://clang.llvm.org/docs/ThinLTO.html
LTO (Link Time Optimization) achieves better runtime performance through whole-program analysis and cross-module optimization. However, monolithic LTO implements this by merging all input into a single module, which is not scalable in time or memory, and also prevents fast incremental compiles. ThinLTO is a new approach that is designed to scale like a non-LTO build, while retaining most of the performance achievement of full LTO.

PGO: https://llvm.org/docs/HowToBuildWithPGO.html https://blog.chromium.org/2020/08/chrome-just-got-faster-with-profile.html
Allows your compiler to better optimize code for how it actually runs. Users report that applying this to Clang and LLVM can decrease overall compile time by 20%.
Because PGO uses real usage scenarios that match the workflows of Chrome users around the world, the most common tasks get prioritized and made faster. Delivers up to 10% faster page loads.

CFI: https://clang.llvm.org/docs/ControlFlowIntegrity.html https://www.chromium.org/developers/testing/control-flow-integrity
Aborts the program upon detecting certain forms of undefined behavior that can potentially allow attackers to subvert the program’s control flow. These schemes have been optimized for performance, allowing developers to enable them in release builds.
By default, a program compiled with CFI will crash with SIGILL if it detects a CFI violation.

Additionally:
Use minizip instead of zlib. Chromium says zlib but actually uses minizip.
Remove old unused workarounds.
Make shell scripts POSIX compliant.
Update documentation URLs.
Prepare for using system libraries.
2020-10-24 12:27:40 +02:00
Vladimír Čunát c0a646edd0
Merge #101380: thunderbird*: 78.3.2 -> 78.4.0 2020-10-24 09:16:36 +02:00
TredwellGit 1bc72b3494 mumble: 1.3.2 -> 1.3.3
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
2020-10-23 20:35:27 +00:00
Michael Weiss 7c76eafdb7
chromiumDev: Mark as broken for now 2020-10-23 19:47:43 +02:00
Michael Weiss 50a2f50acb
chromiumDev: 88.0.4292.2 -> 88.0.4298.4
This should also fix VA-API for chromiumBeta (though that part needs
some cleanup). However, chromiumDev likely still fails due to the
absence of dirmd (not included in the tarball so far, we might have to
package and add it as a dependency).
2020-10-23 17:49:46 +02:00
Kevin Cox 6cbef452b0
Merge pull request #100685 from buckley310/brave
brave: 1.12.112 -> 1.15.76
2020-10-23 11:31:55 -04:00
Michael Weiss b36db49ae7
chromium: Add some brief documentation
Wanted to do this for a long time to collect important knowledge and
make it easier to pass maintainership.
Only time will tell if this'll be useful or become outdated instead.
2020-10-23 11:39:05 +02:00
06kellyjac 10c152cb58 terragrunt: 0.25.4 -> 0.25.5 2020-10-23 09:50:15 +01:00
06kellyjac 268f5110f6 terragrunt: add jk as a maintainer
Add jk (myself) as a maintainer for terragrunt
2020-10-23 09:49:41 +01:00
06kellyjac 200bf0a3af terragrunt: clean and sort arguments
lib was already imported so no need for stdenv.lib
sorted arguments into order of use
2020-10-23 09:48:39 +01:00
Andreas Rammhold e7a4b3df43
Merge pull request #101434 from andir/firefox-disable-lto
firefox: disable LTO by default due to segfaults with wayland
2020-10-23 03:58:12 +02:00
Sean Buckley 61e2d90486 brave: 1.12.112 -> 1.15.76 2020-10-22 21:05:20 -04:00
Ryan Mulligan ff23aaed3a
Merge pull request #101299 from r-ryantm/auto-update/argo
argo: 2.11.5 -> 2.11.6
2020-10-22 18:04:48 -07:00
Andreas Rammhold bca15c82d8 firefox: disable LTO by default due to segfaults with wayland
As discussed in #101429 firefox 82 started crashing when used with
wayland. A brief investigation showed that this appears to be rooted
within the LTO support that was recently added to the package. For the
time being, until someone figures out where the crashes are coming from,
we can just disable LTO.
2020-10-23 02:51:46 +02:00
arcnmx c603dae70d terraform-providers.github: 2.8.0 -> 3.1.0 2020-10-22 14:47:16 -07:00
06kellyjac a7c1563b03 tektoncd-cli: 0.13.0 -> 0.13.1 2020-10-22 16:55:29 +01:00
Anderson Torres 02e4a0e65f
Merge pull request #95320 from mstrangfeld/tektoncd-cli
tektoncd-cli: init at 0.13.0
2020-10-22 12:15:38 -03:00
Marek Mahut 67496d2bb5
Merge pull request #101375 from 1000101/terraform-providers_vultr
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 16:55:40 +02:00
Mario Rodas 77fd054bc2
Merge pull request #101313 from marsam/update-terraform_0_13
terraform_0_13: 0.13.4 -> 0.13.5
2020-10-22 09:37:44 -05:00
taku0 a1ad05b45c thunderbird-bin: 78.3.2 -> 78.4.0 2020-10-22 22:41:21 +09:00
1000101 f5a852941e terraform-providers: vultr 1.3.0 -> 1.4.1 2020-10-22 15:37:33 +02:00
Michael Raskin bb7e76bebb
alpine: 2.23 -> 2.24 (#101318) 2020-10-22 12:56:04 +00:00
Michael Weiss d8cbc9d331
signal-desktop: 1.37.1 -> 1.37.2 2020-10-22 13:36:12 +02:00
Michael Weiss 10b4fe1022
Merge pull request #101306 from TredwellGit/chromium
chromium: 86.0.4240.75 -> 86.0.4240.111
2020-10-22 11:47:35 +02:00
Lancelot SIX ec6f9e1c83
Merge pull request #101193 from bachp/skypeforlinux-8.65.0.78
skypeforlinux: 8.64.0.81 -> 8.65.0.78
2020-10-22 10:30:36 +01:00
Maximilian Bosch d976433296
element-desktop: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-desktop/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Maximilian Bosch 96f29b90a1
element-web: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-web/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
R. RyanTM 693bd2565b alpine: 2.23 -> 2.24 2020-10-22 03:04:18 +00:00
TredwellGit 7dc2d9f819 chromium: 86.0.4240.75 -> 86.0.4240.111
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop_20.html

CVE-2020-16000 CVE-2020-16001 CVE-2020-16002 CVE-2020-15999 CVE-2020-16003
2020-10-22 00:38:17 +00:00
R. RyanTM cc10193222 argo: 2.11.5 -> 2.11.6 2020-10-21 23:41:45 +00:00
Mario Rodas 8b636137c2 terraform_0_13: 0.13.4 -> 0.13.5
https://github.com/hashicorp/terraform/releases/tag/v0.13.5
2020-10-21 18:00:00 -05:00
taku0 fb252b8932 thunderbird: 78.3.2 -> 78.4.0 2020-10-22 03:38:00 +09:00
eyjhb 324ea5b54e
bitlbee-facebook: 1.2.0 -> 1.2.1 2020-10-21 15:21:14 +02:00
Vladimír Čunát 65d6adcf3e
Merge #100713: chromium: build on all cores 2020-10-20 20:58:16 +02:00
Pascal Bach 6ee7c68f94 skypeforlinux: 8.64.0.81 -> 8.65.0.78 2020-10-20 18:39:10 +02:00
Andreas Rammhold 6057ea490f firefox: 78.3.1esr -> 78.4.0esr 2020-10-20 16:29:09 +02:00
Andreas Rammhold ae2f5cccbb firefox: 81.0.2 -> 82.0 2020-10-20 16:29:07 +02:00
Andreas Rammhold b6b09ac7ae
Merge pull request #99922 from S-NA/wip/firefox-lto
firefox: add ltoSupport and enable it by default
2020-10-20 16:23:35 +02:00