Alyssa Ross
3d4e7b461c
audit: apply patches unconditionally
2024-06-26 14:03:57 +02:00
Martin Weinelt
2849a5c036
Merge pull request #322624 from alyssais/audit-musl
...
[staging-next] pkgsMusl.audit: fix build
2024-06-26 13:40:51 +02:00
Alyssa Ross
8fbb95ca8d
pkgsMusl.audit: fix build
...
Fixes: c01ada8c55
("audit: 3.1.2 -> 4.0")
2024-06-26 13:02:07 +02:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next
2024-06-25 18:01:20 +00:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next
2024-06-25 13:00:25 +02:00
Paul Meyer
fbe8538aa1
treewide: remove jonringer as package maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
rewine
9b3299c8cd
Merge pull request #310778 from wineee/dde23
...
deepin desktop environment: update
2024-06-25 09:52:28 +08:00
Martin Weinelt
20001b719e
ffado: pin to python311
...
Latest version still uses distutils and the imp module, both of which
were removed in Python 3.12.
2024-06-24 12:18:26 +02:00
R. Ryantm
c01ada8c55
audit: 3.1.2 -> 4.0
...
https://github.com/linux-audit/audit-userspace/blob/v4.0/ChangeLog
2024-06-24 12:18:21 +02:00
github-actions[bot]
c1d6d547af
Merge staging-next into staging
2024-06-24 06:01:33 +00:00
Tristan Ross
cd915a9511
selinux-sandbox: add myself as maintainer
2024-06-23 20:30:47 -07:00
Tristan Ross
e1ce7848a9
selinux-python: add myself as maintainer
2024-06-23 20:30:35 -07:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
rewine
f670b47415
deepin-anything-module: init
2024-06-24 00:25:53 +08:00
Robert Scott
2b14afdba3
Merge pull request #319991 from r-ryantm/auto-update/freeipa
...
freeipa: 4.12.0 -> 4.12.1
2024-06-23 16:05:47 +01:00
Masum Reza
cd97722d51
Merge pull request #316301 from amozeo/nixos-rebuild/nix-common-options
...
nixos-rebuild: Document all supported builder flags in manpage
2024-06-23 10:44:02 +05:30
Masum Reza
1b77bc24c5
Merge pull request #277975 from jmbaur/linux-kernel-efi-zboot
...
linux: handle case where ZBOOT EFI stub is the target
2024-06-23 09:34:24 +05:30
John Ericson
37e233ba00
Merge pull request #321622 from obsidiansystems/netbsd-cleanup
...
netbsd: A few small cleanups
2024-06-22 16:47:51 -04:00
Jared Baur
16e8400968
linux: handle case where ZBOOT EFI stub is the target
...
When CONFIG_EFI_ZBOOT is enabled in the linux kernel's config,
`vmlinuz.efi` becomes the file you want to install through the
`zinstall` make target. This also needs the hexdump tool during the
build of the EFI image.
2024-06-22 13:36:11 -07:00
Emily
fbda1dbfd6
treewide: replace freeglut with libglut
...
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.
Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
K900
4e53a53767
linux/common-config: fix version conditionals
...
- VMWGFX_FBCON removal was backported to 6.1
- NFSD_{V2_ACL,V3} removal was backported to 5.15
2024-06-22 09:14:17 +03:00
Artturin
b28b8072c8
Merge pull request #318999 from Mic92/ffado-staging
...
[staging] ffado: reformat and fixup installation locations
2024-06-22 02:06:38 +03:00
installer
d824a1bd8f
linuxKernel.kernels.linux_zen: 6.9.5-zen1 -> 6.9.6-zen1
2024-06-22 00:48:21 +02:00
John Ericson
c08bf286c5
netbsd.libpthread{,-headers}: Inline base.nix
...
It is just one line and thus not worth factoring out.
2024-06-21 18:38:17 -04:00
John Ericson
0281c72ed3
netbsd: let-bind buildNetbsd
...
This way there is less "knowing our own name".
2024-06-21 18:38:17 -04:00
John Ericson
0bf10957e2
netbsd: Sort top package set file
2024-06-21 18:38:17 -04:00
John Ericson
e34c3f7856
netbsd.libc: Create from constituent pkgs not hack
...
The old `postInstall` was ugly, and made for a needlessly course-grained
package. This makes more smaller derivations, and ones that additionally
can be built in parallel.
2024-06-21 17:06:37 -04:00
John Ericson
8cc7430d51
netbsd.libc: Use multiple outputs
...
Generally good practice.
2024-06-21 16:55:16 -04:00
John Ericson
94424da4fc
netbsd: Remove a bunch of unneeded rsync
deps
...
Now that we assemble the source code per each package in a separate prep
derivation since b6727bbeac
, we don't need
rsync in the package proper derivations.
2024-06-21 16:55:16 -04:00
John Ericson
80d3b5dbf9
netbsd: No _mainLibcExtraPaths
...
These didn't actually affect `netbsd.compat`, so I inlined the variable
back to `libc` again.
2024-06-21 16:55:14 -04:00
John Ericson
88b6c9b308
Merge pull request #321538 from obsidiansystems/no-bsdCross-pkg-set
...
*bsdCross: Remove these package sets
2024-06-21 16:45:49 -04:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging
2024-06-21 18:01:30 +00:00
Aleksana
d6ebba3ab8
Merge pull request #314833 from Lurkki14/gpl2-pkgs-os-specific
...
pkgs/os-specific: remove licenses.gpl2
2024-06-21 23:57:57 +08:00
John Ericson
744d7e7477
*bsdCross: Remove these package sets
...
I realized what rhelmot did in 61202561d9
(specify what packages just need `stdenvNoLibc`) is definitely the right
approach for this, and adjusted NetBSD and OpenBSD to likewise use it.
With that change, we don't need these confusing and ugly `*bsdCross`
package sets at all!
We can get rid of a lot more libc-related `*Cross`, and I will do so
soon, but this is the first step.
(adapted from commit 51f1ecaa59
)
2024-06-21 11:47:36 -04:00
John Ericson
9abf384c54
windows.mingw_w64*: Fetch common attrs from the headers package
...
This is the most upstream one, and so to avoid infinite recursion we
should get the things from it. This isn't needed per-se now, but will be
after the next commit.
(cherry picked from commit 4bd76beac0
)
2024-06-21 11:47:27 -04:00
K900
7d18aa634e
Merge pull request #321320 from rnhmjoj/pr-libreswan-tests
...
linux/common-config: enable IPsec over TCP
2024-06-21 18:24:50 +03:00
K900
d17e2eb025
Merge pull request #321078 from philiptaron/issue-271473/linux-kernel
...
linuxKernel: depend exclusively on elfutils
2024-06-21 18:24:28 +03:00
K900
93aebb9971
Merge pull request #321534 from K900/kernels-20240621
...
Kernel updates for 2024-06-21
2024-06-21 18:24:17 +03:00
K900
4e4c6dfd94
linux-rt_6_6: 6.6.32-rt32 -> 6.6.34-rt33
2024-06-21 17:32:50 +03:00
K900
9c3e3d6f27
linux-rt_6_1: 6.1.92-rt32 -> 6.1.94-rt33
2024-06-21 17:32:25 +03:00
K900
038b4962f3
linux_5_10: 5.10.219 -> 5.10.220
2024-06-21 17:31:59 +03:00
K900
3b0d3ed27c
linux_6_1: 6.1.94 -> 6.1.95
2024-06-21 17:31:56 +03:00
K900
4a420e9272
linux_6_6: 6.6.34 -> 6.6.35
2024-06-21 17:31:53 +03:00
K900
5dcee0f6ab
linux_6_9: 6.9.5 -> 6.9.6
2024-06-21 17:31:50 +03:00
Linus Heckemann
e5adf0b547
maintainers: drop lheckemann
2024-06-21 15:54:54 +02:00
Franz Pletz
c3f456b43a
Merge pull request #321313 from herbetom/update-batman-adv
2024-06-21 14:17:50 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Jussi Kuokkanen
95cc312a68
pkgs/os-specific: remove licenses.gpl2
2024-06-21 12:28:43 +03:00
Samuel Dionne-Riel
1c0bec2499
Merge pull request #321436 from samueldr/ce n'est qu'un au revoir, à la prochaine!
2024-06-21 03:24:13 -04:00
rnhmjoj
5c9de39aba
linux/common-config: enable IPsec over TCP
...
This enable kernel support for TCP encapsulation of IPsec (RFC8229)
This is required for networks where the standard mode is not available
due to firewall rules blocking UDP traffic.
2024-06-21 08:32:42 +02:00