Files
bandwhich/_service
Soc Virnyl Estela 47067e73c4 Accepting request 1169246 from home:smolsheep:upgrades
- Enable completions
- Switch _service from deprecated disabled to manual
- Update package to modern rust standards.
- Update to 0.22.2:
  Added
  * Generate completion & manpage
- Changes from 0.22.0:
  Added
  * Log unresolved processes in more detail + general refactor
  * Display bandwidth in different unit families
  * CI: ensure a changelog entry exists for each PR
  * Show interface names
  Changed
  * Table formatting logic overhaul
  * Refactor OsInputOutput (combine interfaces & frames into single
    Vec)
- Changes from 0.21.1:
  Fixed
  * Ignore connections that fail parsing instead of panicking on
    BSD
  * Add missing version flag to CLI
  * Various minor codestyle changes
  * Handle IPv4-mapped IPv6 addresses when resolving connection
    owner
  * Bump rustix dependencies to fix a memory leak
  Added
  * Logging infrastrure
- Changes from 0.21.0:
  Fixed
  * Fixed resolv.conf errors on systems with trust-ad
  * Fixed build issues by updating various dependencies
  * migrate out-of-date dependency structopt to clap

OBS-URL: https://build.opensuse.org/request/show/1169246
OBS-URL: https://build.opensuse.org/package/show/utilities/bandwhich?expand=0&rev=4
2024-04-20 00:42:26 +00:00

13 lines
365 B
Plaintext

<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="src">bandwhich-*.tar.gz</param>
<param name="compression">gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">bandwhich</param>
</service>
</services>