aboutsummaryrefslogtreecommitdiff
path: root/net/socks5
Commit message (Collapse)AuthorAgeFilesLines
* Fix varargs.h issue with gcc 3.4Volker Stolz2004-11-082-0/+100
| | | | | | | | PR: ports/71460 Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=121124
* Check if socks5.conf exists in startup-script.Volker Stolz2004-06-191-1/+1
| | | | | | | | PR: ports/68067 Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=111813
* - compile with password file support (turning on in socks5.conf)Kirill Ponomarev2004-04-023-2/+28
| | | | | | | | | | | - Add startup script - Bump PORTVERSION PR: ports/65075 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=105989
* - Make portlint happyClement Laforet2004-02-272-19/+19
| | | | Notes: svn path=/head/; revision=102257
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Patch is not needed - causes core dumps.Mark Murray2001-06-151-10/+0
| | | | Notes: svn path=/head/; revision=44043
* installs examples and docsYing-Chieh Liao2001-05-172-3/+25
| | | | | | | | | | Bump PORTREVISION PR: 27083 Submitted by: Dimitry Andric <dim@xs4all.nl> Notes: svn path=/head/; revision=42660
* Include bsd.port.pre.mk before the `.if', and bsd.port.post.mk after it,OKAZAKI Tetsurou2001-04-201-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> Notes: svn path=/head/; revision=41747
* Update where to go to download the socks5 distfileMichael Haro2001-04-021-1/+1
| | | | | | | | PR: 26156 Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> Notes: svn path=/head/; revision=40740
* Use IGNORE macros to bug user that he/she has to manually download distfileMaxim Sobolev2001-03-191-10/+3
| | | | | | | | | | instead of failing rule. This will prevent bento from trying to build the port. Submitted by: bento Notes: svn path=/head/; revision=40062
* I've given up the ghost using socks5 on my network. Since I'mWarner Losh2001-01-031-1/+1
| | | | | | | multiply overcomitted, I've giving this back to ports. Notes: svn path=/head/; revision=36680
* The patches I committed a while ago need a PORTREVISION bump, but IWarner Losh2000-10-101-0/+1
| | | | | | | was slime and didn't. Notes: svn path=/head/; revision=33659
* portlintWarner Losh2000-10-101-1/+0
| | | | Notes: svn path=/head/; revision=33654
* NEC changed the distribution without updating the filename. Bad NEC.Warner Losh2000-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> Notes: svn path=/head/; revision=33395
* Kludge rearming the signal for SIGCHLD so that we can harvest theWarner Losh2000-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. Notes: svn path=/head/; revision=33348
* Update to socks 1.0r11. patch-aa had been partially integrated intoWarner Losh2000-08-304-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> Notes: svn path=/head/; revision=32137
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29615
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Add getaddrinfo() wrapper function support.Yoshinobu Inoue2000-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 Notes: svn path=/head/; revision=26240
* Remove problems with pkg_delete and pkg_add for packages built withWarner Losh1999-09-251-1/+0
| | | | | | | | | this port. PR: ports/12138 Notes: svn path=/head/; revision=21938
* Upgrade to 1.0 r10.Warner Losh1999-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). Notes: svn path=/head/; revision=21937
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Upgrade to 1.0r9, the previous version had been dropped.Bill Fumerola1999-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. Notes: svn path=/head/; revision=18122
* Update port to 1.0r8.Warner Losh1999-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... Notes: svn path=/head/; revision=15878
* fix my mis-quoting.David E. O'Brien1999-01-061-2/+2
| | | | Notes: svn path=/head/; revision=15875
* BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8'David E. O'Brien1999-01-051-1/+3
| | | | Notes: svn path=/head/; revision=15870
* Update to ELF and v1.0r7. This version supports only one type ofWarner Losh1998-10-073-8/+8
| | | | | | | binaries (ELF OR aout) with runsocks. Notes: svn path=/head/; revision=13716
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-6/+0
| | | | Notes: svn path=/head/; revision=12624
* Fix minor problems with FreeBSD 1.x dynamic loader workarounds breakingWarner Losh1998-07-201-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> Notes: svn path=/head/; revision=12038
* Upgrade to v1.0r6Warner Losh1998-07-202-5/+5
| | | | Notes: svn path=/head/; revision=12034
* Update socks to v1.0r5Warner Losh1998-07-122-7/+17
| | | | | | | Change fetch so that we point people at NEC's web site Notes: svn path=/head/; revision=11848
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Distfile moved on ftp.ualg.pt, ftp.astec.co.jp went awayWarner Losh1998-04-071-3/+2
| | | | Notes: svn path=/head/; revision=10435
* Update mirror site. Things have moved to socks5 subdirectory.Warner Losh1998-01-051-2/+2
| | | | Notes: svn path=/head/; revision=9274
* Upgrade to v1.0r3Warner Losh1997-12-242-11/+21
| | | | | | | | Change maintainer to me initial openbsd support Notes: svn path=/head/; revision=9173
* Upgrade to released version 1.0.2David E. O'Brien1997-08-283-14/+22
| | | | | | | With permission of: ambrisko@ambrisko.roble.com Notes: svn path=/head/; revision=7713
* Remove "NO_PACKAGE". "RESTRICTED" is suffient for our purose.David E. O'Brien1997-08-151-2/+1
| | | | | | | Reviewed by: Doug Ambrisko <ambrisko@ambrisko.com> Notes: svn path=/head/; revision=7585
* Update, beta-0.17.1-exportable -> beta-0.17.2-exportable.Masafumi Max NAKANE1997-05-043-41/+5
| | | | Notes: svn path=/head/; revision=6398
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENMasafumi Max NAKANE1996-12-081-4/+4
| | | | | | | in double-quotes. Notes: svn path=/head/; revision=4891
* Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.John Polstra1996-12-053-5/+41
| | | | | | | | | Fix configuration problem caused by FreeBSD major version number change. Submitted by: Doug Ambrisko <ambrisko@whistle.com> Notes: svn path=/head/; revision=4805
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Add back the RESTRICTED clause, because the NEC copyright prohibitsJohn Polstra1996-08-141-1/+2
| | | | | | | commercial use. Notes: svn path=/head/; revision=3594
* Update for new release. Remove export restriction; it no longer applies.John Polstra1996-08-143-8/+8
| | | | | | | Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com> Notes: svn path=/head/; revision=3593
* Update to 0.16.4 (sigh...going to slow down now)Paul Traina1996-07-232-5/+5
| | | | Notes: svn path=/head/; revision=3428
* Upgrade to beta 0.16.1Paul Traina1996-07-222-4/+5
| | | | Notes: svn path=/head/; revision=3416