update ropper to 1.12.5.

ok pirofti@
license has changed from GPL to BSD, from kmos@.
This commit is contained in:
rpointel 2019-09-27 05:48:12 +00:00
parent 06849d86a4
commit 66c2c48aa7
3 changed files with 5 additions and 22 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:35 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/09/27 05:48:12 rpointel Exp $
COMMENT = rop gadget finder and binary information tool
MODPY_EGG_VERSION = 1.11.10
MODPY_EGG_VERSION = 1.12.5
DISTNAME = ropper-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = security
@ -13,7 +12,7 @@ HOMEPAGE = https://scoding.de/ropper/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
# BSD 3-clauses
PERMIT_PACKAGE = Yes
MODULES = lang/python

View File

@ -1,2 +1,2 @@
SHA256 (ropper-1.11.10.tar.gz) = uNFDnYpu97k3GEcrAojuiKWVNyMEZ3LwNf6YmxweXW4=
SIZE (ropper-1.11.10.tar.gz) = 65765
SHA256 (ropper-1.12.5.tar.gz) = DevhcizzVtgjyravsr632K1sZEFHl4wf9UpbNEicdBg=
SIZE (ropper-1.12.5.tar.gz) = 68836

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-ropper_console_py,v 1.1 2019/03/31 04:39:11 jasper Exp $
UnboundLocalError: local variable 'f' referenced before assignment
Index: ropper/console.py
--- ropper/console.py.orig
+++ ropper/console.py
@@ -254,7 +254,7 @@ class Console(cmd.Cmd):
elif format == 'S':
f = 'string'
else:
- raise RopperError('wrong format: %s' % f)
+ raise RopperError('wrong format: %s' % format)
self.__cprinter.println(self.__rs.asm(code, arch, f))