ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.45k stars 2.12k forks source link

Ethereum-Wallet-macosx-0-11-1.dmg is unsigned #4141

Open chmac opened 6 years ago

chmac commented 6 years ago

0.11.1

$ codesign -dv --verbose=4 /Volumes/Ethereum\ Wallet\ 0.11.1/Ethereum\ Wallet.app
/Volumes/Ethereum Wallet 0.11.1/Ethereum Wallet.app: code object is not signed at all

https://github.com/ethereum/mist/releases/download/v0.11.1/Ethereum-Wallet-macosx-0-11-1.dmg sha256: df52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8

Looks like something went wrong with the code signing.

0.11.0

$ codesign -dv --verbose=4 /Volumes/Ethereum\ Wallet\ 0.11.0/Ethereum\ Wallet.app
Executable=/Volumes/Ethereum Wallet 0.11.0/Ethereum Wallet.app/Contents/MacOS/Ethereum Wallet
Identifier=org.ethereum.wallet
Format=app bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=275 flags=0x0(none) hashes=3+3 location=embedded
VersionPlatform=1
VersionMin=657664
VersionSDK=657920
Hash type=sha256 size=32
CandidateCDHash sha1=2df136085c07fde498ed345769581dabfa2e75c8
CandidateCDHash sha256=812a519e0337aa29e553b01548c86a6ea77857cb
Hash choices=sha1,sha256
Page size=4096
CDHash=812a519e0337aa29e553b01548c86a6ea77857cb
Signature size=8921
Authority=Developer ID Application: Stiftung Ethereum (3W6577R383)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=4 Jul 2018 at 20:02:57
Info.plist entries=22
TeamIdentifier=3W6577R383
Sealed Resources version=2 rules=13 files=11
Internal requirements count=1 size=180
thirtified commented 5 years ago

Same for Mist v0.11.1?

$ codesign -dv --verbose=4 /Applications/Mist.app
/Applications/Mist.app: code object is not signed at all
auroracoin commented 5 years ago

I get it unsigned too.