Skip to content

Drop dependency on zbase32

Vignesh Raman requested to merge wip/vignesh/use-base64 into apertis/v2024dev2

rust-sequoia added a new dependency on librust-sequoia-net in bookworm. rust-sequoia-net uses zbase32 encoding, which is licensed under LGPL-3+. This is against apertis license expectations. So use base64 encoding and drop the dependency on zbase32.

https://phabricator.apertis.org/T9521

Merge request reports