Skip to content

Commit

Permalink
igmpproxy: Update to version 0.4
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Jan 26, 2023
1 parent f050a57 commit 391c9ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lfs/igmpproxy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <[email protected]> #
# Copyright (C) 2007-2023 IPFire Team <[email protected]> #
# #
# 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 #
Expand All @@ -26,15 +26,15 @@ include Config

SUMMARY = Multicast router utilizing IGMP forwarding

VER = 0.3
VER = 0.4

THISAPP = igmpproxy-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = igmpproxy
PAK_VER = 6
PAK_VER = 7

DEPS =

Expand All @@ -48,7 +48,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561
$(DL_FILE)_BLAKE2 = 233af2fe35a0d661211d205fec89cce0a7dc91fe1530e940703e6d56eeb69f4490ca16d18787dbbaf7c0087dc2ebcb61d212778993af6fbb8acc7ba33429f7e0

install : $(TARGET)

Expand Down

0 comments on commit 391c9ad

Please sign in to comment.