Received: by mail.netbsd.org (Postfix, from userid 605) id E0DA784ED6; Sat, 23 Jul 2022 15:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 263A084ED2 for ; Sat, 23 Jul 2022 15:19:39 +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 pSXheyuu3buL for ; Sat, 23 Jul 2022 15:19:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 95A5984CEC for ; Sat, 23 Jul 2022 15:19:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D4D3FB1A; Sat, 23 Jul 2022 15:19:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658589578115980" MIME-Version: 1.0 Date: Sat, 23 Jul 2022 15:19:38 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/security/snallygaster To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220723151938.8D4D3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658589578115980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jul 23 15:19:38 UTC 2022 Modified Files: pkgsrc/security/snallygaster: Makefile distinfo Log Message: snallygaster: Update to 0.0.12 Changes: 0.0.12 ------ Adds one more exception that the HTML parser could raise. 0.0.11 ------ Add desktop.ini tests. Add symfony debugging on 404 pages. Support php-cs-fixer v3 cache file format. Add apache server-info check. 0.0.10 ------ New test for thumbs.db (Windows metadata). New test for Wordpress duplicator installer files and directory listings. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/snallygaster/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/snallygaster/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658589578115980 Content-Disposition: inline Content-Length: 1632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/snallygaster/Makefile diff -u pkgsrc/security/snallygaster/Makefile:1.7 pkgsrc/security/snallygaster/Makefile:1.8 --- pkgsrc/security/snallygaster/Makefile:1.7 Thu Jun 30 11:18:48 2022 +++ pkgsrc/security/snallygaster/Makefile Sat Jul 23 15:19:38 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/06/30 11:18:48 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/23 15:19:38 leot Exp $ -DISTNAME= snallygaster-0.0.9 -PKGREVISION= 3 +DISTNAME= snallygaster-0.0.12 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=s/snallygaster/} Index: pkgsrc/security/snallygaster/distinfo diff -u pkgsrc/security/snallygaster/distinfo:1.6 pkgsrc/security/snallygaster/distinfo:1.7 --- pkgsrc/security/snallygaster/distinfo:1.6 Tue Oct 26 11:18:01 2021 +++ pkgsrc/security/snallygaster/distinfo Sat Jul 23 15:19:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:18:01 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/07/23 15:19:38 leot Exp $ -BLAKE2s (snallygaster-0.0.9.tar.gz) = 3fe0f15e774af1b653771fb7877f814f6a43b6dde21c66a7ed70fdd596fb8de0 -SHA512 (snallygaster-0.0.9.tar.gz) = e7de6d97576f1651e0a6882c4d2766efe82b8656f53a6c30a5e36eeadbaa4fdc2b79dc370a1106a0bbd916d45d1c92169dcfb5d7c75e89946b371bc80098366c -Size (snallygaster-0.0.9.tar.gz) = 24055 bytes +BLAKE2s (snallygaster-0.0.12.tar.gz) = f917f3fb1dd70a87df2230f07f7cffa0a4b3af1ce88876a63565793ef060dc31 +SHA512 (snallygaster-0.0.12.tar.gz) = 507b5bbaa8a013bbbb18b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48 +Size (snallygaster-0.0.12.tar.gz) = 25234 bytes --_----------=_1658589578115980--