From: Daniel Golle Date: Tue, 18 Aug 2026 00:10:34 +0000 (+0100) Subject: transmission: rebuild against the versioned libdht X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7b12d68dd352028f8d3c5f09ba159322de74aaeb;p=openwrt-packages.git transmission: rebuild against the versioned libdht libdht now installs libdht.so.0 with a soname and an ABI_VERSION, so the package it depends on is libdht0 rather than libdht. Bump PKG_RELEASE to force the rebuild that picks that up. No other change is needed: DHT_LIBRARY still points at the libdht.so development symlink, and the resulting binary records the soname, so transmission-daemon links libdht.so.0 and depends on libdht0. Signed-off-by: Daniel Golle --- diff --git a/net/transmission/Makefile b/net/transmission/Makefile index a2e17a992..df5ebd3ef 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission PKG_VERSION:=4.1.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/