Accepting request 1144200 from home:dirkmueller:Factory
- handle different CMAKE_INSTALL_DOCDIR setting between tumbleweed and leap - Wireshark 4.2.2: * minor bug fix release - Wireshark 4.2.1: - Wireshark 4.2.0: - Wireshark 3.6.5 and 3.6.4: - Wireshark 3.6.3: - Wireshark 3.6.1: - Wireshark 3.4.7: * CVE-2020-26420: RTPS dissector memory leak (wnpa-sec-2020-18, boo#1179932) - wireshark 3.2.0 - Wireshark 3.0.0 * CVE-2018-19623: The LBMPDM dissector could crash (wnpa-sec-2018-53) * CVE-2018-19627: The IxVeriWave file parser could crash (wnpa-sec-2018-55) * CVE-2018-11354: IEEE 1905.1a dissector crash * CVE-2018-11355: RTCP dissector crash * CVE-2018-11356: DNS dissector crash * CVE-2018-11357: Multiple dissectors could consume excessive memory * CVE-2018-11360: GSM A DTAP dissector crash * CVE-2018-11362: LDSS dissector crash - Dumpcap might not quit if Wireshark or TShark crashes. The following features are new (or have been significantly - The Windows packages are now built using Microsoft Visual - The IP map feature (the “Map” button in the “Endpoints” The following features are new (or have been - Display filter buttons can now be edited, disabled, and edit to create a button on the fly or apply the filter as - Some keyboard shortcut mix-ups have been resolved by OBS-URL: https://build.opensuse.org/request/show/1144200 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=427
This commit is contained in:
parent
e2ad021dfa
commit
c2009f1404
File diff suppressed because it is too large
Load Diff
@ -198,11 +198,16 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep SHA256 | head -n1 | cut
|
||||
%install
|
||||
%cmake_install
|
||||
cmake --install build --component Development --prefix %{buildroot}%{_prefix}
|
||||
# removing doc files that are not needed`
|
||||
rm %{buildroot}/usr/share/doc/wireshark/COPYING
|
||||
rm %{buildroot}/usr/share/doc/wireshark/README.xml-output
|
||||
rm %{buildroot}/usr/share/doc/wireshark/pdml2html.xsl
|
||||
rm %{buildroot}/usr/share/doc/wireshark/ws.css
|
||||
|
||||
cmakedocdir=/usr/share/doc/packages/wireshark
|
||||
if [ -d %{buildroot}/usr/share/doc/wireshark ]; then
|
||||
cmakedocdir=/usr/share/doc/wireshark
|
||||
fi
|
||||
# removing doc files that are not needed
|
||||
rm %{buildroot}/${cmakedocdir}/COPYING
|
||||
rm %{buildroot}/${cmakedocdir}/README.xml-output
|
||||
rm %{buildroot}/${cmakedocdir}/pdml2html.xsl
|
||||
rm %{buildroot}/${cmakedocdir}/ws.css
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}
|
||||
install -d -m 0755 %{buildroot}%{_mandir}/man1/
|
||||
|
Loading…
Reference in New Issue
Block a user