Skip to content

Commit

Permalink
bandwhich: Update to 0.21.0
Browse files Browse the repository at this point in the history
## Summary
- Fixed resolv.conf errors on systems with trust-ad
- Fixed build issues by updating various dependencies
- migrate out-of-date dependency structopt to clap
- [changelog](https://raw.githubusercontent.com/imsnif/bandwhich/v0.21.0/CHANGELOG.md)

## Test Plan
- bandwhich --no-resolve --interface wlp2s0

## Checklist
- [X] Package was built and tested against unstable
  • Loading branch information
nazar-stasiv committed Sep 24, 2023
1 parent 0f61e63 commit 0b3a025
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions packages/b/bandwhich/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ libc.so.6:cfmakeraw
libc.so.6:chdir
libc.so.6:clock_gettime
libc.so.6:close
libc.so.6:closedir
libc.so.6:connect
libc.so.6:dirfd
libc.so.6:dl_iterate_phdr
libc.so.6:dlsym
libc.so.6:dup2
Expand All @@ -24,18 +22,20 @@ libc.so.6:epoll_create
libc.so.6:epoll_create1
libc.so.6:epoll_ctl
libc.so.6:epoll_wait
libc.so.6:eventfd
libc.so.6:execvp
libc.so.6:exit
libc.so.6:fcntl
libc.so.6:fork
libc.so.6:free
libc.so.6:freeifaddrs
libc.so.6:fstat64
libc.so.6:fstatat64
libc.so.6:getcwd
libc.so.6:getenv
libc.so.6:gethostname
libc.so.6:getifaddrs
libc.so.6:getpeername
libc.so.6:getsockname
libc.so.6:getsockopt
libc.so.6:getuid
libc.so.6:gnu_get_libc_version
Expand All @@ -51,13 +51,11 @@ libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memrchr
libc.so.6:memset
libc.so.6:mmap
libc.so.6:mmap64
libc.so.6:mprotect
libc.so.6:munmap
libc.so.6:open
libc.so.6:open64
libc.so.6:opendir
libc.so.6:pipe
libc.so.6:pipe2
libc.so.6:poll
libc.so.6:posix_memalign
Expand All @@ -69,9 +67,7 @@ libc.so.6:posix_spawnattr_init
libc.so.6:posix_spawnattr_setflags
libc.so.6:posix_spawnattr_setpgroup
libc.so.6:posix_spawnattr_setsigdefault
libc.so.6:posix_spawnattr_setsigmask
libc.so.6:posix_spawnp
libc.so.6:prctl
libc.so.6:pselect
libc.so.6:pthread_attr_destroy
libc.so.6:pthread_attr_getguardsize
Expand All @@ -88,15 +84,15 @@ libc.so.6:pthread_key_delete
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_self
libc.so.6:pthread_setname_np
libc.so.6:pthread_setspecific
libc.so.6:pthread_sigmask
libc.so.6:read
libc.so.6:readdir64
libc.so.6:readlink
libc.so.6:realloc
libc.so.6:realpath
libc.so.6:recv
libc.so.6:recvfrom
libc.so.6:sched_getaffinity
libc.so.6:sched_yield
libc.so.6:send
libc.so.6:sendto
Expand Down Expand Up @@ -135,3 +131,7 @@ libgcc_s.so.1:_Unwind_RaiseException
libgcc_s.so.1:_Unwind_Resume
libgcc_s.so.1:_Unwind_SetGR
libgcc_s.so.1:_Unwind_SetIP
libm.so.6:ceil
libm.so.6:exp
libm.so.6:pow
libm.so.6:round
8 changes: 4 additions & 4 deletions packages/b/bandwhich/package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name : bandwhich
version : 0.20.0
release : 1
version : 0.21.0
release : 2
source :
- https://github.com/imsnif/bandwhich/archive/refs/tags/0.20.0.tar.gz : 4bbf05be32439049edd50bd1e4d5a2a95b0be8d36782e4100732f0cc9f19ba12
- https://github.com/imsnif/bandwhich/archive/refs/tags/v0.21.0.tar.gz : f9c50c340372593bf4c54fcf2608ef37c2c56a37367b2f430c27cce3ea947828
license : MIT
component : system.utils
summary : Terminal bandwidth utilization tool
summary : Terminal bandwidth utilization tool
description: |
This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname
networking : yes
Expand Down
6 changes: 3 additions & 3 deletions packages/b/bandwhich/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-12-18</Date>
<Version>0.20.0</Version>
<Update release="2">
<Date>2023-09-24</Date>
<Version>0.21.0</Version>
<Comment>Packaging update</Comment>
<Name>Nazar Stasiv</Name>
<Email>nazar@autistici.org</Email>
Expand Down

0 comments on commit 0b3a025

Please sign in to comment.