pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-xdis py-xdis: updated to 5.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/dab14674b7b6
branches: trunk
changeset: 448754:dab14674b7b6
user: adam <adam%pkgsrc.org@localhost>
date: Sun Mar 14 08:25:02 2021 +0000
description:
py-xdis: updated to 5.0.8
5.0.8:
Allow an alternate opmap - adds the capability to disassemble python bytecode that has
been frozen with a custom opcode mapping. This is particularly useful for disassembling
malware that uses custom opcode mappings in an attempt to hinder disassembly with standard
tools. The updates in this pull request are used by pydecipher, a tool to unfreeze and deob fuscate frozen python code.
Add Python versions 3.8.8 and 3.9.2
diffstat:
devel/py-xdis/Makefile | 4 ++--
devel/py-xdis/PLIST | 5 ++++-
devel/py-xdis/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r c3a812861c70 -r dab14674b7b6 devel/py-xdis/Makefile
--- a/devel/py-xdis/Makefile Sun Mar 14 08:23:15 2021 +0000
+++ b/devel/py-xdis/Makefile Sun Mar 14 08:25:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/01/11 07:17:06 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/03/14 08:25:02 adam Exp $
-DISTNAME= xdis-5.0.7
+DISTNAME= xdis-5.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
diff -r c3a812861c70 -r dab14674b7b6 devel/py-xdis/PLIST
--- a/devel/py-xdis/PLIST Sun Mar 14 08:23:15 2021 +0000
+++ b/devel/py-xdis/PLIST Sun Mar 14 08:25:02 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/09/10 09:25:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/03/14 08:25:02 adam Exp $
bin/pydisasm-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -162,6 +162,9 @@
${PYSITELIB}/xdis/opcodes/opcode_37.py
${PYSITELIB}/xdis/opcodes/opcode_37.pyc
${PYSITELIB}/xdis/opcodes/opcode_37.pyo
+${PYSITELIB}/xdis/opcodes/opcode_37pypy.py
+${PYSITELIB}/xdis/opcodes/opcode_37pypy.pyc
+${PYSITELIB}/xdis/opcodes/opcode_37pypy.pyo
${PYSITELIB}/xdis/opcodes/opcode_38.py
${PYSITELIB}/xdis/opcodes/opcode_38.pyc
${PYSITELIB}/xdis/opcodes/opcode_38.pyo
diff -r c3a812861c70 -r dab14674b7b6 devel/py-xdis/distinfo
--- a/devel/py-xdis/distinfo Sun Mar 14 08:23:15 2021 +0000
+++ b/devel/py-xdis/distinfo Sun Mar 14 08:25:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2021/01/11 07:17:06 adam Exp $
+$NetBSD: distinfo,v 1.29 2021/03/14 08:25:02 adam Exp $
-SHA1 (xdis-5.0.7.tar.gz) = b0898dc4c839402bb99ee1cce55b0afa21d0766d
-RMD160 (xdis-5.0.7.tar.gz) = d07632db86822b33d447085dfbe8952a933069a5
-SHA512 (xdis-5.0.7.tar.gz) = 5d58c6c5b248d8a877d7906eecbdab8aeda9d1958e1f9e7d7b76745a4c8ee37a8115fa143c0c957f20b1efe09900f030ece5fc72e4de0675294c48e36c23d44d
-Size (xdis-5.0.7.tar.gz) = 233290 bytes
+SHA1 (xdis-5.0.8.tar.gz) = 57d2a0aa2eb05f9e91cf929f4f6f9a5605c63c9c
+RMD160 (xdis-5.0.8.tar.gz) = 020ebda09367fcc13a8843e54722fbe85baa1373
+SHA512 (xdis-5.0.8.tar.gz) = 32c4879af8f45ae1577e8dd9430e75f119138e79b538f6e92f250cb1a23d99db41fed4896cf0abe655252a028f48f3f951c68a7afaadcff29fc54b8903d5d479
+Size (xdis-5.0.8.tar.gz) = 235039 bytes
Home |
Main Index |
Thread Index |
Old Index