opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 114 forks source link

net/igmpproxy: Update IGMP Proxy to 0.3 #120

Closed johnkeates closed 3 years ago

johnkeates commented 3 years ago

An updated version of the IGMP Proxy was released and provides a few updates to the downstream hash table as well as some FreeBSD build updates.

I'd be happy to make a PR if that's not owned by someone else (once I find the correct place where the upstream gets referred).

If the version of the package is not related to the plugin at all (i.e. because the plugin simply depends on the package being available as a port), this is obviously a redundant issue and I'll have to do some homework to figure out how the upstream-to-port stream works.

johnkeates commented 3 years ago

@fichtner thanks! This place makes a lot more sense than the plugins repo.

fichtner commented 3 years ago

@johnkeates thanks, I missed the release. The update is relatively trivial: https://github.com/opnsense/ports/commit/d3d02e7e235a3027136f2175c3ab8ab8ec40b4fb

I can publish a test package in a bit...

fichtner commented 3 years ago
# pkg add -f https://pkg.opnsense.org/FreeBSD:12:amd64/20.7/misc/igmpproxy-0.3,1.txz

Let me know how that works. :)

johnkeates commented 3 years ago

So far so good! I'll keep it at that version and if something breaks I'll let you know.

johnkeates commented 3 years ago

Still working great!

fichtner commented 3 years ago

Ok nice, we will add it to FreeBSD ports and 21.1 eventually.

Cheers, Franco