mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #281846 from stigtsp/perl/session-token-null-byte-patch
perlPackages.SessionToken: add patch
This commit is contained in:
commit
fac8135597
@ -22426,6 +22426,13 @@ with self; {
|
||||
url = "mirror://cpan/authors/id/F/FR/FRACTAL/Session-Token-1.503.tar.gz";
|
||||
hash = "sha256-MsPflu9FXHGHA2Os2VDdxPvISMWU9LxVshtEz5efeaE=";
|
||||
};
|
||||
patches = [
|
||||
# Add final null-byte to tokens. https://github.com/hoytech/Session-Token/pull/3
|
||||
(fetchpatch {
|
||||
url = "https://github.com/hoytech/Session-Token/commit/cd64e7b69986054bb715755290811308159b7959.patch";
|
||||
hash = "sha256-nMQmdvVQW8cQYO0+bLJcdVfSOLVIsongk+71fQ7fQdU=";
|
||||
})
|
||||
];
|
||||
meta = {
|
||||
description = "Secure, efficient, simple random session token generation";
|
||||
homepage = "https://github.com/hoytech/Session-Token";
|
||||
|
Loading…
Reference in New Issue
Block a user