From a349ab952dfc2559c175ec73e4e1d189d2bbf080 Mon Sep 17 00:00:00 2001 From: bket Date: Fri, 23 Jan 2026 08:39:51 +0000 Subject: [PATCH] Update mcast-proxy to HEAD - Router Alert added to MLD and IGMP queries - IGMP checksum fix and added bounds checks - MLDv1 queries aligned with RFC 2710 (reference added) - MLD upstream filtering aligned with IGMP; fixes for MLD unregistration and IPv6 address tracking - Safety/cleanup: socket validity checks, default IGMP switch case, restricted file-local visibility, moved local prototypes Tested by Joel Knight. OK Paul de Weerd (MAINTAINER) --- net/mcast-proxy/Makefile | 5 ++--- net/mcast-proxy/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/mcast-proxy/Makefile b/net/mcast-proxy/Makefile index c7107d3b262..b4043227cd5 100644 --- a/net/mcast-proxy/Makefile +++ b/net/mcast-proxy/Makefile @@ -1,8 +1,7 @@ COMMENT = multicast proxy daemon -DIST_TUPLE = github bket mcast-proxy 063e083d4867011fcfadc2f92f53302c4202049b / -DISTNAME = mcast-proxy-1.0.20240320 -REVISION = 0 +DIST_TUPLE = github bket mcast-proxy 824c8765f2125700630c3781890481dc05b8d963 / +DISTNAME = mcast-proxy-1.0.20260103 CATEGORIES = net diff --git a/net/mcast-proxy/distinfo b/net/mcast-proxy/distinfo index 12e2cbe81c3..8497d9ea418 100644 --- a/net/mcast-proxy/distinfo +++ b/net/mcast-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (bket-mcast-proxy-063e083d4867011fcfadc2f92f53302c4202049b.tar.gz) = GbCygP/Yx6bg5m6lKzZGFTgXOFj1AUoNZvM+rbzicj8= -SIZE (bket-mcast-proxy-063e083d4867011fcfadc2f92f53302c4202049b.tar.gz) = 28492 +SHA256 (bket-mcast-proxy-824c8765f2125700630c3781890481dc05b8d963.tar.gz) = /iuiXJ/j0tIO07qpT/CgDyu+TeyfICdl1V4sQngVQOY= +SIZE (bket-mcast-proxy-824c8765f2125700630c3781890481dc05b8d963.tar.gz) = 29186