From owner-svn-ports-head@freebsd.org Wed Apr 10 11:57:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B5E158023B; Wed, 10 Apr 2019 11:57:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA8D66D846; Wed, 10 Apr 2019 11:57:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B47902221D; Wed, 10 Apr 2019 11:57:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3ABv0B0076357; Wed, 10 Apr 2019 11:57:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3ABv0GE076355; Wed, 10 Apr 2019 11:57:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201904101157.x3ABv0GE076355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 Apr 2019 11:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498561 - in head/security/wapiti: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security/wapiti: . files X-SVN-Commit-Revision: 498561 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA8D66D846 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 11:57:02 -0000 Author: antoine Date: Wed Apr 10 11:56:59 2019 New Revision: 498561 URL: https://svnweb.freebsd.org/changeset/ports/498561 Log: Update to 3.0.1 Modified: head/security/wapiti/Makefile head/security/wapiti/distinfo head/security/wapiti/files/patch-setup.py Modified: head/security/wapiti/Makefile ============================================================================== --- head/security/wapiti/Makefile Wed Apr 10 11:55:00 2019 (r498560) +++ head/security/wapiti/Makefile Wed Apr 10 11:56:59 2019 (r498561) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= wapiti -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}3-${DISTVERSIONFULL} MAINTAINER= antoine@FreeBSD.org COMMENT= Wapiti is a vulnerability scanner for web applications @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ Modified: head/security/wapiti/distinfo ============================================================================== --- head/security/wapiti/distinfo Wed Apr 10 11:55:00 2019 (r498560) +++ head/security/wapiti/distinfo Wed Apr 10 11:56:59 2019 (r498561) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516688241 -SHA256 (wapiti-3.0.0.tar.gz) = 4238b336773b6cb1a36a5a2f2fa0bbe413a41e13fa6f5b109dbf6bbc897e4b46 -SIZE (wapiti-3.0.0.tar.gz) = 528312 +TIMESTAMP = 1554896146 +SHA256 (wapiti3-3.0.1.tar.gz) = bbb8c8f572afe77319734489a6ca0b211df4b87ad294db79b8bf0bda1c5aff29 +SIZE (wapiti3-3.0.1.tar.gz) = 530486 Modified: head/security/wapiti/files/patch-setup.py ============================================================================== --- head/security/wapiti/files/patch-setup.py Wed Apr 10 11:55:00 2019 (r498560) +++ head/security/wapiti/files/patch-setup.py Wed Apr 10 11:56:59 2019 (r498561) @@ -1,6 +1,6 @@ ---- setup.py.orig 2018-01-03 08:51:42 UTC +--- setup.py.orig 2018-05-11 13:42:27 UTC +++ setup.py -@@ -24,7 +24,7 @@ doc_and_conf_files = [ +@@ -23,7 +23,7 @@ doc_and_conf_files = [ ] ), (