+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+3
nixos/doc/manual/release-notes/rl-2105.xml
+3
nixos/doc/manual/release-notes/rl-2105.xml
···+<para>The default Linux kernel was updated to the 5.10 LTS series, coming from the 5.4 LTS series.</para><para>GNOME desktop environment was upgraded to 3.38, see its <link xlink:href="https://help.gnome.org/misc/release-notes/3.38/">release notes</link>.</para>
+1
-1
nixos/modules/hardware/all-firmware.nix
+1
-1
nixos/modules/hardware/all-firmware.nix
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+131
nixos/modules/services/web-servers/pomerium.nix
+131
nixos/modules/services/web-servers/pomerium.nix
···+cfgFile = if cfg.configFile != null then cfg.configFile else (format.generate "pomerium.yaml" cfg.settings);+wants = [ "network.target" ] ++ (optional (cfg.useACMEHost != null) "acme-finished-${cfg.useACMEHost}.target");+after = [ "network.target" ] ++ (optional (cfg.useACMEHost != null) "acme-finished-${cfg.useACMEHost}.target");
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···postfix-raise-smtpd-tls-security-level = handleTest ./postfix-raise-smtpd-tls-security-level.nix {};
+102
nixos/tests/pomerium.nix
+102
nixos/tests/pomerium.nix
···+"curl -L --resolve login.required:80:127.0.0.1 http://login.required | grep -q 'hello I am login page'"
+3
-3
pkgs/applications/backup/pika-backup/default.nix
+3
-3
pkgs/applications/backup/pika-backup/default.nix
···
+33
pkgs/applications/blockchains/crypto-org-wallet.nix
+33
pkgs/applications/blockchains/crypto-org-wallet.nix
···+url = "https://github.com/crypto-com/${pname}/releases/download/v${version}/${name}-x86_64.AppImage";+install -m 444 -D ${appimageContents}/${pname}.desktop $out/share/applications/${pname}.desktop
+3
-3
pkgs/applications/networking/browsers/chromium/upstream-info.json
+3
-3
pkgs/applications/networking/browsers/chromium/upstream-info.json
···
+2
-2
pkgs/applications/networking/browsers/lagrange/default.nix
+2
-2
pkgs/applications/networking/browsers/lagrange/default.nix
···
+2
pkgs/applications/networking/instant-messengers/slack/default.nix
+2
pkgs/applications/networking/instant-messengers/slack/default.nix
+26
pkgs/applications/window-managers/i3/auto-layout.nix
+26
pkgs/applications/window-managers/i3/auto-layout.nix
···
+3
-1
pkgs/development/libraries/qt-5/5.15/default.nix
+3
-1
pkgs/development/libraries/qt-5/5.15/default.nix
···
+4
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+4
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
······+sed 's/${lib.head (lib.splitString "-" version)} /${qtCompatVersion} /' -i "$out"/lib/cmake/*/*Config.cmake
+34
pkgs/development/libraries/zlib-ng/default.nix
+34
pkgs/development/libraries/zlib-ng/default.nix
···
+2
-2
pkgs/development/python-modules/boto3/default.nix
+2
-2
pkgs/development/python-modules/boto3/default.nix
···-version = "1.17.40"; # N.B: if you change this, change botocore and awscli to a matching version+version = "1.17.41"; # N.B: if you change this, change botocore and awscli to a matching version
+2
-2
pkgs/development/python-modules/botocore/default.nix
+2
-2
pkgs/development/python-modules/botocore/default.nix
···
+2
pkgs/development/python-modules/sagemaker/default.nix
+2
pkgs/development/python-modules/sagemaker/default.nix
+2
-2
pkgs/development/tools/heroku/default.nix
+2
-2
pkgs/development/tools/heroku/default.nix
···
+14
-12
pkgs/games/empty-epsilon/default.nix
+14
-12
pkgs/games/empty-epsilon/default.nix
·········
+1
-1
pkgs/games/steam/fhsenv.nix
+1
-1
pkgs/games/steam/fhsenv.nix
······
+6
-6
pkgs/os-specific/linux/kernel/hardened/patches.json
+6
-6
pkgs/os-specific/linux/kernel/hardened/patches.json
···-"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.25-hardened1/linux-hardened-5.10.25-hardened1.patch"+"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.26-hardened1/linux-hardened-5.10.26-hardened1.patch"-"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.11.9-hardened1/linux-hardened-5.11.9-hardened1.patch"+"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.11.10-hardened1/linux-hardened-5.11.10-hardened1.patch"
+2
-2
pkgs/os-specific/linux/kernel/linux-5.11.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-5.11.nix
···modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;···
+3
-3
pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
+3
-3
pkgs/os-specific/linux/kernel/linux-rt-5.10.nix
······
+6
pkgs/servers/http/envoy/default.nix
+6
pkgs/servers/http/envoy/default.nix
······
+2
-2
pkgs/servers/http/nginx/mainline.nix
+2
-2
pkgs/servers/http/nginx/mainline.nix
+80
pkgs/servers/http/pomerium/default.nix
+80
pkgs/servers/http/pomerium/default.nix
···+varFlags = concatStringsSep " " (mapAttrsToList (name: value: "-X github.com/pomerium/pomerium/internal/version.${name}=${value}") setVars);+# We use a store-only (-0) zip, so that the Nix scanner can find any store references we had in the envoy binary.
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
+3
-3
pkgs/shells/zsh/oh-my-zsh/default.nix
···
+2
-2
pkgs/tools/admin/awscli/default.nix
+2
-2
pkgs/tools/admin/awscli/default.nix
···-version = "1.19.40"; # N.B: if you change this, change botocore and boto3 to a matching version too+version = "1.19.41"; # N.B: if you change this, change botocore and boto3 to a matching version too
+2
-2
pkgs/tools/audio/abcmidi/default.nix
+2
-2
pkgs/tools/audio/abcmidi/default.nix
···
+3
-3
pkgs/tools/networking/oneshot/default.nix
+3
-3
pkgs/tools/networking/oneshot/default.nix
···
+3
-3
pkgs/tools/security/prs/default.nix
+3
-3
pkgs/tools/security/prs/default.nix
···
+35
pkgs/tools/video/play-with-mpv/default.nix
+35
pkgs/tools/video/play-with-mpv/default.nix
···+url = "https://github.com/thann/install_freedesktop/tarball/2673e8da4a67bee0ffc52a0ea381a541b4becdd4";+'"https://github.com/thann/install_freedesktop/tarball/master#egg=install_freedesktop-0.2.0"' \+description = "Chrome extension and python server that allows you to play videos in webpages with MPV instead";
+11
-1
pkgs/top-level/all-packages.nix
+11
-1
pkgs/top-level/all-packages.nix
···reattach-to-user-namespace = callPackage ../os-specific/darwin/reattach-to-user-namespace {};···············