2 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
8 changed files with 28 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2edd9bb3c4d54438c2455e02f3d8858a372e07d58caff92296fb2f5554c3ceb0
size 2511324

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.3.0+0
mtime: 1720446502
commit: 9c63b561420daa8fb5dca39b07f1f271548c45e8
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.3.0</param>
<param name="match-tag">2.3.0</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,3 +1,11 @@
-------------------------------------------------------------------
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>

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.3.0+0
Version: 2.4.1+0
Release: 0
Summary: Fast network port scanner
License: GPL-3.0-or-later

View File

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