diff options
author | leot <leot@pkgsrc.org> | 2017-09-14 12:43:54 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-09-14 12:43:54 +0000 |
commit | 22ffa98441665732abafe9423ff253f6d5c26ac2 (patch) | |
tree | 4e0a36dc9aaa22f148ef3508182a0686eb854cbe /security | |
parent | 8733f6a32d87a2ba7c4b6e621f14a086ba9ab81c (diff) | |
download | pkgsrc-22ffa98441665732abafe9423ff253f6d5c26ac2.tar.gz |
sqlmap: Update security/sqlmap to 1.1.9
Changes:
1.1.9
-----
- Misc bug fixes and improvements
1.1.8
-----
- Add support to log all HTTP traffic into an HAR file (via `--har' option)
- Misc bug fixes
1.1.7
-----
- Add Bulgarian translation
- Misc bug fixes and improvements
1.1.6
-----
- Misc bug fixes
Diffstat (limited to 'security')
-rw-r--r-- | security/sqlmap/Makefile | 6 | ||||
-rw-r--r-- | security/sqlmap/PLIST | 6 | ||||
-rw-r--r-- | security/sqlmap/distinfo | 10 |
3 files changed, 13 insertions, 9 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 0c2fffacacb..44b87811c61 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/05/09 11:39:07 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/14 12:43:54 leot Exp $ -DISTNAME= sqlmap-1.1.5 +DISTNAME= sqlmap-1.1.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/} @@ -25,7 +25,7 @@ REPLACE_PERL+= sqlmap/extra/icmpsh/icmpsh-m.pl USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.9 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/security/sqlmap/PLIST b/security/sqlmap/PLIST index 0bd22b1f432..6aae4d4ca56 100644 --- a/security/sqlmap/PLIST +++ b/security/sqlmap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/05/09 11:39:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/09/14 12:43:54 leot Exp $ bin/sqlmap ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -19,6 +19,7 @@ ${PYSITELIB}/sqlmap/doc/FAQ.pdf ${PYSITELIB}/sqlmap/doc/README.pdf ${PYSITELIB}/sqlmap/doc/THANKS.md ${PYSITELIB}/sqlmap/doc/THIRD-PARTY.md +${PYSITELIB}/sqlmap/doc/translations/README-bg-BG.md ${PYSITELIB}/sqlmap/doc/translations/README-es-MX.md ${PYSITELIB}/sqlmap/doc/translations/README-fr-FR.md ${PYSITELIB}/sqlmap/doc/translations/README-gr-GR.md @@ -361,6 +362,9 @@ ${PYSITELIB}/sqlmap/lib/utils/deps.pyo ${PYSITELIB}/sqlmap/lib/utils/getch.py ${PYSITELIB}/sqlmap/lib/utils/getch.pyc ${PYSITELIB}/sqlmap/lib/utils/getch.pyo +${PYSITELIB}/sqlmap/lib/utils/har.py +${PYSITELIB}/sqlmap/lib/utils/har.pyc +${PYSITELIB}/sqlmap/lib/utils/har.pyo ${PYSITELIB}/sqlmap/lib/utils/hash.py ${PYSITELIB}/sqlmap/lib/utils/hash.pyc ${PYSITELIB}/sqlmap/lib/utils/hash.pyo diff --git a/security/sqlmap/distinfo b/security/sqlmap/distinfo index 40ffba268ce..ed4e815e387 100644 --- a/security/sqlmap/distinfo +++ b/security/sqlmap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/05/09 11:39:07 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/09/14 12:43:54 leot Exp $ -SHA1 (sqlmap-1.1.5.tar.gz) = 123987c86ca82ddc60466f5a013ce9d41fc575bc -RMD160 (sqlmap-1.1.5.tar.gz) = 4b7732adcfd02a6e2ca081712827804315bba852 -SHA512 (sqlmap-1.1.5.tar.gz) = ef03989bca4079e66e934dc4ddfff1584f3ab937c9ed84da4b9fd27f0e4f43043ed8538a3fb990930abc353648332ea40cdcd97d9ce316b4080b8ab164893014 -Size (sqlmap-1.1.5.tar.gz) = 7390053 bytes +SHA1 (sqlmap-1.1.9.tar.gz) = 4e9bf9d4b0ba72dff52f44f2c7b455fb8a34b45e +RMD160 (sqlmap-1.1.9.tar.gz) = a794ba271f33666de8d8505257565f486e8180e2 +SHA512 (sqlmap-1.1.9.tar.gz) = 0ef9a84b22d20ca853ec05927fc9cb92f0500942cf67febf17280a9136feb9827a39601e6268f14f68ff4e29c130c281b93e5fcd540537d0e39e5d4b4edc15ab +Size (sqlmap-1.1.9.tar.gz) = 7403570 bytes |