From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] python3-msgpack: Add comment about version link with borgbackup Date: Sat, 21 Jan 2023 19:03:31 +0100 Message-ID: <20230121180332.3142785-2-adolf.belka@ipfire.org> In-Reply-To: <20230121180332.3142785-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2695059228815153704==" List-Id: --===============2695059228815153704== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Comment added to remind, when doing version update, that borgbackup only wo= rks with certain versions at any one time. Signed-off-by: Adolf Belka --- lfs/python3-msgpack | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/python3-msgpack b/lfs/python3-msgpack index c561e8519..5bb333a53 100644 --- a/lfs/python3-msgpack +++ b/lfs/python3-msgpack @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -33,9 +33,10 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D python3-msgpack -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D +# borgbackup only works with specific versions of python3-msgpack - check wh= en updating =20 SERVICES =3D =20 --=20 2.39.0 --===============2695059228815153704==--