Ana Guerrero 2024-06-05 15:39:35 +00:00 committed by Git OBS Bridge
commit 8bf916c27f
6 changed files with 32 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/jkfran/killport</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.9.2</param>
<param name="revision">v1.1.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

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

3
killport-1.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b803e3bfc9c30b8f2b052dd5b1125500083f04c183bcd9b740642c888312c2
size 35058

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jun 3 07:15:40 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 1.1.0:
* fixed testsuite
* added Windows support
-------------------------------------------------------------------
Sat May 25 07:29:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 1.0.0:
* Mode Selection: Users can now specify whether to target processes, containers,
or both. This is controlled via the -m/--mode option.
* Signal Specification: The tool now supports specifying many different signals
to be sent to processes or containers, enhancing the control users have over
how they terminate these entities.
* Dry Run Option: This new feature allows users to simulate termination commands
to see which processes or containers would be affected without actually performing
the kill operation.
* Release as a library
-------------------------------------------------------------------
Fri May 10 06:20:09 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -15,8 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: killport
Version: 0.9.2
Version: 1.1.0
Release: 0
Summary: A tool to easily kill processes running on a specified port
License: MIT
@ -28,8 +29,8 @@ Source2: cargo_config
BuildRequires: cargo-packaging
%description
A command-line utility for killing processes listening on specific ports.
It's designed to be simple, fast, and effective.
A command-line utility for killing processes listening on specific ports.
It's designed to be simple, fast, and effective.
Features:
- Kill processes by port number
@ -46,7 +47,7 @@ Features:
%{cargo_install}
%check
%{cargo_test}
cargo test -- --test-threads=1
%files
%license LICENSE
@ -54,4 +55,3 @@ Features:
%{_bindir}/%{name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b66973bfddd48eab5a5d6ee9300cca655bb46ab680e608f4152ee8e47d6328a4
size 22097132
oid sha256:631634a1f59eb1f0be43da6e93b2a39f3ab5673127672f6cff7b1d1f8c678915
size 21375692