pkgsrc-WIP-changes archive

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

pwntools: Update to 4.8.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 19 12:44:30 2022 +0200
Changeset:	c4bc0285c68d61857da7092721abf6caf54ed88b

Modified Files:
	py-pwntools/Makefile
	py-pwntools/distinfo

Log Message:
pwntools: Update to 4.8.0

Changes:
- Fix logic in `wait_for_debugger`
- libcdb: Load debug info and unstrip libc binary
- Fix error in validating log levels
- Fix `cyclic_find()` to make it work with large int values

- Use temporary cache directory when persistent cache cannot be used
- ELF symbols can be looked up by bytes values
- several bugfixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4bc0285c68d61857da7092721abf6caf54ed88b

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

diffstat:
 py-pwntools/Makefile | 2 +-
 py-pwntools/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-pwntools/Makefile b/py-pwntools/Makefile
index fb71e4e85d..b04945f79c 100644
--- a/py-pwntools/Makefile
+++ b/py-pwntools/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pwntools-4.7.0
+DISTNAME=	pwntools-4.8.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pwntools/}
diff --git a/py-pwntools/distinfo b/py-pwntools/distinfo
index f39e5135cb..1270357c0f 100644
--- a/py-pwntools/distinfo
+++ b/py-pwntools/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (pwntools-4.7.0.tar.gz) = 41527b76a484920dade132137edcfee9c98afb1a128d96940aab7ca5f0cd9869
-SHA512 (pwntools-4.7.0.tar.gz) = 8c00919f77853363bce661be7f30e9d0ea1fa22a03de45b5492c0e2610ca1df353222ffaed7d2dcc3ada9a8544758ebf36b2c022abe5395d9efdb996eb33c8ba
-Size (pwntools-4.7.0.tar.gz) = 5263930 bytes
+BLAKE2s (pwntools-4.8.0.tar.gz) = c819128c7348107c1bd3d0013071d0e56fa95c92133dbddbdbab96635739678a
+SHA512 (pwntools-4.8.0.tar.gz) = 51a661c5a18ff3b674d0cf612faf442ffc26535769bc21e3bb4fbc71ded624525bd02d3741641c14f26d90e5a2689984aacca4517921407cda621c731eeac7ab
+Size (pwntools-4.8.0.tar.gz) = 5283403 bytes
 SHA1 (patch-setup.py) = a21a32938996d1a4dfe7f30fedaa3137ae112d67


Home | Main Index | Thread Index | Old Index