# HG changeset patch # User Pascal Bellard # Date 1508690925 -7200 # Node ID 580f079006a8025405ada19a526b95a2a16da493 # Parent f4530a23116ce3050ea672105cf76d4bec458d55 Up sshttp (0-35s2), sshguard (2.0.0) diff -r f4530a23116c -r 580f079006a8 sshguard/receipt --- a/sshguard/receipt Sun Oct 22 19:31:48 2017 +0300 +++ b/sshguard/receipt Sun Oct 22 18:48:45 2017 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="sshguard" -VERSION="1.5" +VERSION="2.0.0" CATEGORY="security" SHORT_DESC="Protects networked hosts from brute force attacks" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.sshguard.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" TAGS="ssh" DEPENDS="iptables" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ diff -r f4530a23116c -r 580f079006a8 sshttp/receipt --- a/sshttp/receipt Sun Oct 22 19:31:48 2017 +0300 +++ b/sshttp/receipt Sun Oct 22 18:48:45 2017 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="sshttp" -VERSION="0-31s" +VERSION="0-35s2" CATEGORY="network" SHORT_DESC="hiding a SSH server behind a HTTP server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/stealth/$PACKAGE" -WGET_URL="$WEB_SITE/tarball/$PACKAGE-$VERSION" +WGET_URL="$WEB_SITE/archive/$TARBALL" TAGS="ssh" BUILD_DEPENDS="wget libcap libcap-dev"