diff options
author | mef <mef> | 2017-02-11 01:35:27 +0000 |
---|---|---|
committer | mef <mef> | 2017-02-11 01:35:27 +0000 |
commit | 1587089ed4ffbfecb7ba5409d9f23e692e25037f (patch) | |
tree | c270236740f6d910d9cc3b2920c4213fcc4d7578 | |
parent | 62c0371c05a52c0db34c8a391e9f52db1fc0108b (diff) | |
download | pkgsrc-1587089ed4ffbfecb7ba5409d9f23e692e25037f.tar.gz |
Updated devel/ropper 1.9.5 to 1.10.10
(compiled from github commit log with tag: line)
-------------------------------------
(v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra
(v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra
(v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra
(v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra
(v1.10.4) cache implementation changed @Sascha Schirra
(v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra
(v1.10.1) version and description changed @Sascha Schirra
(v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra
(v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra
-rw-r--r-- | devel/ropper/Makefile | 4 | ||||
-rw-r--r-- | devel/ropper/PLIST | 5 | ||||
-rw-r--r-- | devel/ropper/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/ropper/Makefile b/devel/ropper/Makefile index fd0f13cae14..5fc814f85ed 100644 --- a/devel/ropper/Makefile +++ b/devel/ropper/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/06/17 10:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/02/11 01:35:27 mef Exp $ -DISTNAME= Ropper-1.9.5 +DISTNAME= Ropper-1.10.10 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sashs/} diff --git a/devel/ropper/PLIST b/devel/ropper/PLIST index cd0801e72a3..376464aa413 100644 --- a/devel/ropper/PLIST +++ b/devel/ropper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/06/17 10:53:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/02/11 01:35:27 mef Exp $ bin/ropper ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -98,3 +98,6 @@ ${PYSITELIB}/ropper/search/__init__.pyo ${PYSITELIB}/ropper/search/search.py ${PYSITELIB}/ropper/search/search.pyc ${PYSITELIB}/ropper/search/search.pyo +${PYSITELIB}/ropper/service.py +${PYSITELIB}/ropper/service.pyc +${PYSITELIB}/ropper/service.pyo diff --git a/devel/ropper/distinfo b/devel/ropper/distinfo index 8196ce76fe5..3d0157e827b 100644 --- a/devel/ropper/distinfo +++ b/devel/ropper/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/06/14 07:14:39 kamil Exp $ +$NetBSD: distinfo,v 1.2 2017/02/11 01:35:27 mef Exp $ -SHA1 (Ropper-1.9.5.tar.gz) = fa2a1189e97afc2b3920eb56ed6b85a1c7e864b3 -RMD160 (Ropper-1.9.5.tar.gz) = 71841993f4e714a42066adf65f85927acd9585f3 -SHA512 (Ropper-1.9.5.tar.gz) = cb14b763ab181c6e0e6ffb17a2fa533aef897d14775ea42037a66929e6d1992c69aa323693830a8e48510ffee48c84510d1fa7047d9fd6777c9549dbac8ac403 -Size (Ropper-1.9.5.tar.gz) = 600503 bytes +SHA1 (Ropper-1.10.10.tar.gz) = dfd7d7ed1f87f76c3c91c17c5d0a0a1f268d96b9 +RMD160 (Ropper-1.10.10.tar.gz) = 62ec5d87f88ed69fd17d1f4522135deda0bc8cee +SHA512 (Ropper-1.10.10.tar.gz) = 5ef06837a5ceeb61cf12dbf3d529fad5f98b581a655490ee9d62909ace9b2a31885be2c972eba448252299a1de3417452ba5ec33235c8dfb50d477279c7c34b8 +Size (Ropper-1.10.10.tar.gz) = 1457535 bytes |