Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1547784E92 for ; Mon, 9 Oct 2023 10:34:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id B8U-wOCr2jlY for ; Mon, 9 Oct 2023 10:34:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A68784D21 for ; Mon, 9 Oct 2023 10:34:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 841D0FADC; Mon, 9 Oct 2023 10:34:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16968476688910" MIME-Version: 1.0 Date: Mon, 9 Oct 2023 10:34:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/sqlmap To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231009103428.841D0FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16968476688910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 9 10:34:28 UTC 2023 Modified Files: pkgsrc/security/sqlmap: Makefile distinfo Log Message: sqlmap: updated to 1.7.10 1.7.10 Fixes "Redirect should stay in domain scope in -batch mode" To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/sqlmap/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/sqlmap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16968476688910 Content-Disposition: inline Content-Length: 1511 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/sqlmap/Makefile diff -u pkgsrc/security/sqlmap/Makefile:1.36 pkgsrc/security/sqlmap/Makefile:1.37 --- pkgsrc/security/sqlmap/Makefile:1.36 Sun Oct 1 16:59:37 2023 +++ pkgsrc/security/sqlmap/Makefile Mon Oct 9 10:34:28 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/10/01 16:59:37 adam Exp $ +# $NetBSD: Makefile,v 1.37 2023/10/09 10:34:28 adam Exp $ -DISTNAME= sqlmap-1.7.9 +DISTNAME= sqlmap-1.7.10 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/} Index: pkgsrc/security/sqlmap/distinfo diff -u pkgsrc/security/sqlmap/distinfo:1.22 pkgsrc/security/sqlmap/distinfo:1.23 --- pkgsrc/security/sqlmap/distinfo:1.22 Sun Oct 1 16:59:37 2023 +++ pkgsrc/security/sqlmap/distinfo Mon Oct 9 10:34:28 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/10/01 16:59:37 adam Exp $ +$NetBSD: distinfo,v 1.23 2023/10/09 10:34:28 adam Exp $ -BLAKE2s (sqlmap-1.7.9.tar.gz) = e65727a34235103d548e0b573e890c8633dd15987fa7c7b8f3a2da4f812e9d18 -SHA512 (sqlmap-1.7.9.tar.gz) = e8e2c7213aa785ed4dd8e8f63b0d87046fd27065a3111936a07a8fe34a37d5079dba7c9f812197421e2951c39c19a93666f5774a54157c4b195a82d2f2144884 -Size (sqlmap-1.7.9.tar.gz) = 7206069 bytes +BLAKE2s (sqlmap-1.7.10.tar.gz) = a42b24de205582cae4ae63e520e8bde28c7387e5b3757c5b51afd38ad0f5b29f +SHA512 (sqlmap-1.7.10.tar.gz) = e34dbcf80063407b77a702a9a19d8616550ec29a6062aabaf9c75a099498ab0321ed1755e10492fe1c45bf9845b7d69b8f1767e72dc741d948cf49ee9af2dba6 +Size (sqlmap-1.7.10.tar.gz) = 7206255 bytes --_----------=_16968476688910--