URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=310e2cd04d8c950c8acde92981136266e6c57d2c
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
310e2cd by Gerald Combs (gerald@xxxxxxxxxxxxx):
macOS: Fix our plugin path.
In CMake we only used PROJECT_RELEASE_VERSION to construct our plugin
path, so rename it to PLUGIN_PATH_ID. Use a dash to separate version
numbers on macOS in order to allow code signing and a period elsewhere.
In the C code we only used VERSION_RELEASE to construct our plugin path,
so rename it to PLUGIN_PATH_ID.
Change-Id: I02abc591d7857269e8d47b414b61df4b28a25f2d
Reviewed-on: https://code.wireshark.org/review/32013
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit e62de7ba1efb8fadf2ef5b2aace9ac2c2703fe55)
Reviewed-on: https://code.wireshark.org/review/32015
Actions performed:
from 518d267 frame: fix crash when dissectors add the maximum number of tree items.
add 310e2cd macOS: Fix our plugin path.
Summary of changes:
CMakeLists.txt | 40 +++++++++++++++++++++-------------------
cmakeconfig.h.in | 2 +-
packaging/macosx/osx-app.sh.in | 2 +-
wsutil/filesystem.c | 4 ++--
4 files changed, 25 insertions(+), 23 deletions(-)