forked from pool/rustscan
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5f9e38509a | |||
| f9ce487485 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:130501b7e6efdecef9d5e88f657b7f04423fd50116628070bf189291a8b8780f
|
||||
size 2501256
|
||||
3
RustScan-2.3.0+0.tar.xz
Normal file
3
RustScan-2.3.0+0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2edd9bb3c4d54438c2455e02f3d8858a372e07d58caff92296fb2f5554c3ceb0
|
||||
size 2511324
|
||||
@@ -1,4 +1,4 @@
|
||||
name: RustScan
|
||||
version: 2.1.1+0
|
||||
mtime: 1667816507
|
||||
commit: bd32f4ead4edd662633c1dd1f569132352ed9f04
|
||||
version: 2.3.0+0
|
||||
mtime: 1720446502
|
||||
commit: 9c63b561420daa8fb5dca39b07f1f271548c45e8
|
||||
|
||||
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/RustScan/RustScan.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">2.1.1</param>
|
||||
<param name="match-tag">2.1.1</param>
|
||||
<param name="revision">2.3.0</param>
|
||||
<param name="match-tag">2.3.0</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 15:36:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 2.3.0:
|
||||
* Udp Scanning (#596) @BrendanGlancy
|
||||
* feat(cli): add custom dns resolver option (#587)
|
||||
* bump dependencies
|
||||
|
||||
- update to 2.2.2:
|
||||
* enabling exclude port list capability Issue #530 (#534)
|
||||
You can now exclude ports from being scanned.
|
||||
* RustScan now supports ARM based devices
|
||||
|
||||
- dropped cargo_config
|
||||
- added %check section to run testsuite (excluding those needing network)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 11:45:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: rustscan
|
||||
Version: 2.1.1+0
|
||||
Version: 2.3.0+0
|
||||
Release: 0
|
||||
Summary: Fast network port scanner
|
||||
License: GPL-3.0-or-later
|
||||
@@ -26,8 +26,8 @@ Group: Productivity/Networking/Diagnostic
|
||||
URL: https://github.com/RustScan/RustScan
|
||||
Source: RustScan-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: python3
|
||||
Recommends: nmap
|
||||
|
||||
%description
|
||||
@@ -36,8 +36,6 @@ pipe them into Nmap.
|
||||
|
||||
%prep
|
||||
%setup -qa1 -n RustScan-%{version}
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
@@ -45,6 +43,13 @@ cp %{SOURCE2} .cargo/config
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test} -- \
|
||||
--skip address::tests::parse_correct_host_addresses \
|
||||
--skip address::tests::parse_hosts_file_and_incorrect_hosts \
|
||||
--skip address::tests::resolver_args_google_dns \
|
||||
--skip address::tests::resolver_default_cloudflare
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a07954c186b6c6b196ce7e3fc2048fc36ee2fc134bcb151090833314f5e1ad3f
|
||||
size 20046776
|
||||
oid sha256:293d3f71ec56e9217f60cfdb3ed4a74d744108eedc7117c7ee6a063060335b24
|
||||
size 26917568
|
||||
|
||||
Reference in New Issue
Block a user