From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] transmission: revert version back to 4.0.5 Date: Thu, 02 Jan 2025 16:43:40 +0000 Message-ID: <222E7AED-2509-413A-BD18-25DC3F61867F@ipfire.org> In-Reply-To: <20250102162926.3561377-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6265586821025777140==" List-Id: --===============6265586821025777140== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer This looks perfect to me. > On 2 Jan 2025, at 16:29, Adolf Belka wrote: >=20 > - Revert back from 4.0.6 to 4.0.5 due to a bug in 4.0.6 that has resulted i= n a variety > of torrent mirrors banning transmission-4.0.6 > - The update from 4.0.5 to 4.0.6 did not have any security fixes in it so t= here is no > issue in moving backward to 4.0.5 > - A fix has been created but it is unclear when (and if) version 4.0.7 will= be released. > The fix has also been included in version 4.1.0 but this is still in beta= development > form. > - Version 4.0.6 required minupnpc for building and run time. This reversion= is also > removing miniupnpc in an associated patch in this patch set. > - No change required in the rootfile. >=20 > Signed-off-by: Adolf Belka > --- > lfs/transmission | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/transmission b/lfs/transmission > index 49e024a13..c95c8b373 100644 > --- a/lfs/transmission > +++ b/lfs/transmission > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D A BitTorrent client with multiple UIs >=20 > -VER =3D 4.0.6 > +VER =3D 4.0.5 >=20 > THISAPP =3D transmission-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D transmission > -PAK_VER =3D 24 > +PAK_VER =3D 25 >=20 > -DEPS =3D miniupnpc > +DEPS =3D >=20 > SERVICES =3D transmission >=20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 3eb1d851322299cb1b79c799f431c09db5aee1be0372fa2877e1= 6508ca6f9e78ea42ed75520ab29a3325e62efcfca63a83559db73c39c981c9e2eddb403ef65a > +$(DL_FILE)_BLAKE2 =3D 60caa3bc615137b225d3ac3f25daa352c6960fcc848c91e5ea45= 488ae109d93b53e314e4683bd7c4ef3f9b2f364d796b6c5bb014ca647d3f44fb5c9df9f8c997 >=20 > install : $(TARGET) >=20 > @@ -81,7 +81,6 @@ $(subst %,%_BLAKE2,$(objects)) : > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/transmission-4.0.6-= fix_for_miniupnpc-2.2.8.patch > cd $(DIR_APP) && cmake . \ > -DCMAKE_INSTALL_PREFIX=3D/usr \ > -DCMAKE_BUILD_TYPE=3DRelease \ > --=20 > 2.47.1 >=20 --===============6265586821025777140==--