Created attachment 272435 [details] patch-transmission-4.1.3 Minor bugfix release that fixes a potential CRSF security issue for users who enable remote access to Transmission. All components tested and build clean with poudriere in a 15-STABLE jail.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcf96a0bd8ebf47ff1672c78048caaf6ee3551c1 commit fcf96a0bd8ebf47ff1672c78048caaf6ee3551c1 Author: Rafe Sadler <mondo.debater_0q@icloud.com> AuthorDate: 2026-07-03 07:56:36 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-07-03 09:40:02 +0000 net-p2p/transmission{,-components}: Update 4.1.2 => 4.1.3 Minor bugfix release, fixes a potential CRSF security issue for users who enable remote access to Transmission. Changelog: https://github.com/transmission/transmission/releases/tag/4.1.3 PR: 296488 Approved by: osa, vvd (Mentors, implicit) MFH 2026Q2 net-p2p/transmission-components/Makefile | 2 +- net-p2p/transmission-components/distinfo | 6 +++--- net-p2p/transmission/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=96ae9f95b78f94d23c680e0f159f653f7a21ac7a commit 96ae9f95b78f94d23c680e0f159f653f7a21ac7a Author: Rafe Sadler <mondo.debater_0q@icloud.com> AuthorDate: 2026-07-03 07:56:36 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-07-03 09:41:55 +0000 net-p2p/transmission{,-components}: Update 4.1.2 => 4.1.3 Minor bugfix release, fixes a potential CRSF security issue for users who enable remote access to Transmission. Changelog: https://github.com/transmission/transmission/releases/tag/4.1.3 PR: 296488 Approved by: osa, vvd (Mentors, implicit) MFH 2026Q2 (cherry picked from commit fcf96a0bd8ebf47ff1672c78048caaf6ee3551c1) net-p2p/transmission-components/Makefile | 2 +- net-p2p/transmission-components/distinfo | 6 +++--- net-p2p/transmission/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Hi, Thank you for your submission. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-e983a3796b0f and it seems OK. Committed, thanks.