Commit Graph

422835 Commits

Author SHA1 Message Date
github-actions[bot]
85d6819fff
Merge staging-next into staging 2022-10-31 18:03:46 +00:00
github-actions[bot]
194c35c5e4
Merge master into staging-next 2022-10-31 18:03:13 +00:00
Bernardo Meurer
b7fddb65f4
Merge pull request #198777 from NixOS/kernel-updates 2022-10-31 17:03:55 +00:00
Bernardo Meurer
e86a2ff7fe
linux/hardened/patches/6.0: 6.0.5-hardened1 -> 6.0.6-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
0b4bc71ea2
linux/hardened/patches/5.4: 5.4.220-hardened1 -> 5.4.221-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
3b2de1b5dd
linux/hardened/patches/5.15: 5.15.75-hardened1 -> 5.15.76-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
615205d5b4
linux/hardened/patches/5.10: 5.10.150-hardened1 -> 5.10.152-hardened1 2022-10-31 16:57:09 +00:00
Bernardo Meurer
5bcbe8ecd1
linux-rt_5_10: 5.10.145-rt74 -> 5.10.152-rt75 2022-10-31 16:57:09 +00:00
Bernardo Meurer
be14fb9e5c
linux: 6.0.5 -> 6.0.6 2022-10-31 16:57:08 +00:00
Bernardo Meurer
41633ab784
linux: 5.4.220 -> 5.4.221 2022-10-31 16:57:08 +00:00
Bernardo Meurer
ac745085d8
linux: 5.15.75 -> 5.15.76 2022-10-31 16:57:08 +00:00
Bernardo Meurer
33da8f9642
linux: 5.10.150 -> 5.10.152 2022-10-31 16:57:06 +00:00
Luna Nova
07912c408a lutris: set unshareIpc and unsharePid to false
This copies a workaround required for steam, as the same issue occurs in lutris.

See https://github.com/NixOS/nixpkgs/pull/109466

Fixes battle.net client crashing on startup and overwatch crashing.

Fixes https://github.com/NixOS/nixpkgs/issues/195126
2022-10-31 09:14:13 -07:00
ajs124
353371d98c
Merge pull request #179058 from YaaZ/master
Use system Freetype and Harfbuzz for OpenJDK 11-17
2022-10-31 17:06:30 +01:00
Fabian Affolter
d40fea9aeb
Merge pull request #198521 from Infinidoge/init/frei
frei: init at 0.1.0
2022-10-31 16:44:53 +01:00
Frederik Rietdijk
3d5035f8f5 python3Packages: use toPythonModule on packages that are modules 2022-10-31 16:38:38 +01:00
Nikita Gubarkov
075d9144f8 openjdk: use system Freetype and Harfbuzz
This is needed to avoid duplicate symbols from bundled/system libfontmanager.so and libharfbuzz.so, because this duplication leads to crashes.
2022-10-31 18:30:04 +03:00
figsoda
a58a2df416
Merge pull request #198606 from figsoda/nvim-treesitter
vimPlugins.nvim-treesitter: add tree sitter grammars
2022-10-31 11:26:08 -04:00
Bjørn Forsman
06e2c42ae4 xpra: fix application icon location
This makes the icon visible in desktop environments. (Tested in GNOME).
2022-10-31 09:03:16 -05:00
Emery Hemingway
065e2fe7fb libcpuid: add meta.changelog 2022-10-31 09:02:04 -05:00
R. Ryantm
26e69f693f libcpuid: 0.6.0 -> 0.6.1 2022-10-31 09:02:04 -05:00
Emery Hemingway
19d9ac28cc raylib-games: init at 2022-10-14
Now we have something to test our Raylib package against.
2022-10-31 08:54:48 -05:00
Emery Hemingway
7aa48a0dd3 raylib: propagate GL and X11 libraries 2022-10-31 08:54:48 -05:00
R. Ryantm
80c63fbba6 ooniprobe-cli: 3.16.3 -> 3.16.4 2022-10-31 08:51:53 -05:00
Thiago Kenji Okada
b28f6cc8a3 mame: general improvements
- Fix desktop item
- Remove hardeningDisable
- Add icon
- Add pre/postInstall hooks
- Use libsForQt5 instead of libsForQt514
- Unmark broken in aarch64-linux
2022-10-31 08:48:08 -05:00
R. Ryantm
7e5af95176 fits-cloudctl: 0.10.22 -> 0.11.1 2022-10-31 21:47:15 +08:00
figsoda
0426b36f9f doc/vim: update docs for nvim-treesitter 2022-10-31 09:44:02 -04:00
figsoda
ca846a348f vimPlugins.nvim-treesitter: add tree sitter grammars 2022-10-31 09:44:02 -04:00
Thomas Gerbet
ab3e70ae07 inetutils: 2.3 -> 2.4
```
GNU inetutils NEWS -- history of user-visible changes.

* Noteworthy changes in release 2.4 (2022-10-25) [stable]

** ifconfig

*** Support specifying prefix netmask lengths in -A.
Patch by Samuel Thibault <samuel.thibault@gnu.org>.

** Hurd: tell pfinet translator interfaces to configure
Patch by Samuel Thibault <samuel.thibault@gnu.org>.

** ftp

*** Avoid crash caused by signed integer overflow resulting in
out-of-bounds buffer access.  Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00003.html>.

*** Avoid crash caused by heap buffer overflow.  Reported by ZFeiXQ in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00016.html>.

*** Avoid crash caused by NULL pointer dereference.  Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00004.html>.

*** Avoid crash caused by infinite macro recursion.  Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00005.html>.

** telnetd

*** Avoid crash on 0xff 0xf7 (IAC EC) or 0xff 0xf8 (IAC EL).  CVE-2022-39028
https://pierrekim.github.io/blog/2022-08-24-2-byte-dos-freebsd-netbsd-telnetd-netkit-telnetd-inetutils-telnetd-kerberos-telnetd.html

** telnet

*** Fix a buffer overflow problem.  CVE-2019-0053
https://cgit.freebsd.org/src/commit/?id=14aab889f4e50072a6b914eb95ebbfa939539dad

** tftp

*** Avoid crashing when given unexpected or invalid commands from tty.
Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00018.html>.

** Various bugs fixes, internal improvements and clean ups.
Update of gnulib and build fixes for C23.
```
2022-10-31 08:42:06 -05:00
Jörg Thalheim
cde71397d9
Merge pull request #195100 from Mic92/dpdk
dpdk: 22.03 -> 22.07
2022-10-31 14:21:53 +01:00
Jörg Thalheim
6c346e3fa5 dpdk: update kernel version constraint. 2022-10-31 14:03:22 +01:00
Maximilian Bosch
cb3a965b07
Merge pull request #198618 from r-ryantm/auto-update/wiki-js
wiki-js: 2.5.289 -> 2.5.290
2022-10-31 13:59:28 +01:00
Jörg Thalheim
1a15be699b dpdk-kmods: fix build against 5.18 2022-10-31 13:41:56 +01:00
Jörg Thalheim
9d220f5067 dpdk: 22.03 -> 22.07 2022-10-31 13:41:56 +01:00
Martin Weinelt
76ede9e892
Merge pull request #198737 from mweinelt/firefox 2022-10-31 13:02:51 +01:00
github-actions[bot]
d980d35477
Merge staging-next into staging 2022-10-31 12:01:57 +00:00
github-actions[bot]
76cceffaf9
Merge master into staging-next 2022-10-31 12:01:26 +00:00
Cabia Rangris
de8154e200
Merge pull request #197968 from cab404/cab/dbus-next-skip-tcp-test
pythonPackages.dbus-next: Ignore tcp_connection_with_forwarding test
2022-10-31 15:55:58 +04:00
Franz Pletz
6618142bb0
Merge pull request #198306 from cole-h/fixup-darwin-prometheus-node-exporter 2022-10-31 12:27:21 +01:00
Pierre Bourdon
3c6a81eb60
Merge pull request #197676 from squalus/tbb-cross-aarch64
tbb: fix cross compile to aarch64
2022-10-31 12:24:11 +01:00
Bernardo Meurer
1093c9b4e1
Merge pull request #197898 from toastal/zfs-2.1.7-unstable 2022-10-31 11:23:03 +00:00
Francesco Gazzetta
a8f36d5717 xprite-editor: mark as broken for all platforms
Issue #146949
2022-10-31 11:39:49 +01:00
Stanisław Pitucha
08fbb5de2d
Merge pull request #190325 from fgaz/merecat/init
merecat: init at 2.31
2022-10-31 21:23:03 +11:00
Samuel Rounce
49ae64fb60 terraform-providers.argocd: init at 4.1.0
Add argocd Terraform provider
2022-10-31 20:21:05 +10:00
Maximilian Bosch
695d86035e
Merge pull request #198129 from Ma27/bump-grafana
grafana: 9.2.1 -> 9.2.2
2022-10-31 11:07:22 +01:00
Fabian Affolter
0f83d8829a
Merge pull request #198746 from r-ryantm/auto-update/hyfetch
hyfetch: 1.4.2 -> 1.4.3
2022-10-31 11:02:50 +01:00
Maximilian Bosch
2d79fdf801
Merge pull request #198142 from SuperSandro2000/nextcloud-logType
nixos/nextcloud: allow changing logType
2022-10-31 10:57:00 +01:00
Naïm Favier
01bf302d4a
Merge pull request #190675 from imsofi/pr/hunspell-dicts/norwegian 2022-10-31 10:53:29 +01:00
Fabian Affolter
dfb35cb5bd
Merge pull request #198751 from fabaff/pytile-bump
python310Packages.pytile: 2022.02.0 -> 2022.10.0
2022-10-31 10:20:44 +01:00
Fabian Affolter
d3a76a9aaa
Merge pull request #198084 from fabaff/aiopg-bump
python310Packages.psycopg2: 2.9.3 -> 2.9.5, python310Packages.aiopg: 1.3.5 -> 1.4.0
2022-10-31 10:09:15 +01:00