# HG changeset patch # User Hans-G?nter Theisgen # Date 1570795265 -3600 # Node ID b74c4585444b5279f918fee35e0d7c3124813679 # Parent 40ff746a5f02fc25e113379c85ca7cef77725fcc updated sshguard (2.2.0 -> 2.4.0) diff -r 40ff746a5f02 -r b74c4585444b sshguard/receipt --- a/sshguard/receipt Thu Oct 10 17:19:11 2019 +0100 +++ b/sshguard/receipt Fri Oct 11 13:01:05 2019 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="sshguard" -VERSION="2.2.0" +VERSION="2.4.0" CATEGORY="security" -SHORT_DESC="Protects networked hosts from brute force attacks" +TAGS="ssh" +SHORT_DESC="Protects networked hosts from brute force attacks." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://www.sshguard.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.sshguard.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" -TAGS="ssh" DEPENDS="iptables" BUILD_DEPENDS="" @@ -17,9 +18,10 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -29,6 +31,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/libexec $fs/usr + + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/libexec $fs/usr }