| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Apr 2013 14:13:17
1.13_1
|
olgeni  |
Fix whitespace in pkg-descr.
Feature safe: yes |
18 Nov 2012 16:33:31
1.13_1
|
hrs  |
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes |
03 Jun 2012 15:23:14
1.13
|
bapt  |
fix manpage installation |
03 Jun 2012 00:17:34
1.13
|
bapt  |
update to 1.13
convert to optionsng
add license
fix build with clang
PR: ports/168614
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> |
26 Apr 2012 14:38:22
1.11
|
sunpoet  |
- Update to 1.11
Changes: http://rutschle.net/pipermail/sslh/2012-April/000200.html
PR: ports/167326
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) |
13 Feb 2012 08:50:09
1.10
|
jadawin  |
- Update to 1.10
- Give maintainership to submitter
PR: ports/163019
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Approved by: maintainer |
14 Jan 2012 08:57:23
1.7a_1
|
dougb  |
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. |
15 May 2011 02:49:17
1.7a_1
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
15 Nov 2010 16:20:06
1.7a_1
|
sunpoet  |
- Fix PLIST when NO_INSTALL_MANPAGES is set
- Remove obsolete MD5 sum while I'm here
PR: ports/152260
Submitted by: sunpoet (myself)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) |
12 Aug 2010 18:31:19
1.7a_1
|
bapt  |
Add rc script
PR: ports/148170
Submitted by: Olivier Cochard-Labbé <olivier _at_ cochard.me>
Approved by: rene@ (mentor vacation), Jui-Nan Lin <jnlin _at_
csie.nctu.edu.tw> (maintainer) |
02 Apr 2010 13:06:43
1.7a
|
pav  |
sslh lets one accept both HTTPS and SSH connections on the same port. It makes
it possible to connect to an SSH server on port 443 (e.g. from inside a
corporate firewall) while still serving HTTPS on that port.
WWW: http://www.rutschle.net/tech/sslh.shtml
PR: ports/145113
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> |