Search Criteria
Package Details: sngrep 1.4.10-1
Git Clone URL: | https://aur.archlinux.org/sngrep.git (read-only, click to copy) |
---|---|
Package Base: | sngrep |
Description: | A tool for displaying SIP call message flows from a terminal |
Upstream URL: | https://github.com/irontec/sngrep |
Keywords: | sip voip |
Licenses: | GPL |
Conflicts: | sngrep |
Provides: | sngrep |
Submitter: | w1ngnutt |
Maintainer: | w1ngnutt |
Last Packager: | w1ngnutt |
Votes: | 11 |
Popularity: | 0.002951 |
First Submitted: | 2015-04-28 13:29 (UTC) |
Last Updated: | 2022-02-18 20:21 (UTC) |
Dependencies (6)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git)
- libpcap (libpcap-git)
- ncurses (ncurses-nohex, ncurses-git)
- pcre (pcre-svn)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- sed (sed-git) (make)
Latest Comments
hafkensite commented on 2022-03-04 06:57 (UTC)
Seems to be an issue with the latest ncurses version, when closing the conversation view I got a segfault from within the ncurses
del_panel
call. This issue has been reported and fixed, but no new release has been published.https://github.com/irontec/sngrep/issues/389
rakotomandimby commented on 2021-11-10 16:20 (UTC)
The cause of the failure is the
CFLAGS
in/etc/makepkg.conf
Initially it is:
I removed the
-Werror=format-security
so that it isand we are done.
I keep the
CFLAGS
without the-Werror=format-security
for the momentrakotomandimby commented on 2021-11-10 15:50 (UTC)
I get this error:
Apparently Debian Sid also gets: https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg601634.html
I am looking for a solution
cypa commented on 2020-08-28 04:37 (UTC)
looks like it works, but why it is not in the main repo? noone use arch as SIP platform?