non port: net/3proxy/distinfo |
Number of commits found: 35 |
Wednesday, 29 Sep 2021
|
07:42 Daniel Engberg (diizzy)
net/3proxy: Minor cleanup in Makefile
Use official/correct repo
Reduce patching
Don't override LDFLAGS from Ports framework
PR: 256960
Approved by: port maintainer timeout (2+ months), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32217
d0a322b |
Saturday, 3 Jul 2021
|
07:14 Neel Chauhan (nc) Author: Pavel Timofeev
net/3proxy: update to 0.9.4
PR: 256951
cb01881 |
Tuesday, 9 Feb 2021
|
02:53 nc
net/3proxy: Update to 0.9.3
Changes: https://github.com/z3APA3A/3proxy/releases/tag/0.9.3
PR: 253357
Submitted by: timp87 AT gmail DOT com (maintainer)
|
Tuesday, 17 Nov 2020
|
16:01 fernape
net/3proxy: update to 0.9.1
ChangeLog: https://github.com/z3APA3A/3proxy/releases/tag/0.9.1
PR: 250967
Submitted by: timp87@gmail.com (maintainer)
|
Wednesday, 7 Aug 2019
|
19:20 kai
net/3proxy: Update to 0.8.13
* Sort variables according the PHB while I'm here.
Changelog:
* Fixed: Out-of-bound write and few minor bugs on configuration saving in
admin
* Fixed: $ is not correctly handled in the beginning of quoted line on
configuration parsing
https://github.com/z3APA3A/3proxy/releases/tag/0.8.13
PR: 239677
Submitted by: timp87@gmail.com (maintainer)
MFH: 2019Q3 (bugfix blanket)
|
Sunday, 22 Apr 2018
|
17:26 krion
Update to 0.8.12
* utilize logdir
* use gzip as default archiver in config
* install pamauth.so plugin
PR: 227700
Submitted by: maintainer
|
Sunday, 22 Oct 2017
|
19:36 ultima
* Updated to 0.8.11
* Fixed patches to satisfy portlint
- Fixed: deadlock on insufficient resources
- Fixed: race condition in ssl_plugin
- Fixed: minor memory leak on configuration reload
- Fixed: recursion detection was not working
- Fixed: %n for IPv6 in logging terminates log record
- Fixed: reverse PTR validation (required for dnsauth)
- Fixed: error on external 0.0.0.0 for NOIPV6 (light version)
- Better support for IPv6 in ftppr
PR: 223148
Submitted by: t^@gmail.com (maintainer)
|
Thursday, 29 Jun 2017
|
18:20 ultima
* Updated to 0.8.10
Changelog: https://github.com/z3APA3A/3proxy/releases/tag/0.8.10
PR: 220283
Submitted by: <timp87@gmail.com> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11382
|
Sunday, 5 Feb 2017
|
13:27 rakuco
Update to 0.8.9.
PR: 216773
Submitted by: timp87@gmail.com (maintainer)
|
Tuesday, 13 Dec 2016
|
16:34 amdmi3
- Update to 0.8.8
- While here, fix license and switch to options helpers
PR: 215272
Submitted by: timp87@gmail.com (maintainer)
|
Tuesday, 6 Sep 2016
|
18:03 pi
net/3proxy: 0.8.6 -> 0.8.7
- remove patches, now included upstream
PR: 212403
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
|
Thursday, 10 Mar 2016
|
11:43 pi
net/3proxy: 0.8.5 -> 0.8.6
Changes:
https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.8.6
PR: 207816
Submitted by: timp87@gmail.com (maintainer)
|
Friday, 4 Mar 2016
|
12:03 rakuco
Update to 0.8.5.
PR: 207695
Submitted by: timp87@gmail.com (maintainer)
|
Tuesday, 1 Mar 2016
|
06:40 pi
net/3proxy: 0.8.3 -> 0.8.4
Changes:
https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.8.4
PR: 207592
Submitted by: timp87@gmail.com (maintainer)
|
Tuesday, 26 Jan 2016
|
15:49 rakuco
Update to 0.8.3.
PR: 206641
Submitted by: timp87@gmail.com (maintainer)
|
Monday, 25 Jan 2016
|
08:24 pi
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)
|
Thursday, 21 Jan 2016
|
20:16 pi
net/3proxy: 0.8.0 -> 0.8.1, fixes bug with destination networks on ACLs
PR: 206466
Submitted by: timp87@gmail.com (maintainer)
|
Wednesday, 20 Jan 2016
|
19:56 pi
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)
|
Wednesday, 14 Oct 2015
|
12:55 koobs
net/3proxy: Update to 0.7.1.3, Assign MAINTAINER
* Update to 0.7.13
* Add DISTVERSIONPREFIX (upstream changed)
* Assign MAINTAINER'ship
* Remove src_proxy.c patch (upstreamed)
Changes:
https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.7.1.3
PR: 203764
Submitted by: Tim <timp87 gmail.com>
|
Thursday, 28 May 2015
|
22:20 mat
Use USE_GITHUB.
Sponsored by: Absolight
|
18:05 pi
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
|
Sunday, 20 Mar 2011
|
12:54 miwi
- Get Rid MD5 support
|
Tuesday, 29 Dec 2009
|
16:34 osa
Update from 0.6 to 0.6.1.
Spotted by: Anthie aka anthem at ponado dot com
|
Monday, 23 Mar 2009
|
15:20 osa
Update from 0.5.3k to 0.6.
|
Monday, 4 Feb 2008
|
11:49 osa
Update to latest release 0.5.3k.
Spotted by: kabachok dot st at mail dot ru
|
Wednesday, 24 Oct 2007
|
07:59 osa
Update to latest bugfix release 0.3.5j.
|
Friday, 13 Apr 2007
|
14:14 osa
Fix potential remote pre-authentication buffer
overflow in HTTP proxy service by update to latest
bugfix release 0.5.3h.
Also, update port infrastructure. [*]
Add backup for MASTER_SITES.
Submitted by: portlint -a [*]
|
Thursday, 16 Mar 2006
|
13:50 osa
Update to 0.5.2.
|
Sunday, 22 Jan 2006
|
21:24 edwin
SHA256ify
Approved by: krion@
|
Friday, 28 Oct 2005
|
07:16 osa
Update to latest release 0.5.1b.
rcNGfy, add manpages.
|
Monday, 5 Jul 2004
|
08:54 osa
Update to latest release 0.4.5b.
Author fixed are following problems:
1) threading issue causing pthread_create() errors under Linux after
number of requests and memory leaks on different Unix platforms.
2) deadlock in gethostbyname() mutex, HTTP CONNECT redirection.
Grab maintainership because author can't contact with
maintainer 3-4 monthes.
Announce from: 3APA3A <3APA3A at security dot nnov dot ru>
|
Friday, 20 Feb 2004
|
16:45 osa
Update to latest stable release 0.4.3b.
Make some improvments, SIZEfy.
Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]:
Operation timed out)
|
Wednesday, 8 Oct 2003
|
19:11 krion
- Update to version 0.4.1b
PR: 57758
Submitted by: maintainer
|
Thursday, 28 Aug 2003
|
22:28 krion
- Source tarball was changed by software author
there were only bugfixes and no functionality changes.
PR: 55833
Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru> (maintainer)
|
Wednesday, 30 Jul 2003
|
07:36 krion
New port: net/3proxy
3[APA3A] tiny proxy 3Proxy (pronounce it as "Zaraza tiny
proxy") is really tiny cross-platform (Win32&Unix) proxy
servers set. It includes HTTP proxy with HTTPS and FTP support,
SOCKSv4/SOCKSv4.5/SOCKSv5 proxy, POP3 proxy, TCP and UDP
portmappers. You can use every proxy as a standalone program
(socks, proxy, tcppm, udppm, pop3p) or use combined program
(3proxy).
PR: 54968
Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru>
Approved by: fjoe (mentor) (implicit)
|
Number of commits found: 35 |