]> git.99rst.org Git - openwrt-packages.git/commitdiff
transmission: update to version 4.1.3
authorRichard Muzik <redacted>
Tue, 30 Jun 2026 09:17:01 +0000 (11:17 +0200)
committerHannu Nyman <redacted>
Fri, 31 Jul 2026 09:52:18 +0000 (12:52 +0300)
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 <redacted>
net/transmission/Makefile

index 9604c9ca290cf55ef378090feb48351412fea6a5..a2e17a992cec875308c3b67323db6162ed2f4856 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=GPL-2.0-or-later
git clone https://git.99rst.org/PROJECT