From ea302f17bc223df31e2fd543efefa53d54b94b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 21 Sep 2020 19:18:14 +0200 Subject: [PATCH 1/3] rustscan: 1.8.0 -> 1.9.0 --- pkgs/tools/security/rustscan/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix index 2a2e8c7ec6c..45e88e00786 100644 --- a/pkgs/tools/security/rustscan/default.nix +++ b/pkgs/tools/security/rustscan/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "rustscan"; - version = "1.8.0"; + version = "1.9.0"; src = fetchFromGitHub { owner = "RustScan"; repo = pname; rev = "${version}"; - sha256 = "0rkqsh4i58cf18ad97yr4f68s5jg6z0ybz4bw8607lz7cjkfvjay"; + sha256 = "0hj7k3yrd5vwxarn1kmxlhj5xlcg71w0vrzgnyrzbcppfxrbrj1m"; }; - cargoSha256 = "0mj214f2md7kjknmcayc5dcfmlk2b8mqkn7kxzdis8qv9a5xcbk8"; + cargoSha256 = "0cknnhzkk7jyi436c4hxif455xxdwg9pc4kw1q1wmgnqdw340xin"; postPatch = '' substituteInPlace src/main.rs \ @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { checkFlags = [ "--skip=infer_ulimit_lowering_no_panic" "--skip=google_dns_runs" - "--skip=parse_correct_ips_or_hosts" + "--skip=parse_correct_host_addresses" ]; meta = with lib; { From 928b1bbbfcb4ae1e405daf1137f3248fa9c07be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 29 Sep 2020 12:07:10 +0200 Subject: [PATCH 2/3] rustscan: 1.9.0 -> 1.10.0 --- pkgs/tools/security/rustscan/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix index 45e88e00786..006a6645c3a 100644 --- a/pkgs/tools/security/rustscan/default.nix +++ b/pkgs/tools/security/rustscan/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "rustscan"; - version = "1.9.0"; + version = "1.10.0"; src = fetchFromGitHub { owner = "RustScan"; repo = pname; rev = "${version}"; - sha256 = "0hj7k3yrd5vwxarn1kmxlhj5xlcg71w0vrzgnyrzbcppfxrbrj1m"; + sha256 = "1x6vi3d250jhy75ybp8gm6cq9ncv0jig5c1v12r26raflhkh7fk3"; }; - cargoSha256 = "0cknnhzkk7jyi436c4hxif455xxdwg9pc4kw1q1wmgnqdw340xin"; + cargoSha256 = "0q4p4pa1lh8kw5gmiim0zmmvs3l1kl319a3ji7gmj2fisha4319k"; postPatch = '' substituteInPlace src/main.rs \ From 422a52c2aa7f7e07d3048992621fee65280bd6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 29 Sep 2020 21:15:33 +0200 Subject: [PATCH 3/3] rustscan: 1.10.0 -> 1.10.1 --- pkgs/tools/security/rustscan/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix index 006a6645c3a..773711d1f30 100644 --- a/pkgs/tools/security/rustscan/default.nix +++ b/pkgs/tools/security/rustscan/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "rustscan"; - version = "1.10.0"; + version = "1.10.1"; src = fetchFromGitHub { owner = "RustScan"; repo = pname; rev = "${version}"; - sha256 = "1x6vi3d250jhy75ybp8gm6cq9ncv0jig5c1v12r26raflhkh7fk3"; + sha256 = "0dhy7b73ipsxsr7wlc3r5yy39i3cjrdszhsw9xwjj31692s3b605"; }; - cargoSha256 = "0q4p4pa1lh8kw5gmiim0zmmvs3l1kl319a3ji7gmj2fisha4319k"; + cargoSha256 = "00s1iv8yw06647ijw9p3l5n7d899gsks5j8ljag6ha7hgl5vs4ci"; postPatch = '' substituteInPlace src/main.rs \ @@ -26,6 +26,7 @@ rustPlatform.buildRustPackage rec { "--skip=infer_ulimit_lowering_no_panic" "--skip=google_dns_runs" "--skip=parse_correct_host_addresses" + "--skip=parse_hosts_file_and_incorrect_hosts" ]; meta = with lib; {