From owner-svn-ports-all@freebsd.org Wed Sep 30 01:25:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 725A13F75B0; Wed, 30 Sep 2020 01:25:29 +0000 (UTC) (envelope-from bofh@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4C1JV127Pxz4WRw; Wed, 30 Sep 2020 01:25:29 +0000 (UTC) (envelope-from bofh@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 2765C18027; Wed, 30 Sep 2020 01:25:29 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08U1PTL4063619; Wed, 30 Sep 2020 01:25:29 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08U1PSCZ063617; Wed, 30 Sep 2020 01:25:28 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202009300125.08U1PSCZ063617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 30 Sep 2020 01:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550635 - in head/net/scapy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/net/scapy: . files X-SVN-Commit-Revision: 550635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 01:25:29 -0000 Author: bofh Date: Wed Sep 30 01:25:28 2020 New Revision: 550635 URL: https://svnweb.freebsd.org/changeset/ports/550635 Log: net/scapy: Update version 2.4.3=>2.4.4 Relnotes: https://github.com/secdev/scapy/releases Deleted: head/net/scapy/files/ Modified: head/net/scapy/Makefile head/net/scapy/distinfo Modified: head/net/scapy/Makefile ============================================================================== --- head/net/scapy/Makefile Wed Sep 30 00:51:53 2020 (r550634) +++ head/net/scapy/Makefile Wed Sep 30 01:25:28 2020 (r550635) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scapy -PORTVERSION= 2.4.3 -PORTREVISION= 3 +PORTVERSION= 2.4.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} USE_PYTHON= autoplist concurrent distutils Modified: head/net/scapy/distinfo ============================================================================== --- head/net/scapy/distinfo Wed Sep 30 00:51:53 2020 (r550634) +++ head/net/scapy/distinfo Wed Sep 30 01:25:28 2020 (r550635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568196750 -SHA256 (scapy-2.4.3.tar.gz) = e2f8d11f6a941c14a789ae8b236b27bd634681f1b29b5e893861e284d234f6b0 -SIZE (scapy-2.4.3.tar.gz) = 905334 +TIMESTAMP = 1599950267 +SHA256 (scapy-2.4.4.tar.gz) = ecfd7a14cd9c3ef0eb08d28d5bb71d97219edff1454ccbdff229f676b27900ee +SIZE (scapy-2.4.4.tar.gz) = 1039342