Commit graph

345062 commits

Author SHA1 Message Date
R. Ryantm b889981f3f python310Packages.goodwe: 0.2.12 -> 0.2.13 2022-01-09 22:47:03 -08:00
Bobby Rong b1ac54ae9b
Merge pull request #153149 from Vonfry/update/fcitx5
fcitx5*: update
2022-01-10 13:45:01 +08:00
Dmitry Kalinkin b99fc173da
Merge pull request #140189 from redvers/ponyc-0.44.0
ponyc: 0.42.0 -> 0.44.0, pony-corral: 0.5.3 -> 0.5.4, pony-stable: removal
2022-01-10 00:28:05 -05:00
Zhaofeng Li c7babfc4f2
python3Packages.afdko: Skip broken test on RISC-V (#154209)
See also adobe-type-tools/afdko#1425. Same as in #140650.
2022-01-10 00:26:34 -05:00
Robert Schütz dd9685f7e8
python3Packages.img2pdf: disable tests on aarch64 (#154148)
https://gitlab.mister-muffin.de/josch/img2pdf/issues/128
2022-01-10 00:22:26 -05:00
Bernardo Meurer 0cd9bb5dc1
Merge pull request #154240 from alyssais/kvmfr-5.16 2022-01-10 04:57:48 +00:00
Bernardo Meurer eab138577c
Merge pull request #153955 from holymonson/prezto 2022-01-10 04:56:57 +00:00
Bernardo Meurer e90cc18e09
Merge pull request #154211 from lovesegfault/gmpy2-2.1.2 2022-01-10 04:50:01 +00:00
Bernardo Meurer 5eb3005275
Merge pull request #154179 from vcunat/p/liquidtux-broken 2022-01-10 04:48:37 +00:00
Bernardo Meurer 501a2c13cc
Merge pull request #154181 from brandonweeks/debug_list 2022-01-10 04:48:21 +00:00
Bernardo Meurer bc1ca455a4
Merge pull request #154228 from alyssais/exfat-broken 2022-01-10 04:46:04 +00:00
Bernardo Meurer d032d14be8
Merge pull request #154220 from NelsonJeppesen/xps17-9710 2022-01-10 04:45:16 +00:00
Bernardo Meurer 6efb39682f
Merge pull request #154223 from alyssais/jool-4.1.6 2022-01-10 04:43:59 +00:00
Bernardo Meurer c49b364c34
Merge pull request #154224 from alyssais/lttng-2.13.1 2022-01-10 04:43:42 +00:00
Bernardo Meurer 1992cf0442
Merge pull request #154236 from alyssais/virtualbox 2022-01-10 04:42:46 +00:00
Bernardo Meurer f3681f89a8
Merge pull request #154087 from NickCao/mbrola 2022-01-10 04:41:39 +00:00
Alyssa Ross 871b03cc67
linuxPackages.kvmfr: mark broken on Linux 5.16 2022-01-10 04:26:50 +00:00
github-actions[bot] af99170157 terraform-providers: update 2022-01-10 2022-01-10 14:05:27 +10:00
Alyssa Ross dcabc91904
virtualbox: 6.1.28 -> 6.1.30
The guest additions currently don't build, either before or after this
change, but upgrading is still good because it gets us Linux 5.16
compatibility for the kernel module.
2022-01-10 03:54:09 +00:00
Aaron Andersen 52d4c01441
Merge pull request #93527 from dasj19/mod_cspnonce-init
mod_cspnonce: init at 1.3
2022-01-09 22:38:36 -05:00
Aaron Andersen 03c291e6a3
Merge pull request #153987 from jakubgs/init/mtr-exporter
mtr-exporter: init at 0.1.0 (3ce854a5)
2022-01-09 22:34:30 -05:00
Nelson Jeppesen 935303fd36 linux config: SND_SOC_INTEL_SOUNDWIRE_SOF_MACH >= 5.10
Enable for SND_SOC_INTEL_SOUNDWIRE_SOF_MACH kernel module. This is used
on some 10/11th gen Intel laptops such as the XPS 17 97[00|10]

Enable SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES as well - this is required dep
2022-01-09 19:28:24 -08:00
Alyssa Ross 2424687448
linuxPackages.exfat-nofuse: assert -> meta.broken
We don't need to check versions any more, because we no longer package
any kernels older than 4.4, so this is broken for all kernel versions
in Nixpkgs.
2022-01-10 03:20:56 +00:00
Alyssa Ross 2ae06932dc spamassassin: support for fetching rules over HTTPS
sa-update.service starts by making an HTTP GET request to
http://spamassassin.apache.org/updates/MIRRORED.BY, which now
redirects to HTTPS.  Since we didn't have the appropriate library
available to handle HTTPS, rule updates would fail:

Jan 03 12:35:03 atuin systemd[1]: Starting sa-update.service...
Jan 03 12:35:10 atuin sa-update-start[1250]: Update available for channel updates.spamassassin.org: 1895535 -> 1896618
Jan 03 12:35:10 atuin sa-update-start[1250]: http: (lwp) hotpatching IO::Socket::INET by module IO::Socket::IP
Jan 03 12:35:11 atuin sa-update-start[1250]: http: (lwp) GET http://spamassassin.apache.org/updates/MIRRORED.BY, 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
Jan 03 12:35:11 atuin sa-update-start[1250]: error: unable to refresh mirrors file for channel updates.spamassassin.org, using old file
Jan 03 12:35:11 atuin sa-update-start[1250]: error: no mirror data available for channel updates.spamassassin.org
Jan 03 12:35:11 atuin sa-update-start[1250]: channel 'updates.spamassassin.org': MIRRORED.BY file contents were missing, channel failed
Jan 03 12:35:11 atuin sa-update-start[1250]: Update failed, exiting with code 4
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Main process exited, code=exited, status=4/NOPERMISSION
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Failed with result 'exit-code'.
Jan 03 12:35:11 atuin systemd[1]: Failed to start sa-update.service.
2022-01-10 03:16:14 +00:00
R. Ryantm be5b9fef4f linuxKernel.packages.linux_5_15_hardened.vhba: 20211023 -> 20211218 2022-01-10 03:15:21 +00:00
Alyssa Ross 1febc39a5a
linuxPackages.lttng-modules: 2.13.0 -> 2.13.1
This release adds Linux 5.16 compatibility.
2022-01-10 03:08:34 +00:00
Alyssa Ross a35652f40f
linuxPackages.jool: 4.1.5 -> 4.1.6
This release adds Linux 5.16 compatibility.
2022-01-10 03:06:45 +00:00
Bobby Rong 7101e0da0e
Merge pull request #154162 from r-ryantm/auto-update/getmail6
getmail6: 6.18.5 -> 6.18.6
2022-01-10 10:49:29 +08:00
legendofmiracles d9b2a764b0
Merge pull request #148541 from legendofmiracles/final-asf 2022-01-09 20:45:13 -06:00
zowoq 00d2701b97 v2ray, v2ray-domain-list-community: switch to go_1_17, update vendorSha256 2022-01-10 12:44:07 +10:00
Bobby Rong 077f91ba25
Merge pull request #154081 from polygon/elf2uf2-rs
elf2uf2-rs: Init at 2021-12-12
2022-01-10 10:43:50 +08:00
legendofmiracles 7d1d2fe2f8
ArchiSteamFarm: 5.2.0.10 -> 5.2.1.5; ASF-ui: update 2022-01-09 20:26:03 -06:00
Nick Cao 0b0f051eef
mbrola: fix cross compilation 2022-01-10 10:13:24 +08:00
Bernardo Meurer 5d264ed80e
python3Packages.gmypy2: 2.1.0b5 -> 2.1.2 2022-01-09 21:38:03 -03:00
Jörg Thalheim 6a7bafcb0f
Merge pull request #154204 from zhaofengli/riscv-qemu-serial
lib/qemu-common: Add serial device name for RISC-V
2022-01-10 00:33:20 +00:00
Jörg Thalheim ba31553691
Merge pull request #154016 from diogox/master
jetbrains.goland: Fix debugging
2022-01-10 00:30:58 +00:00
Jörg Thalheim 3849f52647
Merge pull request #153890 from oliverbunting/yosys-symbiflow-plugins
yosys: Add yosys-symbiflow-plugins
2022-01-10 00:21:32 +00:00
Fabian Affolter cffd5d54d7
Merge pull request #154201 from fabaff/bump-flux-led
python3Packages.flux-led: 0.27.43 -> 0.27.44
2022-01-10 01:12:12 +01:00
Fabian Affolter 9da71b7bd5
Merge pull request #154198 from fabaff/bump-meross-iot
python310Packages.meross-iot: 0.4.4.1 -> 0.4.4.2
2022-01-10 01:11:56 +01:00
Martin Weinelt 24999924b4
Merge pull request #153038 from winterqt/thelounge-plugins 2022-01-10 00:59:33 +01:00
ajs124 b8512aa7f5
Merge pull request #152566 from Izorkin/update-nginx
Update nginx packages
2022-01-10 00:59:07 +01:00
Fabian Affolter 536dfd0224
Merge pull request #154145 from oxzi/gns3-2.2.29
gns3-{gui,server}: 2.2.28 -> 2.2.29
2022-01-10 00:37:40 +01:00
Fabian Affolter 7e1324d6cb
Merge pull request #153996 from r-ryantm/auto-update/python3.8-jupyterlab_server
python38Packages.jupyterlab_server: 2.10.2 -> 2.10.3
2022-01-10 00:36:04 +01:00
Zhaofeng Li 9e97ef794a lib/qemu-common: Add serial device name for RISC-V 2022-01-09 15:29:52 -08:00
Fabian Affolter a0af8785fc python3Packages.flux-led: 0.27.43 -> 0.27.44 2022-01-10 00:10:20 +01:00
Fabian Affolter ec9217de49 python310Packages.meross-iot: 0.4.4.1 -> 0.4.4.2 2022-01-10 00:05:38 +01:00
Fabian Affolter 538a698388
Merge pull request #153652 from fabaff/bump-censys
python3Packages.rich: 10.16.1 -> 10.16.2, python3Packages.censys: 2.1.0 -> 2.1.1
2022-01-10 00:01:53 +01:00
zowoq addbaf25a1 terraform-providers: updates, switch go_1_17 2022-01-10 09:01:19 +10:00
zowoq df7f6e9eca terraform: switch to go_1_17 2022-01-10 09:01:19 +10:00
Mario Rodas 5335212bf4
Merge pull request #154156 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.19.3 -> 1.20.1
2022-01-09 17:24:13 -05:00