---
I am dying to see the solution to my issue at:
How to extract content from tshark-saved streams? (current title)
https://forums.gentoo.org/viewtopic-t-1033844.html
And, the 10 hours wait for the changes to propagate looked too long for me...
I looked up:
https://packages.gentoo.org/packages/ne ... /wireshark
where I followed the link under "Changelog" to:
https://gitweb.gentoo.org/repo/gentoo.g ... ?showmsg=1
where the latest commit message:
net-analyzer/wireshark: Version bump (bug #566180 by Pavel Půlpán).
contains the link:
https://gitweb.gentoo.org/repo/gentoo.g ... a96c93feb8
and looking a bit around, I managed to download the ebuild:
Code: Select all
$ wget https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/wireshark/wireshark-2.0.0.ebuild?id=76079176be6a22502c25090057341fa96c93feb8
Code: Select all
cp -iav /my-local-mirror/distfiles/wireshark-2.0.0.tar.bz2 /usr/portage/distfiles/
chown portage:portage /usr/portage/distfiles/wireshark-2.0.0.tar.bz2
local overlay, pls. see on the Wiki:
Overlay/Local overlay
https://wiki.gentoo.org/wiki/Overlay/Local_overlay
):
[Next I created]... and read what the commands do without my comments (
Code: Select all
mkdir -p /usr/local/portage/net-analyzer/wireshark/
cp -iav /where-I-downloaded-it/wireshark-2.0.0.ebuild\?id\=76079176be6a22502c25090057341fa96c93feb8 /usr/local/portage/net-analyzer/wireshark/wireshark-2.0.0.ebuild
mkdir /usr/local/portage/net-analyzer/wireshark/files/
chown -R portage:portage /usr/local/portage/net-analyzer/
Code: Select all
for i in $(cat /usr/local/portage/net-analyzer/wireshark/wireshark-2.0.0.ebuild \
| grep '\.patch' | cut -d} -f3 | sed 's/ \\//'); \
do cp -iav /usr/portage/net-analyzer/wireshark/files/*$i \
/usr/local/portage/net-analyzer/wireshark/files/ ;\
done ;
phpBB Strange White Space problem
https://forums.gentoo.org/viewtopic-t-1032010.html
)
And check that the necessary patches are there:
Code: Select all
ls -l /usr/local/portage/net-analyzer/wireshark/files/
Code: Select all
cd /usr/local/portage/net-analyzer/wireshark/
repoman manifest
Code: Select all
gbn ~ # emerge -tuDN wireshark |& tee /Cmn/BAK_/emerge.d/emerge-tuDN_wireshark_$(date +%s)
These are the packages that would be merged, in reverse order:
Calculating dependencies . ... done!
[ebuild U ] net-analyzer/wireshark-2.0.0:0/2.0.0::miro [1.12.8-r1:0/1.12.8::gentoo] USE="caps crypt doc filecaps gtk3 ipv6 lua netlink pcap qt4 smi ssl zlib -adns -doc-pdf -geoip -kerberos -portaudio -qt5 -sbc (-selinux)" CPU_FLAGS_X86="-sse4_2%" 0 KiB
Total: 1 package (1 upgrade), Size of downloads: 0 KiB
...
Code: Select all
# equery l wireshark
[I-O] [ ] net-analyzer/wireshark-2.0.0:0/2.0.0
#
