diff options
author | root <root@rshg054.dnsready.net> | 2012-04-23 00:01:26 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-23 00:01:26 +0000 |
commit | 076ac7347687744daa2ca386a67a4ad111c71415 (patch) | |
tree | b82f738122e9905a6dab679ab5f4cf7eb75e55f4 /community/sslh | |
parent | af1e6c210b43ea6b8e043524edccb1d0befd257f (diff) |
Mon Apr 23 00:01:26 UTC 2012
Diffstat (limited to 'community/sslh')
-rw-r--r-- | community/sslh/PKGBUILD | 10 | ||||
-rw-r--r-- | community/sslh/sslh.conf | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD index 51667b8c6..adac2e46a 100644 --- a/community/sslh/PKGBUILD +++ b/community/sslh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 69412 2012-04-15 23:37:55Z seblu $ +# $Id: PKGBUILD 69659 2012-04-22 00:48:23Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com> # Contributor: Jason Rodriguez <jason-aur@catloaf.net> pkgname=sslh -pkgver=1.10 -pkgrel=6 +pkgver=1.11 +pkgrel=1 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer' arch=('i686' 'x86_64') url='http://www.rutschle.net/tech/sslh.shtml' @@ -15,9 +15,9 @@ source=("http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz" 'sslh.rc' 'sslh.conf' 'sslh.service') -md5sums=('bc34e9a4770d634633e70589c72708cc' +md5sums=('4ea599f0fa31ae235646e5a200b8f8fb' 'f64da291e97f1a99c33cb6ebf939b95b' - '808199410bd6ab67421bf3544f805d1a' + 'a098fb6b03a3435b223e16aed0e65e0b' 'ee8a4fcfc1f6839f7c93deb6f59f7fd6') build() { diff --git a/community/sslh/sslh.conf b/community/sslh/sslh.conf index eb79e7c51..b22a325ef 100644 --- a/community/sslh/sslh.conf +++ b/community/sslh/sslh.conf @@ -1,3 +1,3 @@ # vim:set ts=2 sw=2 ft=sh noet: -DAEMON_OPTS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody -P /var/lock/sslh.lock' +DAEMON_OPTS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody' |