Hi,

this is the diff to update sqlmap to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile	14 Sep 2017 20:01:46 -0000	1.8
+++ Makefile	31 Oct 2017 06:21:50 -0000
@@ -4,7 +4,7 @@ COMMENT =		penetration testing tool to d
 
 GH_ACCOUNT =		sqlmapproject
 GH_PROJECT =		sqlmap
-GH_TAGNAME =		1.1.9
+GH_TAGNAME =		1.1.10
 
 CATEGORIES =		security
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo	14 Sep 2017 20:01:46 -0000	1.6
+++ distinfo	31 Oct 2017 06:21:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.1.9.tar.gz) = MYx9SlVE7xR5E/HEp8Tl4MT1PIyOfRN6dq/NoXGs/90=
-SIZE (sqlmap-1.1.9.tar.gz) = 7405154
+SHA256 (sqlmap-1.1.10.tar.gz) = 4tzF2TmwgvvI8yxM7vjD438shqQOVpt800ydlKceaiE=
+SIZE (sqlmap-1.1.10.tar.gz) = 7408226
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/sqlmap/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST	23 Aug 2017 14:29:13 -0000	1.6
+++ pkg/PLIST	31 Oct 2017 06:21:50 -0000
@@ -574,6 +574,8 @@ share/sqlmap/tamper/ifnull2ifisnull.py
 share/sqlmap/tamper/ifnull2ifisnull.pyc
 share/sqlmap/tamper/informationschemacomment.py
 share/sqlmap/tamper/informationschemacomment.pyc
+share/sqlmap/tamper/least.py
+share/sqlmap/tamper/least.pyc
 share/sqlmap/tamper/lowercase.py
 share/sqlmap/tamper/lowercase.pyc
 share/sqlmap/tamper/modsecurityversioned.py
@@ -947,6 +949,8 @@ share/sqlmap/waf/kona.py
 share/sqlmap/waf/kona.pyc
 share/sqlmap/waf/modsecurity.py
 share/sqlmap/waf/modsecurity.pyc
+share/sqlmap/waf/naxsi.py
+share/sqlmap/waf/naxsi.pyc
 share/sqlmap/waf/netcontinuum.py
 share/sqlmap/waf/netcontinuum.pyc
 share/sqlmap/waf/netscaler.py
@@ -1007,14 +1011,14 @@ share/sqlmap/waf/yunsuo.py
 share/sqlmap/waf/yunsuo.pyc
 share/sqlmap/xml/
 share/sqlmap/xml/banner/
-share/sqlmap/xml/banner/cookie.xml
 share/sqlmap/xml/banner/generic.xml
 share/sqlmap/xml/banner/mssql.xml
 share/sqlmap/xml/banner/mysql.xml
 share/sqlmap/xml/banner/oracle.xml
 share/sqlmap/xml/banner/postgresql.xml
 share/sqlmap/xml/banner/server.xml
-share/sqlmap/xml/banner/servlet.xml
+share/sqlmap/xml/banner/servlet-engine.xml
+share/sqlmap/xml/banner/set-cookie.xml
 share/sqlmap/xml/banner/sharepoint.xml
 share/sqlmap/xml/banner/x-aspnet-version.xml
 share/sqlmap/xml/banner/x-powered-by.xml

Reply via email to