Bug 206423 - net/3proxy: update to 0.8.0
Summary: net/3proxy: update to 0.8.0
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-20 11:20 UTC by Pavel Timofeev
Modified: 2016-01-20 20:24 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
ports patch (11.38 KB, patch)
2016-01-20 11:20 UTC, Pavel Timofeev
timp87: maintainer-approval+
Details | Diff
poudriere log (210.62 KB, text/x-log)
2016-01-20 14:12 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-20 11:20:55 UTC
Created attachment 165857 [details]
ports patch

Hi!
Update our net/3proxy port to the latest version.
Look at the release notes https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.8.0
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-20 11:30:53 UTC
Can you please:

* Confirm this change passes QA (portlint, poudriere) please.
* Set maintainer-approval to + on attachments for ports you are maintainer of


Also, it would be nice to see these patches upstreamed. In particular the default *FLAGS should be *prepended* to user-supplied *FLAGS environment variables, not appended, allowing them to be overridden, without patching.
Comment 2 Pavel Timofeev 2016-01-20 12:06:18 UTC
(In reply to Kubilay Kocak from comment #1)
* 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.
I'll try to provide poudriere log soon.

* Sorry! Done.

I'll try to ask.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-20 14:11:19 UTC
(In reply to timp87 from comment #2)

Logs aren't strictly necessary, just a confirmation that the build/package passes.
Comment 4 Pavel Timofeev 2016-01-20 14:12:15 UTC
Created attachment 165866 [details]
poudriere log
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-01-20 19:56:35 UTC
Testbuilds are fine.
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-01-20 19:57:41 UTC
A commit references this bug:

Author: pi
Date: Wed Jan 20 19:56:46 UTC 2016
New revision: 406802
URL: https://svnweb.freebsd.org/changeset/ports/406802

Log:
  net/3proxy: 0.7.1.3 -> 0.8.0

  - introduces IPv6 support
  - connect back
  - DNS proxy via TCP with parent proxy support
  - non-blocking name resolution via default system methods on *nix
  - reduced memory usage
  - multiple race conditions fixes.

  It's recommended to move to 0.8.0 if you use 3proxy under high load.

  PR:		206423
  Submitted by:	timp87@gmail.com (maintainer)

Changes:
  head/net/3proxy/Makefile
  head/net/3proxy/distinfo
  head/net/3proxy/files/patch-Makefile.unix
  head/net/3proxy/files/patch-cfg-3proxy.cfg.sample
  head/net/3proxy/files/patch-man
  head/net/3proxy/pkg-plist
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2016-01-20 20:24:29 UTC
Committed, thanks!