pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-xdis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 14 08:25:02 UTC 2021

Modified Files:
        pkgsrc/devel/py-xdis: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-xdis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-xdis/Makefile
diff -u pkgsrc/devel/py-xdis/Makefile:1.29 pkgsrc/devel/py-xdis/Makefile:1.30
--- pkgsrc/devel/py-xdis/Makefile:1.29  Mon Jan 11 07:17:06 2021
+++ pkgsrc/devel/py-xdis/Makefile       Sun Mar 14 08:25:02 2021
@@ -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/}

Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.14 pkgsrc/devel/py-xdis/PLIST:1.15
--- pkgsrc/devel/py-xdis/PLIST:1.14     Thu Sep 10 09:25:02 2020
+++ pkgsrc/devel/py-xdis/PLIST  Sun Mar 14 08:25:02 2021
@@ -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_36pypy.
 ${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

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.28 pkgsrc/devel/py-xdis/distinfo:1.29
--- pkgsrc/devel/py-xdis/distinfo:1.28  Mon Jan 11 07:17:06 2021
+++ pkgsrc/devel/py-xdis/distinfo       Sun Mar 14 08:25:02 2021
@@ -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