Nick Cao
54fee3a7e3
Merge pull request #330894 from Kiskae/nvidia/550.107.02
...
linuxPackages.nvidiaPackages.production: 550.100 -> 550.107.02
2024-07-29 15:14:22 -04:00
Kiskae
7d2595db33
linuxPackages.nvidiaPackages.production: 550.100 -> 550.107.02
2024-07-29 18:33:58 +02:00
Jörg Thalheim
37b2df819b
linuxPackages.ena: add arianvp as maintainer
2024-07-29 18:00:07 +02:00
Enric Morales
91897777de
linuxPackages.ena: 2.12.0 -> 2.12.1
...
Diff: https://github.com/amzn/amzn-drivers/compare/ena_linux_2.12.0...ena_linux_2.12.1
2024-07-29 18:00:07 +02:00
Enric Morales
f633fcf7b8
linuxPackages.ena: reformat, use upstream patch, remove problematic flag
2024-07-29 18:00:07 +02:00
Franz Pletz
1e00e90307
Merge pull request #329450 from Kiskae/nvidia/560.28.03
2024-07-29 09:19:52 +02:00
Aleksana
a07da9722d
Merge pull request #330664 from Mic92/empty-with
...
treewide: remove unused `with` statements from maintainer lists
2024-07-29 15:01:57 +08:00
github-actions[bot]
d0b2f51f0f
Merge staging-next into staging
2024-07-29 06:01:55 +00:00
John Ericson
18cb69fb9b
Merge pull request #330069 from rhelmot/freebsd-14.1
...
freebsd: 14.0 -> 14.1
2024-07-28 23:24:38 -05:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Artemis Tosini
7e893695b8
freebsd: Handle MACHINE/MACHINE_ARCH/MACHINE_CPUARCH differences
2024-07-29 00:09:14 +00:00
github-actions[bot]
2b898b30ea
Merge staging-next into staging
2024-07-29 00:03:08 +00:00
Franz Pletz
c3df41f44d
Merge pull request #330386 from thillux/wpa_supplicant-2.11
2024-07-29 01:19:47 +02:00
Sandro
018e32bfe0
Merge pull request #320350 from trofi/lksctp-tools-update
...
lksctp-tools: 1.0.17 -> 1.0.19
2024-07-28 22:01:22 +02:00
Audrey Dutcher
43fb06aa92
freebsd: 14.0 -> 14.1
2024-07-28 19:42:11 +00:00
github-actions[bot]
9f368dc2ef
Merge staging-next into staging
2024-07-28 18:01:25 +00:00
Markus Theil
238488db8a
wpa_supplicant: 2.10 -> 2.11
...
Upstream Changes:
* Wi-Fi Easy Connect
- add support for DPP release 3
- allow Configurator parameters to be provided during config exchange
* MACsec
- add support for GCM-AES-256 cipher suite
- remove incorrect EAP Session-Id length constraint
- add hardware offload support for additional drivers
* HE/IEEE 802.11ax/Wi-Fi 6
- support BSS color updates
- various fixes
* EHT/IEEE 802.11be/Wi-Fi 7
- add preliminary support
* support OpenSSL 3.0 API changes
* improve EAP-TLS support for TLSv1.3
* EAP-SIM/AKA: support IMSI privacy
* improve mitigation against DoS attacks when PMF is used
* improve 4-way handshake operations
- discard unencrypted EAPOL frames in additional cases
- use Secure=1 in message 2 during PTK rekeying
* OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
to avoid interoperability issues
* support new SAE AKM suites with variable length keys
* support new AKM for 802.1X/EAP with SHA384
* improve cross-AKM roaming with driver-based SME/BSS selection
* PASN
- extend support for secure ranging
- allow PASN implementation to be used with external programs for
Wi-Fi Aware
* FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
- this is based on additional details being added in the IEEE 802.11
standard
- the new implementation is not backwards compatible, but PMKSA
caching with FT-EAP was, and still is, disabled by default
* support a pregenerated MAC (mac_addr=3) as an alternative mechanism
for using per-network random MAC addresses
* EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1)
to improve security for still unfortunately common invalid
configurations that do not set ca_cert
* extend SCS support for QoS Characteristics
* extend MSCS support
* support unsynchronized service discovery (USD)
* add support for explicit SSID protection in 4-way handshake
(a mitigation for CVE-2023-52424; disabled by default for now, can be
enabled with ssid_protection=1)
- in addition, verify SSID after key setup when beacon protection is
used
* fix SAE H2E rejected groups validation to avoid downgrade attacks
* a large number of other fixes, cleanup, and extensions
Changelog:
http://w1.fi/cgit/hostap/tree/wpa_supplicant/ChangeLog?id=d945ddd368085f255e68328f2d3b020ceea359af
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-07-28 18:40:54 +02:00
Markus Theil
55d80185de
hostapd: 2.10 -> 2.11
...
Upstream Changes:
* Wi-Fi Easy Connect
- add support for DPP release 3
- allow Configurator parameters to be provided during config exchange
* HE/IEEE 802.11ax/Wi-Fi 6
- various fixes
* EHT/IEEE 802.11be/Wi-Fi 7
- add preliminary support
* SAE: add support for fetching the password from a RADIUS server
* support OpenSSL 3.0 API changes
* support background radar detection and CAC with some additional
drivers
* support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
* EAP-SIM/AKA: support IMSI privacy
* improve 4-way handshake operations
- use Secure=1 in message 3 during PTK rekeying
* OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
to avoid interoperability issues
* support new SAE AKM suites with variable length keys
* support new AKM for 802.1X/EAP with SHA384
* extend PASN support for secure ranging
* FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
- this is based on additional details being added in the IEEE 802.11
standard
- the new implementation is not backwards compatible
* improved ACS to cover additional channel types/bandwidths
* extended Multiple BSSID support
* fix beacon protection with FT protocol (incorrect BIGTK was provided)
* support unsynchronized service discovery (USD)
* add preliminary support for RADIUS/TLS
* add support for explicit SSID protection in 4-way handshake
(a mitigation for CVE-2023-52424; disabled by default for now, can be
enabled with ssid_protection=1)
* fix SAE H2E rejected groups validation to avoid downgrade attacks
* use stricter validation for some RADIUS messages
* a large number of other fixes, cleanup, and extensions
Changelog:
http://w1.fi/cgit/hostap/tree/hostapd/ChangeLog?id=d945ddd368085f255e68328f2d3b020ceea359af
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-07-28 18:40:54 +02:00
Tobias Mayer
4535a56495
ghostscript, logrotate, linux-perf: adopt
2024-07-28 17:15:17 +02:00
Anderson Torres
9a624d10e3
treewide: remove viric from meta.maintainers [orphans]
...
Since theey is not active from at least six years.
All the packages on this commit became orphans.
---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:
- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
github-actions[bot]
38b57cc2a9
Merge staging-next into staging
2024-07-28 12:01:38 +00:00
Vladimír Čunát
a5b2fe7374
Merge #328673 : staging-next 2024-07-20
2024-07-28 13:45:55 +02:00
Matthias Beyer
37690b001e
Merge pull request #330550 from r-ryantm/auto-update/atop
...
atop: 2.10.0 -> 2.11.0
2024-07-28 09:51:03 +02:00
github-actions[bot]
e26c2ed42f
Merge staging-next into staging
2024-07-28 06:01:29 +00:00
github-actions[bot]
384d08d20d
Merge master into staging-next
2024-07-28 06:01:00 +00:00
tomberek
c87cd2a10e
Merge pull request #330382 from thillux/mtheil/esdm-1.1.1
...
esdm: 1.1.0 -> 1.1.1
2024-07-28 00:27:03 -04:00
tomberek
57ca89518d
Merge pull request #330409 from r-ryantm/auto-update/psftools
...
psftools: 1.1.1 -> 1.1.2
2024-07-28 00:16:46 -04:00
Atemu
455426e17a
Merge pull request #329912 from JerrySM64/update-kernels
...
linuxKernel.kernels.linux_zen: 6.9.8-zen1 -> 6.10.1-zen1 ; linuxKernel.kernels.linux_lqx: 6.9.8-lqx1 -> 6.9.11-lqx1
2024-07-28 03:28:44 +02:00
JerrySM64
0961f648fa
linuxKernel.kernels.linux_zen: 6.9.8-lqx1 -> 6.9.11-lqx1
2024-07-28 03:20:01 +02:00
JerrySM64
83431a5831
linuxKernel.kernels.linux_zen: 6.9.8-zen1 -> 6.10.1-zen1
2024-07-28 03:19:42 +02:00
R. Ryantm
9cdbe86ee2
atop: 2.10.0 -> 2.11.0
2024-07-28 00:51:21 +00:00
github-actions[bot]
f8a6105aee
Merge staging-next into staging
2024-07-28 00:03:18 +00:00
github-actions[bot]
62e86d24d6
Merge master into staging-next
2024-07-28 00:02:44 +00:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Sergei Trofimovich
7b9761cb23
lksctp-tools: 1.0.17 -> 1.0.19
...
Changes: https://github.com/sctp/lksctp-tools/blob/master/ChangeLog
2024-07-27 22:13:07 +01:00
Sergei Trofimovich
09fefcd76b
nftables: 1.0.9 -> 1.1.0
2024-07-27 22:05:22 +01:00
K900
1e5a635100
linux-rt_5_15: 5.15.160-rt77 -> 5.15.163-rt78
2024-07-27 18:11:49 +03:00
K900
db09f89018
linux_4_19: 4.19.318 -> 4.19.319
2024-07-27 18:11:49 +03:00
K900
4ab6a7935d
linux_5_4: 5.4.280 -> 5.4.281
2024-07-27 18:11:49 +03:00
K900
3693658190
linux_5_10: 5.10.222 -> 5.10.223
2024-07-27 18:11:49 +03:00
K900
8001e344d5
linux_5_15: 5.15.163 -> 5.15.164
2024-07-27 18:11:48 +03:00
K900
4325dfa68b
linux_6_1: 6.1.101 -> 6.1.102
2024-07-27 18:11:48 +03:00
K900
09be196858
linux_6_6: 6.6.42 -> 6.6.43
2024-07-27 18:11:48 +03:00
K900
a0213dc9ee
linux_6_9: 6.9.11 -> 6.9.12
2024-07-27 18:11:48 +03:00
K900
bb712c9d21
linux_6_10: 6.10.1 -> 6.10.2
2024-07-27 18:11:48 +03:00
K900
4363d5a0f5
linux/update-mainline: always pick the latest kernel on a branch
...
Also clean up stringy version handling a bit
2024-07-27 18:11:48 +03:00
Nick Cao
b1d565b20e
Merge pull request #329609 from r-ryantm/auto-update/oxtools
...
oxtools: 2.0.2 -> 2.0.3
2024-07-27 10:03:46 -04:00
R. Ryantm
cddba4a75a
psftools: 1.1.1 -> 1.1.2
2024-07-27 12:53:33 +00:00
github-actions[bot]
4007341b1f
Merge staging-next into staging
2024-07-27 12:01:37 +00:00
Markus Theil
cba85d7d99
esdm: 1.1.0 -> 1.1.1
...
Changes:
- fix: properly use the mutex absolute time argument,
timedlock handling and mutex destruction in the ESDM RPC client lib
- fix: race condition in worker thread execution
Changelog:
63ff656a76/CHANGES.md
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-07-27 13:51:35 +02:00
Kyle Hendricks
85213416e8
gasket: 1.0-18-unstable-2023-09-05 -> 1.0-18-unstable-2024-04-25
...
Diff: https://github.com/google/gasket-driver/compare/09385d..5815ee
Fixes building on kernels >= 6.8
2024-07-27 07:34:21 -04:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
Silvan Mosberger
ae5377916f
Merge pull request #324696 from philiptaron/__attrsFailEvaluation/excluded-attrnames-at-any-depth
...
Remove test-pkgs, buildPackages, and buildFreebsd from excluded-attrnames-at-any-depth
2024-07-27 02:28:20 +02:00
Atemu
b9b0f7e6eb
Merge pull request #329992 from Shawn8901/update_xanmod-2024-07-25
...
linux_xanmod, linux_xanmod_latest: 2024-07-25
2024-07-27 01:58:11 +02:00
pcasaretto
cef0a49012
hexfiend: add auto update script
2024-07-26 18:42:38 -03:00
Tristan Ross
9c6f292f41
libselinux: fix version script with lld 17+
2024-07-26 11:26:38 -07:00
github-actions[bot]
8c2e73a4ed
Merge staging-next into staging
2024-07-26 18:01:39 +00:00
Randy Eckenrode
2c54952847
darwin.apple_sdk.frameworks: remove NIX_COREFOUNDATION_RPATH hook
...
Darwin no longer supports switching between CoreFoundation implementations as of https://github.com/NixOS/nixpkgs/pull/265102 . The setup hook is vestigial and was mostly harmless until https://github.com/NixOS/nixpkgs/pull/329526 was necessitated to fix build failures on staging-next https://github.com/NixOS/nixpkgs/pull/328673 .
The correct fix is to remove the hook. It’s not used by the 11.0 or 12.3 SDKs. This makes the 10.12 SDK a bit more like the other SDKs.
2024-07-26 12:41:45 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
Sigmanificient
8d6d118c6b
libcgroup: 3.0 -> 3.1
2024-07-26 08:39:37 +02:00
github-actions[bot]
09de87d288
Merge staging-next into staging
2024-07-26 06:01:50 +00:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Philip Taron
48d1364929
Remove buildFreebsd from excluded-attrnames-at-any-depth
2024-07-25 17:28:00 -07:00
Peder Bergebakken Sundt
01f1508931
Merge pull request #326794 from anthonyroussel/update/tomb
...
tomb: 2.10 -> 2.11
2024-07-26 00:15:30 +02:00
Shawn8901
c468388470
linux_xanmod_latest: 6.9.10 -> 6.9.11
2024-07-25 22:20:43 +02:00
Shawn8901
05621374d9
linux_xanmod: 6.6.41 -> 6.6.42
2024-07-25 22:20:43 +02:00
Maximilian Bosch
721bf874c6
linux_latest-libre: 19611 -> 19618
2024-07-25 17:58:42 +02:00
Maximilian Bosch
bbe82bf91c
linux-rt_6_6: 6.6.40-rt36 -> 6.6.41-rt37
2024-07-25 17:58:02 +02:00
Maximilian Bosch
537a204729
linux_6_1: 6.1.100 -> 6.1.101
2024-07-25 17:54:48 +02:00
Maximilian Bosch
c82d23ea4a
linux_6_6: 6.6.41 -> 6.6.42
2024-07-25 17:54:04 +02:00
Maximilian Bosch
704b37a0cf
linux_6_9: 6.9.10 -> 6.9.11
2024-07-25 17:53:21 +02:00
Maximilian Bosch
36ad25e086
linux_6_10: 6.10 -> 6.10.1
2024-07-25 17:52:51 +02:00
Michal Sojka
7bea0cc721
libtraceevent: 1.8.2 -> 1.8.3
2024-07-25 15:16:08 +02:00
github-actions[bot]
5aef1c4b8c
Merge staging-next into staging
2024-07-25 12:01:48 +00:00
github-actions[bot]
f20ed12f93
Merge master into staging-next
2024-07-25 12:01:18 +00:00
7c6f434c
094d29e4b7
Merge pull request #329418 from NixOS/sysdig_kernel610
...
sysdig: patch 'main.c' to fix build for 6.10-kernel, 0.38.0 -> 0.38.1
2024-07-25 10:04:12 +00:00
github-actions[bot]
b204bd7963
Merge staging-next into staging
2024-07-25 00:02:56 +00:00
github-actions[bot]
94c17d2caa
Merge master into staging-next
2024-07-25 00:02:30 +00:00
Robert Schütz
730a40ca3e
Merge pull request #329424 from dotlambda/python3Packages.python-linux-procfs
...
python312Packages.python-linux-procfs: 0.6.3 -> 0.7.3
2024-07-24 12:22:28 -07:00
John Ericson
89af439710
Merge pull request #328782 from rhelmot/freebsd-gdb
...
gdb + deps: fix build on FreeBSD
2024-07-24 14:05:14 -04:00
github-actions[bot]
a4b184a41e
Merge staging-next into staging
2024-07-24 18:01:51 +00:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
Sebastian Sellmeier
5947fd2376
sysdig: 0.38.0 -> 0.38.1
2024-07-24 17:23:48 +02:00
Sebastian Sellmeier
58bae1819e
sysdig: patch 'main.c' to fix build for 6.10-kernel
2024-07-24 17:23:44 +02:00
github-actions[bot]
df499e467c
Merge staging-next into staging
2024-07-24 12:01:42 +00:00
github-actions[bot]
8402add1f4
Merge master into staging-next
2024-07-24 12:01:12 +00:00
Ivan Trubach
90fbf71333
treewide: remove maintainer goibhniu
...
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Thiago Kenji Okada
7cb3b97b2d
Merge pull request #329227 from atorres1985-contrib/maintainers-remove-yana-adolfogc
...
Maintainers: remove yana and adolfogc
2024-07-24 10:24:15 +01:00
R. Ryantm
d39345aa29
oxtools: 2.0.2 -> 2.0.3
2024-07-24 09:06:46 +00:00
Thomas Gerbet
e54753495c
linux/common-config: restrict access to dmesg
...
`SECURITY_DMESG_RESTRICT` is enabled by default by a lot of
other distributions for a quite a while now, NixOS is a bit of an outlier.
The main justification to enable it is that kernel log might leak kernel
pointers which can then be used by exploits to defeat KASLR (NixOS also
enables `kernel.kptr_restrict` by default since 2013).
2024-07-24 12:06:04 +05:30
github-actions[bot]
391f0616a8
Merge staging-next into staging
2024-07-24 06:01:28 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
Jörg Thalheim
afe8fbf038
Merge pull request #328582 from rhelmot/freebsd-stdenv
...
FreeBSD stdenv: re-init
2024-07-24 06:43:35 +02:00
Masum Reza
d21366d583
Merge pull request #329324 from tomodachi94/create/linuxKernel.packages.hpuefi
...
linuxKernel.packages.hpuefi-mod: init at 3.05
2024-07-24 08:33:10 +05:30
Franz Pletz
04591a2ce1
Merge pull request #327474 from toastal/zfs-2.2.4-unstable-2024-07-15
2024-07-23 23:11:41 +02:00
Franz Pletz
ddc5898ee2
Merge pull request #328959 from fpletz/pkgs/jool-4.1.12
2024-07-23 22:04:23 +02:00
Jan Tojnar
71d96069dd
Merge pull request #314687 from uninsane/pr-pam-formatting
...
pam: packaging cleanups
2024-07-23 21:06:12 +02:00
Kiskae
21bc7a6efd
linuxPackages.nvidiaPackages.beta: fix icds
2024-07-23 19:07:56 +02:00
Kiskae
0384602eac
nvidia-settings: add vulkan-headers dependency
2024-07-23 18:38:59 +02:00
Kiskae
6b01d8cba6
linuxPackages.nvidiaPackages.beta: 555.52.04 -> 560.28.03
2024-07-23 18:32:58 +02:00
Robert Schütz
b60dd6b426
tuna: 0.15 -> 0.19
2024-07-23 08:59:27 -07:00
Robert Schütz
78b9e2d78f
python312Packages.ethtool: rename from python-ethtool
2024-07-23 08:59:27 -07:00
Tomodachi94
33825e3912
linuxKernel.packages.hpuefi-mod: init at 3.05
2024-07-22 20:23:44 -07:00
Randy Eckenrode
9721bc834a
darwin.ICU: use llvm-strip compatible flags
...
llvm-strip does not support `-u`, but `--keep-undefined` is equivalent. It also does not support `-r`, but it behaves that way by default without a flag.
2024-07-22 20:57:24 -04:00
Randy Eckenrode
02dcaa6729
darwin.ICU: use --replace-fail
with substituteInPlace
2024-07-22 20:56:24 -04:00
Randy Eckenrode
9652f5f192
darwin.ICU: suppress crashing test
...
According to the test’s comments, it can crash and should be suppressed if it does.
c9f69cae28/icuSources/test/cintltst/cmsgtst.c (L234-L259)
2024-07-22 20:55:24 -04:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
Anderson Torres
539575ab2b
treewide: remove yana from meta.maintainers [orphans]
2024-07-22 16:22:39 -03:00
Sergio Miguéns Iglesias
ccac719bfb
rtl8852au: unstable-2024-04-16 -> unstable-2024-05-06
2024-07-22 09:33:05 +05:30
Masum Reza
c767888e06
Merge pull request #328505 from Shawn8901/update_xanmod-2024-07-18
...
linux_xanmod, linux_xanmod_latest: 2024-07-18
2024-07-22 09:28:40 +05:30
Franz Pletz
de3c22d390
jool: reformat
2024-07-21 20:43:45 +02:00
Franz Pletz
4ffad1d876
jool: 4.1.11 -> 4.1.12
2024-07-21 20:41:04 +02:00
Vladimír Čunát
6b370024d4
Merge #328883 : systemd: re-enable bpf-framework
...
...into staging-next
2024-07-21 13:51:43 +02:00
Dominique Martinet
0187342e53
systemd: re-enable bpf-framework
...
systemd meson.build apparently didn't check properly that the option was
enabled in all code paths, so it was possible to build systemd such as
--version would have -BPF_FRAMEWORK (properly disabled in config.h) with
-Dbpf-framework=enabled.
Fix the failing check, which was `clang -target bpf` breaking with
zerocallusedregs hardening -- this is apparently a known problem as it's
disabled in quite a few other packages that mention bpf in comment above
the exception...
Link: https://github.com/systemd/systemd/pull/33793
(cherry picked from commit ef593db9ca
)
2024-07-21 12:41:44 +02:00
Arian van Putten
2328731ad0
systemd: use autoPatchElfHook for dlopen dependencies
2024-07-21 06:31:42 -04:00
nikstur
d4a80b6d0c
systemd: 255.6 -> 256.2
2024-07-21 06:31:37 -04:00
Audrey Dutcher
5384421837
freebsd.libstdthreads: init
2024-07-20 17:04:37 -07:00
github-actions[bot]
e533bfc8da
Merge master into staging-next
2024-07-20 18:01:23 +00:00
John Ericson
5e826c3d2d
Merge pull request #327817 from rhelmot/freebsd-out-of-tree
...
freebsd.mkDerivation: do not crash on packages not using FreeBSD src
2024-07-20 11:35:35 -04:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next
2024-07-20 16:12:24 +02:00
Martin Weinelt
b37ab48028
Merge pull request #328021 from trofi/iproute2-update
...
iproute2: 6.9.0 -> 6.10.0
2024-07-20 16:04:59 +02:00
toastal
72f2df0147
Linux 6.10 compat patches
...
Since this is *zfs_unstable*, & these patches are merged. It seems like
this could let folks test out 6.10 as others have had sucess while
setting the new bar to 6.9.
2024-07-20 17:43:06 +07:00
toastal
a350402ac2
zfs_unstable: 2.2.4-unstable-2024-05-29 → 2.2.4-unstable-2024-07-15
...
fixes a use-after-free
2024-07-20 17:43:06 +07:00
Thiago Kenji Okada
6e14bbce7b
Merge pull request #327972 from atorres1985-contrib/remove-dtzwill
...
Treewide: Remove dtzwill
2024-07-20 10:11:00 +01:00
Alyssa Ross
64b7de15d3
linuxPackages_latest.rust-out-of-tree-module: 0-unstable-2023-08-29 -> 0-unstable-2024-05-06
...
Updated for breaking changes in Linux 6.10.
2024-07-20 10:09:59 +02:00
Alyssa Ross
9e59b23369
linuxPackages_latest.rust-out-of-tree-module.updateScript: init
...
Added a version to the package to make the update script happy.
2024-07-20 10:09:59 +02:00
Audrey Dutcher
1e2071847d
stdenv/freebsd: reinit
...
The old stdenv didn't work, and was also impure. The new one works, and
is pure. Presently, the bootstrap tools are cross compiled into one small
nar and one large tar, which is then unpacked, patched, and split into
smaller derivations. Efforts were made to make the boot process as short
as possible - there are only two clangs built, and as many packages are
propagated between stages as possible while leaving the bootstrap tools
out of the final stdenv's closure.
2024-07-19 21:32:05 -07:00
Peder Bergebakken Sundt
383b5c7f2c
Merge pull request #327490 from Luflosi/update/linuxPackages.apfs
...
linuxPackages.apfs: 0.3.9 -> 0.3.10
2024-07-20 03:00:38 +02:00
Adam C. Stephens
f272ee0343
Merge pull request #328430 from adamcstephens/acs/reduce
...
treewide: reduce adamcstephens maintenance
2024-07-19 17:27:44 -04:00
Jörg Thalheim
96d0f7b826
Merge pull request #327815 from rhelmot/fix/freebsd
...
freebsd.mkDerivation: re-add missing hunk
2024-07-19 21:50:39 +02:00
Shawn8901
d19c4fb9eb
linux_xanmod_latest: 6.9.9 -> 6.9.10
2024-07-19 20:46:32 +02:00
Shawn8901
6595bb8807
linux_xanmod: 6.6.40 -> 6.6.41
2024-07-19 20:40:06 +02:00
Adam Stephens
a65001e999
zfs: move maintainer adamcstephens to 2.2 only
2024-07-19 08:46:21 -04:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging
2024-07-19 12:01:49 +00:00
Pol Dellaiera
72c13c0666
Merge pull request #328219 from drupol/bump/evdi/1-14-5
...
linuxKernel.packages.linux_6_10.evdi: 1.14.4 -> 1.14.5
2024-07-19 13:58:15 +02:00
Pol Dellaiera
d2c7ef85ee
linuxKernel.packages.linux_6_10.evdi: 1.14.4 -> 1.14.5
...
And fix broken build with kernel 6.10
2024-07-19 09:16:58 +02:00
github-actions[bot]
f316203fda
Merge staging-next into staging
2024-07-19 00:03:05 +00:00
Nick Cao
c5196ee145
Merge pull request #328020 from r-ryantm/auto-update/power-calibrate
...
power-calibrate: 0.01.36 -> 0.01.37
2024-07-18 18:59:01 -04:00
github-actions[bot]
401d4660b3
Merge staging-next into staging
2024-07-18 18:01:57 +00:00
K900
4df19d0f16
Merge pull request #328179 from K900/kernels-20240718
...
Kernel updates for 2024-07-18
2024-07-18 17:08:31 +03:00
Krzysztof Nazarewski
7c3815ab71
kernel: fix EDID firmware loading
...
for context:
- https://github.com/NixOS/nixpkgs/pull/279789#discussion_r1624936659
- https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2148560802
- https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2150726766
2024-07-18 16:57:18 +03:00
K900
8fe4700081
linux_latest-libre: 19607 -> 19611
2024-07-18 16:45:26 +03:00
K900
d811812da4
linux-rt_6_6: 6.6.36-rt35 -> 6.6.40-rt36
2024-07-18 16:45:03 +03:00
K900
23f15041a2
linux-rt_6_1: 6.1.96-rt35 -> 6.1.99-rt36
2024-07-18 16:44:36 +03:00
K900
fe97c4d5c5
linux_4_19: 4.19.317 -> 4.19.318
2024-07-18 16:44:19 +03:00
K900
9bc4163423
linux_5_4: 5.4.279 -> 5.4.280
2024-07-18 16:44:16 +03:00
K900
967bd01608
linux_5_10: 5.10.221 -> 5.10.222
2024-07-18 16:44:13 +03:00
K900
1964afd6dc
linux_5_15: 5.15.162 -> 5.15.163
2024-07-18 16:44:10 +03:00
K900
b4a1a78994
linux_6_1: 6.1.99 -> 6.1.100
2024-07-18 16:44:06 +03:00
K900
d63fd8f569
linux_6_6: 6.6.40 -> 6.6.41
2024-07-18 16:44:01 +03:00
K900
d272031250
linux_6_9: 6.9.9 -> 6.9.10
2024-07-18 16:43:56 +03:00
Randy Eckenrode
2f07b9556b
Merge pull request #328077 from reckenrode/cctools-darwin-aliases
...
tree-wide: use top-level cctools
2024-07-18 08:54:54 -04:00
github-actions[bot]
844ec2d5a1
Merge staging-next into staging
2024-07-18 12:01:55 +00:00
Marcus Ramberg
9def6d0121
Merge pull request #327995 from DontEatOreo/update-raycast
2024-07-18 14:28:34 +03:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/uvcclient/default.nix
- pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Atemu
0773e18d21
Merge pull request #327698 from Shawn8901/update_xanmod-2024-07-15
...
linux_xanmod: 6.6.39 -> 6.6.40
2024-07-18 10:39:28 +02:00
Michele Guerini Rocco
2a229e7bf2
Merge pull request #242998 from duament/wpa_supplicant-wpa3-enterprise
...
wpa_supplicant: enable WPA3-Enterprise
2024-07-18 09:34:55 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Sergei Trofimovich
68f49a0661
iproute2: 6.9.0 -> 6.10.0
...
Changes: https://github.com/iproute2/iproute2/compare/v6.9.0...v6.10.0
2024-07-17 21:53:07 +01:00
R. Ryantm
f01561b4ad
power-calibrate: 0.01.36 -> 0.01.37
2024-07-17 20:48:15 +00:00
Nick Cao
3003a7a49d
Merge pull request #327989 from r-ryantm/auto-update/cpustat
...
cpustat: 0.02.20 -> 0.02.21
2024-07-17 16:40:32 -04:00
DontEatOreo
842d980fa3
raycast: 1.78.1 -> 1.79.0
...
Changelog: https://www.raycast.com/changelog/1-79-0
2024-07-17 21:56:00 +03:00
Artturin
20cf80e167
Merge branch 'staging-next' into staging
2024-07-17 21:29:37 +03:00
R. Ryantm
19421b4745
cpustat: 0.02.20 -> 0.02.21
2024-07-17 18:12:29 +00:00
Anderson Torres
6dba240f79
treewide: remove dtzWill as maintainer [orphans]
...
Since theey is not active in a long span of time.
All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
Anderson Torres
2ac414fa93
treewide: remove dtzWill as maintainer [no orphans]
...
Since theey is not active in a long span of time.
None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
Arian van Putten
1017cdf9bc
systemd: 255.6 -> 255.9
...
(cherry picked from commit 4a48f4cdf3
)
2024-07-17 16:43:56 +02:00
Sandro
917e91f3f0
Merge pull request #321134 from philiptaron/issue-177798/broadcom-sta
2024-07-17 16:38:29 +02:00
Weijia Wang
078fdedf26
Merge branch 'staging-next' into staging
2024-07-17 13:10:23 +02:00
Weijia Wang
7d96599548
Merge pull request #327794 from Sigmanificient/unused-args-python-pytest-hook
...
treewide: remove unused pytestCheckHook (and other) arguments
2024-07-17 13:03:48 +02:00
Thiago Kenji Okada
8d5f5ef191
Merge pull request #327732 from thiagokokada/fix-linux-lqx
...
linuxKernel.kernels.linux_lqx: fix build
2024-07-17 08:30:15 +01:00
toonn
c3c5870e96
Merge pull request #307880 from reckenrode/ld64
...
cctools: 973.0.1 -> 1010.6
2024-07-17 08:22:14 +02:00
Audrey Dutcher
8e26d7ca85
freebsd.mkDerivation: do not crash on packages not using FreeBSD src
...
This includes drm-kmod and drm-kmod firmware.
2024-07-16 22:31:05 -07:00
Audrey Dutcher
cdb8017585
freebsd.mkDerivation: re-add missing hunk
2024-07-16 22:12:42 -07:00
Sigmanificient
f2310c7d27
treewide: remove unused pytestCheckHook (and other) arguments
2024-07-17 04:53:33 +02:00
github-actions[bot]
4c086d8ee0
Merge staging-next into staging
2024-07-17 00:03:16 +00:00
Nick Cao
88e03655cd
Merge pull request #327477 from NickCao/ima-evm-utils
...
ima-evm-utils: 1.5 -> 1.6
2024-07-16 16:47:55 -04:00
Thiago Kenji Okada
86832307ec
linuxKernel.kernels.linux_lqx: fix build
...
- Override RCU_LAZY since this is defined in the kernel/common-config.nix
- Make RCU_BOOST_DELAY optional
Fixes issue #327719 .
2024-07-16 21:11:07 +01:00
Arian van Putten
c20f88c6f3
systemd: {pname,version} -> finalAttrs.{pname,version}
...
Without this patch, people overriding systemd like:
```
systemd.package = pkgs.systemd.overrideAttrs (finalAttrs: previousAttrs: {
version = "255.9";
src = previousAttrs.src.override {
rev = "v${finalAttrs.version}";
hash = "sha256-fnMvBYyMRQrP2x//8ntGTSwoHOtFk2TQ4S5fwcsSLDU=";
};
});
```
would get the wrong version reported in `systemctl --version`
2024-07-16 21:30:48 +02:00
Shawn8901
0888d77919
linux_xanmod: 6.6.39 -> 6.6.40
2024-07-16 18:54:04 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
Nick Cao
7475c76ebc
ima-evm-utils: 1.5 -> 1.6
2024-07-15 17:08:25 -04:00
Luflosi
d7f5448944
linuxPackages.apfs: 0.3.9 -> 0.3.10
...
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.10
2024-07-15 22:44:49 +02:00
Sandro
99fe5240da
Merge pull request #325811 from Naxdy/work/blackmagic
2024-07-15 16:41:11 +02:00
Pol Dellaiera
113763dc86
Merge pull request #327308 from drupol/displaylink-minor-refactoring
...
displaylink: update the help message
2024-07-15 12:09:04 +02:00
K900
0c16414228
linux_latest-libre: 19597 -> 19607
2024-07-15 12:24:00 +03:00
K900
800febbde1
linux-rt_5_10: 5.10.220-rt112 -> 5.10.221-rt113
2024-07-15 12:24:00 +03:00
K900
f8833878d4
linux_6_1: 6.1.98 -> 6.1.99
2024-07-15 12:24:00 +03:00
K900
a5a62ea289
linux_6_6: 6.6.39 -> 6.6.40
2024-07-15 12:24:00 +03:00
K900
40ebc3096e
linuxPackages_6_10.perf: fix build
...
Revert upstream change that breaks things in a very strange way.
See commit being reverted for details.
2024-07-15 12:23:59 +03:00
Pol Dellaiera
b59deeee5b
displaylink: update the help message
2024-07-15 10:23:45 +02:00
K900
f0e87420c9
linux_6_10: init at 6.10
2024-07-15 09:19:55 +03:00
Robert Scott
d2ebb01d11
hostapd: add nixosTests.wpa_supplicant to passthru.tests
2024-07-14 20:57:22 +01:00
Naxdy
f634371d21
{blackmagic-desktop-video,decklink}: init at 14.0.1a2
2024-07-14 20:42:50 +02:00
github-actions[bot]
31817540ee
Merge staging-next into staging
2024-07-14 18:01:37 +00:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
...
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
Atemu
b544dc649d
Merge pull request #326528 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2024-07-11
2024-07-14 16:30:22 +02:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
...
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging
2024-07-14 12:02:04 +00:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
...
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Vincent Vanlaer
bdf5d0a3be
numad: 0.5 -> 0.5-unstable-2023-09-06 ( #315168 )
2024-07-14 12:33:38 +02:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
Randy Eckenrode
76e12091eb
darwin.{cctools,libtapi}: drop old source
2024-07-13 21:08:29 -04:00
tomberek
e28b6650c3
Merge pull request #320462 from amozeo/pkgs/nixos-rebuild/by-attr
...
nixos-rebuild, nixos-install: add support for --file and --attr flags
2024-07-13 20:46:31 -04:00
Randy Eckenrode
a49dbb2544
darwin.stdenv: switch to top-level cctools and ld64
2024-07-13 17:54:36 -04:00
Randy Eckenrode
baf3568fb2
darwin.libdispatch: 442.1.4 -> 703.50.37
2024-07-13 17:54:34 -04:00
Randy Eckenrode
4ee4fe5fe7
darwin.configd: remove dependency on CF for private headers
2024-07-13 17:54:33 -04:00
Randy Eckenrode
b7952b4729
darwin.Libsystem: get headers from AvailabilityVersions
...
While these headers correspond to a newer SDK, they’re compatible with the 10.12 SDK and more compatible with GCC.
2024-07-13 17:54:33 -04:00
Randy Eckenrode
7f45223bea
darwin.binutils: add dwarfdump and fix typo
2024-07-13 17:54:33 -04:00
Kraust
e16fee1857
linuxKernel/rtl8812au: update driver source for kernel 6.7+ ( #326863 )
2024-07-13 23:47:00 +05:30
toonn
633f0c5e33
Merge pull request #324440 from paparodeo/xnu-unwrapped-clang
...
darwin.xnu: use unwrapped clang for MIGCC
2024-07-13 19:07:12 +02:00
Randy Eckenrode
3a545f673e
darwin.AvailabilityVersions: init at 140.1
2024-07-13 10:59:42 -04:00
Randy Eckenrode
91d8dd928f
darwin.apple_sdk_10_12.sdkRoot: specify exact SDK version
2024-07-13 10:59:42 -04:00
aleksana
1a89942243
treewide: sha256 -> hash attribute for gitlab.com fetchers
2024-07-13 22:28:37 +08:00
Franz Pletz
512454893b
Merge pull request #325942 from trofi/ell-iwd-update
2024-07-13 14:55:02 +02:00
Anthony Roussel
88e8ae101a
tomb: move to pkgs/by-name
2024-07-13 13:18:27 +02:00
Anthony Roussel
e662532834
tomb: format with nixfmt-rfc-style, remove with lib;
2024-07-13 13:15:18 +02:00
Anthony Roussel
a78b3c85be
tomb: 2.10 -> 2.11
...
https://github.com/dyne/tomb/compare/v2.10...v2.11
https://github.com/dyne/tomb/blob/v2.11/ChangeLog.md#211
2024-07-13 12:36:37 +02:00
Robert Scott
6a985b3b1a
Merge pull request #325962 from oddlama/patch-blastradius
...
hostapd: apply patch for CVE-2024-3596
2024-07-13 11:28:02 +01:00
7c6f434c
267ce10433
Merge pull request #326600 from NixOS/fix_sysdigUnstable
...
sysdig: fix build
2024-07-13 09:33:34 +00:00
github-actions[bot]
345035df51
Merge staging-next into staging
2024-07-13 00:02:49 +00:00
Sebastian Sellmeier
f12192d26d
sysdig: fix build
2024-07-12 18:32:38 +02:00
K900
110176fad4
Merge pull request #326539 from K900/pipewire-1.2.1
...
Pipewire 1.2.1
2024-07-12 18:17:51 +03:00
Doron Behar
45bee1a302
Merge pull request #326384 from trofi/libbpf-update
...
libbpf: 1.4.3 -> 1.4.5
2024-07-12 17:14:08 +03:00
zzzsyyy
08fa40b6aa
linux_xanmod_latest: 6.9.8 -> 6.9.9
2024-07-12 18:39:35 +08:00
zzzsyyy
a68af291d9
linux_xanmod: 6.6.37 -> 6.6.39
2024-07-12 18:13:48 +08:00
K900
b99be9ccc7
ffado: actually get rid of Qt dependency for real this time
2024-07-12 13:05:41 +03:00
Sergei Trofimovich
17726eb8bb
libbpf: 1.4.3 -> 1.4.5
...
Changes:
- https://github.com/libbpf/libbpf/releases/tag/v1.4.4
- https://github.com/libbpf/libbpf/releases/tag/v1.4.5
2024-07-12 10:19:11 +01:00
Randy Eckenrode
1542e50e60
darwin.apple_sdk_12_3: init at 12.3
2024-07-12 01:57:08 -04:00
Randy Eckenrode
e125b70c8b
darwin.apple_sdk: add libs.simd stub
...
Making it fail at build time allows it to be used unversioned with `overrideSDK`. Unlike the QuickTime framework, which is present in the base SDK and was later removed, simd was added later.
2024-07-11 23:31:54 -04:00
oddlama
3dcc9a3371
hostapd: apply patch for CVE-2024-3596
2024-07-12 00:56:58 +02:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging
2024-07-11 22:05:05 +02:00
Thiago Kenji Okada
25227b0e77
Merge pull request #326216 from thiagokokada/linux-zen-sync-config
...
linuxKernel.kernels.linux_zen: sync config with upstream
2024-07-11 18:12:15 +01:00
Thiago Kenji Okada
0f8c498f96
linuxKernel.kernels.linux_zen: sync config with upstream
2024-07-11 16:46:46 +01:00
K900
161aa16c6d
linux/hardened: fix syntax in update-script
2024-07-11 14:34:39 +03:00
K900
c63531f954
linux_latest-libre: 19584 -> 19597
2024-07-11 14:33:12 +03:00
K900
6210e32854
linux-rt_5_10: 5.10.219-rt111 -> 5.10.220-rt112
2024-07-11 14:32:48 +03:00
K900
3e77292ce1
linux_6_1: 6.1.97 -> 6.1.98
2024-07-11 14:32:25 +03:00
K900
232f3042f2
linux_6_6: 6.6.37 -> 6.6.39
2024-07-11 14:32:21 +03:00
K900
a7135630ba
linux_6_9: 6.9.8 -> 6.9.9
2024-07-11 14:32:16 +03:00
K900
8ee0a2c46c
linux_testing: 6.10-rc6 -> 6.10-rc7
2024-07-11 14:32:10 +03:00
Pol Dellaiera
e901eee1e2
Merge pull request #324121 from drupol/bump/displaylink-6-0-0
...
displaylink: 5.8.0-63.33 -> 6.0.0-24
2024-07-11 11:31:14 +02:00
7c6f434c
717c708df2
Merge pull request #325704 from therishidesai/rdesai/atop-2.10.0
...
atop: 2.8.1 -> 2.10.0
2024-07-11 07:46:03 +00:00
Reno Dakota
bae30f206d
darwin.xnu: use unwrapped clang for MIGCC
...
the mig header build requires a 32 bit arch but the wrapped compiler
specifies `-arch 64-bit-arch` on the command line causing compile
failures. This was worked around for aarch64 by patching out the 32 bit
arch but that ignores the comment and the code saying that 32 bit arch
is required and thus will generate the wrong sizes for the structures in
the headers. Using the unwrapped clang mig can pass whatever arch it
desires.
2024-07-10 23:46:47 +00:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Nick Cao
f5e6cf0e6e
Merge pull request #324975 from trofi/hwdata-update
...
hwdata: 0.383 -> 0.384
2024-07-10 18:46:13 -04:00
Rishi Desai
c200802d65
atop: 2.8.1 -> 2.10.0
2024-07-10 15:57:34 -05:00
Wroclaw
61c719e473
nixos-rebuild: add support for --file and --attr flags
...
adds support of building system from nix file and attrPath directly
these are --file and --attr flags in nix-build respectfully
2024-07-10 20:59:41 +02:00
John Ericson
000b58721f
Merge remote-tracking branch 'upstream/master' into openbsd-static
2024-07-09 18:18:47 -04:00
John Ericson
676df1cf2d
openbsd: Add static linking support
...
I've had better luck creating statically-linked binaries that work than
dynamically-linked ones, so this is needed quite practically.
2024-07-09 18:17:06 -04:00
Thiago Kenji Okada
c62ade3aed
Merge pull request #311811 from abathur/move_lore_overrides_to_passthru_staging
...
binlore: migrate override lore to package passthru
2024-07-09 22:02:23 +00:00
Sandro
edbd95aee5
Merge pull request #319655 from trofi/shadow-update
...
shadow: 4.14.6 -> 4.16.0
2024-07-10 00:01:45 +02:00
Sergei Trofimovich
6ca5b11ad8
iwd: 2.18 -> 2.19
...
Changes: https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.19
2024-07-09 22:45:00 +01:00
Sergei Trofimovich
afa6f75b75
ell: 0.66 -> 0.67
...
Changes: https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.67
2024-07-09 22:45:00 +01:00
Franz Pletz
2ae9aee129
Merge pull request #325906 from lonyelon/rtl8852bu
2024-07-09 23:37:13 +02:00
Nick Cao
818274d2e1
Merge pull request #325881 from Kiskae/nvidia/550.100
...
linuxPackages.nvidiaPackages.production: 550.90.07 -> 550.100
2024-07-09 16:45:52 -04:00
Sergio Miguéns Iglesias
85544dc087
rtl8852bu: f6aaa3c -> 1acc7aa
2024-07-09 20:42:27 +02:00
Kiskae
8736694c4d
linuxPackages.nvidiaPackages.production: 550.90.07 -> 550.100
2024-07-09 18:57:31 +02:00
K900
630eb4460b
linux-firmware: 20240610 -> 20240709
2024-07-09 14:39:29 +03:00
Jörg Thalheim
5952c36d59
Merge pull request #322968 from paepckehh/patch-4
...
linux: enable CONFIG_SND_HDA_CODEC_CS8409
2024-07-09 10:55:01 +02:00
Michael Hoang
eb725313bc
treewide: remove Enzime
2024-07-09 14:32:33 +10:00
Tristan Ross
7a95a8948b
Merge pull request #324155 from paparodeo/x64-sdk11-no-rebuilds
...
treewide: change various flags to allow x64 darwin to default to sdk 11.0 when ready
2024-07-08 17:19:17 -07:00
Weijia Wang
b5e628e995
Merge pull request #319561 from r-ryantm/auto-update/intel-cmt-cat
...
intel-cmt-cat: 23.11.1 -> 24.05
2024-07-08 23:23:25 +02:00
Nick Cao
7bdcdf88e4
Merge pull request #325587 from kai-tub/pkgs/bpftune
...
bpftune: disable `zerocallusedregs` hardening
2024-07-08 16:13:33 -04:00
Nick Cao
1fb9207f38
Merge pull request #325524 from r-ryantm/auto-update/libzbc
...
libzbc: 6.0.0 -> 6.1.0
2024-07-08 16:05:13 -04:00
Kai Norman Clasen
bd05186338
bpftune: disable zerocallusedregs
hardening
2024-07-08 18:51:09 +02:00
Nick Cao
0f25ba8c56
Merge pull request #325395 from r-ryantm/auto-update/linux-wifi-hotspot
...
linux-wifi-hotspot: 4.7.1 -> 4.7.2
2024-07-08 08:56:03 -04:00
R. Ryantm
25a8abf0fc
libzbc: 6.0.0 -> 6.1.0
2024-07-08 11:40:59 +00:00
installer
b77aa705fe
linuxKernel.kernels.linux_lqx: 6.9.7-lqx1 -> 6.9.8-lqx1
2024-07-08 11:32:09 +02:00
installer
8b6a178b47
linuxKernel.kernels.linux_zen: 6.9.7-zen1 -> 6.9.8-zen1
2024-07-08 11:30:20 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging
2024-07-08 10:43:15 +02:00
R. Ryantm
94d7e0ae9b
linux-wifi-hotspot: 4.7.1 -> 4.7.2
2024-07-08 01:46:58 +00:00
Florian Klink
6f2d668db6
linux-firmware: remove FOD
...
This being a FOD seems to only have historical reasons.
Remove the source.nix file, as well as the custom update script, and FOD.
Simply making this a normal input-addressed derivation, with a version
being interpolated makes this easy to update with update-source-version.
2024-07-07 19:16:43 +03:00
Sandro
bd3087bc81
Merge pull request #324145 from matteo-pacini/swiftbar
...
swiftbar: 1.4.3 -> 2.0.0
2024-07-07 17:35:42 +02:00
Weijia Wang
6ec2f51872
Merge pull request #313041 from r-ryantm/auto-update/libcap
...
libcap: 2.69 -> 2.70
2024-07-07 17:09:13 +02:00
Matteo Pacini
8f926ea5ed
swiftbar: 1.4.3 -> 2.0.0
2024-07-07 14:47:14 +01:00
Maximilian Bosch
ddddf00375
Merge pull request #325219 from globin/below-bpf-hardening-disable
...
below: fix bpf build, zerocallusedregs unavailable
2024-07-07 13:29:21 +00:00
Nick Cao
c9758a6e16
Merge pull request #325023 from Shawn8901/update_xanmod-2024-07-05
...
linux_xanmod, linux_xanmod_latest: 2024-07-05
2024-07-07 09:25:55 -04:00
Robin Gloster
1a7463fc8c
below: fix bpf build, zerocallusedregs unavailable
2024-07-07 11:18:40 +02:00
Sandro
f9fadf54c9
Merge pull request #325088 from alyssais/catfs-0.9.0-unstable-2023-10-09
...
catfs: 0.9.0 -> 0.9.0-unstable-2023-10-09
2024-07-07 11:14:15 +02:00
Franz Pletz
e5fadeaa27
Merge pull request #321962 from LostAttractor/iproute2/libbpf
2024-07-07 02:08:31 +02:00
K900
3e1d44bc3d
Merge pull request #306407 from jtojnar/ffado-noqt
...
ffado: Remove Qt dependency
2024-07-06 22:24:55 +03:00
Alyssa Ross
2a1a748f87
catfs: 0.9.0 -> 0.9.0-unstable-2023-10-09
...
Fixes build with musl 1.2.4.
2024-07-06 20:16:30 +02:00
Mohaim
d7705cea76
linux/rtl8814au: unstable-2024-03-19 -> unstable-2024-05-26 ( #314880 )
...
fix support for kernel 6.9
2024-07-06 23:01:54 +05:30
Jan Tojnar
45c85e2b1d
ffado: Add comment about Python 3.11 override
...
This was introduced in 20001b719e
2024-07-06 16:56:12 +02:00
Shawn8901
3087200fcb
linux_xanmod_latest: 6.9.7 -> 6.9.8
2024-07-06 14:02:38 +02:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging
2024-07-06 12:01:49 +00:00
Shawn8901
32b44b8253
linux_xanmod: 6.6.36 -> 6.6.37
2024-07-06 14:00:00 +02:00
Masum Reza
731dc15f15
Merge pull request #324439 from wegank/prl-tools-bump
...
linuxPackages_latest.prl-tools: 19.4.0-54962 -> 19.4.1-54985
2024-07-06 16:31:41 +05:30
Vladimír Čunát
7f97b5a060
Merge #322627 : audit.tests.musl: init
2024-07-06 09:18:27 +02:00
Sergei Trofimovich
e99754e3a4
hwdata: 0.383 -> 0.384
...
Changes: https://github.com/vcrhonek/hwdata/compare/v0.383...v0.384
2024-07-06 07:15:30 +01:00
Sergei Trofimovich
21ad4b3a71
shadow: 4.14.6 -> 4.16.0
...
Changes:
- https://github.com/shadow-maint/shadow/releases/tag/4.14.7
- https://github.com/shadow-maint/shadow/releases/tag/4.15.0
- https://github.com/shadow-maint/shadow/releases/tag/4.15.1
- https://github.com/shadow-maint/shadow/releases/tag/4.15.2
- https://github.com/shadow-maint/shadow/releases/tag/4.15.3
- https://github.com/shadow-maint/shadow/releases/tag/4.16.0
2024-07-06 07:04:06 +01:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
d6339576fb
Merge master into staging-next
2024-07-05 18:01:19 +00:00
K900
0e18c29f1c
Merge pull request #324828 from K900/kernels-20240705
...
Kernel updates for 2024-07-05
2024-07-05 18:53:51 +03:00
DontEatOreo
e656056190
raycast: 1.78.0 -> 1.78.1
2024-07-05 18:20:23 +03:00
K900
4692f201cd
linux-rt_6_6: 6.6.35-rt34 -> 6.6.36-rt35
2024-07-05 17:30:29 +03:00
K900
c5b26ec56f
linux-rt_6_1: 6.1.95-rt34 -> 6.1.96-rt35
2024-07-05 17:30:07 +03:00
K900
3179815da8
linux-rt_5_4: 5.4.271-rt89 -> 5.4.278-rt91
2024-07-05 17:29:44 +03:00
K900
5eae75edb6
linux-rt_5_10: 5.10.218-rt110 -> 5.10.219-rt111
2024-07-05 17:29:21 +03:00
K900
83f35364c3
linux_4_19: 4.19.316 -> 4.19.317
2024-07-05 17:29:02 +03:00
K900
b34c0f6a76
linux_5_4: 5.4.278 -> 5.4.279
2024-07-05 17:28:58 +03:00
K900
d1b6f9d3a8
linux_5_10: 5.10.220 -> 5.10.221
2024-07-05 17:28:56 +03:00
K900
3356071b18
linux_5_15: 5.15.161 -> 5.15.162
2024-07-05 17:28:51 +03:00
K900
2be6eafe45
linux_6_1: 6.1.96 -> 6.1.97
2024-07-05 17:28:48 +03:00
K900
069a0a2085
linux_6_6: 6.6.36 -> 6.6.37
2024-07-05 17:28:44 +03:00
K900
e4f77dddc3
linux_6_9: 6.9.7 -> 6.9.8
2024-07-05 17:28:40 +03:00
K900
27b51632f2
linux_testing: 6.10-rc5 -> 6.10-rc6
2024-07-05 17:28:36 +03:00
Martin Weinelt
fda13875da
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
Aleksana
23b2e24410
Merge pull request #324575 from r-ryantm/auto-update/oxtools
...
oxtools: 1.2.4 -> 2.0.2
2024-07-05 16:50:34 +08:00
Ashish SHUKLA
191d8a30c5
nfs-utils: 2.6.2 -> 2.6.4
2024-07-05 08:02:11 +02:00
Ashish SHUKLA
f0553fb299
nfs-utils: enable ldap support
2024-07-05 08:02:11 +02:00
Masum Reza
267b3730bc
Merge pull request #312271 from Defelo/rtl8821ce
...
rtl8821ce: unstable-2024-01-20 -> unstable-2024-03-26
2024-07-05 09:42:31 +05:30
github-actions[bot]
30cfd4445f
Merge master into staging-next
2024-07-05 00:02:21 +00:00
Nick Cao
9385c67410
Merge pull request #324366 from alois31/perf-drop-workaround
...
Revert "linuxPackages_latest.perf: add `-O1` workaround for `gcc-13`"
2024-07-04 14:13:44 -04:00
John Titor
62cedf828f
rtl8821ce: move to finalAttrs, nixfmt-rfc-style
2024-07-04 22:30:29 +05:30
Defelo
8d34974a01
rtl8821ce: add defelo to maintainers
2024-07-04 22:19:13 +05:30
Defelo
ab9d9e4b97
rtl8821ce: unstable-2024-01-20 -> unstable-2024-03-26
2024-07-04 22:17:37 +05:30
Travis A. Everett
8f413d8a44
binlore: migrate override lore to package passthru
...
Lore overrides have been included with binlore's source up to now, but
this hasn't worked very well. (It isn't as easy to self-service for
people working in nixpkgs, and its use of partial pnames for matching
breaks down around some edge cases like version numbers appearing
early in perl pnames, or multiple packages having identical pnames.)
2024-07-04 11:15:05 -05:00
R. Ryantm
cb1cc8320d
oxtools: 1.2.4 -> 2.0.2
2024-07-04 14:32:21 +00:00
github-actions[bot]
e14242d985
Merge staging-next into staging
2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next
2024-07-04 12:01:10 +00:00
Masum Reza
0c4a8b4f89
Merge pull request #320472 from rhelmot/freebsd-libunwind-mess
...
{llvm,freebsd.libcxxrt}: Sort out references to unwind functions
2024-07-04 16:43:06 +05:30
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
...
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Colin
b803189674
pam: packaging cleanups
...
- don't set null postPatch
- remove unnecessary musl patch
null postPatch breaks common override idioms like
```nix
pam.overrideAttrs (attrs: {
postPatch = (attrs.postPatch or "") + "...";
});
```
the musl patch was upstreamed into pam
<1d1d3b59af
>
and subsequently removed from Alpine (where we took it from)
<e51f5c2997
>
2024-07-04 07:14:20 +00:00
Masum Reza
2b8f96c5b8
Merge pull request #320475 from rhelmot/freebsd-various2
...
freebsd: various new packages to support a NixBSD system
2024-07-04 11:08:52 +05:30
Masum Reza
410d1213cd
Merge pull request #323983 from Aleksanaa/cargoSha256-change
...
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
Tristan Ross
7e111cc518
Merge pull request #323980 from r-ryantm/auto-update/policycoreutils
...
policycoreutils: 3.6 -> 3.7
2024-07-03 21:05:36 -07:00
adisbladis
1be927ca66
Merge pull request #316983 from edolstra/let-float-json
...
Let-float various fromJSON calls to avoid repeated JSON reading/parsing
2024-07-04 13:47:08 +12:00
Weijia Wang
a271dcc676
linuxPackages_latest.prl-tools: 19.4.0-54962 -> 19.4.1-54985
2024-07-04 01:23:24 +02:00
Franz Pletz
ac5e958a38
Merge pull request #317558 from trofi/ell-iwd-update
...
ell: 0.65 -> 0.66, iwd: 2.17 -> 2.18
2024-07-04 00:56:30 +02:00
Robert Helgesson
1dc93f1b29
sd-switch: 0.5.0 -> 0.5.1
2024-07-04 00:54:48 +02:00
Jan Tojnar
f94db72728
ffado: Remove Qt dependency
...
This slims up `pipewire` closure.
The full package is available as `ffado-mixer`.
2024-07-04 00:37:10 +02:00
Jan Tojnar
0a5599cda2
ffado: 2.4.8 → 2.4.9
...
https://ffado.org/posts/ffado-2.4.9-release/
2024-07-04 00:36:23 +02:00
Florian Klink
61f45c3352
Merge pull request #239721 from RaitoBezarius/zboot
...
linux: enable EFI_ZBOOT for generic compression support
2024-07-04 00:35:08 +03:00
Franz Pletz
d5c83b4a42
linux: restrict zboot to aarch64
...
Enabling EFI_ZBOOT fails at least the x86 builds. More compatible
platforms can be added after testing.
2024-07-03 23:07:53 +02:00
Raito Bezarius
2082109d30
linux: enable EFI_ZBOOT for generic compression support
...
Starting 6.1, it is possible to have generic compression for aarch64 and riscv64
via CONFIG_EFI_ZBOOT which implements apparently its own decompression.
https://lwn.net/Articles/907679/
2024-07-03 21:13:02 +02:00
github-actions[bot]
d449302be6
Merge staging-next into staging
2024-07-03 18:01:32 +00:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next
2024-07-03 19:07:35 +02:00
Alois Wohlschlager
27934d1c13
Revert "linuxPackages_latest.perf: add -O1
workaround for gcc-13
"
...
This reverts commit 410d15e156
.
The workaround is no longer needed since GCC 13 is 13.3.0 now.
2024-07-03 17:28:12 +02:00
Bernardo Meurer
92e8eb20a4
Merge pull request #324324 from DontEatOreo/update-raycast
2024-07-03 10:49:06 -04:00
Aleksana
bb9d961d54
Merge pull request #324089 from Lyndeno/add_lyndeno
...
maintainers: Add lyndeno
2024-07-03 22:26:53 +08:00
aleksana
1862813d11
treewide: convert cargoSha256 to cargoHash
...
This is done with the following bash script:
```
#!/usr/bin/env bash
process_line() {
local filename=${1%:}
if [[ $4 =~ \"(.*)\"\; ]]; then
local sha256="${BASH_REMATCH[1]}"
fi
[[ -z $sha256 ]] && return 0
local hash=$(nix hash to-sri --type sha256 $sha256)
echo "Processing: $filename"
echo " $sha256 => $hash"
sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}
# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
# split them further by space
read -r -a parts <<< "$line"
process_line "${parts[@]}"
done
```
2024-07-03 21:54:10 +08:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
DontEatOreo
5112012d9e
raycast: 1.77.3 -> 1.78.0
...
Changelog: https://www.raycast.com/changelog/1-78-0
2024-07-03 15:12:21 +03:00