Commit graph

47 commits

Author SHA1 Message Date
Richard Gallamore
35eff3e9e8 * 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)
2017-10-22 19:36:03 +00:00
Dmitry Marakasov
d92b349a74 - Update WWW
Approved by:	portmgr blanket
2017-09-18 09:01:55 +00:00
Richard Gallamore
1e48f26fac * 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
2017-06-29 18:20:26 +00:00
Raphael Kubo da Costa
1c557198fc Update to 0.8.9.
PR:		216773
Submitted by:	timp87@gmail.com (maintainer)
2017-02-05 13:27:55 +00:00
Dmitry Marakasov
6c917d8f5b - Update to 0.8.8
- While here, fix license and switch to options helpers

PR:		215272
Submitted by:	timp87@gmail.com (maintainer)
2016-12-13 16:34:08 +00:00
Kurt Jaeger
4d971b2400 net/3proxy: 0.8.6 -> 0.8.7
- remove patches, now included upstream

PR:		212403
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
2016-09-06 18:03:38 +00:00
Kurt Jaeger
9083800093 net/3proxy: fix ftppr
- 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)
2016-08-24 04:43:11 +00:00
Kurt Jaeger
b5f752f55b 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)
2016-03-10 11:43:44 +00:00
Raphael Kubo da Costa
cffae2c6ba Update to 0.8.5.
PR:		207695
Submitted by:	timp87@gmail.com (maintainer)
2016-03-04 12:03:31 +00:00
Kurt Jaeger
8af6dd23a6 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)
2016-03-01 06:40:57 +00:00
Raphael Kubo da Costa
559b1caa02 Update to 0.8.3.
PR:		206641
Submitted by:	timp87@gmail.com (maintainer)
2016-01-26 15:49:12 +00:00
Kurt Jaeger
086c65eeac 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)
2016-01-25 08:24:22 +00:00
Kurt Jaeger
75c1498cd3 net/3proxy: 0.8.0 -> 0.8.1, fixes bug with destination networks on ACLs
PR:		206466
Submitted by:	timp87@gmail.com (maintainer)
2016-01-21 20:16:14 +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
Kubilay Kocak
6bc0019a62 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>
2015-10-14 12:55:09 +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
Mathieu Arnold
d4597758ea Use USE_GITHUB.
Sponsored by:	Absolight
2015-05-28 22:20:41 +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
John Marino
b90f611b9c net category: Remove $PTHREAD_LIBS
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
2015-03-25 23:51:05 +00:00
Antoine Brodin
1d7f5e5c0f Cleanup plist 2014-11-22 14:43:23 +00:00
Sunpoet Po-Chuan Hsieh
4763c7d4d0 - Add LICENSE
- 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
2014-09-03 04:29:13 +00:00
Baptiste Daroussin
df655c7493 Reset maintainership on nonstaged ports
With hat:	portmgr
2014-08-25 10:20:51 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Sergey A. Osokin
59fe55e9fd Register conflict with net/libproxy.
Submitted by:	Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-05 07:18:41 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
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
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
36cd5c74c7 For those ports that have been fully adapted to USE_RC_SUBR remove the
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.
2010-03-27 05:21:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Sergey A. Osokin
8b5074e90c Update from 0.6 to 0.6.1.
Spotted by:	Anthie aka anthem at ponado dot com
2009-12-29 16:34:25 +00:00
Sergey A. Osokin
9793e798b3 Fix patch target.
Do not bump PORTREVISION.

Notice from:	QAT
Pointy hat to:	osa
2009-03-24 04:42:31 +00:00
Sergey A. Osokin
591a5b4bea Update from 0.5.3k to 0.6. 2009-03-23 15:20:40 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Sergey A. Osokin
0bbc77b214 Update to latest release 0.5.3k.
Spotted by:	kabachok dot st at mail dot ru
2008-02-04 11:49:45 +00:00
Sergey A. Osokin
b0ea3c0f4f Update to latest bugfix release 0.3.5j. 2007-10-24 07:59:46 +00:00
Sergey A. Osokin
9b62ecac37 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 [*]
2007-04-13 14:14:05 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Sergey A. Osokin
f78e6ff0ac Update to 0.5.2. 2006-03-16 13:50:19 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Sergey A. Osokin
f646ebc24a Update to latest release 0.5.1b.
rcNGfy, add manpages.
2005-10-28 07:16:04 +00:00
Sergey A. Osokin
47a0af28a1 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>
2004-07-05 08:54:48 +00:00
Sergey A. Osokin
68fa1a9eb9 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)
2004-02-20 16:45:18 +00:00
Kirill Ponomarev
7ae777a361 - Update to version 0.4.1b
PR:		57758
Submitted by:	maintainer
2003-10-08 19:11:53 +00:00
Kirill Ponomarev
f621617ff6 - 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)
2003-08-28 22:28:49 +00:00
Kirill Ponomarev
32c57f94b6 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)
2003-07-30 07:36:28 +00:00