From: Richard Muzik Date: Tue, 30 Jun 2026 09:17:01 +0000 (+0200) Subject: transmission: update to version 4.1.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=66b8c2c9488cc8cf53dd370621acdfc830170cc5;p=openwrt-packages.git transmission: update to version 4.1.3 This is Transmission 4.1.3, a bugfix release. It fixes a potential CRSF security issue for users who enable remote access to Transmission. Users are encouraged to upgrade to this version. Release notes: https://github.com/transmission/transmission/releases/tag/4.1.3 Signed-off-by: Richard Muzik --- diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 9604c9ca2..a2e17a992 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission -PKG_VERSION:=4.1.2 +PKG_VERSION:=4.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/ -PKG_HASH:=4c6070bdfae264a629cb2b0f1eaf567cb9c6208f9218aa446c0aee883eb0f1fc +PKG_HASH:=ce7d2d8b101f7eb54bc3cf0bc55f52f7ebd4a25fa48e00bdca9a7e0fc02617da PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later