SHA256
1
0
forked from pool/rustscan

4 Commits

Author SHA256 Message Date
6b8fb0f6fd Accepting request 1248020 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1248020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustscan?expand=0&rev=13
2025-02-24 14:49:23 +00:00
aaada118f5 - Update to version 2.4.1
* RustScan is now guaranteed to always be fast.
  * Added benchmarks for UDP and TCP scanning.
  * Bump dependencies

OBS-URL: https://build.opensuse.org/package/show/network:utilities/rustscan?expand=0&rev=23
2025-02-24 08:42:51 +00:00
5f9e38509a Accepting request 1207863 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1207863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustscan?expand=0&rev=12
2024-10-15 12:58:08 +00:00
f9ce487485 - 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)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/rustscan?expand=0&rev=21
2024-10-14 09:25:39 +00:00
9 changed files with 52 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:130501b7e6efdecef9d5e88f657b7f04423fd50116628070bf189291a8b8780f
size 2501256

3
RustScan-2.4.1+0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3063d1922c6f215771544374655f484d5cdc8457993c92bc4c998e4af399f80e
size 3651596

3
RustScan-2.4.1+0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4802cae8e285283895409949f91c6242990fdd8d9925114df7b94b0ad9e083a0
size 2519608

View File

@@ -1,4 +1,4 @@
name: RustScan
version: 2.1.1+0
mtime: 1667816507
commit: bd32f4ead4edd662633c1dd1f569132352ed9f04
version: 2.4.1+0
mtime: 1740321604
commit: b9d5cee67ae16db92ec6ab5ba3bd9c40a281a803

View File

@@ -1,21 +1,21 @@
<services>
<service mode="disabled" name="obs_scm">
<service name="obs_scm" mode="manual">
<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.4.1</param>
<param name="match-tag">2.4.1</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<service name="set_version" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">RustScan</param>
<param name="compression">xz</param>
<param name="update">true</param>

View File

@@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Feb 23 18:54:29 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.1
* RustScan is now guaranteed to always be fast.
* Added benchmarks for UDP and TCP scanning.
* Bump dependencies
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rustscan
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: rustscan
Version: 2.1.1+0
Version: 2.4.1+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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a07954c186b6c6b196ce7e3fc2048fc36ee2fc134bcb151090833314f5e1ad3f
size 20046776
oid sha256:eec71291e3918004732d425e0f2b325fa5a4975ed50537f11dd8ce0519102976
size 26309452