libdht: give the shared library a soname; rebuild transmission - #30266
OpenWrt Makefiles: Passed
The changed package files follow the OpenWrt packaging guidelines.
Details
Checking PR #30266: libdht: give the shared library a soname; rebuild transmission (Makefile Audit)
Commit e83d62f - libdht: give the shared library a soname:
✅ Makefile does not assign per-package variables at the top level
✅ Makefile contains valid assignment operators and no spaces after ':='
✅ Makefile blocks contain valid indentation (spaces for metadata/description, tabs for build/install recipes)
✅ No feed package forces its own inclusion into buildbot default images via DEFAULT+BUILDBOT
✅ Makefile does not reuse PKG_NAME in call, define, or eval lines
✅ File additions contain clean UNIX (LF) line termination
✅ All modified files contain a trailing newline
Commit 7bd3e9f - transmission: rebuild against the versioned libdht:
✅ Makefile does not assign per-package variables at the top level
✅ Makefile contains valid assignment operators and no spaces after ':='
✅ No feed package forces its own inclusion into buildbot default images via DEFAULT+BUILDBOT
✅ Makefile does not reuse PKG_NAME in call, define, or eval lines
✅ File additions contain clean UNIX (LF) line termination
✅ All modified files contain a trailing newline
Package Release Audit:
✅ Package libs/libdht version unchanged, but PKG_RELEASE bumped from '2' to '3'
✅ Package net/transmission version unchanged, but PKG_RELEASE bumped from '1' to '2'