From nobody Wed May 20 09:13:09 2026 X-Original-To: dev-commits-ports-main@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 4gL5Rn5XTxz6fSW1 for ; Wed, 20 May 2026 09:13:09 +0000 (UTC) (envelope-from git@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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gL5Rn3z0Yz3xGR for ; Wed, 20 May 2026 09:13:09 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779268389; 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=DfcO+tcHMqn61Kw4IqV+rUjbOFw0bE0IEP6/VKz05rE=; b=D1bB/wVmRFYn//WDNXTCrerP6se/d01qy9TvSpX5ScP+8QxEhS89j3LZ4mCmkbXx7J5bk6 WPlTTJuEKL3+WNyfZl+29FZTz8YL2utWpCs7xTNiWvBpg9Wdb8Sr9PAJmKjWxC6NzMbqyw 4owrl0hZhUWfjPiT0KJjGaJpi+TAb0DiJvbWxR0CLRzfACjwHA/R0VcOvloaG4wc/tC3/x ZKmnzs5vzyItMfZ6A4VUgf0i3kUEdbeygwFgo8l5WqEUdwhr0d1ecP4doK0jUAZQcyT/uc dpf/m33NrLnc71FjOu4+JRUESqYCUmIRipXniszRmY9dv6XXDlALJEf/PgNb0w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779268389; a=rsa-sha256; cv=none; b=FdheqPRiVGXRiXn/QNFj2qVadc8iMfeTn14cC/u2tmvRHUE4Va0yFqMZkyltO2lVqUsLe3 prsXFlAd6nJObNWV+u7wDXlYEHCu+MBiiIF4y0H5ZadAV82TdKy3kJFy/PTZXfPomvBKy0 FJAvKIT2hgODX6jGePmyT+Jku1Hy6GUwavosTjmEu+HNfe/YfTfsBAVdS/HkupaDuCs+eu ClwSJFtX9W1IUDxvniDJrYKTaXzMkFIH471EZ5BLxg8Gq7GlvpkL7C+kgdyR+55b8g3XeV sxQFsBW9IGi/4IdKToG1JTkFuAyzX7Tb2WHVgFH3tsycXW0mb70vzlE4zPYulQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779268389; 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=DfcO+tcHMqn61Kw4IqV+rUjbOFw0bE0IEP6/VKz05rE=; b=XxgIH0ctUYlDl6+PowkqKiep05u/nJOKEEVLO3Fs24XOMscUeCKDddL8abhqoLajrhUtf6 P+YjcraA6y6xwmCp/IaOhC5vvs94o21c+HdLKaKfBkL9iKgQsbvwB0cq86qYdcpAeWWkIG KYUfZa9p8Qb01nLrXB1ENdgWQA/K6PepV5pBffw/re08RrzJFWPyV8EJaWILAawA9pPVHX Bbk8lAka7PFQFSjiqxGT00Q8nZp89QQtu4AZNkoa2YDjdtQs9I5O+Ve5b20Gr1xr+yk/uv Z/SfsC6Ft12EohUDS9FH5sbn8OVrse4DrNYcItMUxKNaRtU5pHdlwSL//nU3IA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gL5Rn3WkyzvRF for ; Wed, 20 May 2026 09:13:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 45dff by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 20 May 2026 09:13:09 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: c75192eea378 - main - security/py-dfwinreg: update to 20260411 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c75192eea378adb507d036b5d6b8a510ca7170ed Auto-Submitted: auto-generated Date: Wed, 20 May 2026 09:13:09 +0000 Message-Id: <6a0d7b25.45dff.567d27f0@gitrepo.freebsd.org> The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c75192eea378adb507d036b5d6b8a510ca7170ed commit c75192eea378adb507d036b5d6b8a510ca7170ed Author: Antoine Brodin AuthorDate: 2026-05-20 09:11:53 +0000 Commit: Antoine Brodin CommitDate: 2026-05-20 09:11:53 +0000 security/py-dfwinreg: update to 20260411 --- security/py-dfwinreg/Makefile | 2 +- security/py-dfwinreg/distinfo | 6 +++--- security/py-dfwinreg/files/patch-pyproject.toml | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/security/py-dfwinreg/Makefile b/security/py-dfwinreg/Makefile index 440e7d516170..e7b1e183f52b 100644 --- a/security/py-dfwinreg/Makefile +++ b/security/py-dfwinreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= dfwinreg -PORTVERSION= 20240316 +PORTVERSION= 20260411 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/security/py-dfwinreg/distinfo b/security/py-dfwinreg/distinfo index 397ac1afde51..d41522eebb5b 100644 --- a/security/py-dfwinreg/distinfo +++ b/security/py-dfwinreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739799407 -SHA256 (dfwinreg-20240316.tar.gz) = 702445cf517a73a8471586f201739231a876cbf5d1f09bfc334824f86f0bd86d -SIZE (dfwinreg-20240316.tar.gz) = 15313509 +TIMESTAMP = 1779199229 +SHA256 (dfwinreg-20260411.tar.gz) = 13499abd7df8682d1a7929c4b1e632086f40b0547a1e93a4f8ded1b7551c936b +SIZE (dfwinreg-20260411.tar.gz) = 15356723 diff --git a/security/py-dfwinreg/files/patch-pyproject.toml b/security/py-dfwinreg/files/patch-pyproject.toml new file mode 100644 index 000000000000..4f5531224980 --- /dev/null +++ b/security/py-dfwinreg/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2026-04-11 08:47:47 UTC ++++ pyproject.toml +@@ -9,8 +9,7 @@ maintainers = [ + maintainers = [ + { name = "Log2Timeline maintainers", email = "log2timeline-maintainers@googlegroups.com" }, + ] +-license = "Apache-2.0" +-license-files = ["ACKNOWLEDGEMENTS", "AUTHORS", "LICENSE"] ++license = {text = "Apache-2.0"} + readme = "README.md" + classifiers = [ + "Development Status :: 3 - Alpha",