Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6b8fb0f6fd | |||
| aaada118f5 |
@@ -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
3
RustScan-2.4.1+0.obscpio
Normal 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
3
RustScan-2.4.1+0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4802cae8e285283895409949f91c6242990fdd8d9925114df7b94b0ad9e083a0
|
||||||
|
size 2519608
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: RustScan
|
name: RustScan
|
||||||
version: 2.3.0+0
|
version: 2.4.1+0
|
||||||
mtime: 1720446502
|
mtime: 1740321604
|
||||||
commit: 9c63b561420daa8fb5dca39b07f1f271548c45e8
|
commit: b9d5cee67ae16db92ec6ab5ba3bd9c40a281a803
|
||||||
|
|||||||
14
_service
14
_service
@@ -1,21 +1,21 @@
|
|||||||
<services>
|
<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="url">https://github.com/RustScan/RustScan.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">2.3.0</param>
|
<param name="revision">2.4.1</param>
|
||||||
<param name="match-tag">2.3.0</param>
|
<param name="match-tag">2.4.1</param>
|
||||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="tar" />
|
<service name="tar" mode="manual"/>
|
||||||
<service mode="disabled" name="recompress">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service name="set_version" mode="manual"/>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">RustScan</param>
|
<param name="srcdir">RustScan</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
|
|||||||
@@ -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>
|
Sun Oct 13 15:36:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rustscan
|
# spec file for package rustscan
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rustscan
|
Name: rustscan
|
||||||
Version: 2.3.0+0
|
Version: 2.4.1+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast network port scanner
|
Summary: Fast network port scanner
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:293d3f71ec56e9217f60cfdb3ed4a74d744108eedc7117c7ee6a063060335b24
|
oid sha256:eec71291e3918004732d425e0f2b325fa5a4975ed50537f11dd8ce0519102976
|
||||||
size 26917568
|
size 26309452
|
||||||
|
|||||||
Reference in New Issue
Block a user