Commit Graph

15636 Commits

Author SHA1 Message Date
Sandro
9ae6a7c2a2
Merge pull request #138110 from humancalico/libbp 2021-10-12 19:48:22 +02:00
Sandro
f8d52833c3
Merge pull request #141355 from alyssais/busybox-1.34.1 2021-10-12 15:11:57 +02:00
github-actions[bot]
7af387291c
Merge staging-next into staging 2021-10-12 12:02:08 +00:00
TredwellGit
c7b05f54df linux/hardened/patches/5.4: 5.4.150-hardened1 -> 5.4.152-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
331bb5fcec linux/hardened/patches/5.14: 5.14.9-hardened1 -> 5.14.11-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
42dd28857d linux/hardened/patches/5.10: 5.10.70-hardened1 -> 5.10.72-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
8df94e6d31 linux/hardened/patches/4.19: 4.19.208-hardened1 -> 4.19.210-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
6e94404dc3 linux/hardened/patches/4.14: 4.14.248-hardened1 -> 4.14.250-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
86589e8cd3 linux_latest-libre: 18314 -> 18380 2021-10-12 07:37:16 -04:00
TredwellGit
1d14ebf414 linux: 5.4.151 -> 5.4.152 2021-10-12 07:37:16 -04:00
TredwellGit
e2be686e0a linux: 5.14.10 -> 5.14.11 2021-10-12 07:37:16 -04:00
TredwellGit
2363ead003 linux: 5.10.71 -> 5.10.72 2021-10-12 07:37:16 -04:00
TredwellGit
049968322b linux: 4.9.285 -> 4.9.286 2021-10-12 07:37:16 -04:00
TredwellGit
97f30440d9 linux: 4.4.287 -> 4.4.288 2021-10-12 07:37:16 -04:00
TredwellGit
4d1cd369c8 linux: 4.19.209 -> 4.19.210 2021-10-12 07:37:16 -04:00
TredwellGit
ac66a2835c linux: 4.14.249 -> 4.14.250 2021-10-12 07:37:16 -04:00
Florian Klink
b112f366fb
Merge pull request #81172 from misuzu/iptables-switch
iptables: switch from iptables-legacy to iptables-nftables-compat
2021-10-12 12:38:56 +02:00
Alyssa Ross
a24951ed7b
busybox: 1.33.1 -> 1.34.1; adopt
Tested rebuilding the bootstrap tools.
2021-10-12 09:46:21 +00:00
github-actions[bot]
5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Sergei Trofimovich
a3270eb062 linuxPackages.perf: fix objdump lookup
By default 'perf annotate' runs "objdump" from PATH.
Unfortunately ${binutils}/bin/ dos not provide it as
it's a minimal wrapper for gcc.

${binutils-unwrapped}/bin/ does have full set of tools.
Let's use that instead.
2021-10-11 23:07:19 +01:00
Jan Tojnar
e859225ee5
Merge pull request #139144 from NixOS/gnome-41
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
Sandro
0063bed192
Merge pull request #141267 from Atemu/update/linux_lqx 2021-10-11 21:21:12 +02:00
Atemu
895d09aa3a linux_lqx: 5.14.9 -> 5.14.11 2021-10-11 18:27:24 +02:00
Alyssa Ross
5a963f1d97 util-linux: replace "minimal" opt with more outputs
The "minimal" argument just removed some files to reduce package
size.  Now that we have multiple output derivations in Nixpkgs (we
didn't when "minimal" was added), we can just throw more outputs at
this problem and get the same effect, with the advantage that those
files are actually there, available for download without a rebuild, if
they're ever needed.

I've tested that with this change, there's no difference in the
closure size of util-linuxMinimal.bin.

We have to set SYSCONFSTATICDIR to stop $bin/bin/agetty looking in
$out for issue or issue.d.  SYSCONFSTATICDIR is supposed to be for
configuration that comes with a package, but it's currently only used
for finding an issue, and util-linux doesn't come with any issue
files, so I'm not really sure what the point is...
2021-10-11 15:15:14 +00:00
Alyssa Ross
acb63e654e util-linux: disable locales properly
Removing the locales after they've been built and installed is a big
hack when util-linux gives us an option to disable them directly.
This way, the code in util-linux that deals with locales can be
disabled as well, leading to a (very small) size reduction.
2021-10-11 15:15:14 +00:00
Alyssa Ross
93aac5dac0 util-linux: fix uuidd runtime directory
Quoting uuidd(8), as generated prior to this commit:

> By default, the pid file is written to
> /nix/store/6ig1awrlxd‐nadna38kxgfvds9kfr6ny2-util-linux-2.36.2/var/run/uuidd/uuidd.pid.

That's not right...
2021-10-11 15:15:14 +00:00
github-actions[bot]
ba27c024d3
Merge staging-next into staging 2021-10-11 06:01:37 +00:00
Ryan Burns
f97d04c97f
Merge pull request #138915 from r-ryantm/auto-update/sysvinit
sysvinit: 2.99 -> 3.00
2021-10-10 19:20:30 -07:00
github-actions[bot]
1b2b1c3d56
Merge staging-next into staging 2021-10-10 00:02:14 +00:00
Jan Tojnar
e50d5470e1 bolt: fix tests
Newer umockdev pre-creates directories which leads to conflicts when the testsuite tries to create them as well.
2021-10-09 21:35:55 +02:00
Ben Wolsieffer
a6c34ff363 linux: cleanup zlib conditional dependency
zlib was added to its own optional statement, when there was already another for
5.2
2021-10-08 20:09:58 -04:00
Michael Brantley
c344317f18 multipath-tools: deprecate systemd-udev-settle.service
The systemd service manifest provided with the multipath-tools source
makes reference to the systemd-udev-settle.service, and this in turn
triggers deprecation warnings on startup. This patch removes these
references to silence these warnings.
2021-10-08 09:47:01 -04:00
github-actions[bot]
b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00:00
Maximilian Bosch
2cd0873374
Merge pull request #140765 from TredwellGit/linux
Kernels 2021-10-07
2021-10-07 23:59:41 +02:00
Sandro
4528364354
Merge pull request #140742 from hmenke/sof 2021-10-07 22:48:05 +02:00
Sandro
628dbc979f
Merge pull request #136719 from r-burns/libgpg-error 2021-10-07 22:24:04 +02:00
Rick van Schijndel
8fc6a95bff dmidecode: support cross-compilation 2021-10-07 21:03:25 +02:00
Florian Klink
643f23ffe5
Merge pull request #139864 from ymatsiuk/systemdtpm2
systemd: add missing TPM2 build dependencies
2021-10-07 19:48:46 +02:00
github-actions[bot]
1925039a74
Merge staging-next into staging 2021-10-07 12:01:47 +00:00
Timo Kaufmann
043bc8a984
Merge pull request #139502 from Vodurden/nixos-unstable
Support virtual Nintendo Switch Pro controllers in joycond
2021-10-07 13:54:30 +02:00
TredwellGit
d609f3d79b linux: 5.4.150 -> 5.4.151 2021-10-07 07:59:15 +00:00
TredwellGit
86eb5c0943 linux: 5.14.9 -> 5.14.10 2021-10-07 07:59:08 +00:00
TredwellGit
6a1f123725 linux: 5.10.70 -> 5.10.71 2021-10-07 07:59:00 +00:00
TredwellGit
e7e463220d linux: 4.9.284 -> 4.9.285 2021-10-07 07:58:53 +00:00
TredwellGit
1dfb79c887 linux: 4.4.285 -> 4.4.287 2021-10-07 07:58:48 +00:00
TredwellGit
098ad9636c linux: 4.19.208 -> 4.19.209 2021-10-07 07:58:42 +00:00
TredwellGit
8d2f3a9fb1 linux: 4.14.248 -> 4.14.249 2021-10-07 07:58:36 +00:00
Ryan Burns
41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
github-actions[bot]
ae9f8ec1b6
Merge staging-next into staging 2021-10-07 00:02:11 +00:00
Robin Townsend
a961352f5e linux-testing-bcachefs: Add note about keeping bcachefs-tools up to date 2021-10-06 18:29:49 -04:00
Sandro
cdf359773c
Merge pull request #140796 from IvarWithoutBones/fix/linux-libre 2021-10-07 00:01:04 +02:00
Henri Menke
ea2e9f64f9
sof-firmware: 1.7 -> 1.9 2021-10-06 11:47:41 +02:00
Jake Woods
d677a0d325 joycond: unstable-2021-03-27 -> unstable-2021-07-30
This version adds support for "virtual controller" pairing, which lets
us use a Pro Controller with Steam and non-steam without collisions.

See also:
- https://wiki.archlinux.org/title/Gamepad#Using_hid-nintendo_pro_controller_with_Steam_Games_(with_joycond)
- https://github.com/ValveSoftware/steam-for-linux/issues/6651#issuecomment-886117867
2021-10-06 13:19:36 +11:00
IvarWithoutBones
8840f68cd4 linux-libre: fix build and unmark as broken 2021-10-06 02:54:33 +02:00
github-actions[bot]
4bbe70b6f4
Merge staging-next into staging 2021-10-06 00:02:16 +00:00
Sandro
f5dacea100
Merge pull request #140660 from Atemu/update/linux_lqx 2021-10-05 23:16:16 +02:00
figsoda
aa71e883f8
Merge pull request #140488 from arezvov/bpfmon
bpfmon: init at 2.50
2021-10-05 15:42:21 -04:00
Alexander Rezvov
04f9596405 bpfmon: init at 2.50 2021-10-05 22:22:04 +03:00
github-actions[bot]
f4ec0a418f
Merge staging-next into staging 2021-10-05 18:01:58 +00:00
Bruno Bzeznik
e9ab5bfe00
autosuspend: init at 4.0.0 (#140532)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-05 17:27:35 +02:00
figsoda
724ba28e48
Merge pull request #140615 from alyssais/util-linux
util-linux: remove unnecessary perl build input
2021-10-05 11:22:52 -04:00
Alyssa Ross
5bd56cc236
util-linux: remove unnecessary perl build input
This was probably needed for scriptrelay(1) before it was rewritten
from Perl to C in util-linux 2.14.  I've checked with Diffoscope that
after removing the build input, the result is bit-for-bit identical
except for the different prefix.
2021-10-05 13:11:01 +00:00
Artturi
f82973a808
Merge pull request #138903 from r-ryantm/auto-update/system76-firmware 2021-10-05 15:30:29 +03:00
Luke Granger-Brown
c55acca2a8
Merge pull request #139554 from NixOS/staging-next
staging-next 2021-09-26
2021-10-05 12:55:59 +01:00
Sandro
463cb1c371
Merge pull request #140527 from markuskowa/upd-rdma-ucx 2021-10-05 10:30:57 +02:00
github-actions[bot]
d6a4abcbca
Merge master into staging-next 2021-10-05 00:01:24 +00:00
Alyssa Ross
d189bf92f9 linuxPackages.system76: 1.0.12 -> 1.0.13 2021-10-04 21:58:13 +00:00
Alyssa Ross
408bf549cf linuxPackages.system76-power: 1.1.17 -> 1.1.18 2021-10-04 21:58:13 +00:00
Alyssa Ross
bdcc25f2f5 linuxPackages.hid-nintendo: 3.1 -> 3.2
Also clarify license.
2021-10-04 21:57:49 +00:00
Markus Kowalewski
9b31a0eeb0
rdma-core: 36.0 -> 37.0 2021-10-04 22:28:20 +02:00
github-actions[bot]
7bc9a371ec
Merge master into staging-next 2021-10-04 12:01:24 +00:00
Atemu
8dc03d0606 linux_lqx: 5.14.6 -> 5.14.9 2021-10-04 10:35:26 +02:00
linsui
63b5af623a eudev: fix homepage link 2021-10-04 14:27:37 +08:00
github-actions[bot]
464df1f90f
Merge master into staging-next 2021-10-04 06:01:13 +00:00
github-actions[bot]
8100032efa
Merge master into staging-next 2021-10-04 00:01:51 +00:00
Vikram Narayanan
b1c39c644d mceinject: init at unstable-2013-01-19 2021-10-03 16:14:47 -07:00
rnhmjoj
f1f640684c
rewritefs: add unstable prefix 2021-10-03 23:54:20 +02:00
Sandro
ceb3636770
Merge pull request #140200 from CajuM/waydroid 2021-10-03 22:06:44 +02:00
Mihai-Drosi Câju
6d8cab0b53 waydroid: Init at 1.1.1 2021-10-03 21:25:46 +03:00
rnhmjoj
785d49fb98
rewritefs: 2020-02-21 -> 2021-10-03 2021-10-03 19:13:58 +02:00
github-actions[bot]
db9657cccd
Merge master into staging-next 2021-10-03 12:01:21 +00:00
Jörg Thalheim
98ae18fa62 linux_testing_bcachefs: upstream tarballs rather patchsets
This reverts commit cb1b1cf9c6.

bcachefs lacks behind kernel mainline, so we need to use upstream
commits rather than patchsets.
2021-10-03 08:11:00 +02:00
github-actions[bot]
90a3ecee8f
Merge master into staging-next 2021-10-02 00:04:43 +00:00
Bernardo Meurer
f9b21f68ed
Merge pull request #140092 from lovesegfault/linux_xanmod-5.14.9
linuxKernel.kernels.linux_xanmod: 5.14.8 -> 5.14.9
2021-10-01 20:05:01 +00:00
Yurii Matsiuk
73ac07a127
systemd: add missing TPM2 build dependencies 2021-10-01 21:16:33 +02:00
Bernardo Meurer
8ade3cae4c
Merge pull request #140110 from TredwellGit/linux
Kernels 2021-09-30
2021-10-01 18:05:55 +00:00
github-actions[bot]
c641792c36
Merge master into staging-next 2021-10-01 12:01:14 +00:00
Emery Hemingway
378d2c5dce erofs-utils: 1.2.1 -> 1.3 2021-10-01 09:43:35 +02:00
Bernardo Meurer
8d30ac220a
Merge pull request #138942 from TredwellGit/firmwareLinuxNonfree
firmwareLinuxNonfree: 2021-08-18 -> 2021-09-19
2021-10-01 06:23:09 +00:00
TredwellGit
642ca73937 linux/hardened/patches/5.4: 5.4.149-hardened1 -> 5.4.150-hardened1 2021-10-01 04:17:10 +00:00
TredwellGit
dd93aec4c4 linux/hardened/patches/5.14: 5.14.8-hardened1 -> 5.14.9-hardened1 2021-10-01 04:17:09 +00:00
TredwellGit
f178ff4a04 linux/hardened/patches/5.10: 5.10.69-hardened1 -> 5.10.70-hardened1 2021-10-01 04:17:08 +00:00
TredwellGit
6937daff0d linux: 5.4.149 -> 5.4.150 2021-10-01 04:16:32 +00:00
TredwellGit
b540e8b5a9 linux: 5.14.8 -> 5.14.9 2021-10-01 04:16:26 +00:00
TredwellGit
8417ed79d8 linux: 5.10.69 -> 5.10.70 2021-10-01 04:16:18 +00:00
Bernardo Meurer
3f012da95b
linuxKernel.kernels.linux_xanmod: 5.14.8 -> 5.14.9 2021-09-30 15:26:23 -07:00
github-actions[bot]
b94e7d766f
Merge master into staging-next 2021-09-30 18:01:02 +00:00
Felix Singer
3a07e14fe9 nvme-cli: 1.14 -> 1.15
Update version to 1.15.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-09-30 15:16:22 +02:00
github-actions[bot]
19e8f1b28f
Merge master into staging-next 2021-09-29 18:01:07 +00:00
Jörg Thalheim
1d8a2cd066
Merge pull request #138525 from Mic92/zen
linux_zen: 5.14.3-zen1 -> 5.14.8-zen1
2021-09-29 14:57:53 +01:00
github-actions[bot]
2779e3a8fc
Merge master into staging-next 2021-09-29 12:01:04 +00:00
Michele Guerini Rocco
e68eba2dba
Merge pull request #134618 from rnhmjoj/wpa-safe
nixos/wpa_supplicant: add safe secret handling
2021-09-29 13:35:29 +02:00
Maximilian Bosch
7d890267d1
Merge pull request #139665 from Ma27/drop-linux-5.13
linux_5_13: drop
2021-09-29 13:10:10 +02:00
Jörg Thalheim
a7ad7f05bd linuxPackages.bcc: 0.20.0 -> 0.22.0 2021-09-29 11:49:46 +02:00
Dmitry Kalinkin
068ecb557a
Merge pull request #139461 from Luflosi/update/apfs
apfs: unstable-2021-06-25 -> unstable-2021-09-21
2021-09-29 04:29:20 -04:00
rnhmjoj
62126f8c15
nixos/tests/wpa_supplicant: init 2021-09-29 09:10:39 +02:00
github-actions[bot]
7b44c44972
Merge master into staging-next 2021-09-28 18:01:02 +00:00
Samuel Dionne-Riel
6b740f441f
lm_sensors: fix for cross compilation (#139577)
Without this change, `sbin/fancontrol` would refer to `#!/bin/bash` in
cross-compiled `lm_sensor` package, which is wrong.
2021-09-28 11:00:15 -04:00
github-actions[bot]
5f4614a24e
Merge master into staging-next 2021-09-28 12:01:17 +00:00
Jörg Thalheim
797e62abfc linux_zen: 5.14.3-zen1 -> 5.14.8-zen1 2021-09-28 13:09:37 +02:00
Jörg Thalheim
c21ba4f7bb linux: fix cross-build dependencies
This is untested but according to
https://github.com/NixOS/nixpkgs/pull/127922#issuecomment-927346171

zlib is only used in the host build, which breaks cross-compilation if
not present.
2021-09-28 09:21:23 +00:00
misuzu
cf9ac2b544 iptables: switch from iptables-legacy to iptables-nftables-compat
This should ease the migration to nftables.
2021-09-28 10:47:48 +03:00
Alyssa Ross
382d842d21 linuxPackages.system76-acpi: 1.0.1 -> 1.0.2 2021-09-28 07:34:34 +00:00
Alyssa Ross
6e75f7c862 linuxPackages.system76: 1.0.9 -> 1.0.12 2021-09-28 07:34:34 +00:00
github-actions[bot]
2be25e103b
Merge master into staging-next 2021-09-28 00:01:31 +00:00
Maximilian Bosch
01eb8ec98a
linux_5_13: drop
5.13.19 was the last 5.13 release and the version is now EOL[1].

[1] https://lwn.net/Articles/869747/
2021-09-27 23:29:53 +02:00
TredwellGit
a92a208a9d linux/hardened/patches/5.4: 5.4.148-hardened1 -> 5.4.149-hardened1 2021-09-27 20:00:41 +00:00
TredwellGit
05ed561fb6 linux/hardened/patches/5.14: 5.14.7-hardened1 -> 5.14.8-hardened1 2021-09-27 20:00:40 +00:00
TredwellGit
c4ea02fc5c linux/hardened/patches/5.10: 5.10.68-hardened1 -> 5.10.69-hardened1 2021-09-27 20:00:39 +00:00
TredwellGit
9e78068b04 linux/hardened/patches/4.19: 4.19.207-hardened1 -> 4.19.208-hardened1 2021-09-27 20:00:38 +00:00
TredwellGit
1e05c4eae9 linux/hardened/patches/4.14: 4.14.247-hardened1 -> 4.14.248-hardened1 2021-09-27 20:00:37 +00:00
github-actions[bot]
a70629a8e5
Merge master into staging-next 2021-09-27 18:01:07 +00:00
Profpatsch
bf33c0e62e skawarePackages: Fall 2021 release
Maintainers Notes below.

~~~

 Hello,

 New versions of all the skarnet.org packages are available.

 skalibs has undergone a major update, with a few APIs having disappeared,
and others having changed. Compatibility with previous versions is  *not*
assured.
 Consequently, all the rest of the skarnet.org software has undergone
at least a release bump, in order to build with the new skalibs. But
some packages also have new functionality added (hence, a minor bump),
and others also have their own incompatible changes (hence, a major bump).

 The new versions are the following:

skalibs-2.11.0.0          (major)
nsss-0.2.0.0              (major)
utmps-0.1.0.3             (release)
execline-2.8.1.0          (minor)
s6-2.11.0.0               (major)
s6-rc-0.5.2.3             (release)
s6-portable-utils-2.2.3.3 (release)
s6-linux-utils-2.5.1.6    (release)
s6-linux-init-1.0.6.4     (release)
s6-dns-2.3.5.2            (release)
s6-networking-2.5.0.0     (major)
mdevd-0.1.5.0             (minor)
bcnm-0.0.1.4              (release)
dnsfunnel-0.0.1.2         (release)

Additionally, a new package has been released:
smtpd-starttls-proxy-0.0.1.0

 Dependencies have all been updated to the latest versions. They are,
this time, partially strict: libraries and binaries may build with older
releases of their dependencies, but not across major version bumps. The
safest approach is to upgrade everything at the same time.

 You do not need to recompile your s6-rc service databases or recreate
your s6-linux-init run-images.
 You should restart your supervision tree after upgrading skalibs and s6,
as soon as is convenient for you.

 Details of major and minor package changes follow.

* skalibs-2.11.0.0
  ----------------

 - A lot of obsolete or useless functionality has been removed:
libbiguint, rc4, md5, iobuffer, skasigaction, environ.h and
getpeereid.h headers, various functions that have not proven their
value in a while.
 - Some functions changed signatures or changed names, or both.
 - All custom types ending in _t have been renamed, to avoid treading on
POSIX  namespace. (The same change has not been done yet in other
packages,  but skalibs was the biggest offender by far.)
 - Signal functions have been deeply reworked.
 - cdb has been reworked, the API is now more user-friendly.
 - New functions have been added.

 The deletion of significant portions of code has made skalibs leaner.
libskarnet.so has dropped under 190 kB on x86_64.
 The cdb rewrite on its own has helped reduce an important amount of
boilerplate in cdb-using code.
 All in all, code linked against the new  skalibs should be slightly
smaller and use a tiny bit less RAM.

 https://skarnet.org/software/skalibs/
 git://git.skarnet.org/skalibs

* nsss-0.2.0.0
  ------------

 - Bugfixes.
 - nsss-switch wire protocol slightly modified, which is enough to
warrant a major version bump.
 - _r functions are now entirely thread-safe.
 - Spawned nsssd programs are now persistent and only expire after a
timeout on non-enumeration queries. This saves a lot of forking with
applications that can call  primitives such as getpwnam() repeatedly, as
e.g. mdevd does when  initially parsing its configuration file.
 - New nsssd-switch program, implementing real nsswitch functionality
by dispatching queries to various backends according to a script.
It does not dlopen a single library or read a single config file.

 https://skarnet.org/software/nsss/
 git://git.skarnet.org/nsss

* execline-2.8.1.0
  ----------------

 - Bugfixes.
 - New binary: case. It compares a value against a series of regular
expressions, executing into another command line on the first match.

 https://skarnet.org/software/execline/
 git://git.skarnet.org/execline

* s6-2.11.0.0
  -----------

 - Bugfixes.
 - Some libs6 header names have been simplified.
 - s6-svwait now accepts -r and -R options.
 - s6-supervise now reads an optional lock-fd file in the service
directory; if it finds one, the first action of the service is to take
a blocking lock. This prevents confusion when a controller process dies
while still leaving workers holding resources; it also prevents log
spamming on user mistakes (autobackgrounding services, notably).
 - New binaries: s6-socklog, s6-svlink, s6-svunlink. The former is a
rewrite of smarden.org's socklog program, in order to implement a fully
functional syslogd with only s6 programs. The latter are tools that start
and stop services by symlinking/unlinking service directories from a
scan directory, in order to make it easier to integrate s6-style services
in boot scripts for sequential service managers such as OpenRC.

 https://skarnet.org/software/s6/
 git://git.skarnet.org/s6

* s6-networking-2.5.0.0
  ---------------------

 - Bugfixes.
 - minidentd has been removed. It was an old and somehow still buggy
piece of  code that was only hanging around for nostalgia reasons.
 - Full support for client certificates. Details of the client
certificate are transmitted to the application via environment
variables (or via an environment string in the case of opportunistic
TLS).
 - Full SNI support, including server-side. (That involved a deep dive
into the bearssl internals, which is why it took so long.) The filenames
containing secret keys and certificates for <domain> are read in the
environment variables KEYFILE:<domain> and CERTFILE:<domain>.

 Complete client certificate and SNI support now make the TLS part of
s6-networking a fully viable replacement of stunnel and other similar
TLS tunneling tools. This is most interesting when s6-networking is
built against bearssl, which uses about 1/9 of the resources that OpenSSL
needs.

 https://skarnet.org/software/s6-networking/
 git://git.skarnet.org/s6-networking

* mdevd-0.1.5.0
  -------------

 - A new option to mdevd is available: -O <nlgroups>.
This option makes mdevd rebroadcast uevents to a netlink group (or set
of netlink groups) once they have been handled. This allows applications
to read uevents from a netlink group *after* the device manager is done
with them. This is useful, for instance, when pairing mdevd with
libudev-zero for full udev emulation.
 - The * and & directives, which previously were only triggered by
"add" and "remove" actions, are now triggered by *all* action types.
This gives users full scripting access to any event, which can be
used to implement complex rules similar to udev ones.

 These two changes make it possible to now build a full-featured desktop
system based on mdevd + libudev-zero, without running systemd-udevd or
eudev.

 https://skarnet.org/software/mdevd/
 git://git.skarnet.org/mdevd

* smtpd-starttls-proxy-0.0.1.0
  ----------------------------

 This new package, in conjunction with the latest s6-networking,
implements the STARTTLS functionality for inetd-like mail servers that
do not already support it. (Currently only tested with qmail-smtpd.)
If you have noticed that sending mail to skarnet.org supports STARTTLS
now, it is thanks to this little piece of software.

 https://skarnet.org/software/smtpd-starttls-proxy/
 git://git.skarnet.org/smtpd-starttls-proxy

 Enjoy,
 Bug-reports welcome.

 Laurent
2021-09-27 14:28:43 +02:00
github-actions[bot]
4b360da656
Merge master into staging-next 2021-09-27 12:01:15 +00:00
Mikael Voss
d08244d50e sydbox: init at 2.2.0 2021-09-27 08:15:44 +02:00
github-actions[bot]
7bb1bfbf29
Merge master into staging-next 2021-09-27 06:01:12 +00:00
Bernardo Meurer
8b78e1c821
Merge pull request #139551 from TredwellGit/linux 2021-09-27 02:40:07 +00:00
github-actions[bot]
3bc444ba47
Merge master into staging-next 2021-09-27 00:01:23 +00:00
Bernardo Meurer
a3fa65e48f
linuxKernel.kernels.linux_xanmod: 5.14.7 -> 5.14.8 2021-09-26 14:27:09 -07:00
TredwellGit
bb21f231cf linux/hardened/patches/5.4: 5.4.147-hardened1 -> 5.4.148-hardened1 2021-09-26 17:03:30 +00:00
TredwellGit
5b71d92f9a linux/hardened/patches/5.14: 5.14.6-hardened1 -> 5.14.7-hardened1 2021-09-26 17:03:29 +00:00
TredwellGit
34fe5d827c linux/hardened/patches/5.10: 5.10.67-hardened1 -> 5.10.68-hardened1 2021-09-26 17:03:28 +00:00
TredwellGit
b754a3c355 linux/hardened/patches/4.19: 4.19.206-hardened1 -> 4.19.207-hardened1 2021-09-26 17:03:27 +00:00
TredwellGit
7b29a72e54 linux/hardened/patches/4.14: 4.14.246-hardened1 -> 4.14.247-hardened1 2021-09-26 17:03:26 +00:00
TredwellGit
fa3a710526 linux: 5.4.148 -> 5.4.149 2021-09-26 17:02:51 +00:00
TredwellGit
10fee833c9 linux: 5.14.7 -> 5.14.8 2021-09-26 17:02:44 +00:00
TredwellGit
bba95d3763 linux: 5.10.68 -> 5.10.69 2021-09-26 17:02:36 +00:00
TredwellGit
bb9a54d5ee linux: 4.9.283 -> 4.9.284 2021-09-26 17:02:30 +00:00
TredwellGit
bae26c4e05 linux: 4.4.284 -> 4.4.285 2021-09-26 17:02:23 +00:00
TredwellGit
7fad98993c linux: 4.19.207 -> 4.19.208 2021-09-26 17:02:19 +00:00
TredwellGit
b0f3a99f00 linux: 4.14.247 -> 4.14.248 2021-09-26 17:02:15 +00:00
Vladimír Čunát
a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00
Luflosi
5ca61036e6
apfs: unstable-2021-06-25 -> unstable-2021-09-21 2021-09-25 20:24:23 +02:00
Ryan Mulligan
a11b2cdb2a
Merge pull request #135171 from r-ryantm/auto-update/system76-power
linuxPackages_5_13.system76-power: 1.1.16 -> 1.1.17
2021-09-25 11:15:56 -07:00
github-actions[bot]
c12d591720
Merge staging-next into staging 2021-09-24 12:01:40 +00:00
Luke Granger-Brown
a78925d568
Merge pull request #138268 from NixOS/staging-next
Staging next 2021-09-17
2021-09-24 12:07:12 +01:00
Michael Weiss
61a7f5f90d
iproute_mptcp: Fix the build
My last iproute2 update (247aed0528) broke the build due to the new
patch [0].

Reported-by: Sergei Trofimovich <slyich@gmail.com>

[0]: https://github.com/NixOS/nixpkgs/pull/136701#issuecomment-924920542
2021-09-24 12:28:51 +02:00
Vladimír Čunát
bc2d33191a
Merge #137498: kexec-tools: upstream fix for -fno-common
... into staging
2021-09-24 09:15:57 +02:00
Vladimír Čunát
c1dfb09f84
Merge #137495: libsepol: upstream fix for -fno-common
... into staging
2021-09-24 09:10:16 +02:00
Vladimír Čunát
d41eda64cb
Merge #137445: audit: upstream fix for -fno-common
... into staging
2021-09-24 09:07:42 +02:00
Ryan Mulligan
fa63a97416
Merge pull request #139048 from r-ryantm/auto-update/iotop-c
iotop-c: 1.18 -> 1.19
2021-09-23 23:58:52 -07:00
github-actions[bot]
55c0ac1484
Merge staging-next into staging 2021-09-24 06:01:40 +00:00
Ryan Burns
40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
Jan Tojnar
cc239d848f Merge commit 'ab24cfb0d3d43d0e8c21604993007dd66a4694ea' 2021-09-24 02:00:38 +02:00
Sandro
078c3bfb54
Merge pull request #139066 from lovesegfault/linux_xanmod-5.14.7 2021-09-23 17:31:48 +02:00
Sandro
e04c24ca02
Merge pull request #138534 from Stunkymonkey/os-specific-github 2021-09-23 11:22:12 +02:00
Bernardo Meurer
0785430a5e
linuxKernel.kernels.linux_xanmod: 5.14.6 -> 5.14.7 2021-09-22 19:13:04 -07:00
R. RyanTM
a74a864b0f iotop-c: 1.18 -> 1.19 2021-09-23 00:52:50 +00:00
github-actions[bot]
c836da689f
Merge staging-next into staging 2021-09-23 00:03:12 +00:00
Luke Granger-Brown
7002c15677 linuxKernel.kernels.linux_5_13_hardened: fix build
BTF cannot be enabled at the same time as the RANDSTRUCT GCC plugin, so
we need to mark it as optional. Alas.
2021-09-22 22:26:36 +00:00
github-actions[bot]
42ade1cfa3
Merge staging-next into staging 2021-09-22 18:01:40 +00:00
github-actions[bot]
09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
TredwellGit
3cd2a4032b linux: 5.4.147 -> 5.4.148 2021-09-22 09:57:22 -04:00
TredwellGit
6e1498613f linux: 5.14.6 -> 5.14.7 2021-09-22 09:57:22 -04:00
TredwellGit
afc93c11bb linux: 5.10.67 -> 5.10.68 2021-09-22 09:57:22 -04:00
TredwellGit
217af32349 linux: 4.9.282 -> 4.9.283 2021-09-22 09:57:22 -04:00
TredwellGit
0931ea2be7 linux: 4.4.283 -> 4.4.284 2021-09-22 09:57:22 -04:00
TredwellGit
9eddcf0c15 linux: 4.19.206 -> 4.19.207 2021-09-22 09:57:22 -04:00
TredwellGit
1e54b5a2fc linux: 4.14.246 -> 4.14.247 2021-09-22 09:57:22 -04:00
TredwellGit
892f937370 firmwareLinuxNonfree: 2021-08-18 -> 2021-09-19 2021-09-22 12:59:03 +00:00
github-actions[bot]
2505488672
Merge staging-next into staging 2021-09-22 12:02:01 +00:00
Alyssa Ross
b898e958da
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/libfabric/default.nix
	pkgs/tools/filesystems/btrfs-progs/default.nix
2021-09-22 10:07:27 +00:00
R. RyanTM
8d109b4f1c sysvinit: 2.99 -> 3.00 2021-09-22 07:13:46 +00:00
R. RyanTM
977b13b1c9 system76-firmware: 1.0.29 -> 1.0.31 2021-09-22 05:47:29 +00:00
Bernardo Meurer
c4f9df268a
Merge pull request #138564 from lovesegfault/linux_xanmod-5.14.6 2021-09-22 04:02:28 +00:00
Sandro
f0955beaff
Merge pull request #107525 from xaverdh/kernel-manual-config-fix 2021-09-21 22:12:11 +02:00
Sandro
7ecc0a0181
Merge pull request #138632 from Atemu/update/linux_lqx 2021-09-21 21:07:08 +02:00
Shamrock Lee
c95fcfc6b3
libfabric: meta.platforms = lib.platforms.all and 1.13.0 -> 1.13.1 (#138780) 2021-09-21 21:06:24 +02:00
github-actions[bot]
aff0e5c530
Merge staging-next into staging 2021-09-21 12:02:04 +00:00
github-actions[bot]
fd3d37414d
Merge master into staging-next 2021-09-21 12:01:29 +00:00
Kevin Cox
c8fb668abb
Merge pull request #138773 from LibreCybernetics/update-nvidia
nvidia_x11: 470.63.01 → 470.74
2021-09-21 07:23:09 -04:00
Maximilian Bosch
a616d83b06
Merge pull request #138481 from TredwellGit/linux
Kernels 2021-09-18
2021-09-21 12:48:44 +02:00
r-burns
d6b683c052
Merge pull request #138740 from trofi/fix-libpsm2-gcc-11
libpsm2: disable blanket -Werror (gcc-11 fix)
2021-09-21 00:38:40 -07:00
Atemu
e4809b1143 linux_lqx: 5.13.15 -> 5.14.6 2021-09-21 09:10:01 +02:00
github-actions[bot]
e36b332620
Merge staging-next into staging 2021-09-21 06:01:41 +00:00
github-actions[bot]
fa2601f3b2
Merge master into staging-next 2021-09-21 06:01:04 +00:00
Fabián Heredia Montiel
ae5f12ccc3 nvidia_x11: 470.63.01 → 470.74 2021-09-20 20:51:33 -05:00
Artturi
3b2440afd0
Merge pull request #100120 from unode/cpupower-gui
linuxPackages.cpupower-gui: init at 1.0.0
2021-09-21 03:37:10 +03:00
TredwellGit
b8b772a1da linux/hardened/patches/5.14: 5.14.5-hardened1 -> 5.14.6-hardened1 2021-09-20 21:41:39 +00:00
TredwellGit
a41022ed40 linux/hardened/patches/5.13: 5.13.18-hardened1 -> 5.13.19-hardened1 2021-09-20 21:41:38 +00:00
TredwellGit
4a9ffb82ae linux/hardened/patches/5.10: 5.10.66-hardened1 -> 5.10.67-hardened1 2021-09-20 21:41:37 +00:00
TredwellGit
3e87ddbf57 linux-rt_5_10: 5.10.59-rt52 -> 5.10.65-rt53 2021-09-20 21:40:48 +00:00
TredwellGit
51b0e44980 linux: 5.14.5 -> 5.14.6 2021-09-20 21:40:12 +00:00
TredwellGit
748679c0d3 linux: 5.13.18 -> 5.13.19 2021-09-20 21:40:00 +00:00
TredwellGit
66760dcbd5 linux: 5.10.66 -> 5.10.67 2021-09-20 21:39:46 +00:00
Sergei Trofimovich
035a6e805f libpsm2: disable blanket -Werror (gcc-11 fix)
Without the change gcc-11 build fails as:

```
$ nix-build -E 'with import ./. {}; libpsm2.override { stdenv = gcc11Stdenv; }
...
/build/source/include/linux-x86_64/sysdep.h:146:9:
  error: array subscript 'struct xchg_dummy[0]'
    is partly outside array bounds of 'psmi_lock_t[1]'
```
2021-09-20 20:14:47 +01:00
Sergei Trofimovich
6139dd3a1b libpsm2: whitespace 2021-09-20 20:14:47 +01:00
Jörg Thalheim
3449264436 Revert "linuxPackages.bcc: fix build"
This reverts commit 38e5d82d59529e96b55f8a33a954d481d77287a1.
2021-09-20 19:37:19 +01:00
Sergei Trofimovich
f75b03979c linuxHeaders: 5.12 -> 5.14 2021-09-20 19:37:19 +01:00
github-actions[bot]
4b46e03aa1
Merge staging-next into staging 2021-09-20 18:01:50 +00:00
github-actions[bot]
ecf5e75910
Merge master into staging-next 2021-09-20 18:01:12 +00:00
Bobby Rong
02aa722675
Merge pull request #138571 from baracoder/nvidia-x11-remove-maintainer
nvidia_x11: Remove maintainer baracoder
2021-09-20 22:28:29 +08:00
Herman Fries
eaaf989c1c nvidia_x11: Remove maintainer baracoder 2021-09-19 22:53:16 +02:00
Bernardo Meurer
24a2bad7ec
linuxKernel.kernels.linux_xanmod: 5.14.4 -> 5.14.6 2021-09-19 13:09:01 -07:00
github-actions[bot]
338d8790b9
Merge staging-next into staging 2021-09-19 18:01:52 +00:00
Alyssa Ross
e2bb7997c4
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	nixos/doc/manual/release-notes/rl-2111.section.md
2021-09-19 17:08:00 +00:00
figsoda
8212bd0ed1
Merge pull request #138466 from samuelgrf/mainProgram-multiple-II
Add meta.mainProgram to multiple packages
2021-09-19 11:59:16 -04:00
Felix Buehler
997579a42a v86d: switch to fetchFromGitHub 2021-09-19 17:13:18 +02:00
Felix Buehler
c217af17c8 pflask: switch to fetchFromGitHub 2021-09-19 17:13:18 +02:00
Felix Buehler
056df0bddd lm-sensors: switch to fetchFromGitHub 2021-09-19 17:13:18 +02:00
Felix Buehler
41d512768f google-authenticator: switch to fetchFromGitHub 2021-09-19 17:13:18 +02:00
Felix Buehler
2653630f27 bbswitch: switch to fetchFromGitHub 2021-09-19 17:13:17 +02:00
Felix Buehler
3722e4fbcc afuse: switch to fetchFromGitHub 2021-09-19 17:13:15 +02:00
Michael Raskin
401cd35e1d
Merge pull request #138514 from onny/firejail
firejail: Remove symlink check patch
2021-09-19 14:57:17 +00:00
Jörg Thalheim
015b98df50
Merge pull request #138465 from r-burns/bcc
[staging-next] linuxPackages.bcc: fix build
2021-09-19 12:42:58 +01:00
Jörg Thalheim
d1fda939b3
Merge pull request #138427 from hmenke/zfs
zfsUnstable: correct sha256
2021-09-19 11:51:31 +01:00
Jonas Heinrich
defe183dad firejail: Remove symlink check patch 2021-09-19 11:55:30 +02:00
Ryan Burns
88b8df5c21 linuxPackages.bcc: fix build
Use Debian downstream patch to fix compilation against linuxHeaders < 5.14.

Our linux headers exposed by glibc are still at 5.12. We should be able
to remove this patch once our linuxHeaders are bumped to 5.14+.
2021-09-18 16:26:16 -07:00
Samuel Gräfenstein
9d5298933a
zfs: add meta.mainProgram
Fix the following error when running `nix run .#zfs`:
error: unable to execute '/nix/store/ns6rifm17r0lp17w8gb4qr5db4cwbkj9-zfs-user-2.1.1/bin/zfs-user': No such file or directory
2021-09-19 00:11:17 +02:00
Florian Klink
accd85b1c4
Merge pull request #138366 from Mindavi/systemd/cross
systemd: fix cross-compilation
2021-09-18 18:07:22 +02:00
Henri Menke
a0bbb9e766
zfsUnstable: correct sha256 2021-09-18 16:28:08 +02:00
R. RyanTM
663b56eff0 procdump: 1.1.1 -> 1.2 2021-09-18 12:31:17 +00:00
Rick van Schijndel
eabd03a551 systemd: fix cross-compilation
Instead of patching the ld path, it's now specified as meson option
2021-09-18 06:37:20 +02:00
github-actions[bot]
a21275cdae
Merge master into staging-next 2021-09-17 18:01:14 +00:00
ajs124
36e21638f5 linux/hardened/patches/5.4: 5.4.146-hardened1 -> 5.4.147-hardened1 2021-09-17 09:02:31 -04:00
ajs124
9f34448a98 linux/hardened/patches/5.14: 5.14.4-hardened1 -> 5.14.5-hardened1 2021-09-17 09:02:31 -04:00
ajs124
7c04d2e390 linux/hardened/patches/5.13: 5.13.17-hardened1 -> 5.13.18-hardened1 2021-09-17 09:02:31 -04:00
ajs124
031afe4faa linux/hardened/patches/5.10: 5.10.65-hardened1 -> 5.10.66-hardened1 2021-09-17 09:02:31 -04:00
Luke Granger-Brown
65b8408ce8 Merge remote-tracking branch 'upstream/staging' into staging-next 2021-09-17 12:18:44 +00:00
sternenseemann
29f8f30b37 zfsStable, zfsUnstable: fix eval 2021-09-17 10:05:42 +00:00
github-actions[bot]
2ad7b248e6
Merge staging-next into staging 2021-09-17 00:02:15 +00:00
Bernardo Meurer
f65f925f20
Merge pull request #138168 from NixOS/zfs-2.1.1
linuxPackages.zfs: 2.1.0 -> 2.1.1
2021-09-16 23:32:21 +00:00
Sandro
694d075b72
Merge pull request #136965 from Mic92/zen-kernel 2021-09-16 20:44:20 +02:00
Bernardo Meurer
af69a71395
linuxPackages.zfs: 2.1.0 -> 2.1.1 2021-09-16 11:22:57 -07:00
github-actions[bot]
9905c2647a
Merge staging-next into staging 2021-09-16 18:01:40 +00:00
Maximilian Bosch
a3a462734a
Merge pull request #138149 from TredwellGit/linux
Kernels 2021-09-16
2021-09-16 18:13:59 +02:00
Bernardo Meurer
b173e70e4d
Merge pull request #138067 from Kranzes/update-xanmod
linux_xanmod: 5.14.3 -> 5.14.4
2021-09-16 15:43:00 +00:00
TredwellGit
00c500e9fc linux/hardened/patches/5.4: 5.4.144-hardened1 -> 5.4.146-hardened1 2021-09-16 14:06:36 +00:00
TredwellGit
60b7113164 linux/hardened/patches/5.14: 5.14.2-hardened1 -> 5.14.4-hardened1 2021-09-16 14:06:35 +00:00
TredwellGit
a8de1dcd2b linux/hardened/patches/5.13: 5.13.15-hardened1 -> 5.13.17-hardened1 2021-09-16 14:06:34 +00:00
TredwellGit
48e902a2ef linux/hardened/patches/5.10: 5.10.63-hardened1 -> 5.10.65-hardened1 2021-09-16 14:06:33 +00:00
TredwellGit
100f0569b5 linux: 5.4.145 -> 5.4.147 2021-09-16 14:05:57 +00:00
TredwellGit
4a05e7297c linux: 5.14.3 -> 5.14.5 2021-09-16 14:05:51 +00:00
TredwellGit
4954336e2b linux: 5.13.16 -> 5.13.18 2021-09-16 14:05:45 +00:00
TredwellGit
6c829ce083 linux: 5.10.64 -> 5.10.66 2021-09-16 14:05:32 +00:00
github-actions[bot]
85bd312fb6
Merge staging-next into staging 2021-09-16 12:02:04 +00:00
Bobby Rong
0b28945e2f
Merge pull request #135995 from r-ryantm/auto-update/sdparm
sdparm: 1.11 -> 1.12
2021-09-16 16:52:53 +08:00
Akshat Agarwal
f2673005a3 libbpf: 0.4.0 -> 0.5.0 2021-09-16 13:13:12 +05:30
Ilan Joselevich
fcbc01cd2c linux_xanmod: 5.14.3 -> 5.14.4 2021-09-16 01:21:56 +03:00
Jörg Thalheim
b47f3bd50c linux_zen: 5.14.1-zen1 -> 5.14.3-zen1 2021-09-15 09:28:27 +02:00