Commit graph

431078 commits

Author SHA1 Message Date
Sandro
477e6a4196
Merge pull request #203755 from r-ryantm/auto-update/yq-go 2022-11-30 16:14:29 +01:00
Aaron Andersen
ecf7441d25 nixos/lxc: apply recommendations from distrobuilder 2022-11-30 10:09:59 -05:00
R. Ryantm
96a8f39019 python310Packages.manimpango: 0.4.2 -> 0.4.3 2022-11-30 15:08:22 +00:00
Elis Hirwing
9126bcf608
Merge pull request #203634 from LeSuisse/pcre-jit-sealloc-issue
php8*: disable PCRE2 JIT SEAlloc to avoid crashes when forking
2022-11-30 16:03:36 +01:00
figsoda
e7759444ce
Merge pull request #203712 from urandom2/rke
rke: init at 1.4.1
2022-11-30 09:11:15 -05:00
figsoda
4be0e6d648
Merge pull request #203513 from imincik/geospatial-maintainers-team
maintainers/team-list: add geospatial team
2022-11-30 09:10:28 -05:00
figsoda
1beb3948ae
rke: exclude codegen binary 2022-11-30 09:04:49 -05:00
R. Ryantm
e99fa4a086 yq-go: 4.30.4 -> 4.30.5 2022-11-30 13:54:22 +00:00
Sandro
f1bf50e861
Merge pull request #203716 from r-ryantm/auto-update/python310Packages.google-cloud-logging 2022-11-30 14:48:39 +01:00
Sandro Jäckel
248a982a86
gimp: remove ? null from inputs 2022-11-30 14:40:05 +01:00
Sandro
365c6518f4
Merge pull request #200179 from urandom2/gtkcord4
Fixes https://github.com/NixOS/nixpkgs/issues/96936
2022-11-30 14:21:16 +01:00
R. Ryantm
fbcdadcb92 wasmer: 3.0.1 -> 3.0.2 2022-11-30 13:13:08 +00:00
Mario Rodas
41ca04870a
Merge pull request #203740 from r-ryantm/auto-update/wakatime
wakatime: 1.57.0 -> 1.60.1
2022-11-30 08:11:51 -05:00
Mario Rodas
3a7411bf27
Merge pull request #202098 from r-ryantm/auto-update/python310Packages.netcdf4
python310Packages.netcdf4: 1.6.1 -> 1.6.2
2022-11-30 08:10:01 -05:00
Bobby Rong
cfc9a855eb
Merge pull request #197996 from Maxwell-lt/knative-func
func: init at 1.7.0
2022-11-30 21:03:15 +08:00
Mario Rodas
eed05da3a3
Merge pull request #199802 from jerith666/openjdk-19
OpenJDK: init 19.0.1
2022-11-30 08:01:20 -05:00
Mario Rodas
36484fe72d
Merge pull request #199104 from NickCao/krun
krun updates
2022-11-30 07:57:56 -05:00
R. Ryantm
621d700d38 wapm-cli: 0.5.5 -> 0.5.9 2022-11-30 12:54:59 +00:00
R. Ryantm
2baf181c61 wakatime: 1.57.0 -> 1.60.1 2022-11-30 12:44:37 +00:00
Bobby Rong
3f36f52efd
Merge pull request #203739 from linj-fork/bump-kanata
kanata: 1.0.8 -> 1.1.0
2022-11-30 20:43:25 +08:00
Maxwell L-T
984af38f4b maintainers: add maxwell-lt 2022-11-30 07:40:46 -05:00
Maxwell L-T
51a7e74ed8 func: init at 1.7.0 2022-11-30 07:40:25 -05:00
Mario Rodas
2c44c7e20b
Merge pull request #203115 from wegank/prusa-slicer-darwin
prusa-slicer, super-slicer{,-latest}: add darwin support
2022-11-30 07:34:37 -05:00
Nick Cao
dfc876b50d
krunvm: 0.2.2 -> 0.2.3 2022-11-30 20:28:02 +08:00
Nick Cao
31065b01c6
libkrun: 1.4.6 -> 1.4.8 2022-11-30 20:23:35 +08:00
Lin Jian
c2d4859ff4
kanata: 1.0.8 -> 1.1.0 2022-11-30 20:22:41 +08:00
Thomas Gerbet
622f4ee354 php8*: disable PCRE2 JIT SEAlloc to avoid crashes when forking
This is a follow up to #200815 and #184634.

The PCRE2 JIT SEAlloc does not support the `fork()` as announced in
their README [0]:
> If you are enabling JIT under SELinux environment you may also want to add
>  --enable-jit-sealloc, which enables the use of an executable memory allocator
>  that is compatible with SELinux. Warning: this allocator is experimental!
>  It does not support fork() operation and may crash when no disk space is
>  available. This option has no effect if JIT is disabled.

As a result using it in PHP can break apps and tools, it can only be
enabled under very specific context where you have a full picture of
what the PHP code is doing.

This contribution disables again the PCRE2 JIT SEAlloc and extends the
existing PHP/PCRE2 tests to make sure we do not enable it again by
mistake.

[0] https://www.pcre.org/readme.txt
2022-11-30 13:22:39 +01:00
Bobby Rong
d54eca4cbb
Merge pull request #203589 from bobby285271/cinnamon
Cinnamon updates 2022-11-29
2022-11-30 20:21:12 +08:00
Mario Rodas
a94712bfc8
Merge pull request #203392 from r-ryantm/auto-update/python310Packages.posix_ipc
python310Packages.posix_ipc: 1.0.5 -> 1.1.0
2022-11-30 07:19:37 -05:00
Nick Cao
8f43b9c3eb
libkrunfw: 3.8.0 -> 3.8.1 2022-11-30 20:19:29 +08:00
Nick Cao
cee9caa1cc
libkrunfw: remove aarch64-linux from platforms 2022-11-30 20:14:34 +08:00
Nick Cao
fa61256115
krunvm: 0.2.1 -> 0.2.2 2022-11-30 20:14:34 +08:00
Nick Cao
229040285c
libkrun: 1.3.0 -> 1.4.6 2022-11-30 20:14:34 +08:00
Nick Cao
08039e6bc3
libkrunfw: 3.3.0 -> 3.8.0 2022-11-30 20:14:33 +08:00
Mario Rodas
227de2b3bb
Merge pull request #203387 from wegank/formula-aarch64-linux
formula: unbreak on aarch64-linux
2022-11-30 07:02:00 -05:00
Mario Rodas
5b6e95b131
Merge pull request #203390 from SuperSandro2000/changedetection-io
python310Packages.apprise: 1.1.0 -> 1.2.0; changedetection-io: 0.39.21.1 -> 0.39.22.1
2022-11-30 06:43:10 -05:00
Mario Rodas
2fc2d838ed
Merge pull request #203509 from gador/python-apsw-3.40.0.0
python3Packages.apsw: 3.39.4.0 -> 3.40.0.0
2022-11-30 06:34:00 -05:00
Mario Rodas
4a75d2865e
Merge pull request #203551 from r-ryantm/auto-update/python3.10-retrying
python310Packages.retrying: 1.3.3 -> 1.3.4
2022-11-30 06:32:14 -05:00
Mario Rodas
b78d50187d
Merge pull request #203587 from wegank/racket-minimal-darwin
racket-minimal: fix build on aarch64-darwin
2022-11-30 06:30:53 -05:00
Mario Rodas
cb00bf8d93
Merge pull request #203706 from r-ryantm/auto-update/trivy
trivy: 0.34.0 -> 0.35.0
2022-11-30 06:23:03 -05:00
Mario Rodas
9067c8a6fa
Merge pull request #203704 from figsoda/faketty
faketty: 1.0.10 -> 1.0.11
2022-11-30 06:22:47 -05:00
Mario Rodas
26ac78beac
Merge pull request #203714 from toastal/lightningcss-1.17.0
lightningcss: 1.16.1 → 1.17.0
2022-11-30 06:21:32 -05:00
Mario Rodas
9ea672feb9
Merge pull request #203717 from figsoda/cargo-zigbuild
cargo-zigbuild: 0.14.1 -> 0.14.2
2022-11-30 06:19:47 -05:00
Daniel Nagy
807c2f1fc0
nixosTests.freenet: init 2022-11-30 12:15:00 +01:00
Bobby Rong
1cb02bac2a
Merge pull request #200920 from kouyk/update/zotero
zotero: 6.0.16 -> 6.0.18
2022-11-30 19:07:32 +08:00
R. Ryantm
ccd9ac9ff4 mailspring: 1.10.5 -> 1.10.7 2022-11-30 19:04:20 +08:00
Martin Weinelt
f1b9cc23aa Release NixOS 22.11 2022-11-30 11:52:38 +01:00
Ivan Mincik
79716f55b9 maintainers/team-list: add geospatial team 2022-11-30 11:39:45 +01:00
ajs124
3b5e1de7e0
Merge pull request #203700 from r-ryantm/auto-update/texstudio
texstudio: 4.4.0 -> 4.4.1
2022-11-30 10:51:28 +01:00
Michael Weiss
3609aedb1e
chromium: 107.0.5304.121 -> 108.0.5359.71
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_29.html

This update includes 28 security fixes.

CVEs:
CVE-2022-4174 CVE-2022-4175 CVE-2022-4176 CVE-2022-4177 CVE-2022-4178
CVE-2022-4179 CVE-2022-4180 CVE-2022-4181 CVE-2022-4182 CVE-2022-4183
CVE-2022-4184 CVE-2022-4185 CVE-2022-4186 CVE-2022-4187 CVE-2022-4188
CVE-2022-4189 CVE-2022-4190 CVE-2022-4191 CVE-2022-4192 CVE-2022-4193
CVE-2022-4194 CVE-2022-4195
2022-11-30 10:27:59 +01:00