Martin Weinelt
608cde3bd4
metamorphose2: drop
...
Relies on python2 and last upstream release in 2015.
> AttributeError: 'str' object has no attribute 'decode'
2022-01-16 02:34:57 +01:00
Martin Weinelt
4a1da0bed9
neap: drop
...
Requires pygtk2, which is python2 only and upstream last touched that
script in 2011.
2022-01-16 02:34:57 +01:00
Martin Weinelt
5d0261b438
curaByDagoma: drop
...
The package is unmaintained and uses python2. There are newer upstream
versions, but upgrading the package requires some dedication, which only
a maintainer should need to provide.
2022-01-16 02:34:56 +01:00
Martin Weinelt
dda538b172
renpy: drop
...
The packaged version required python2, updating it showed it doesn't
work, since it tries to write to its read-only output directory. Also
renpy now requires their own pygame_sdl2 fork to build.
More work on this would be required, and since there is no maintainer at
this time I opted for the removal.
2022-01-16 02:34:56 +01:00
Martin Weinelt
78bc359e03
python2Packages.cjson: drop
...
Only consumer was blink sip client, which was removed.
2022-01-16 02:34:56 +01:00
Martin Weinelt
33df2ffa0a
blink: drop
...
The package was not updated since 2019 and requires python2 only
dependencies.
2022-01-16 02:34:56 +01:00
Martin Weinelt
802f80b50c
pyrex, pyrex096, pyrex095: drop
...
Stuck on python2 and last release in 2010.
> NameError: name 'execfile' is not defined
2022-01-16 02:34:55 +01:00
Martin Weinelt
6c67bfc986
cde-gtk-theme: drop
...
Ships python2 scripts and last updated in 2018.
2022-01-16 02:34:55 +01:00
Martin Weinelt
84926ba4c8
Merge pull request #155167 from piegamesde/rename-resort
2022-01-16 02:34:28 +01:00
Anderson Torres
ce6fd0d857
Merge pull request #154051 from starcraft66/polymc
...
polymc: init at 1.0.4
polymc substitutes multimc.
2022-01-15 22:18:26 -03:00
piegames
1f71224fe8
nixos/modules/rename: Sort alphabetically
...
This was a mess previously
2022-01-16 02:11:06 +01:00
Bobby Rong
ca55d9bfba
Merge pull request #155090 from sbruder/update-fceux
...
fceux: 2.5.0 -> 2.6.0
2022-01-16 09:08:23 +08:00
Bobby Rong
88e6828538
Merge pull request #155107 from welteki/arkade-0.8.12
...
arkade: 0.8.11 -> 0.8.12
2022-01-16 09:06:16 +08:00
Robert Schütz
61265ec0b4
home-assistant: outsource component tests
...
A component's tests can now be run by building
home-assistant.tests.components.${component}
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2022-01-16 00:51:45 +00:00
Bernardo Meurer
4fa2647449
Merge pull request #154994 from mweinelt/kernel-disable-unpriv-ebpf
...
linux: enable BPF_UNPRIV_DEFAULT_OFF on 5.10 and later
2022-01-16 00:46:51 +00:00
Bernardo Meurer
00cd3d063c
Merge pull request #154976 from TredwellGit/linux
...
Kernels 2022-01-14
2022-01-16 00:41:11 +00:00
Martin Weinelt
65258010c7
Merge pull request #152690 from mweinelt/esphome
2022-01-16 01:40:51 +01:00
Bernardo Meurer
7b0e7dcb39
Merge pull request #155142 from rapenne-s/thermald_no_net
...
thermald: disable network access
2022-01-16 00:36:11 +00:00
Ivan Petkov
cca85c7c3d
tailscale: 1.18.2 -> 1.20.1
...
https://github.com/tailscale/tailscale/releases/tag/v1.20.1
2022-01-15 15:50:52 -08:00
R. RyanTM
c2ab1f2380
python38Packages.cx_Freeze: 6.8.4 -> 6.9
...
* python38Packages.cx_Freeze: 6.8.4 -> 6.9 (#154093 )
* pythonPackages.cx_Freeze: update meta.homepage
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-16 00:36:58 +01:00
Jan Tojnar
5cd5fb71bc
Merge pull request #150980 from ncfavier/gdm-test
...
nixosTests.gnome: add autologin delay to catch GDM failures
2022-01-16 00:24:03 +01:00
Martin Weinelt
6054fb82d5
python3Packages.rpi-bad-power: init at 0.1.0
2022-01-16 00:17:43 +01:00
Martin Weinelt
6cb5b31dc4
home-assistant: prune overrides
...
Co-Authored-by: Robert Schütz <nix@dotlambda.de>
2022-01-16 00:17:43 +01:00
Tristan Gosselin-Hane
155f315319
multimc: document replacement
2022-01-15 18:09:27 -05:00
Tristan Gosselin-Hane
f4ef264724
polymc: init at 1.0.4
2022-01-15 18:07:29 -05:00
Renaud
826f6dfb26
Merge pull request #154104 from drperceptron/unified-common-proxies
...
unifiedpush-common-proxies: 1.1.0 -> 1.1.1
2022-01-15 23:55:09 +01:00
R. RyanTM
9dcc01f0f5
python38Packages.scikits-odes: 2.6.2 -> 2.6.3
...
(#154143 )
2022-01-15 23:51:44 +01:00
Martin Weinelt
3ee206291a
linux: enable BPF_UNPRIV_DEFAULT_OFF between 5.10 and 5.15
...
Disable unprivileged access to BPF syscalls to prevent denial of service
and privilege escalation via
a) potential speculative execution side-channel-attacks on unmitigated
hardware[0]
or
b) unvalidated memory access in ringbuffer helper functions[1].
Fixes: CVE-2021-4204, CVE-2022-23222
[0] https://ebpf.io/summit-2021-slides/eBPF_Summit_2021-Keynote-Daniel_Borkmann-BPF_and_Spectre.pdf
[1] https://www.openwall.com/lists/oss-security/2022/01/13/1
2022-01-15 23:44:19 +01:00
Renaud
86bea96a3a
Merge pull request #154326 from Anton-Latukha/2022-01-10-handbrake-1.5.0
...
handbrake: 1.4.2 -> 1.5.1
2022-01-15 23:43:33 +01:00
zowoq
1bc66cb842
nerdctl: 0.15.0 -> 0.16.0
...
https://github.com/containerd/nerdctl/releases/tag/v0.16.0
2022-01-16 08:41:30 +10:00
Andreas Schmid
d8062c345d
colima: 0.3.1 -> 0.3.2
...
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-16 08:40:51 +10:00
R. RyanTM
89ddab6c82
cloudflared: 2021.12.3 -> 2022.1.2
...
* cloudflared: 2021.12.3 -> 2022.1.0 (#154422 )
* cloudflared: 2022.1.0 -> 2022.1.2
now requires Go 1.17
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-15 23:28:53 +01:00
Maximilian Bosch
0a223c8d50
Merge pull request #154818 from qowoz/ecc-ignore
...
nixos/tests/systemd-networkd-vrf: move disabled check inline
2022-01-15 23:22:56 +01:00
R. RyanTM
1e4664e1a0
betaflight-configurator: 10.7.1 -> 10.7.2
...
(#154383 )
2022-01-15 23:12:31 +01:00
Derek Collison
ca74d2faaa
nats-server: 2.6.3 -> 2.7.0
2022-01-15 14:10:42 -08:00
Doron Behar
0823217739
gnuradio3_8.pkgs.osmosdr: 0.2.2 -> 0.2.3
2022-01-16 00:02:50 +02:00
Doron Behar
d21fa199ae
gnuradio.pkgs: Remove redundent null attributes
2022-01-15 23:37:26 +02:00
Doron Behar
dbda4fc20c
gnuradio.pkgs.grnet: disable for GR 3.10
2022-01-15 23:37:00 +02:00
R. RyanTM
d5dae6569e
webdis: 0.1.16 -> 0.1.19
...
(#154432 )
2022-01-15 22:25:15 +01:00
R. RyanTM
31f069f779
dictu: 0.22.0 -> 0.23.0
...
(#154436 )
2022-01-15 22:20:46 +01:00
Doron Behar
1794554a9a
gnuradio: 3.9 -> 3.10
2022-01-15 23:18:00 +02:00
R. RyanTM
4a94071fb3
mkgmap: 4836 -> 4855
...
(#154450 )
2022-01-15 22:17:38 +01:00
R. RyanTM
0c7342b6e7
horizon-eda: 2.1.0 -> 2.2.0
...
(#154557 )
2022-01-15 22:09:09 +01:00
Christian Kampka
b648a4742e
skawarePackages.buildPackage: reformat with nixpkgs-fmt
2022-01-15 22:06:56 +01:00
Christian Kampka
bb88853516
skawarePackages: fix llvm build
2022-01-15 21:56:26 +01:00
Michael Weiss
30a16ccb08
Merge pull request #155140 from primeos/intel-media-driver
...
intel-media-driver: 22.1.0 -> 22.1.1
2022-01-15 21:20:54 +01:00
Renaud
5758299f95
Merge pull request #154580 from romildo/upd.lxqt-globalkeys
...
lxqt.lxqt-globalkeys: 1.0.0 -> 1.0.1
2022-01-15 20:59:03 +01:00
Robert Schütz
12098119d9
python2Packages.pyyaml: init at 5.4.1.1
2022-01-15 20:58:34 +01:00
Philipp Woelfel
610b8b2210
Cleanup: Factor out lib for metadata
2022-01-15 12:50:51 -07:00
Philipp Woelfel
57c9949a64
license: gpl2Plus
2022-01-15 12:48:37 -07:00