From nobody Mon Oct 21 12:53:25 2024
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XXFbn6LgVz5Z0gD
	for <python@mlmmj.nyi.freebsd.org>; Mon, 21 Oct 2024 12:53:25 +0000 (UTC)
	(envelope-from bugzilla-noreply@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 "R11" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4XXFbn2xW0z4Pcv
	for <python@FreeBSD.org>; Mon, 21 Oct 2024 12:53:25 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1729515205;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=N/IxezQlxFCrHZ1KNLEfImEXgjHq4xZAuju9U/l1v9I=;
	b=CY5LzKCG6j0VecIIuM6l/APttFdimWBhY4jc6vvcqNPT5DOj7fBVUhlyO0uczruQiB+7aF
	L7ehDXjo9IEs0gHla2y79J3hcJt34e0qz0l6Ib9hu+cnb6rqCEAoU4sYwcSaTM+d1z5n4n
	HzgRGdgRyGnrFLM+dsVlbdDzKJsRetRQh/Sgc95PI9m0zfgILvISrw80XCHofBuSn79xFB
	qa5kXAGS22ICoUkV93h+O/vVxFsAaf8vDDXURPPqq3bK7OA/eqpgTlkrYWNmn311S4Pn4x
	Bu0a3BRDNBVjDXeWpAem6A0yNlze88DKNV6P3/xgGIGL6bjVUlKEBwUdcprbyw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729515205; a=rsa-sha256; cv=none;
	b=Oz36WdRdlrNiQjDqxEdG34Do/1rBlrWFCrYSZv71v3nI51R7l39drFS6XC04PLyBWUXhys
	VqGeOeI+fS50/Tr3GMea1EvlAFaRUsCJEWEFP5GG3WnW5X0yQHWblLUb+6/uo2p33P0AaW
	Jifim9qaWFoEE13QSz9O9ezl0DPqzzgqdwJtb3VDD6EvCPxF6z+Q6io7b20HSwrsDXZYm0
	NWf+MVMTvPmUZeTi39SryKKii+fXH/68pIreBFqccP9nkUFiwkfNjTP1H6J5JzIdoSfSnH
	I/nvmWUtx7ytWLyskJ5qQ55vJ6lDbboRsuqvI2tP5BupT9ZU4TrcB1VFKqlApg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(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 did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4XXFbn2Mm0zXDk
	for <python@FreeBSD.org>; Mon, 21 Oct 2024 12:53:25 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 49LCrPmh091743
	for <python@FreeBSD.org>; Mon, 21 Oct 2024 12:53:25 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49LCrPII091742
	for python@FreeBSD.org; Mon, 21 Oct 2024 12:53:25 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 282154] devel/py-twisted: 24.7.0 breaks EPSV
Date: Mon, 21 Oct 2024 12:53:25 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-282154-21822-jxhWttYyga@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282154-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-282154-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
X-BeenThere: freebsd-python@freebsd.org
Sender: owner-freebsd-python@FreeBSD.org
MIME-Version: 1.0

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282154

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Ddf88800a03fbd5540d6862d1bbc2947c1=
abea2e0

commit df88800a03fbd5540d6862d1bbc2947c1abea2e0
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-10-17 08:17:10 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-10-21 12:51:36 +0000

    pf tests: disable epsv for the ftp proxy test

    The update to py-twisted 24.7.0 broke EPSV mode in twisted's ftp server.
    Work around this by disabling EPSV (and thus using PASV).

    PR:             282154
    MFC after:      1 week
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

    (cherry picked from commit 9cd6ab45a44607ea862c8bbb2ebaa8a7521178ff)

 tests/sys/netpfil/pf/proxy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=