Lorenz Brun
5a6490040c
linux: fix error with IR remotes
...
Support for IR remotes was originally introduced in NixOS in 2013 with
[1]. This worked fine until 2018 with the release of Linux 4.16 which
contained [2], which removed the default-enable on the IR decoders.
This means that kernels since then build with RC_DEVICES enabled, but
RC_DECODERS disabled:
```
CONFIG_RC_DEVICES=y
```
This breaks IR remote support and also leads to the following error on
every bootup when such a device is present as devices have a default
keymap which uses a protocols decoder, but these decoders are not
available:
```
rc_core: Loaded IR protocol module ir-rc6-decoder, but protocol rc-6 still not available
```
Fix this by also enabling RC_DECODERS in the kernel configuration.
[1] b7ccfc258a
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=22756ae7319b0afc2a80fbdec365a6976a1ad350
2023-03-28 01:58:19 +02:00
Mario Rodas
b9c548a4c7
Merge pull request #221778 from marsam/update-esbuild
...
esbuild: 0.17.11 -> 0.17.12
2023-03-18 09:29:02 -05:00
Robert Hensing
1dd6d307f7
Merge pull request #221766 from amjoseph-nixpkgs/pr/trivial-builders/test/fix-eval
...
trivial-builders/test/references.nix: fix eval
2023-03-18 15:20:53 +01:00
Robert Hensing
adf15c3bc2
Merge pull request #221763 from amjoseph-nixpkgs/pr/pkg-config/fix-eval
...
test-defaultPkgConfigPackages.nix: filter out recurseForDerivations
2023-03-18 15:14:10 +01:00
Sergei Trofimovich
72b4a4f8cb
Merge pull request #221615 from trofi/xorg.fontalias-update
...
xorg.fontalias: 1.0.4 -> 1.0.5
2023-03-18 13:58:33 +00:00
Martin Weinelt
c5b33803cd
Merge pull request #221829 from LeSuisse/jpegoptim-CVE-2023-27781
...
jpegoptim: apply patch for CVE-2023-27781
2023-03-18 13:57:50 +00:00
maxine
388d764544
Merge pull request #221450 from kouyk/fix/slack-window-decoration
...
slack: fix feature flags
2023-03-18 14:44:28 +01:00
maxine
b3832b2836
Merge pull request #221752 from r-ryantm/auto-update/aws-vault
...
aws-vault: 7.0.2 -> 7.1.1
2023-03-18 14:31:27 +01:00
maxine
0f45f4ab3d
Merge pull request #221835 from LeSuisse/vault-bin-1.13.0
...
vault-bin: 1.12.2 -> 1.13.0
2023-03-18 14:30:35 +01:00
maxine
d2754be1d8
Merge pull request #221833 from LeSuisse/nomad-1.4.6
...
nomad_1_4: 1.4.4 -> 1.4.6
2023-03-18 14:29:40 +01:00
Franz Pletz
21bec028ba
Merge pull request #221689 from fpletz/pkg/usbguard-notifier-0.1.0
2023-03-18 14:22:09 +01:00
Azat Bahawi
fc6ee503d9
Merge pull request #221764 from r-ryantm/auto-update/tbls
...
tbls: 1.62.1 -> 1.63.0
2023-03-18 16:13:37 +03:00
Ulrik Strid
f6bbab1940
CODEOWNERS: Add OCaml maintainers
...
* CODEOWNERS: add OCaml team
2023-03-18 09:45:40 -03:00
Martin Weinelt
e12c2c5c4a
Merge pull request #221825 from mweinelt/pypdf-3.5.2
...
python310Packages.pypdf: 3.5.1 -> 3.5.2
2023-03-18 12:26:00 +00:00
Kaleb Pace
3f96a3fbe1
balena-cli: init at 15.1.1
...
balena-cli: init at v14.3.1
balena-cli: update to 15.1.1
2023-03-18 09:18:50 -03:00
Martin Weinelt
2ec95d2767
Merge pull request #221823 from mweinelt/pdm-backend-2.0.5
...
python310Packages.pdm-backend: 2.0.2 -> 2.0.5
2023-03-18 12:18:38 +00:00
Martin Weinelt
f0a7efb832
Merge pull request #221822 from mweinelt/lightning-utilities-0.8.0
...
python310Packages.lightning-utilities: 0.7.1 -> 0.8.0
2023-03-18 12:17:52 +00:00
Linus Heckemann
1ba1b35d7f
Merge pull request #183874 from zhaofengli/bwrap-fhs-preserve-etc-symlink
...
build-fhs-userenv-bubblewrap: Preserve symlinks in /etc
2023-03-18 13:15:44 +01:00
Martin Weinelt
a5f8184fb8
Merge pull request #221792 from mweinelt/pypy-packages
...
pypy3Packages.greenlet: Set null for pypi; pypy3Packages.six: Disable failing test
2023-03-18 11:59:34 +00:00
Thomas Gerbet
e6bbcf847d
vault-bin: 1.12.2 -> 1.13.0
...
Fixes CVE-2023-24999.
https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305
https://developer.hashicorp.com/vault/docs/release-notes/1.13.0
2023-03-18 12:35:17 +01:00
Weijia Wang
088089e8e0
Merge pull request #221726 from wegank/samba-darwin
...
samba: unbreak on darwin
2023-03-18 13:33:27 +02:00
Thomas Gerbet
a1238be261
nomad_1_4: 1.4.4 -> 1.4.6
...
Fixes CVE-2023-1296.
https://discuss.hashicorp.com/t/hcsec-2023-09-nomad-acls-can-not-deny-access-to-workloads-own-variables/51390
https://github.com/hashicorp/nomad/releases/tag/v1.4.6
https://github.com/hashicorp/nomad/releases/tag/v1.4.5
2023-03-18 12:21:04 +01:00
Ted Reed
2e29c38ec4
emacs.pkgs.project: Use project from elpa
...
The version of project on ELPA has now moved well beyond what was
available in emacs 28, and packages such as eglot are depending on
these newer versions.
2023-03-18 08:04:29 -03:00
Nick Cao
a62275a2e5
Merge pull request #221640 from candyc1oud/cista
...
cista: init at 0.13
2023-03-18 19:04:09 +08:00
Weijia Wang
b45fe715d9
Merge pull request #217922 from r-ryantm/auto-update/openboardview
...
openboardview: 9.0.3 -> 9.95.0
2023-03-18 13:00:52 +02:00
Martin Weinelt
1b99cfd174
python310Packages.pypdf: 3.5.1 -> 3.5.2
...
https://github.com/py-pdf/pypdf/blob/refs/tags/3.5.2/CHANGELOG.md
2023-03-18 11:58:37 +01:00
Martin Weinelt
6831c05b63
python310Packages.pdm-backend: 2.0.2 -> 2.0.5
...
https://github.com/pdm-project/pdm-backend/releases/tag/2.0.3
https://github.com/pdm-project/pdm-backend/releases/tag/2.0.4
https://github.com/pdm-project/pdm-backend/releases/tag/2.0.5
2023-03-18 11:57:54 +01:00
Martin Weinelt
96585d3332
python310Packages.lightning-utilities: 0.7.1 -> 0.8.0
...
https://github.com/Lightning-AI/utilities/releases/tag/v0.8.0
2023-03-18 11:56:42 +01:00
Nick Cao
5139628c56
Merge pull request #221770 from Anillc/go-cqhttp
...
go-cqhttp: 1.0.0-rc4 -> 1.0.0-rc5
2023-03-18 18:56:06 +08:00
Thomas Gerbet
b3cf05383e
jpegoptim: apply patch for CVE-2023-27781
...
See https://github.com/tjko/jpegoptim/issues/132
2023-03-18 11:51:45 +01:00
Martin Weinelt
fb16963fde
pypy3Packages.six: Disable test that loads native library
...
```
for c in ['5.3', '5.2', '5.1', '5.0', '4.9', '4.8', '4.7', '4.6', '4.5']:
libpath = ctypes.util.find_library('db-%s' % c)
if libpath:
break
else:
raise ModuleNotFoundError("Cannot find dbm library", name='_dbm')
ModuleNotFoundError: Cannot find dbm find_library
```
2023-03-18 11:32:36 +01:00
Valentin Gagarin
3e1d10de43
Merge pull request #221738 from superherointj/codeowners-add-superherointj-to-vscode
2023-03-18 11:31:31 +01:00
Fabian Affolter
5f9354962d
Merge pull request #221690 from RaitoBezarius/nerdsnipe-more
...
maintainer: Add raitobezarius as maintainer of zfs & netdata
2023-03-18 11:29:05 +01:00
Martin Weinelt
63a3c7c636
pypy3Packages.greenlet: Set null for pypi
...
Greenlet is provided as a built-in package on pypy and uninstalling and
replacing it does not work.
Set it to null, to make it disappear as a dependency, instead of marking
it as disabled, which also disables reverse dependencies.
Co-Authored-By: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-03-18 11:23:12 +01:00
Stig
1ec2a95c67
Merge pull request #221794 from mweinelt/perl-cpanel-json-xs
...
perlPackages.CpanelJSONXS: 4.31 -> 4.36
2023-03-18 10:54:30 +01:00
Fabian Affolter
4e2fd1a8c9
Merge pull request #221762 from r-ryantm/auto-update/uncover
...
uncover: 1.0.2 -> 1.0.3
2023-03-18 10:53:52 +01:00
Bobby Rong
b7650f44b5
Merge pull request #221278 from bobby285271/upd/xfce
...
Xfce updates
2023-03-18 17:40:50 +08:00
Sergei Trofimovich
e4bcf6d967
Merge pull request #220820 from trofi/openjdk-location
...
openjdk{15..19}: fix position location
2023-03-18 09:40:01 +00:00
Stig
3cd8329d54
Merge pull request #221745 from superwhiskers/update-rakudo
...
rakudo: 2022.07 -> 2023.02
2023-03-18 10:18:26 +01:00
Atemu
bd7309c5a3
Merge pull request #221469 from wegank/solr-drop
...
solr: drop
2023-03-18 10:17:43 +01:00
Martin Weinelt
bdb75d06dc
perlPackages.CpanelJSONXS: 4.31 -> 4.36
...
https://metacpan.org/release/RURBAN/Cpanel-JSON-XS-4.36/source/Changes
2023-03-18 10:15:03 +01:00
Maximilian Bosch
6ca0092401
Merge pull request #221620 from chvp/bump-mautrix-whatsapp
...
mautrix-whatsapp: 0.8.2 -> 0.8.3
2023-03-18 09:41:52 +01:00
lewo
027fb8e18e
Merge pull request #221742 from r-ryantm/auto-update/tfplugindocs
...
tfplugindocs: 0.14.0 -> 0.14.1
2023-03-18 09:41:29 +01:00
Martin Weinelt
855fb684d9
Merge pull request #221679 from mweinelt/tts-0.12
...
tts: 0.11.1 -> 0.12.0; python310Packages.trainer: 0.0.22 -> 0.0.24
2023-03-18 07:57:19 +00:00
Mario Rodas
098d54cc6a
Merge pull request #221749 from r-ryantm/auto-update/devbox
...
devbox: 0.4.2 -> 0.4.4
2023-03-18 02:29:37 -05:00
Mario Rodas
4f80668e1c
Merge pull request #221765 from r-ryantm/auto-update/netdata-go-plugins
...
netdata-go-plugins: 0.51.2 -> 0.51.3
2023-03-18 02:28:22 -05:00
Mario Rodas
e6d71af1f8
Merge pull request #221782 from marsam/update-hyperledger-fabric
...
hyperledger-fabric: 2.4.6 -> 2.4.9
2023-03-18 02:26:29 -05:00
K900
84e6e05c9e
Merge pull request #221732 from K900/remove-qt5-version-checks
...
treewide: clear out remaining qt5 conditionals
2023-03-18 10:12:49 +03:00
Mario Rodas
4600fbf18b
Merge pull request #196599 from viraptor/libharu-fix-lib
...
libharu: 2.4.0 -> 2.4.3
2023-03-18 01:56:58 -05:00
Mario Rodas
0c38e981e8
Merge pull request #219524 from bcdarwin/update-vtk
...
vtk: 9.2.5 -> 9.2.6
2023-03-18 01:54:01 -05:00