golang-github-avast-apkverifier 0.0~git20191015.7330a51-11ubuntu0.24.04.2 source package in Ubuntu

Changelog

golang-github-avast-apkverifier (0.0~git20191015.7330a51-11ubuntu0.24.04.2) noble-security; urgency=medium

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Thu, 24 Oct 2024 11:31:09 +1000

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-avast-apkverifier_0.0~git20191015.7330a51.orig.tar.gz 344.1 KiB bc6c61326fb91e13153769d9d870ab296dc753b9986be251459719adc2f63df0
golang-github-avast-apkverifier_0.0~git20191015.7330a51-11ubuntu0.24.04.2.debian.tar.xz 6.1 KiB 378c1f421bf8c5ead59b410cc6179ddc075b9ad78bf752dccd2faf9e7977d2c9
golang-github-avast-apkverifier_0.0~git20191015.7330a51-11ubuntu0.24.04.2.dsc 2.7 KiB 7a8ac409512dbe41b5a14fa29a24347c99eaccaf8e058540718e9fe662c9106e

View changes file

Binary packages built by this source

apkverifier: Android APK Signature verification tool

 apkverifier is a simple command line tool that verifies the
 signatures on Android APK binaries. It can verify APK Signature
 scheme v1, v2 and v3 and passes Google apksig's testing suite. It
 should support all algorithms and downgrade attack protection.
 .
 Because Android can handle even broken x509 cerficates and ZIP files,
 apkverifier is using the ZipReader from apkparser package and vendors
 crypto/x509 in internal/x509andr and github.com/fullsailor/pkcs7
 (https://github.com/fullsailor/pkcs7) in the fullsailor/pkcs7 folder.
 The last two have some changes to handle some
 not-entirely-according-to-spec certificates.
 .
 Documentation on GoDoc (https://godoc.org/github.com/avast/apkverifier)

apkverifier-dbgsym: debug symbols for apkverifier
golang-github-avast-apkverifier-dev: Android APK Signature verification Go library

 apkverifier verifies the signatures on Android APK binaries. It can
 verify APK Signature scheme v1, v2 and v3 and passes Google apksig's
 testing suite. It should support all algorithms and downgrade attack
 protection.
 .
 Because Android can handle even broken x509 cerficates and ZIP files,
 apkverifier is using the ZipReader from apkparser package and vendors
 crypto/x509 in internal/x509andr and github.com/fullsailor/pkcs7
 (https://github.com/fullsailor/pkcs7) in the fullsailor/pkcs7 folder.
 The last two have some changes to handle some
 not-entirely-according-to-spec certificates.
 .
 Documentation on GoDoc (https://godoc.org/github.com/avast/apkverifier)