Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

killport-2.0.2-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: killport Distribution: openSUSE Tumbleweed
Version: 2.0.2 Vendor: openSUSE
Release: 1.1 Build date: Sun Aug 9 16:47:49 2026
Group: System/Console Build host: reproducible
Size: 3878513 Source RPM: killport-2.0.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jkfran/killport
Summary: A tool to easily kill processes running on a specified port
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
- Supports multiple port numbers
- Verbosity control

Provides

Requires

License

MIT

Changelog

* Sun Aug 09 2026 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 2.0.2:
    * bump deps
    * Minimum supported Rust version corrected from 1.74 to 1.86
    * Killing multiple ports no longer stops at the first port that errors
    * port lookup scans /proc once for all matching socket inodes instead of once
      per inode, and no longer returns duplicate entries when several fds match the port
    * processes with unreadable command lines fall back to the short process name
      instead of being skipped
    * Container runtime detection and kills honor DOCKER_HOST (colima, podman,
      remote docker)
    * Container kills reuse the shared tokio runtime instead of building a new
      one per container
* Sat Jul 11 2026 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 2.0.1:
    * update direct and transitive dependencies
* Sat Mar 14 2026 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 2.0.0:
    * man page
    * --no-fail flag to exit successfully even when no process is found
    * SIGPIPE handling for clean pipe behavior (e.g., killport 8080 | head)
    * PID deduplication on Linux and macOS (prevents duplicate kill attempts)
    * Breaking: Exit code 2 when no matching process or container is found
      (was 0). Use --no-fail to restore previous behavior
    * fix Duplicate process entries when a process listens on both IPv4 and IPv6
    * fix Killing container runtime's port forwarder process
      (e.g., OrbStack Helper) instead of the container
* Mon Jun 03 2024 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 1.1.0:
    * fixed testsuite
    * added Windows support
* Sat May 25 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 2024 Andrea Manzini <andrea.manzini@suse.com>
  - First packaged release v0.9.2

Files

/usr/bin/killport
/usr/share/doc/packages/killport
/usr/share/doc/packages/killport/README.md
/usr/share/licenses/killport
/usr/share/licenses/killport/LICENSE
/usr/share/man/man1/killport.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Aug 11 22:41:05 2026