1
0
forked from ports/contrib

sslh: 1.20 -> 1.21

This commit is contained in:
Tim Biermann 2020-07-12 09:14:55 +00:00
parent 57bd3cfdf1
commit a5f5c3d2cf
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ww+ikVun6kgBbRv2pVabCmLVKMdFmvyyivJx3xWC6fC2lyc+LzYRhq+18WilIPORWIUqQqbDR3NZ3sF4ujw8AY=
SHA256 (Pkgfile) = b3899805181dd109cd1fe0c66bc1ea4fc6193a854836d3d0030b859774b5c530
RWSagIOpLGJF37xKkUTVLyhaV+g6nVnA8mGBd2pG+vPGsqPvu2dgB1Q19gR4SkDjal/VNqla3yAe5CvNdVrbBLvxoYx/tgBZzgk=
SHA256 (Pkgfile) = 8793d4f0a18118f46f040a110097291850a6aabedf658058bd2e5a6fb8e7eedc
SHA256 (.footprint) = 8d24cb7ed9892a2314a790a55743e87bec5fe07e8eb65d4d1061c8cfe22023e6
SHA256 (sslh-v1.20.tar.gz) = a7f49b0a1cfcb7bb9d97f5ffa932bff11c5f65d9a9bd8fe1812481dee5855116
SHA256 (sslh-1.21.tar.gz) = eba342df70663300a9f5113497bc3fa6a4fe5e90dc4a77a2e72f3485a130a9b7
SHA256 (sslh.rc) = 533f02850f171f02a591579a9ff93148b0c8631dceba0de2faf802d51245eded

View File

@ -1,18 +1,19 @@
# Description: accept both HTTPS and SSH connections on the same port
# URL: http://www.rutschle.net/tech/sslh.shtml
# URL: https://www.rutschle.net/tech/sslh.shtml
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libconfig
name=sslh
version=1.20
version=1.21
release=1
source=(http://www.rutschle.net/tech/$name/$name-v${version}.tar.gz sslh.rc)
source=(https://github.com/yrutschle/sslh/archive/v$version/$name-$version.tar.gz
sslh.rc)
build () {
install -D -m 0755 $name.rc $PKG/etc/rc.d/$name
cd $name-v${version}
cd $name-$version
make -j1