|
Bugzilla – Full Text Bug Listing |
| Summary: | Wireshark has been built without Lua support in openSUSE 12.2 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Forgotten User gVZxc0BvFA <forgotten_gVZxc0BvFA> |
| Component: | Network | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | Andreas.Stieger, bbrunner, meissner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User gVZxc0BvFA
2012-09-16 18:51:13 UTC
Changing wireshark.spec BuildRequires lua-devel to lua51-devel can solve it. Submitted to OBS sr#141047. (In reply to comment #1) > Changing wireshark.spec BuildRequires lua-devel to lua51-devel can solve it. > Submitted to OBS sr#141047. It would have been better to also (or first) submit this change to the designated devel package in network:utilities / wireshark. Without that, this bug persists for users of that package, in openSUSE Factory and it will re-appear in future openSUSE releases. https://build.opensuse.org/request/show/141212 https://build.opensuse.org/request/show/141213 Your diff in openSUSE:Maintenance:1087 : -BuildRequires: lua-devel +BuildRequires: lua51-devel Better (and now used in network:utilities / wireshark and for openSUSE Factory): +%if 0%{?suse_version} >= 1220 +BuildRequires: lua51-devel +%else BuildRequires: lua-devel +%endif Tested that either change actually configures/links/requires Lua for openSUSE 12.2 and later. As this is not a security bug this should go to maintenance? I'm indifferent about a separate bugfix release considering the OBS package is now available, we could just as well combine with the next security update for wireshark which is sure to come at some point. This is an autogenerated message for OBS integration: This bug (780669) was mentioned in https://build.opensuse.org/request/show/141046 https://build.opensuse.org/request/show/141047 We already started an maintenance update for wireshark. Andreas could you submit the fix from the devel-project please. I'll add it to the running update. Thanks. adding to openSUSE:Maintenance:1087 ... with security update for bug 792005. openSUSE-SU-2012:1633-1: An update that fixes 11 vulnerabilities is now available. Category: security (moderate) Bug References: 780669,792005 CVE References: CVE-2012-5592,CVE-2012-5593,CVE-2012-5594,CVE-2012-5595,CVE-2012-5596,CVE-2012-5597,CVE-2012-5598,CVE-2012-5599,CVE-2012-5600,CVE-2012-5601,CVE-2012-5602 Sources used: openSUSE 12.2 (src): wireshark-1.8.4-1.15.1 openSUSE 12.1 (src): wireshark-1.8.4-3.33.1 released |