android-platform-tools-apksig 0.8-2ubuntu1~18.04 source package in Ubuntu
Changelog
android-platform-tools-apksig (0.8-2ubuntu1~18.04) bionic; urgency=medium * Backport for OpenJDK 11. LP: #1819448. android-platform-tools-apksig (0.8-2ubuntu1) disco; urgency=medium * Compile for Java 8: (LP: #1821235) - debian/rules: the parameter '-target 8' must be set to get got compiled for OpenJDK 8, setting '--release 8' is the best way as it guarantees that the whole '-source/-target/-bootclasspath' triad is correctly set. android-platform-tools-apksig (0.8-2) unstable; urgency=medium [ Emmanuel Bourg ] * Removed the alternative build dependency on openjdk-8-jdk [ Kai-Chung Yan ] * Install Maven artifacts of `apksig.jar` * Standards-Version => 4.2.1 * uscan: Watch for `gradle-*` tags instead of `android-*_r*` * Instal Maven artifacts for `apkgsig.jar` * Remove unused build-dependencies: antlr3 groovy maven-debian-helper * apksigner now requires JRE >= 8 since it is compiled on source level 8 * Add myself to Uploaders * Install `apksigner` into Android SDK home [ Hans-Christoph Steiner ] * Use real URLs for Vcs-Git, not ones that redirect * Add autopkgtest for APK verification * Add GitLab CI support -- Tiago Stürmer Daitx <email address hidden> Sat, 23 Mar 2019 00:19:26 +0000
Upload details
- Uploaded by:
- Tiago Stürmer Daitx
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | misc | |
Bionic | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
android-platform-tools-apksig_0.8.orig.tar.gz | 576.1 KiB | 98a40d680caf0fdd1aa7ca15c837e59d8c76376f65dade5843fbc3727c8afc09 |
android-platform-tools-apksig_0.8-2ubuntu1~18.04.debian.tar.xz | 8.9 KiB | f932bcfb7eb1a4bea31b2446f82f044e27e273cbbc3547e6deb975df6e1b4aae |
android-platform-tools-apksig_0.8-2ubuntu1~18.04.dsc | 2.5 KiB | b4a4f487eeb17de4f1b8142761ace67ce3bca4edab43d87615ed51c0bde5a9e0 |
Available diffs
- diff from 0.8-2~18.04 to 0.8-2ubuntu1~18.04 (1009 bytes)
Binary packages built by this source
- apksigner: command line tool to sign and verify Android APKs
apksig is a project which aims to simplify APK signing and checking
whether APK's signatures should verify on Android. apksig supports
JAR signing (used by Android since day one) and APK Signature Scheme
v2 (supported since Android Nougat, API Level 24).
.
The key feature of apksig is that it knows about differences in APK
signature verification logic between different versions of the
Android platform. apksig can thus check whether a signed APK is
expected to verify on all Android platform versions supported by the
APK. When signing an APK, apksig will choose the most appropriate
cryptographic algorithms based on the Android platform versions
supported by the APK being signed.
.
apksigner command-line tool offers two operations:
.
* sign the provided APK so that it verifies on all Android platforms
supported by the APK. Run apksigner sign for usage information.
.
* check whether the provided APK's signatures are expected to verify
on all Android platforms supported by the APK. Run apksigner verify
for usage information.
.
The tool determines the range of Android platform versions (API
Levels) supported by the APK by inspecting the APK's
AndroidManifest.xml. This behavior can be overridden by specifying
the range of platform versions on the command-line.
- libapksig-java: No summary available for libapksig-java in ubuntu cosmic.
No description available for libapksig-java in ubuntu cosmic.