pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sqlmap sqlmap: Update security/sqlmap to 1.1.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab14934e3177
branches:  trunk
changeset: 368323:ab14934e3177
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Sep 14 12:43:54 2017 +0000

description:
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:

 security/sqlmap/Makefile |   6 +++---
 security/sqlmap/PLIST    |   6 +++++-
 security/sqlmap/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r 432946908565 -r ab14934e3177 security/sqlmap/Makefile
--- a/security/sqlmap/Makefile  Thu Sep 14 11:35:36 2017 +0000
+++ b/security/sqlmap/Makefile  Thu Sep 14 12:43:54 2017 +0000
@@ -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 @@
 
 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 -r 432946908565 -r ab14934e3177 security/sqlmap/PLIST
--- a/security/sqlmap/PLIST     Thu Sep 14 11:35:36 2017 +0000
+++ b/security/sqlmap/PLIST     Thu Sep 14 12:43:54 2017 +0000
@@ -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/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/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 -r 432946908565 -r ab14934e3177 security/sqlmap/distinfo
--- a/security/sqlmap/distinfo  Thu Sep 14 11:35:36 2017 +0000
+++ b/security/sqlmap/distinfo  Thu Sep 14 12:43:54 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index