[Bug 207051] www/tinyproxy

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 9 10:24:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207051

            Bug ID: 207051
           Summary: www/tinyproxy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: jason.mann+freebsd at gmail.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

- Overview

Tinyproxy defaults to binding to all interfaces if no 'Listen' directive is
specified in the configuration file, however version 1.8.3 only binds to all
interfaces using IPv6.

- Steps to reproduce

Remove or comment out 'Listen' directive in configuration file.  Start
tinyproxy.

- Actual results

Tinyproxy binds to all interfaces using only IPv6:

  # netstat -an | grep 8888 | grep LISTEN
  tcp6       0      0 *.8888                 *.*                    LISTEN

- Expected results

Tinyproxy should bind to all interfaces using both IPv4 and IPv6.

- Additional information

This bug is fixed upstream in version 1.8.4, released on 2014/12/13, as well as
adding support for multiple Listen directives for finer grained control of
which interfaces Tinyproxy listens on.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list