FileZilla 3.55.1 (macOS) signature verification failure

Moderator: Project members

Post Reply
Message
Author
grahamrpugh
500 Command not understood
Posts: 2
Joined: 2021-08-17 14:21

FileZilla 3.55.1 (macOS) signature verification failure

#1 Post by grahamrpugh » 2021-08-17 14:35

FileZilla 3.55.1 contains some unsigned libraries. Therefore Apple's notarization failed, and the app is not trusted by Gatekeeper.

Code: Select all

% codesign --verify --verbose ~/Downloads/FileZilla.app 
/Users/gpugh/Downloads/FileZilla.app: a sealed resource is missing or invalid
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfilezilla.13.dylib
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfilezilla.15.dylib
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfzclient-private-3.54.1.dylib
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfzclient-commonui-private-3.54.1.dylib
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfzclient-commonui-private-3.55.0.dylib
file added: /Users/gpugh/Downloads/FileZilla.app/Contents/Frameworks/libfzclient-private-3.55.0.dylib
All the above libraries have not been signed.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla 3.55.1 (macOS) signature verification failure

#2 Post by botg » 2021-08-17 15:43

Those files are from old versions. Make sure to completely replace the entire FileZilla.app directory when updating, don't merge contents of multiple bundles.

grahamrpugh
500 Command not understood
Posts: 2
Joined: 2021-08-17 14:21

Re: FileZilla 3.55.1 (macOS) signature verification failure

#3 Post by grahamrpugh » 2021-08-23 06:36

Thanks. If anyone else is scripting the deployment of FileZilla and reads this, remember to purge the destination before unzipping the downloaded archive!

Post Reply