From nobody Tue Jul 04 23:20:31 2023 X-Original-To: ports@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 4Qwf0q0qN0z4ljvd for ; Tue, 4 Jul 2023 23:20:43 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [193.4.58.133]) (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 (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Qwf0m4tC4z3KN1 for ; Tue, 4 Jul 2023 23:20:40 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b="L+x7xog/"; spf=pass (mx1.freebsd.org: domain of einar@isnic.is designates 193.4.58.133 as permitted sender) smtp.mailfrom=einar@isnic.is; dmarc=pass (policy=quarantine) header.from=isnic.is Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id 9974A10844 for ; Tue, 4 Jul 2023 23:20:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1688512832; 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; bh=Am5ndnjujCv1Qx8YxC54i8LvH4QHIH5maMtx0j/JQGI=; b=L+x7xog/qjFfRjy8ThvPfNxbOBmPitj9HQkR0QosM4oVSJT0Amj4zRVPvKpj6cC25mnd2u D8mjLzvPElRMXseqYYId8i5zCsQtAYxwWuHliZT07pFWF4bdKBMXui2GcMW/Vt7DcblfXp 0nsPyDdFcwLJMkwX3X3rV+zeIphlYamZqrSC4W0DjJvKXS6wV34HF3fu2KGgyt1xlAoF4X zqFLCkZoiGr5YfZlPTPBcozQgnHJ6zA4Xq77rBHhNqgaXXNgxRxgUxM0LJwpuWgCSlDltt 6dKZ7iiW6f+HkK6jUoXl1y3c/JqjbOhDwaxjb0lbf+lU3HX3ZqDQ8M0n0T9Lyw== Received: from [IPV6:2001:67c:6c:f100::194] (unknown [IPv6:2001:67c:6c:f100::194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 8FC9223C99 for ; Tue, 4 Jul 2023 23:20:32 +0000 (UTC) Message-ID: <8bef0bd4-d09c-4f99-c5a8-a3a32394292d@isnic.is> Date: Tue, 4 Jul 2023 23:20:31 +0000 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US To: ports@freebsd.org From: =?UTF-8?Q?Einar_Bjarni_Halld=c3=b3rsson?= Subject: Update dependencies for mailman3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.97 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.995]; NEURAL_HAM_SHORT(-0.97)[-0.971]; DMARC_POLICY_ALLOW(-0.50)[isnic.is,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:193.4.58.0/23]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:1850, ipnet:193.4.58.0/23, country:IS]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[isnic.is:+]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Qwf0m4tC4z3KN1 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi, Today mailman3 stopped working, probably because of update of py-setuptools. Needed dependecies are not listed by mail/mailman3 and some are wrong. I've created two PR to fix the problem. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272375 - upgrade mail/py-authheaders to latest version and become maintainer https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272376 - Update dependencies for mail/mailman3. Update versions and add missing dependencies I've built all packages with these changes in poudriere and I'm running with them now. I'd appreciate if a committer could take a look and get these committed since the port is broken as-is. .einar