nifi: 1.27.0 -> 1.28.0

Fixes CVE-2024-45477

Relevant commit: 153c87a7da

Announcement: https://www.openwall.com/lists/oss-security/2024/10/28/1

Changes: https://github.com/apache/nifi/compare/rel/nifi-1.27.0...rel/nifi-1.28.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit d7bf46fed1)
This commit is contained in:
Sefa Eyeoglu 2024-10-28 22:13:02 +01:00 committed by Thomas Gerbet
parent f4f141733d
commit 7e501f7582

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nifi";
version = "1.27.0";
version = "1.28.0";
src = fetchzip {
url = "mirror://apache/nifi/${version}/nifi-${version}-bin.zip";
hash = "sha256-D3o7MLn8vdDqzk6/AJ7Lmq6Yx2swy8CwOyDTlxFSVME=";
hash = "sha256-EQqosdwNdaSUIcP3QlvzJZhDNu1JbHg08FlnZo6ogmQ=";
};
nativeBuildInputs = [ makeWrapper ];