wok-next rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents f4530a23116c
children 60379759ac53
files sshguard/receipt sshttp/receipt
line diff
     1.1 --- a/sshguard/receipt	Sun Oct 22 19:31:48 2017 +0300
     1.2 +++ b/sshguard/receipt	Sun Oct 22 18:48:45 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshguard"
     1.7 -VERSION="1.5"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Protects networked hosts from brute force attacks"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.sshguard.net/"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.18  TAGS="ssh"
    1.19  
    1.20  DEPENDS="iptables"
    1.21 @@ -17,7 +17,6 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	./configure --prefix=/usr \
    1.27  		--sysconfdir=/etc \
    1.28  		--mandir=/usr/share/man \
     2.1 --- a/sshttp/receipt	Sun Oct 22 19:31:48 2017 +0300
     2.2 +++ b/sshttp/receipt	Sun Oct 22 18:48:45 2017 +0200
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sshttp"
     2.7 -VERSION="0-31s"
     2.8 +VERSION="0-35s2"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="hiding a SSH server behind a HTTP server."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="BSD"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="https://github.com/stealth/$PACKAGE"
    2.15 -WGET_URL="$WEB_SITE/tarball/$PACKAGE-$VERSION"
    2.16 +WGET_URL="$WEB_SITE/archive/$TARBALL"
    2.17  TAGS="ssh"
    2.18  
    2.19  BUILD_DEPENDS="wget libcap libcap-dev"