-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downgrade or Pin transmission to 4.0.5 #6410
Comments
These steps are documented in our wiki: And you can edit the INFO file after downgrade again to |
@sethrosenblum but Version 4.0.5 has another issue open #5999 The first issue you mentioned above provides a patch (file announcer-http.cc) |
I won't speak to the wisdom of having a SynoCommunity-specific version of Transmission floating out there. But, I will say that the tracker I was having trouble with uses client whitelists and blacklists to ban misbehaving clients. I presume many others do this as well. So, even if you fix the issue in transmission, you'd have to use a new version number to make this work for most users. And I can imagine a lot of unintended consequences there. |
@sethrosenblum you must see the full story: If we must pin transmission to a specific version now, we would pin to v4.0.4. I guess we will not pin the package to any former version and you have to manually downgrade to what ever version you want and wait for the next release of transmission (either 4.0.7 or 4.1.0). |
@sethrosenblum, a new beta version of Transmission v4.1.0 has been released. I’ve created a test build at https://github.com/SynoCommunity/spksrc/actions/runs/12930511900. If you’re interested, you can install the build and provide feedback. |
Is this a new Bug?
Package Name
transmission
Package Version
4.0.6
Device Model
DS918+
Device Architecture
x86_64
Firmware Version
DSM 7.1.1-42962 Update 7
What happened?
Issue
There's a problem with Transmission 4.0.6 that has caused that version to be banned by lots of different trackers, making it kind of useless for Synology users: transmission/transmission#7078
The issue has been fixed in version 4.1.0, but that version is still in beta, and there doesn't seem to be any urgency to put out a 4.0.7 bugfix that this community could get out quickly: transmission/transmission#7086
It would be nice if SynoCommunity could pin Transmission to version 4.0.5-26 for now to fix the headache this causes for users, but really I opened this ticket so I could publish my workaround for downgrading, as there aren't clear steps in one place out there:
Workaround
cp /var/packages/transmission/INFO transmission-INFO.bak
sudo vi /var/packages/transmission/INFO
(this is from https://github.com/SynoCommunity/spksrc/wiki/Frequently-Asked-Questions#downgrade-a-package-without-uninstalling-advanced)version="4.0.6-27"
to readversion="4.0.4"
Reproduction steps
...
Install Log
Service Log
Other Logs
The text was updated successfully, but these errors were encountered: