aboutsummaryrefslogtreecommitdiff
path: root/net/stone
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-051-0/+5
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497921
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Reset maintainerMartin Wilke2015-12-111-1/+1
| | | | | | | | | | PR: 205175 Submitted by: ysarumaru@gmail.com Approved by: mat (mentor) Differential Revision: D4491 Notes: svn path=/head/; revision=403505
* Fix packagingAntoine Brodin2015-09-251-1/+1
| | | | Notes: svn path=/head/; revision=397843
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397780
* - Stage supportMartin Wilke2014-06-152-11/+8
| | | | | | | PR: 190976 Notes: svn path=/head/; revision=357809
* 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-3/+3
| | | | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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 to maintainer mail adressMartin Wilke2009-01-161-1/+1
| | | | | | | | PR: 130611 Submitted by: Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=226247
* - Update to 2.3eMartin Wilke2008-04-285-73/+20
| | | | | | | | PR: 123173 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Notes: svn path=/head/; revision=212180
* Original stone 2.3d has a bug in UDP->TCP translation thatNorikatsu Shigemura2007-10-232-0/+59
| | | | | | | | | | | only goes to error on BSD sendto(2) implementation. PR: ports/117391 Submitted by: Yoshihiko Sarumaru <mistral at imasy.or.jp> (maintainer) Obtained from: stone's CVS repository Notes: svn path=/head/; revision=201837
* Update to 2.3d.Norikatsu Shigemura2007-10-214-8/+50
| | | | | | | | | | | | | New features: - TCP <-> UDP bidirectional translation (enables UDP port forwarding). - Support SNI (Server Name Indication) on TSL (RFC 3514). - Now files can be specified with regex patterns. PR: ports/117373 Submitted by: Yoshihiko Sarumaru <mistral at imasy.or.jp> Notes: svn path=/head/; revision=201716
* Update to the latest snapshot.Ion-Mihai Tetcu2006-08-194-6/+10
| | | | | | | | | | | | Changes: - many bugfixes around SSL - /udp option have to be specified to both source and dest from this version. PR: ports/102236 Submitted by: Yoshihiko Sarumaru (maintainer) Notes: svn path=/head/; revision=170975
* Update to 2.3bMartin Wilke2006-06-184-14/+81
| | | | | | | | | PR: ports/99101 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Approved by: krion (mentor) Notes: svn path=/head/; revision=165704
* Update to 2.3aMartin Wilke2006-06-173-7/+4
| | | | | | | | | PR: ports/97142 Submitted by: TAKATSU Tomonari <tota@rtfm.jp> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=165617
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - Fix startup script to respect stone_enable in rc.confTim Bishop2006-01-102-1/+2
| | | | | | | | PR: 91605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Notes: svn path=/head/; revision=153215
* - Update to 2.3Emanuel Haupt2006-01-097-32/+1017
| | | | | | | | | | | | - New version has IPv6 support, thus add to ipv6 sub category - Provide rcNG script - Install config file PR: 91547 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Notes: svn path=/head/; revision=153135
* Update to 2.2c.Norikatsu Shigemura2004-02-152-2/+3
| | | | | | | | PR: ports/62863 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Notes: svn path=/head/; revision=100961
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Update to 2.2b.Pete Fritchman2004-01-092-2/+2
| | | | | | | | PR: 61106 Submitted by: maintainer Notes: svn path=/head/; revision=97743
* Update to 2.2a.Norikatsu Shigemura2003-12-042-2/+2
| | | | | | | | PR: ports/59913 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Notes: svn path=/head/; revision=94871
* Update to 2.2.Norikatsu Shigemura2003-06-086-57/+24
| | | | | | | | PR: ports/53042 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=82523
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to version 2.1dKevin Lo2001-06-193-26/+5
| | | | | | | | PR: 28269 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44224
* add stoneYing-Chieh Liao2001-05-299-0/+131
Stone is a TCP/IP packet repeater in the application layer PR: 27328 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=43235