New version 3.2.4
Enabling build with androiddump (rhbz#1834367)
This commit is contained in:
parent
d47fff9d1a
commit
f7db049ede
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (wireshark-3.2.3.tar.xz) = 6e13f5aba9c3f531fab94c9f19e85856278ff534d02e406143c0c134c9b37a76d372105b43f51e95f319e31d742fc17c2812defe377886bd8f7ed03f743f9e9a
|
SHA512 (wireshark-3.2.4.tar.xz) = 67d20a248c0f4e63a58fd3a4191ede75542e9cfd09b0baa5c0016f72a435527d8f95d34f2d35ef1957c1a9c66844d530162379bfcf9e51b64d0d220b381cb097
|
||||||
SHA512 (SIGNATURES-3.2.3.txt) = adab805747e433387c4b99bdeb839b36669d00637b523bcb5ae02bfa71571239ac085934793f358a017e476c383f2810a9afa7282d46295a9426c4a340fe485a
|
SHA512 (SIGNATURES-3.2.4.txt) = 180081d1f5bbb5fe406902ec8bd365e69b14ef486f759fe71fa8a65907e9b07902ed758f66ad60feef94c7e0c68f248d360f4076e0a76f5cfe1dec5a6c7dc553
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 3.2.3
|
Version: 3.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -128,7 +128,7 @@ and plugins.
|
|||||||
-DBUILD_mmdbresolve=OFF \
|
-DBUILD_mmdbresolve=OFF \
|
||||||
%endif
|
%endif
|
||||||
-DBUILD_randpktdump=OFF \
|
-DBUILD_randpktdump=OFF \
|
||||||
-DBUILD_androiddump=OFF \
|
-DBUILD_androiddump=ON \
|
||||||
-DENABLE_SMI=ON \
|
-DENABLE_SMI=ON \
|
||||||
-DENABLE_PLUGINS=ON \
|
-DENABLE_PLUGINS=ON \
|
||||||
-DENABLE_NETLINK=ON \
|
-DENABLE_NETLINK=ON \
|
||||||
@ -220,6 +220,7 @@ getent group usbmon >/dev/null || groupadd -r usbmon
|
|||||||
%{_libdir}/wireshark/extcap/sshdump
|
%{_libdir}/wireshark/extcap/sshdump
|
||||||
%{_libdir}/wireshark/extcap/sdjournal
|
%{_libdir}/wireshark/extcap/sdjournal
|
||||||
%{_libdir}/wireshark/extcap/dpauxmon
|
%{_libdir}/wireshark/extcap/dpauxmon
|
||||||
|
%{_libdir}/wireshark/extcap/androiddump
|
||||||
%{_libdir}/wireshark/cmake/*.cmake
|
%{_libdir}/wireshark/cmake/*.cmake
|
||||||
#the version wireshark uses to store plugins is only x.y, not .z
|
#the version wireshark uses to store plugins is only x.y, not .z
|
||||||
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
|
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
|
||||||
@ -259,6 +260,10 @@ getent group usbmon >/dev/null || groupadd -r usbmon
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 2020 Michal Ruprich <mruprich@redhat.com> - 1:3.2.4-1
|
||||||
|
- New version 3.2.4
|
||||||
|
- Enabling build with androiddump (rhbz#1834367)
|
||||||
|
|
||||||
* Mon Apr 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:3.2.3-1
|
* Mon Apr 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:3.2.3-1
|
||||||
- 3.2.3
|
- 3.2.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user