wok diff sslh/receipt @ rev 12669
cairo-dock-plugins: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 12:25:49 2012 +0200 (2012-05-01) |
parents | 57a910f169cd |
children | ae0647818eab |
line diff
1.1 --- a/sslh/receipt Thu Apr 01 18:48:49 2010 +0200 1.2 +++ b/sslh/receipt Tue May 01 12:25:49 2012 +0200 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