Version: 0.3.20210705, Package name: igmpproxy-0.3.20210705 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description igmpproxy is a simple multicast routing daemon which uses IGMP forwarding to dynamically route multicast traffic. Routing is done by defining an "upstream" interface on which the daemon acts as a normal Multicast client, and one or more "downstream" interfaces that serves clients on the destination networks. This is useful in situations where other dynamic multicast routers cannot be used. |
Filesize: 42.301 KB |
Version History (View Complete History) |
|
2021-07-11 03:23:19 by Bjorn Ketelaars | Files touched by this commit (9) |
Log message: Update igmpproxy to github HEAD, now with privsep |
2021-01-19 03:50:12 by Stuart Henderson | Files touched by this commit (2) |
Log message: remove an unnecessary local patch that converted igmpproxy to using inet_net_pton, tested by Joel Knight (thanks!) |
2021-01-12 10:59:50 by Stuart Henderson | Files touched by this commit (24) |
Log message: update to igmpproxy-0.3, from Joel Knight, minor tweaks from me |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-01 14:12:52 by Daniel Jakots | Files touched by this commit (11) |
Log message: Remove maintainers per their requests |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2016-12-23 06:44:31 by Rafael Zalamena | Files touched by this commit (8) |
Log message: Improved the igmpproxy code to be able to run on multiple rdomains, here is a list of changes: - Ignore interfaces that are not listed in the configuration file: fixes an abort when trying to configure interface located in a different rdomain and doesn't look to the address of interfaces outside the configuration (otherwise it would pick the wrong interface in some cases). - Improve the routing code: use a rb-tree to store groups avoiding group duplications and having to fix hand-rolled list implementations. - Fixed some warnings and improved debug messages. As discussed with ajacoutot@, ok reyk@ |
2016-12-04 13:20:44 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Misc. tweaks - kill the end of README - more precise license marker - adjust whitespace - enforce LDFLAGS - add NO_TEST ok markus (maintainer) |
2015-12-06 01:29:35 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: multicast_{host,router} -> multicast |
2015-02-16 15:53:55 by Stuart Henderson | Files touched by this commit (2) |
Log message: igmpproxy has an rc script; change the "add to rc.local" doco, spotted by weerd@ |
2015-01-19 13:26:04 by Christian Weisgerber | Files touched by this commit (2) |
Log message: remove unused inclusion of sys/uio.h from patch drop groff |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-02 07:41:42 by Antoine Jacoutot | Files touched by this commit (238) |
Log message: Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@ |
2011-04-28 03:45:39 by Stuart Henderson | Files touched by this commit (3) |
Log message: - add an rc script for igmpproxy - tweak Makefile while there ok markus@ |
2010-12-27 06:51:31 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: no need to spell out the license in README prompted by brad, discussed with markus@/sthen@ |
2010-11-15 04:39:30 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - switch igmpproxy to pkg-readmes ok sthen@ |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2009-05-17 03:07:45 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix PKGNAME (s/-beta2/b2); this was against packages-specs(7). |