Email or username:

Password:

Forgot your password?
IzzyOnDroid ✅

Great to see you're adopting some of the #security features we've implemented earlier this year at #IzzyOnDroid @fdroidorg! Maybe you want to check our documentation on them?

android.izzysoft.de/articles/n

* it's SIGNING blocks, not FROSTING blocks
* MEITUAN is about payload, not metadata
* there's no fixed number of blocks as your code assumes (gitlab.com/fdroid/fdroidserver)

The article you link to (bi-zone.medium.com/easter-egg-) tells you the same :wink:

screenshot from the merge request adding checks for signing blocks, calling them "frosting blocks", the Meituan Payload block "metadata", and the frosting block "Google metadata"
screenshot from an issue comment to developers, describing the DEPENDENCY_INFO_BLOCK as "frosting block"
1 comment
IzzyOnDroid ✅

@fdroidorg Only what you call "Google metadata" (0x2146444E) is the Google Play Frosting Block, neither the DEPENDENCY_INFO_BLOCK (0x504b4453) nor the MEITUAN_APK_CHANNEL_BLOCK (0x71777777) are. And Meituan calls their block Payload themselves:

github.com/search?q=repo%3AMei

screenshot from code by Meituan, clearly addressing their block with a "PayloadWriter"
Go Up