Where to find older versions of packages?

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700

DeltaEntropy

Dabbler
Joined
Mar 27, 2022
Messages
13
Not quite as simple as untaring those binaries as they need to be compiled (make && make install), which led me down the a path to get the result I wanted.

So thank you heaps for that!

For anyone interested.

Start with a fresh jail of release 12.x (12.4 at the time of writing this). Then set the pkg repo to "release_3", I go into more detail about how to do that here.

Then follow the "INSTALL" file directions found in the root of the tar file mentioned above.

Install all the dependencies, I found I had to install all qt5 packages + openssl + and pkgconf = pkg-config. Then cd to the untar'd directory and follow that with:

Code:
./configure --disable-gui
make && make install
qbittorrent


Once this is done copy '/usr/local/bin/qbittorrent-nox' file to the same location in your 4.3.8 jail (you'll also need to install openssl, my hunch is that the pkg version of qbittorrent-nox has openssl compiled inside it).

Anyway, many gigabytes of packages installed just to get a ~7mb file.
 
Top