From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] mdns-repeater: Update to version 1.11 Date: Sat, 11 Nov 2023 11:58:46 +0100 Message-ID: <20231111105850.717840-4-adolf.belka@ipfire.org> In-Reply-To: <20231111105850.717840-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6682913405857234660==" List-Id: --===============6682913405857234660== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.10 to 1.11 - Update of rootfile not required - Previous versions of this package used to be on bitbucket but that link no = longer exists. The new git repo https://github.com/geekman/mdns-repeater was started by s= omeone else as a fork but the original developer then moved to it. However all the histor= y was not moved to the new repo so that repo starts now with version 1.11. It is being wor= ked on as the last commit was Aug 2023 however version 1.11 was released in 2016. There = are 11 commits between version 1.11 and present time. - Changelog 1.11 Blacklist feature added (16 blacklisted subnets allowed). Socket limit increased to 16 sockets, moved to #define. The first is most interesting. Say you have two networks bound together with site-to-site tunnels, repeating mDNS over the tunnel... And there are Chromecasts, or Apple TV's at both ends. Even if you had firewall rules to block traffic, the devices would still show up (albeit be defective) on the opposite network. The new blacklist flag allows you to filter such devices out by specifying their subnet (or individual addresses, although having such "private" devices on their own subnet might be a good idea). Signed-off-by: Adolf Belka --- lfs/mdns-repeater | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/mdns-repeater b/lfs/mdns-repeater index bcd393f9c..615008f56 100644 --- a/lfs/mdns-repeater +++ b/lfs/mdns-repeater @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 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 = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A mDNS repeater =20 -VER =3D 1.10 +VER =3D 1.11 =20 THISAPP =3D mdns-repeater-$(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 mdns-repeater -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 7fb9278808deff0f62ce1e0ada3e1c367fafa0e27b12714b6df4fe= 25f2d2eefb6401390fdd74bf5ee98e361b969c7422a01053cf3181993a99ad05ae1605d795 +$(DL_FILE)_BLAKE2 =3D 88e6b68635be152c2fcd7eb0e5be038d694bae590edde283dec83b= 896c2380d83cc84d5e4cfb02b6ae957d75dd7525975e31c418d05f5732b5f41382fb130c31 =20 install : $(TARGET) =20 --=20 2.42.1 --===============6682913405857234660==--