Package: androguard / 3.4.0~a1-17~bpo12+1

Metadata

Package Version Patches format
androguard 3.4.0~a1-17~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed deprecated code.patch | (download)

androguard/cli/main.py | 33 29 + 4 - 0 !
requirements.txt | 3 2 + 1 - 0 !
2 files changed, 31 insertions(+), 5 deletions(-)

 fixed deprecated code

Fixed issue: 'asn1crypto.keys.PublicKeyInfo().fingerprint has been removed, please use oscrypto.asymmetric.PublicKey().fingerprint instead'

0002 Fix write_yaml has been removed from NetworkX.patch | (download)

androguard/cli/main.py | 6 5 + 1 - 0 !
requirements.txt | 1 1 + 0 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 fix write_yaml has been removed from networkx


0003 added error handling for res1 and res0 must be zero.patch | (download)

androguard/core/bytecodes/axml/__init__.py | 35 20 + 15 - 0 !
1 file changed, 20 insertions(+), 15 deletions(-)

 [patch 1/1] added error handling for "res1" and "res0" must be zero
 errors which caused aborting the parsing

0004 Patch update based on https github.com androguard an.patch | (download)

androguard/core/bytecodes/axml/__init__.py | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 [patch 1/1] patch update based on
 https://github.com/androguard/androguard/issues/1014

0004 fix tests.patch | (download)

tests/test_session.py | 1 1 + 0 - 0 !
tests/test_types.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

---
0005 fix gpickle.patch | (download)

androguard/cli/main.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 remove deprecated wrapper function reference
 https://github.com/networkx/networkx/pull/4282
0006 fix python 3 12 syntaxerror.patch | (download)

androguard/core/bytecodes/apk.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0007 fix reserved must be zero.patch | (download)

androguard/core/bytecodes/axml/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix resparsererror: reserved must be zero!
 This is just a stupid workaround for an unimportant parser error that
 blocks parsing many reasonable APKs.

https://github.com/androguard/androguard/issues/1102#issuecomment-2663765348