Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#36736 closed defect (fixed)

wireshark 1.8.3: binaries link against libkrb5, no port dependency on kerberos5

Reported by: mklein-de (Michael Klein) Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: hsivank@…
Port: wireshark

Description

Some binaries in the wireshark port link against kerberos5 libs (when present), without declaring a dependency.

[Users/michael] > rev-upgrade          
--->  Scanning binaries for linking errors: 100.0%
--->  Found 15 broken file(s), matching files to ports
--->  Found 1 broken port(s):
     wireshark @1.8.3 +python27
         /opt/local/bin/dftest
         /opt/local/bin/rawshark
         /opt/local/bin/tshark
         /opt/local/bin/wireshark
         /opt/local/lib/libwireshark.2.dylib
$ otool -L /opt/local/bin/wireshark | grep krb5
	/opt/local/lib/libkrb5.3.3.dylib (compatibility version 3.0.0, current version 3.3.0)

Attachments (1)

Portfile_wireshark-devel.diff (922 bytes) - added by hsivank@… 11 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: hsivank@… added; opendarwin.org@… removed
Owner: changed from macports-tickets@… to opendarwin.org@…

Presumably wireshark-devel is affected as well.

comment:2 in reply to:  1 Changed 11 years ago by hsivank@…

Replying to ryandesign@…:

Presumably wireshark-devel is affected as well.

Yes ...
This is a patch for wireshark-devel

Changed 11 years ago by hsivank@…

comment:3 Changed 11 years ago by ghosthound

Resolution: fixed
Status: newclosed

resolved in r99194

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

And wireshark-devel in r99227

comment:5 in reply to:  4 Changed 11 years ago by hsivank@…

Replying to ryandesign@…:

And wireshark-devel in r99227

Thanks ryandesign ;-)

Note: See TracTickets for help on using tickets.