From patchwork Sat Jul 31 19:05:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4582 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GcYdn4KNhz3xGN for ; Sat, 31 Jul 2021 19:06:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GcYdT6RP7z170; Sat, 31 Jul 2021 19:06:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GcYdT5rjxz2y4S; Sat, 31 Jul 2021 19:06:05 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GcYdS6kYpz2xb4 for ; Sat, 31 Jul 2021 19:06:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GcYd95W3Tz170; Sat, 31 Jul 2021 19:05:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1627758349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lngivNChtWrXtFcLEIni8eGbvN6PjCDOsR/n7Qj3RkE=; b=nZL1bVNHJcmQmSlpbLPbkWGlFApEWsWX99vrPY1QyUqf/sKs6ob8/D3JsFuuoBJczb5AzP cRlKM0Ng2S25bqDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1627758349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lngivNChtWrXtFcLEIni8eGbvN6PjCDOsR/n7Qj3RkE=; b=A0nX4DF5bxlccFLmfjRANIpVr8ZfyrBIQHwCvk4OqflQN+c8Rr73z7OsRlKvLv9e9g/wIP ZIOAld3Y/yMqf31nnyFevzkld217mUakWa0MIPHdW+zLsObC6cznt3xl/qxo1+9zHxUtMf uWeBLfQTize6ygjBsQmTOadhEHocFjkapqSxvBYkA0vyXNTOcmhctZIsft5FV21DcPQkTg H+5p2W+rZdHrakjMAWyyIepIoKSxD647OelpT+bR1Q3IgA1KojTiNFi2dNA8ppOq67wTy9 Ckvs1DtmSm1x4KZJaXcalL58zsSA8zqoY9lbr/1NC6u/iE5gQHmR415ykkjg9g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] igmpproxy: Update to version 0.3 Date: Sat, 31 Jul 2021 21:05:45 +0200 Message-Id: <20210731190545.2899354-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 0.2.1 to 0.3 - Update of rootfile not required - Changelog 2021-01-04 18:40:01 +0100 Pali Rohár * Release version 0.3 2020-09-05 13:52:50 +0200 Pali Rohár * Remove duplicate code in mcgroup.c file Existing functionality is provided by k_join and k_leave functions. 2020-09-05 13:07:38 +0200 Pali Rohár * 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ár * 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 is 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-freebsd.h. This was causing errors about undefined structs and types in missing 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ár * Remove MAX_MC_VIFS macro Its value is same as MAXVIFS, so use MAXVIFS instead. 2020-03-06 11:51:21 +0100 Pali Rohár * Improve downstream host tracking for quickleave mode Use bit based per multicast route hash table for tracking downstream 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ár * Show error message when IP_ADD_MEMBERSHIP fails with errno ENOBUFS Also on Linux show hint how to increase maximum number of multicast groups. Fixes: https://github.com/pali/igmpproxy/issues/30 2020-02-25 23:46:57 +0100 Pali Rohár * Fix gcc-7 and clang-9 on Travis 2020-02-25 23:24:26 +0100 Pali Rohár * Update Travis config file 2019-06-26 17:42:15 +0200 Pali Rohár * Use AS_IF macro for C99 check in configure.ac 2018-09-30 00:28:05 +0200 Pali Rohár * Fix makefile rules for generating AUTHORS and ChangeLog files 2018-02-13 20:17:30 +0100 Pali Rohár Signed-off-by: Adolf Belka --- lfs/igmpproxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/igmpproxy b/lfs/igmpproxy index c32d519b9..bd6407bdc 100644 --- a/lfs/igmpproxy +++ b/lfs/igmpproxy @@ -24,7 +24,7 @@ include Config -VER = 0.2.1 +VER = 0.3 THISAPP = igmpproxy-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = igmpproxy -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3a9c2cb42c1f5ee0cb769a4884545641 +$(DL_FILE)_MD5 = 5565874d9631103109a72452cecb5ce7 install : $(TARGET)