From patchwork Thu Jan 5 18:21:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6406 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 4Nnvtl2dmrz43VV for ; Thu, 5 Jan 2023 18:21:35 +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 4Nnvth5pVFz104; Thu, 5 Jan 2023 18:21:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nnvth3wZLz2xQs; Thu, 5 Jan 2023 18:21:32 +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 4NnvtQ6LSpz30FL for ; Thu, 5 Jan 2023 18:21:18 +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 4NnvtQ1pHxz101; Thu, 5 Jan 2023 18:21:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672942878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/iY8LFF71/Q8g2WMqX/mHSbwD1jAkwKuYuGNLhZiXGQ=; b=kMUu/ZPjy6bEUnFXQJzoqT7gUV7CFdRRNzl12DYxJYQEdCWKCoW2lAppSEjkxB6Tmz1g9A J+GejXGb2xG2pJAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672942878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/iY8LFF71/Q8g2WMqX/mHSbwD1jAkwKuYuGNLhZiXGQ=; b=WS9Wi79MGABijCbwF/ePAq+fPMXfzZH+Y9mb5IkMcJaZudL9gZokWjq3M9LLM7VGjcH3XK nXsGgQn8K8CJatgbzA1rfYcwoLKQ8gezMsVgU5Z6CiJbIuIWgovIxZyejz5x+Fm1jVPjtr UnENNZfRNnj5xQ+03F4LAFIOA3vOxVop/rCwIctCpPhN9K1pC5E4MnIK992NPQhWWOb+Tm 8big02lAlZ56Z7TM3BriC74TaEdNbOm4xIhQ4t0G/RazfroOL92kl55VfQz9JytIpdF70W v8/ZdmrqiROIbKP0NqgtMC6HoVejj42ZqH131Y3ack0l80ECh09Ocj5xso59Nw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] igmpproxy: Update to version 0.4 Date: Thu, 5 Jan 2023 19:21:09 +0100 Message-Id: <20230105182110.3725538-5-adolf.belka@ipfire.org> In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org> References: <20230105182110.3725538-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 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 Signed-off-by: Adolf Belka --- lfs/igmpproxy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 # +# 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 SUMMARY = Multicast router utilizing IGMP forwarding -VER = 0.3 +VER = 0.4 THISAPP = igmpproxy-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = igmpproxy -PAK_VER = 6 +PAK_VER = 7 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561 +$(DL_FILE)_BLAKE2 = 233af2fe35a0d661211d205fec89cce0a7dc91fe1530e940703e6d56eeb69f4490ca16d18787dbbaf7c0087dc2ebcb61d212778993af6fbb8acc7ba33429f7e0 install : $(TARGET)