Age | Commit message (Collapse) | Author |
|
- Only the library is needed, not the full nghttp2 package.
- Set the -DCMAKE_INSTALL_LIBDIR option to avoid filesystem conflicts.
|
|
Add two new dependencies to support more audio codecs commonly used in
telephony. Use Github mirror to workaround makepkg deficiency and
document the reason.
|
|
|
|
Ensure that dumpcap is built with capabilities (currently implicitly
pulled in via systemd).
Prevent the world from having capabilities and add DAC privilege for
usbmon support.
|
|
Things may look uglier, but it is not needed as build-time dependency.
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11697
Also re-order some keys to match PKGBUILD-vcs.proto.
|
|
Modernize packaging:
- Add missing dependencies, remove unnecessary dependencies.
- Python 3 has been supported for a while.
- Require Lua 5.2, Lua 5.3 is not working.
- Add conflict to wireshark packages.
- Remove .desktop file and icon, it will be installed later:
https://code.wireshark.org/review/18708
- Use 2 space indent according to vim modeline.
- Use Ninja instead of Makefiles, it is faster.
New dependencies (since Wireshark 2.3.x):
- nghttp2: for HTTP/2 dissector.
- snappy, lz4: for cql dissector.
|
|
|