pam 1.5.2 -> 1.5.3 https://github.com/linux-pam/linux-pam/releases attrpath: pam Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/os-specific/linux/pam/default.nix b/pkgs/os-specific/linux/pam/default.nix index b16bebbe3d6..6ed7bfd9591 100644 --- a/pkgs/os-specific/linux/pam/default.nix +++ b/pkgs/os-specific/linux/pam/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "linux-pam"; - version = "1.5.2"; + version = "1.5.3"; src = fetchurl { url = "https://github.com/linux-pam/linux-pam/releases/download/v${version}/Linux-PAM-${version}.tar.xz"; - sha256 = "sha256-5OxxMakdpEUSV0Jo9JPG2MoQXIcJFpG46bVspoXU+U0="; + sha256 = "sha256-esS1D+7gBKn6iPHf0tL6c4qCiWdjBQzXc7PFSwqBgoM="; }; patches = [ ./suid-wrapper-path.patch ]; Successfully finished processing cachix "/nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/linux-pam/linux-pam/releases. meta.description for pam is: Pluggable Authentication Modules, a flexible mechanism for authenticating user meta.homepage for pam is: http://www.linux-pam.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/linux-pam/linux-pam/releases/tag/v1.5.3) - [Compare changes on GitHub](https://github.com/linux-pam/linux-pam/compare/v1.5.2...v1.5.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.5.3 with grep in /nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3 - found 1.5.3 in filename of file in /nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3 ---
Rebuild report (if merged into master) (click to expand) ``` 43510 total rebuild path(s) 43510 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm AusweisApp2 BeatSaberModManager CHOWTapeModel ChowCentaur ChowKick ChowPhaser CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EBTKS EmptyEpsilon Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MACS2 MIDIVisualizer MMA NSPlist OSCAR OVMF OVMFFull PageEdit PlistCpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A pam https://github.com/r-ryantm/nixpkgs/archive/9b00897ed01dbdde3562de17815199803eba9240.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3 ls -la /nix/store/k97rbx74n6mvqgp3dfzsmvkn262jircs-linux-pam-1.5.3/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/231814