From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] igmpproxy: Update to version 0.3 Date: Wed, 04 Aug 2021 16:24:35 +0200 Message-ID: In-Reply-To: <20210731190545.2899354-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4469429791153397603==" List-Id: --===============4469429791153397603== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I cannot find this any more, but I thought I read that newer versions of igmp= proxy are no longer compatible with some streaming services because they remo= ved support for older versions of IGMP. Do I remember this correctly? Is anybody able to test this? I am not sure if = this is working at all. Best, -Michael > On 31 Jul 2021, at 21:05, Adolf Belka wrote: >=20 > - Update from 0.2.1 to 0.3 > - Update of rootfile not required > - Changelog > 2021-01-04 18:40:01 +0100 Pali Roh=C3=A1r > * Release version 0.3 > 2020-09-05 13:52:50 +0200 Pali Roh=C3=A1r > * Remove duplicate code in mcgroup.c file > Existing functionality is provided by k_join and k_leave function= s. > 2020-09-05 13:07:38 +0200 Pali Roh=C3=A1r > * Fix initialization and deinitialization of mrouter socket > Ensure that uninitialized socket is invalid (-1) and not stdin (0= ). > 2020-09-05 13:07:00 +0200 Pali Roh=C3=A1r > * Use main mrouter socket also for sending join/leave messages to upstream= router > There is no need to open additional UDP socket which is used just= for calling > IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP setsockopt. Main mrouter socket i= s can > be used for these operations too. > 2020-05-20 09:59:11 +0200 Uglymotha > * Free BSD Compilation Patch > On FreeBSD compilation failed due to missing includes in os-freeb= sd.h. > This was causing errors about undefined structs and types in mis= sing includes. > Also defines __BSD_VISIBLE due to FreeBSD not providing u_int, u= _long etc > in a default _POSIX_C_SOURCE environment. > Fixes: https://github.com/pali/igmpproxy/issues/68 > 2020-05-08 22:54:06 +0200 Pali Roh=C3=A1r > * Remove MAX_MC_VIFS macro > Its value is same as MAXVIFS, so use MAXVIFS instead. > 2020-03-06 11:51:21 +0100 Pali Roh=C3=A1r > * Improve downstream host tracking for quickleave mode > Use bit based per multicast route hash table for tracking downstr= eam hosts. > For hasing function is used 32bit MurmurHash3 with pseudorandom seed and > size of hash table can be configured via a new "hashtablesize" token in > config file. Default size of hash table is 32 bytes, so it can store > approximatelly 128 hosts which is half of /24 subnet. For home networks > this should be sane default value. > Fixes: https://github.com/pali/igmpproxy/pull/57 > 2020-02-26 20:27:08 +0100 Pali Roh=C3=A1r > * Show error message when IP_ADD_MEMBERSHIP fails with errno ENOBUFS > Also on Linux show hint how to increase maximum number of multicast gro= ups. > Fixes: https://github.com/pali/igmpproxy/issues/30 > 2020-02-25 23:46:57 +0100 Pali Roh=C3=A1r > * Fix gcc-7 and clang-9 on Travis > 2020-02-25 23:24:26 +0100 Pali Roh=C3=A1r > * Update Travis config file > 2019-06-26 17:42:15 +0200 Pali Roh=C3=A1r > * Use AS_IF macro for C99 check in configure.ac > 2018-09-30 00:28:05 +0200 Pali Roh=C3=A1r > * Fix makefile rules for generating AUTHORS and ChangeLog files > 2018-02-13 20:17:30 +0100 Pali Roh=C3=A1r >=20 > Signed-off-by: Adolf Belka > --- > lfs/igmpproxy | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/igmpproxy b/lfs/igmpproxy > index c32d519b9..bd6407bdc 100644 > --- a/lfs/igmpproxy > +++ b/lfs/igmpproxy > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.2.1 > +VER =3D 0.3 >=20 > THISAPP =3D igmpproxy-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D igmpproxy > -PAK_VER =3D 5 > +PAK_VER =3D 6 >=20 > DEPS =3D >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 3a9c2cb42c1f5ee0cb769a4884545641 > +$(DL_FILE)_MD5 =3D 5565874d9631103109a72452cecb5ce7 >=20 > install : $(TARGET) >=20 > --=20 > 2.32.0 >=20 --===============4469429791153397603==--