From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] igmpproxy: Update to version 0.4 Date: Thu, 05 Jan 2023 18:45:42 +0000 Message-ID: <F38331FC-3547-4818-A67C-77EDAADF0AA5@ipfire.org> In-Reply-To: <20230105182110.3725538-5-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7425269836959784719==" List-Id: <development.lists.ipfire.org> --===============7425269836959784719== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I am so surprised this is still maintained. Or should I say maintained again? -Michael > On 5 Jan 2023, at 18:21, Adolf Belka <adolf.belka(a)ipfire.org> wrote: >=20 > - Update from version 0.3 to 0.4 > - Update of rootfile not required > - Changelog > * Release version 0.4 > * Complement phyint whitelist with blacklist > Fixes: #54 > Implement new phyint configuration option (blacklist), which enables > blocking of specific traffic. > * Chroot and drop privileges after startup > With this PR: > - The apparent root directory can be changed after startup, thus denying > igmpproxy access to files and commands outside that environmental > directory tree. > - igmpproxy can drop root privileges after startup by changing id to > another user. > * Add travis apt repositories for Ubuntu Precise >=20 > Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> > --- > lfs/igmpproxy | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/igmpproxy b/lfs/igmpproxy > index 1bf4246a8..99a9a6741 100644 > --- a/lfs/igmpproxy > +++ b/lfs/igmpproxy > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> = # > +# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> = # > # = # > # 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 = # > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D Multicast router utilizing IGMP forwarding >=20 > -VER =3D 0.3 > +VER =3D 0.4 >=20 > THISAPP =3D igmpproxy-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D igmpproxy > -PAK_VER =3D 6 > +PAK_VER =3D 7 >=20 > DEPS =3D >=20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3= 658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561 > +$(DL_FILE)_BLAKE2 =3D 233af2fe35a0d661211d205fec89cce0a7dc91fe1530e940703e= 6d56eeb69f4490ca16d18787dbbaf7c0087dc2ebcb61d212778993af6fbb8acc7ba33429f7e0 >=20 > install : $(TARGET) >=20 > --=20 > 2.39.0 >=20 --===============7425269836959784719==--