From bef8dc4b565aa6c575f683384eb5eb8b918d64d5 Mon Sep 17 00:00:00 2001 From: Thomas_York Date: Thu, 13 May 2010 00:38:16 +0200 Subject: [PATCH] network/snort: Updated for version 2.8.4.1 --- network/snort/snort.SlackBuild | 2 +- network/snort/snort.info | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild index 7168c20f76..5f234dbf66 100644 --- a/network/snort/snort.SlackBuild +++ b/network/snort/snort.SlackBuild @@ -125,4 +125,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/snort/snort.info b/network/snort/snort.info index ca5339190f..384c1c7b7e 100644 --- a/network/snort/snort.info +++ b/network/snort/snort.info @@ -2,7 +2,9 @@ PRGNAM="snort" VERSION="2.8.4.1" HOMEPAGE="http://www.snort.org/" DOWNLOAD="http://dl.snort.org/snort-current/snort-2.8.4.1.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="63f4e76ae96a2d133f4c7b741bad5458" +MD5SUM_x86_64="" MAINTAINER="Thomas_York" EMAIL="straterra@fuhell.com" APPROVED="rworkman"