pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sqlmap



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Sep 14 12:43:54 UTC 2017

Modified Files:
        pkgsrc/security/sqlmap: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/sqlmap/PLIST \
    pkgsrc/security/sqlmap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/sqlmap/Makefile
diff -u pkgsrc/security/sqlmap/Makefile:1.3 pkgsrc/security/sqlmap/Makefile:1.4
--- pkgsrc/security/sqlmap/Makefile:1.3 Tue May  9 11:39:07 2017
+++ pkgsrc/security/sqlmap/Makefile     Thu Sep 14 12:43:54 2017
@@ -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/icmps
 
 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"

Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.2 pkgsrc/security/sqlmap/PLIST:1.3
--- pkgsrc/security/sqlmap/PLIST:1.2    Tue May  9 11:39:07 2017
+++ pkgsrc/security/sqlmap/PLIST        Thu Sep 14 12:43:54 2017
@@ -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
Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.2 pkgsrc/security/sqlmap/distinfo:1.3
--- pkgsrc/security/sqlmap/distinfo:1.2 Tue May  9 11:39:07 2017
+++ pkgsrc/security/sqlmap/distinfo     Thu Sep 14 12:43:54 2017
@@ -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