Commit graph

5 commits

Author SHA1 Message Date
Kirill Ponomarev
57a197b095 Update to 0.8.12
* utilize logdir
* use gzip as default archiver in config
* install pamauth.so plugin

PR:		227700
Submitted by:	maintainer
2018-04-22 17:26:23 +00:00
Kurt Jaeger
fb9388489f 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)
2016-01-20 19:56:45 +00:00
Kurt Jaeger
7bd7c4b6c0 net/3proxy: patch from upstream
- fix work with password-protected FTP over HTTP
- make portlint happy

PR:		202825
Submitted by:	Pavel Timofeev <timp87@gmail.com>
2015-09-07 14:07:50 +00:00
Kurt Jaeger
1006749c1e net/3proxy: bring back some files, renamed to avoid conflicts
- rename bin/proxy to bin/httppr (similar to fedora RPMs)
- patched man pages

PR:		188374
Submitted by:	Igor Zabelin <igorz@yandex.ru>
2015-06-14 13:20:01 +00:00
Kurt Jaeger
81b80bccd4 net/3proxy: 0.6.1 -> 0.7.1.2
The CONFLICT with libproxy was resolved by removing the conflicting files.

0.7.1.2
- Increased limits for header / request size in HTTP proxy
- Increased system failures handling on insufficient resources

0.7.1.1
- Warnings added for most common misconfigurations
- ftppr NLSD command supported
- Ignore NTLM handshake if NTLM is not enabled
- memcpy replaced with memmove for overlapped region
- better EINTR handling on *nix
- FTP proxy debugging output removed, binding for data connection corrected
- memory leak fixed in ldapauth plugin

PR:		188374
Submitted by:	igorz@yandex.ru, timp87@gmail.com
2015-05-28 18:05:37 +00:00