-
Notifications
You must be signed in to change notification settings - Fork 128
wireshark: update to 4.6.4 #15201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
wireshark: update to 4.6.4 #15201
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,2 @@ | ||
| abinfo "Post-build hack: Fixing permissions and stripping unneeded file ..." | ||
| chgrp -v 86 "$PKGDIR"/usr/bin/dumpcap | ||
| chmod -v 754 "$PKGDIR"/usr/bin/dumpcap | ||
|
|
||
| rm -vf "$PKGDIR"/usr/share/applications/wireshark-gtk.desktop | ||
|
|
||
| abinfo "Installing development headers ..." | ||
| DESTDIR="$PKGDIR" ninja -C "$SRCDIR"/abbuild install-headers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| . /usr/share/debconf/confmodule | ||
|
|
||
| db_input high wireshark/add_user_to_group || true | ||
| db_go |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app-network/wireshark/autobuild/overrides/usr/lib/sysusers.d/wireshark.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| g netdev 86 | ||
| g wireshark - - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| echo "Setting up netdev group ..." | ||
| systemd-sysusers wireshark.conf | ||
| setcap cap_net_raw,cap_net_admin+eip /usr/bin/dumpcap | ||
|
|
||
| echo "Configuring capability of /usr/bin/dumpcap ..." | ||
| setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap | ||
| . /usr/share/debconf/confmodule |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then | ||
| . /usr/share/debconf/confmodule | ||
| db_purge | ||
| fi |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| Template: wireshark/add_user_to_group | ||
| Type: note | ||
| Description: Wireshark Configuration | ||
| To use Wireshark as a normal user, add your user to the `wireshark' group with the following command: | ||
| . | ||
| sudo usermod -aG wireshark $(whoami) | ||
| . | ||
| After adding your user to the group, please re-login for the changes to take effect. | ||
| Description-zh_CN.UTF-8: Wireshark 配置贴士 | ||
| 在普通用户下正常运行 Wireshark,请使用如下命令将您的用户添加到 `wireshark' 用户组: | ||
| . | ||
| sudo usermod -aG wireshark $(whoami) | ||
| . | ||
| 完成后,请重新登录以使更改生效。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| VER=4.6.2 | ||
| VER=4.6.4 | ||
| SRCS="tbl::https://www.wireshark.org/download/src/all-versions/wireshark-$VER.tar.xz" | ||
| CHKSUMS="sha256::e218e3b3899e5d6e35a5fe95eeeabead587ed084cbf5fc330ac827f9a3137de8" | ||
| CHKSUMS="sha256::fbeab3d85c6c8a5763c8d9b7fe20b5c69ca9f9e7f2b824bedc73135bdca332e2" | ||
| CHKUPDATE="anitya::id=5137" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| security = true | ||
|
|
||
| [name] | ||
| default = "Wireshark 4.6.4" | ||
|
|
||
| [caution] | ||
| default = "7 security vulnerabilities of medium severity" | ||
| zh_CN = "修复 7 个中危安全漏洞" | ||
|
|
||
| [packages-v2] | ||
| "wireshark" = "< 4.6.4" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.