Bug ID |
11068
|
Summary |
OS X package doesn't overwrite components
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Mac OS X 10.9
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The Wireshark OS X packages don't seem to overwrite files in some cases. Today
when trying to install 1.99.4 I noticed that I ended up with an older version
of libwireshark.dylib. Examples below show the result of running 'hashdeep
/Applications/Wireshark.app/Contents/Frameworks/libwireshark.dylib'.
Before installing 1.99.4. 1.99.2 had been installed previously:
75619232,d06675a0aad73fb83eee13e241055578,83a9afdade2edc6fad0ffb0285c2a4e8b1d445145d069a6d39140ae5c472318a,/Applications/Wireshark.app/Contents/Frameworks/libwireshark.dylib
After installing 1.99.4:
75619232,d06675a0aad73fb83eee13e241055578,83a9afdade2edc6fad0ffb0285c2a4e8b1d445145d069a6d39140ae5c472318a,/Applications/Wireshark.app/Contents/Frameworks/libwireshark.dylib
After moving /Applications/Wireshark.app to the trash, emptying the trash, and
installing 1.99.4:
76047008,32d788efd64c5bef5d775bdaddf7bfe1,02bfdff43271e790470b005fefff31c16bfa45c4a5fd6b2dad900010fe618886,/Applications/Wireshark.app/Contents/Frameworks/libwireshark.dylib
We might want to switch to a different packaging system or to a drag-installer.
You are receiving this mail because:
- You are watching all bug changes.