Michael Weiss
15623bcb65
chromium{Beta,Dev}: Fix a build error by disabling PGO
...
This fixes build errors like this:
error: Could not read profile ../../chrome/build/pgo_profiles/chrome-linux-4951-1649181099-528ef6669805f2d3db6f3ad7429cfa57a6078271.profdata: unsupported instrumentation profile format version
We already package the most recent stable LLVM version for Chromium but Google
relies on unreleased (Git) versions (thanks...). This isn't ideal but I
don't have the time to package yet another LLVM version so it'll have to
cut it for now.
See build/config/compiler/pgo/pgo.gni:
- 0 : Means that PGO is turned off.
- 1 : Used during the PGI (instrumentation) phase.
- 2 : Used during the PGO (optimization) phase.
With is_official_build the default is chrome_pgo_phase = 2.
2022-04-14 00:08:47 +02:00
Michael Weiss and GitHub
1bfe5c3a23
Merge pull request #168410 from primeos/ungoogled-chromium
...
ungoogled-chromium: 100.0.4896.75 -> 100.0.4896.88
2022-04-13 00:02:38 +02:00
Michael Weiss and GitHub
3ddfd9ea3e
Merge pull request #168409 from primeos/chromium
...
chromium: 100.0.4896.75 -> 100.0.4896.88
2022-04-13 00:02:22 +02:00
Michael Weiss and GitHub
e52c302940
Merge pull request #168408 from primeos/chromiumDev
...
chromiumDev: 102.0.4987.0 -> 102.0.4997.0
2022-04-13 00:01:29 +02:00
Thomas Tuegel and GitHub
4ab80e4046
Merge pull request #168159 from helsinki-systems/upd/qca-qt5
...
libsForQt5.qca-qt5: 2.3.1 -> 2.3.4
2022-04-12 16:18:16 -05:00
Martin Weinelt and GitHub
b99a66e1ab
Merge pull request #168378 from mweinelt/firefox
2022-04-12 22:25:32 +02:00
Michael Weiss
d2f296b3e8
chromium: 100.0.4896.75 -> 100.0.4896.88
...
https://chromereleases.googleblog.com/2022/04/stable-channel-update-for-desktop_11.html
This update includes 11 security fixes.
CVEs:
CVE-2022-1305 CVE-2022-1306 CVE-2022-1307 CVE-2022-1308 CVE-2022-1309
CVE-2022-1310 CVE-2022-1311 CVE-2022-1312 CVE-2022-1313 CVE-2022-1314
2022-04-12 22:14:32 +02:00
Michael Weiss
8255068a63
chromiumDev: 102.0.4987.0 -> 102.0.4997.0
2022-04-12 22:13:59 +02:00
Michael Weiss
a67703536a
ungoogled-chromium: 100.0.4896.75 -> 100.0.4896.88
2022-04-12 22:13:37 +02:00
Martin Weinelt and GitHub
2731137d12
Merge pull request #168288 from erikarvstedt/paperless-ngx
2022-04-12 22:10:52 +02:00
Lassulus and GitHub
65cc198539
Merge pull request #167349 from helsinki-systems/feat/udev-systemd-stage-1
...
nixos/udev: Add systemd stage 1 support
2022-04-12 21:02:52 +01:00
Linus Heckemann and GitHub
0acfc5ed6e
Merge pull request #167323 from alyssais/mailman-ext_dir
...
nixos/mailman: remove obsolete setting
2022-04-12 21:27:27 +02:00
Janne Heß
7024b4e5e3
nixos/udev: Put all initrd options into a namespace
2022-04-12 20:06:13 +01:00
Bernardo Meurer and GitHub
fbfe853944
Merge pull request #168385 from sumnerevans/element-1.10.9
...
element{-desktop,}: 1.10.8 -> 1.10.9
2022-04-12 11:40:52 -07:00
Bernardo Meurer and GitHub
7789a55862
Merge pull request #168383 from veehaitch/github-runner-v2.290.0
...
github-runner: 2.289.2 -> 2.290.0
2022-04-12 11:40:11 -07:00
Artturi and GitHub
afef6103f0
Merge pull request #151788 from applePrincess/remove-coreclr
2022-04-12 21:31:47 +03:00
Michael Weiss and GitHub
5c25603bc4
Merge pull request #168185 from primeos/chromiumDev
...
chromiumDev: 102.0.4972.0 -> 102.0.4987.0
2022-04-12 20:25:38 +02:00
Artturi and GitHub
bfda7fd93c
Merge pull request #168387 from Artturin/updatenixunstable2
2022-04-12 21:09:00 +03:00
Fabian Affolter and GitHub
4e5bad5212
Merge pull request #168324 from fabaff/bump-metasploit
...
metasploit: 6.1.36 -> 6.1.37
2022-04-12 20:06:31 +02:00
Fabian Affolter and GitHub
17f0897af6
Merge pull request #168323 from fabaff/bump-xknx
...
python3Packages.xknx: 0.20.1 -> 0.20.2
2022-04-12 20:06:13 +02:00
Fabian Affolter and GitHub
7a86eb9277
Merge pull request #168321 from fabaff/bump-devolo-home-control-api
...
python3Packages.devolo-home-control-api: 0.17.4 -> 0.18.1
2022-04-12 20:05:58 +02:00
Fabian Affolter and GitHub
31ce89a97a
Merge pull request #168318 from fabaff/bump-pyoverkiz
...
python3Packages.pyoverkiz: 1.3.14 -> 1.4.0
2022-04-12 20:05:38 +02:00
Robert Scott and GitHub
8959372683
Merge pull request #167415 from mweinelt/twisted-cve-2022-24801
...
python3Packages.twisted: Patch HTTP request smuggling issue
2022-04-12 19:01:54 +01:00
Vladimír Čunát
e1118817a1
Merge #168140 : staging-next 2022-04-10
2022-04-12 19:20:51 +02:00
Artturin
830c576ad4
coreclr: remove from nixpkgs
...
has been broken for a year and half
2022-04-12 20:14:32 +03:00
Vincent Laporte and Vincent Laporte
72f3b1a4d1
coqPackages.CoLoR: 1.8.1 → 1.8.2
2022-04-12 18:57:15 +02:00
Guillaume Girol and GitHub
1e6c5832a3
Merge pull request #167023 from podocarp/master
...
sioyek: init at 1.1.0
2022-04-12 16:48:11 +00:00
Erik Arvstedt
0977227b86
nixos/paperless-ng: rename to paperless, use paperless-ngx package
...
Use this opportunity to rename `paperless-(ng)-server` to `paperless-scheduler`.
This follows the naming scheme in the paperless repo and docs.
2022-04-12 18:15:44 +02:00
06kellyjac and ehmry
592dc9ed7f
jellyfin-web: add platforms
2022-04-12 11:15:10 -05:00
06kellyjac and ehmry
7be04844b0
jellyfin: add platforms
2022-04-12 11:15:10 -05:00
Quag and ehmry
b56b2401b8
basiliskii: init at unstable-2022-04-05
2022-04-12 11:10:20 -05:00
Erik Arvstedt
46c3331384
nixos/paperless-ng: simplify redis logic
...
- Rename `hasCustomRedis` -> `enableRedis`
- Extract var `redisServer`
2022-04-12 18:06:34 +02:00
Artturin
e8d30cd329
nixVersions: add artturin to maintainers
2022-04-12 19:03:43 +03:00
Samuel Ainsworth and GitHub
263292cb5e
Merge pull request #167397 from samuela/samuela/autopatchelf
...
autoPatchelfHook: more precise dependency ignorance
2022-04-12 08:58:00 -07:00
Artturin
a1d12edc46
nixVersions.unstable: pre20220322 -> pre20220411
2022-04-12 18:49:08 +03:00
Sumner Evans
2e7cca7690
element{-desktop,}: 1.10.8 -> 1.10.9
2022-04-12 09:37:11 -06:00
Artturi and GitHub
1aba4dff61
Merge pull request #167055 from tpwrules/upgrade-cloudcompare
2022-04-12 18:15:03 +03:00
Vincent Haupert
4f9857143c
github-runner: 2.289.2 -> 2.290.0
2022-04-12 17:12:14 +02:00
Ryan Mulligan and GitHub
53eb496331
Merge pull request #168308 from r-ryantm/auto-update/cargo-deny
...
cargo-deny: 0.11.3 -> 0.11.4
2022-04-12 08:03:07 -07:00
Peter Hoeg
7aa2c5cfb4
openvpn: use update-systemd-resolved instead of vendoring it
2022-04-12 22:59:11 +08:00
Peter Hoeg
adbf08f9ec
update-systemd-resolved: inject PATH to avoid wrapping
2022-04-12 22:59:11 +08:00
Artturi and GitHub
764c88feac
Merge pull request #165895 from tpwrules/fix-microcode-reproducibility
2022-04-12 17:19:27 +03:00
Sandro and GitHub
0b97a4d97d
Merge pull request #161015 from a-m-joseph/util-linux-honor-systemdSupport
2022-04-12 16:10:33 +02:00
Aaron L. Zeng and Vincent Laporte
983a9f4bb6
ocamlPackages.phylogenetics: 0.0.0 -> 0.1.0
2022-04-12 16:02:48 +02:00
Martin Weinelt and GitHub
96ad6a6cfb
Merge pull request #168357 from mweinelt/cpython311
2022-04-12 15:51:48 +02:00
Thomas Tuegel and GitHub
4baef01cd4
Merge pull request #168209 from dtzWill/update/bismuth-3.1.0
...
libsForQt5.bismuth: 3.0.0 -> 3.1.0
2022-04-12 08:46:13 -05:00
Martin Weinelt
d0e5a586b1
firefox-bin: 99.0 -> 99.0.1
...
https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/
2022-04-12 15:41:08 +02:00
Martin Weinelt
07c6d44239
firefox: 99.0 -> 99.0.1
...
https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/
2022-04-12 15:40:44 +02:00
Luflosi and Austin Seipp
0a2f8109f4
abc-verifier: 2022.03.04 -> 2022.03.22
2022-04-12 08:38:25 -05:00
Luflosi and Austin Seipp
338ce3ed6a
yosys: 0.15 -> 0.16
...
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.16
2022-04-12 08:38:25 -05:00