From owner-cvs-all@FreeBSD.ORG Fri Apr 2 13:06:43 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC4C106564A; Fri, 2 Apr 2010 13:06:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D96C8FC08; Fri, 2 Apr 2010 13:06:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o32D6h20050699; Fri, 2 Apr 2010 13:06:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o32D6hrV050698; Fri, 2 Apr 2010 13:06:43 GMT (envelope-from pav) Message-Id: <201004021306.o32D6hrV050698@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Apr 2010 13:06:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/sslh Makefile distinfo pkg-descr ports/net/sslh/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 13:06:43 -0000 pav 2010-04-02 13:06:43 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/sslh Makefile distinfo pkg-descr net/sslh/files patch-Makefile Log: 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 Revision Changes Path 1.2192 +1 -0 ports/net/Makefile 1.1 +31 -0 ports/net/sslh/Makefile (new) 1.1 +3 -0 ports/net/sslh/distinfo (new) 1.1 +20 -0 ports/net/sslh/files/patch-Makefile (new) 1.1 +5 -0 ports/net/sslh/pkg-descr (new)