aboutsummaryrefslogtreecommitdiff
path: root/net/3proxy
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/3proxy: Update to 0.9.3Neel Chauhan2021-02-092-4/+4
| | | | | | | | | | Changes: https://github.com/z3APA3A/3proxy/releases/tag/0.9.3 PR: 253357 Submitted by: timp87 AT gmail DOT com (maintainer) Notes: svn path=/head/; revision=564759
* net/3proxy: update to 0.9.1Fernando Apesteguía2020-11-177-68/+55
| | | | | | | | | | 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
* net/3proxy: Update to 0.8.13Kai Knoblich2019-08-072-9/+11
| | | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=508346
* Update to 0.8.12Kirill Ponomarev2018-04-226-35/+55
| | | | | | | | | | | | * 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-224-10/+10
| | | | | | | | | | | | | | | | | | * 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
* - Update WWWDmitry Marakasov2017-09-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=450035
* * Updated to 0.8.10Richard Gallamore2017-06-292-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=444659
* Update to 0.8.9.Raphael Kubo da Costa2017-02-052-4/+3
| | | | | | | | PR: 216773 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=433404
* - Update to 0.8.8Dmitry Marakasov2016-12-132-5/+8
| | | | | | | | | | - While here, fix license and switch to options helpers PR: 215272 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=428509
* net/3proxy: 0.8.6 -> 0.8.7Kurt Jaeger2016-09-064-56/+4
| | | | | | | | | | - 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-243-0/+53
| | | | | | | | | | | - 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.8.5 -> 0.8.6Kurt Jaeger2016-03-102-3/+3
| | | | | | | | | | | Changes: https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.8.6 PR: 207816 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=410749
* Update to 0.8.5.Raphael Kubo da Costa2016-03-042-3/+3
| | | | | | | | PR: 207695 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=410102
* net/3proxy: 0.8.3 -> 0.8.4Kurt Jaeger2016-03-012-3/+3
| | | | | | | | | | | Changes: https://github.com/z3APA3A/3proxy/releases/tag/3proxy-0.8.4 PR: 207592 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=409850
* Update to 0.8.3.Raphael Kubo da Costa2016-01-262-3/+3
| | | | | | | | PR: 206641 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=407277
* net/3proxy: 0.8.1 -> 0.8.2Kurt Jaeger2016-01-252-3/+3
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=407197
* net/3proxy: 0.8.0 -> 0.8.1, fixes bug with destination networks on ACLsKurt Jaeger2016-01-212-3/+3
| | | | | | | | PR: 206466 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=406874
* net/3proxy: 0.7.1.3 -> 0.8.0Kurt Jaeger2016-01-206-113/+42
| | | | | | | | | | | | | | | | | - 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-143-26/+5
| | | | | | | | | | | | | | | | | * 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-075-51/+61
| | | | | | | | | | | - 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-143-42/+202
| | | | | | | | | | | - 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
* Use USE_GITHUB.Mathieu Arnold2015-05-282-3/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387777
* net/3proxy: 0.6.1 -> 0.7.1.2Kurt Jaeger2015-05-285-30/+105
| | | | | | | | | | | | | | | | | | | | | | | 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-252-3/+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
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* - Add LICENSESunpoet Po-Chuan Hsieh2014-09-032-32/+29
| | | | | | | | | | | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS - Add missing OPTIONS_DEFINE - Remove deprecated PTHREAD_* - Add missing USE_LDCONFIG - Use USES=tar:tgz - Silence patch message - Use @sample - Support STAGEDIR - Bump PORTREVISION for package change Notes: svn path=/head/; revision=367152
* Reset maintainership on nonstaged portsBaptiste Daroussin2014-08-251-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=366054
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Register conflict with net/libproxy.Sergey A. Osokin2012-06-051-0/+2
| | | | | | | Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> Notes: svn path=/head/; revision=298429
* 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
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* For those ports that have been fully adapted to USE_RC_SUBR remove theDoug Barton2010-03-271-2/+0
| | | | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. Notes: svn path=/head/; revision=251565
* 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.6 to 0.6.1.Sergey A. Osokin2009-12-292-4/+4
| | | | | | | Spotted by: Anthie aka anthem at ponado dot com Notes: svn path=/head/; revision=246868
* Fix patch target.Sergey A. Osokin2009-03-241-1/+1
| | | | | | | | | | Do not bump PORTREVISION. Notice from: QAT Pointy hat to: osa Notes: svn path=/head/; revision=230831
* Update from 0.5.3k to 0.6.Sergey A. Osokin2009-03-234-17/+31
| | | | Notes: svn path=/head/; revision=230752
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update to latest release 0.5.3k.Sergey A. Osokin2008-02-042-4/+4
| | | | | | | Spotted by: kabachok dot st at mail dot ru Notes: svn path=/head/; revision=206699
* Update to latest bugfix release 0.3.5j.Sergey A. Osokin2007-10-242-4/+4
| | | | Notes: svn path=/head/; revision=201888
* Fix potential remote pre-authentication bufferSergey A. Osokin2007-04-133-13/+7
| | | | | | | | | | | | | 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 [*] Notes: svn path=/head/; revision=189904
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Update to 0.5.2.Sergey A. Osokin2006-03-162-4/+4
| | | | Notes: svn path=/head/; revision=157418
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Update to latest release 0.5.1b.Sergey A. Osokin2005-10-288-53/+81
| | | | | | | rcNGfy, add manpages. Notes: svn path=/head/; revision=146546
* Update to latest release 0.4.5b.Sergey A. Osokin2004-07-052-4/+4
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=112944
* Update to latest stable release 0.4.3b.Sergey A. Osokin2004-02-204-29/+26
| | | | | | | | | | 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