Summary: | net-analyzer/wireshark: fails to open the release notes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Holger Hoffstätte <holger> |
Component: | Current packages | Assignee: | Sam James <sam> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/38495 https://gitlab.com/wireshark/wireshark/-/issues/20055 https://gitlab.com/wireshark/wireshark/-/merge_requests/17202 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Holger Hoffstätte
2024-09-06 20:17:01 UTC
As the linked upstream bug has explained, this is clearly a bug in our cmake.eclass which generates absolute values where it should not. PR updated with patch from linked upstream MR, which fixes the problem. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690de938f65c99ed989b56877bd2c983bf6adec1 commit 690de938f65c99ed989b56877bd2c983bf6adec1 Author: Holger Hoffstätte <holger@applied-asynchrony.com> AuthorDate: 2024-09-27 15:42:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-05 07:22:05 +0000 net-analyzer/wireshark: add 4.4.0, fix handling of release notes Closes: https://bugs.gentoo.org/939195 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org> net-analyzer/wireshark/Manifest | 2 + net-analyzer/wireshark/files/release-notes.html | 6 + ...shark-4.4.0-fix-filesystem-absolute-paths.patch | 98 ++++++ net-analyzer/wireshark/wireshark-4.4.0.ebuild | 362 +++++++++++++++++++++ net-analyzer/wireshark/wireshark-9999.ebuild | 20 +- 5 files changed, 485 insertions(+), 3 deletions(-) |