Created attachment 166083 [details] ports patch Here is a patch to update our net/3proxy to latest 0.8.2 release. This release has the following fixes: - Fix transparent flag not reset after keep-alive connection, can lead to DoS by authenticated user. - Do not use SO_REUSEADDR by default (leads to random 00013 errors under some glibc versions) - Use SASIZE() instead of sizeof() in bind() for FreeBSD compatibility
root@fbsd11:/usr/ports/net/3proxy # portlint -AC WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found.
Created attachment 166086 [details] poudriere log
A commit references this bug: Author: pi Date: Mon Jan 25 08:24:23 UTC 2016 New revision: 407197 URL: https://svnweb.freebsd.org/changeset/ports/407197 Log: net/3proxy: 0.8.1 -> 0.8.2 - Fix transparent flag not reset after keep-alive connection, can lead to DoS by authenticated user. - Do not use SO_REUSEADDR by default (leads to random 00013 errors under some glibc versions) - Use SASIZE() instead of sizeof() in bind() for FreeBSD compatibility PR: 206596 Submitted by: timp87@gmail.com (maintainer) Changes: head/net/3proxy/Makefile head/net/3proxy/distinfo
Committed, thanks. If possible, provide feedback if the problem reported from agr is fixed ?