aboutsummaryrefslogtreecommitdiffstats
path: root/net/socks5
Commit message (Collapse)AuthorAgeFilesLines
* . Add $FreeBSD$.glewis2005-07-011-2/+22
| | | | | | | . Fix the build on sparc64 by converting -fpic to -fPIC. Pointed out by: pointyhat (via kris) Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
* . Unbreak by finding a MASTER_SITE that still carries the distfile. Itglewis2005-06-172-9/+4
| | | | | | | | | | | | | | also doesn't require manual downloading, so remove the code to prompt for that. Note that although the checksum has changed, there are no differences in the distfile save for the compression. I compared the uncompressed tarball against one from http://www.etn.yz.yamagata-u.ac.jp/ipv6arc/socks/ which corresponded to the old checksum and they were identical (md5). I chose to use the SGI MASTER_SITE instead since it would presumably have more bandwidth. Approved by: Josh Paetzel <josh@tcbug.org> (MAINTAINER)
* Mark BROKEN, distfiles seem to be unavailable at least for now.lawrance2005-06-111-0/+1
| | | | | PR: ports/82012 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
* - Pass maintainership to submitter.flz2005-05-291-1/+1
| | | | | PR: ports/81608 Submitted by: Josh Paetzel <josh@tcbug.org>
* Fix varargs.h issue with gcc 3.4vs2004-11-082-0/+100
| | | | | PR: ports/71460 Submitted by: KIMURA Yasuhiro
* Check if socks5.conf exists in startup-script.vs2004-06-191-1/+1
| | | | | PR: ports/68067 Submitted by: KIMURA Yasuhiro
* - compile with password file support (turning on in socks5.conf)krion2004-04-033-2/+28
| | | | | | | | - Add startup script - Bump PORTVERSION PR: ports/65075 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* - Make portlint happyclement2004-02-272-19/+19
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Patch is not needed - causes core dumps.markm2001-06-161-10/+0
|
* installs examples and docsijliao2001-05-172-3/+25
| | | | | | | Bump PORTREVISION PR: 27083 Submitted by: Dimitry Andric <dim@xs4all.nl>
* Include bsd.port.pre.mk before the `.if', and bsd.port.post.mk after it,okazaki2001-04-211-3/+5
| | | | | | | | just as in other ports which require "manual" downloading of distfiles. (also correcting the extranous '.') PR: 26719 Submitted by: Dimitry Andric <dim@xs4all.nl>
* Update where to go to download the socks5 distfilemharo2001-04-021-1/+1
| | | | | PR: 26156 Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org>
* Use IGNORE macros to bug user that he/she has to manually download distfilesobomax2001-03-201-10/+3
| | | | | | | instead of failing rule. This will prevent bento from trying to build the port. Submitted by: bento
* I've given up the ghost using socks5 on my network. Since I'mimp2001-01-041-1/+1
| | | | multiply overcomitted, I've giving this back to ports.
* The patches I committed a while ago need a PORTREVISION bump, but Iimp2000-10-101-0/+1
| | | | was slime and didn't.
* portlintimp2000-10-101-1/+0
|
* NEC changed the distribution without updating the filename. Bad NEC.imp2000-10-041-1/+1
| | | | | | | | | | A diff of the original .tgz file and the new one shows that they reformatted their copyright notice, added the year 2000 to it, removed one file that had an identical copy of the copyright notice and license and took the opportunity to slightly reformat the copyright notice and license. No code changes were in evidence by this change. Approved by: Mike Tancsa <mike@sentex.net>
* Kludge rearming the signal for SIGCHLD so that we can harvest theimp2000-10-031-0/+10
| | | | | | | | | | | | | | zombies on the system. Without this change, the socks5 daemon would work great for a short period of time, then hang because no more children could be created. It appears from debugging that this is because gravedigger was only called once. I reestablish the signal handler in gravedigger to force SIGCHLD to be unmasked. A more proper fix might be to fix Signal to have multi-shot signals, or to see what might be broken with the signal masks. Since I'm in a hurry and this port's daemon is broken without this, I commit this kludge knowing that it will live approximately forever, less three days.
* Update to socks 1.0r11. patch-aa had been partially integrated intoimp2000-08-314-44/+17
| | | | | | | | r11 as well as parts of patch-ak. 1.0r10 is no longer available at the NEC web site. Verified the URL was still the right place to go to get socks5 1.0r11. Noticed by: Jim Paterson <jpaterso@paterson.org>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Add getaddrinfo() wrapper function support.shin2000-02-248-57/+330
| | | | | | | | | | Tested and confirmed by: Robert Muir <rmuir@looksharp.net>, Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>, Masahide -mac- NODA <mac@clave.gr.jp> Approved by: jkh Reviewed by: imp
* Remove problems with pkg_delete and pkg_add for packages built withimp1999-09-251-1/+0
| | | | | | this port. PR: ports/12138
* Upgrade to 1.0 r10.imp1999-09-255-27/+70
| | | | | | | | Remove patches integrated since r9. 1/2 of patch-aa was integrated, the second half has been retained. Add new patch (patch-ak) from web site for s5fakehost files. Add new patch (patch-al) to fix long standing telnet failure to build (it is a kludge, so hasn't been submitted to the socks maintainers).
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* awk -> ${AWK}mharo1999-08-231-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* Upgrade to 1.0r9, the previous version had been dropped.billf1999-04-252-4/+4
| | | | | | | | | | | | The deleted patches were merged into the program. Obtained from: http://www.socks.nec.com/patch-socks5.html (the new patches, that is) NOTE: I'd love to have used PATCH_SITES and its cohorts, however the patches from the web site were directory-ambigous and adding them to our repository is the best way to avoid a lot of glue and uglyness in the Makefile.
* Update port to 1.0r8.imp1999-01-062-7/+5
| | | | | | | | | | | Patches-ad and ae from Andre Albsmeier <andre.albsmeier@mchp.siemens.de> I've not had a chance to test this as much as I'd like, but it has become obvious to me that a possibly minorly broken port is better than a definitely broken port. Thanks to obrian for the gentile reminder...
* fix my mis-quoting.obrien1999-01-061-2/+2
|
* BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8'obrien1999-01-061-1/+3
|
* Update to ELF and v1.0r7. This version supports only one type ofimp1998-10-083-8/+8
| | | | binaries (ELF OR aout) with runsocks.
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-6/+0
|
* Fix minor problems with FreeBSD 1.x dynamic loader workarounds breakingimp1998-07-211-0/+20
| | | | | | | | | FreeBSD 2.x dynamic loader. This makes more programs, including emacs, work with runsocks. This patch will work at least as far back as 1.0r3. Submitted by: Aaron Smith <aaron@sigma.veritas.com>
* Upgrade to v1.0r6imp1998-07-212-5/+5
|
* Update socks to v1.0r5imp1998-07-132-7/+17
| | | | Change fetch so that we point people at NEC's web site
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Distfile moved on ftp.ualg.pt, ftp.astec.co.jp went awayimp1998-04-081-3/+2
|
* Update mirror site. Things have moved to socks5 subdirectory.imp1998-01-061-2/+2
|
* Upgrade to v1.0r3imp1997-12-252-11/+21
| | | | | Change maintainer to me initial openbsd support
* Upgrade to released version 1.0.2obrien1997-08-283-14/+22
| | | | With permission of: ambrisko@ambrisko.roble.com
* Remove "NO_PACKAGE". "RESTRICTED" is suffient for our purose.obrien1997-08-151-2/+1
| | | | Reviewed by: Doug Ambrisko <ambrisko@ambrisko.com>
* Update, beta-0.17.1-exportable -> beta-0.17.2-exportable.max1997-05-053-41/+5
|
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENmax1996-12-081-4/+4
| | | | in double-quotes.
* Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.jdp1996-12-053-5/+41
| | | | | | Fix configuration problem caused by FreeBSD major version number change. Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-6/+8
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Add back the RESTRICTED clause, because the NEC copyright prohibitsjdp1996-08-151-1/+2
| | | | commercial use.
* Update for new release. Remove export restriction; it no longer applies.jdp1996-08-153-8/+8
| | | | Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
* Update to 0.16.4 (sigh...going to slow down now)pst1996-07-242-5/+5
|
* Upgrade to beta 0.16.1pst1996-07-232-4/+5
|
* Update to current versionpst1996-07-163-5/+5
|
* Incorporate Doug's port changespst1996-04-251-1/+3
|
* Put in some warningspst1996-04-241-0/+8
|
* Import of SOCKS v5 reference implementation - beta test software only.pst1996-04-245-0/+66
NOTE: Export of this software from the US without a specific license is a violation of ITAR rules.