Bug 206596 - net/3proxy: update to 0.8.2
Summary: net/3proxy: update to 0.8.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-25 08:06 UTC by Pavel Timofeev
Modified: 2016-01-25 08:26 UTC (History)
1 user (show)

See Also:


Attachments
ports patch (931 bytes, patch)
2016-01-25 08:06 UTC, Pavel Timofeev
timp87: maintainer-approval+
Details | Diff
poudriere log (210.72 KB, text/x-log)
2016-01-25 08:14 UTC, Pavel Timofeev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2016-01-25 08:06:23 UTC
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
Comment 1 Pavel Timofeev 2016-01-25 08:09:30 UTC
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.
Comment 2 Pavel Timofeev 2016-01-25 08:14:50 UTC
Created attachment 166086 [details]
poudriere log
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-25 08:24:36 UTC
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
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-01-25 08:26:17 UTC
Committed, thanks. If possible, provide feedback if the problem reported from agr is fixed ?