On Thu, Sep 26, 2019 at 07:52:33AM +0200, Remi Pointel wrote:
> Hi,
> 
> this diff updates ropper to latest release.
> 
> Ok?
> 
> Cheers,
> 
> Remi.

OK.


> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/py-ropper/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile  12 Jul 2019 20:49:35 -0000      1.5
> +++ Makefile  26 Sep 2019 05:50:55 -0000
> @@ -2,10 +2,9 @@
>  
>  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
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/security/py-ropper/distinfo,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 distinfo
> --- distinfo  2 Jan 2019 06:33:17 -0000       1.2
> +++ distinfo  26 Sep 2019 05:50:55 -0000
> @@ -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
> Index: patches/patch-ropper_console_py
> ===================================================================
> RCS file: patches/patch-ropper_console_py
> diff -N patches/patch-ropper_console_py
> --- patches/patch-ropper_console_py   31 Mar 2019 04:39:11 -0000      1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -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))
> - 

Reply via email to