summaryrefslogtreecommitdiff
path: root/net/3proxy/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/3proxy: Update 0.9.4 => 0.9.5 (security fix)Pavel Timofeev2025-06-231-17/+0
| | | | | | | | | | | Security fix: proxy can potentially crash on some platforms due to overlapping regions in strcpy() Changelog: https://github.com/3proxy/3proxy/releases/tag/0.9.5 PR: 287753 MFH: 2025Q2
* net/3proxy: Minor cleanup in MakefileDaniel Engberg2021-09-291-4/+6
| | | | | | | | | | 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
* net/3proxy: update to 0.9.4Pavel Timofeev2021-07-033-158/+2
| | | | PR: 256951
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* net/3proxy: update to 0.9.1Fernando ApesteguĂ­a2020-11-174-58/+47
| | | | | | | | | | ChangeLog: https://github.com/z3APA3A/3proxy/releases/tag/0.9.1 PR: 250967 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=555564
* Update to 0.8.12Kirill Ponomarev2018-04-223-24/+37
| | | | | | | | | | | | * utilize logdir * use gzip as default archiver in config * install pamauth.so plugin PR: 227700 Submitted by: maintainer Notes: svn path=/head/; revision=468040
* * Updated to 0.8.11Richard Gallamore2017-10-222-7/+7
| | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=452682
* net/3proxy: 0.8.6 -> 0.8.7Kurt Jaeger2016-09-062-52/+0
| | | | | | | | | | - remove patches, now included upstream PR: 212403 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=421452
* net/3proxy: fix ftpprKurt Jaeger2016-08-242-0/+52
| | | | | | | | | | | - See also: https://github.com/z3APA3A/3proxy/issues/68 PR: 209463 Submitted by: emz@norma.perm.ru Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=420760
* net/3proxy: 0.7.1.3 -> 0.8.0Kurt Jaeger2016-01-203-107/+38
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=406802
* net/3proxy: Update to 0.7.1.3, Assign MAINTAINERKubilay Kocak2015-10-141-20/+0
| | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=399259
* net/3proxy: patch from upstreamKurt Jaeger2015-09-074-49/+59
| | | | | | | | | | | - fix work with password-protected FTP over HTTP - make portlint happy PR: 202825 Submitted by: Pavel Timofeev <timp87@gmail.com> Notes: svn path=/head/; revision=396274
* net/3proxy: bring back some files, renamed to avoid conflictsKurt Jaeger2015-06-141-40/+180
| | | | | | | | | | | - rename bin/proxy to bin/httppr (similar to fedora RPMs) - patched man pages PR: 188374 Submitted by: Igor Zabelin <igorz@yandex.ru> Notes: svn path=/head/; revision=389630
* net/3proxy: 0.6.1 -> 0.7.1.2Kurt Jaeger2015-05-281-0/+95
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=387751
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update from 0.5.3k to 0.6.Sergey A. Osokin2009-03-231-5/+11
| | | | Notes: svn path=/head/; revision=230752
* Update to latest release 0.5.1b.Sergey A. Osokin2005-10-285-45/+59
| | | | | | | rcNGfy, add manpages. Notes: svn path=/head/; revision=146546
* Update to latest stable release 0.4.3b.Sergey A. Osokin2004-02-202-19/+14
| | | | | | | | | | Make some improvments, SIZEfy. Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]: Operation timed out) Notes: svn path=/head/; revision=101521
* - Update to version 0.4.1bKirill Ponomarev2003-10-082-11/+13
| | | | | | | | PR: 57758 Submitted by: maintainer Notes: svn path=/head/; revision=90659
* New port: net/3proxyKirill Ponomarev2003-07-303-0/+60
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) Notes: svn path=/head/; revision=85898