wok-4.x diff sslh/receipt @ rev 11841
perl-http-date: Sync with wok-tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 27 01:11:13 2012 -0500 (2012-02-27) |
parents | 57a910f169cd |
children |
line diff
1.1 --- a/sslh/receipt Thu Apr 01 18:48:49 2010 +0200 1.2 +++ b/sslh/receipt Mon Feb 27 01:11:13 2012 -0500 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sslh" 1.7 -VERSION="1.7a" 1.8 +VERSION="1.10" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Accept both HTTPS and SSH connections on the same port." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -22,6 +22,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/sbin 1.16 - cp -a $src/sslh $fs/usr/sbin 1.17 + cp -a $src/sslh-fork $fs/usr/sbin 1.18 + cp -a $src/sslh-select $fs/usr/sbin 1.19 } 1.20