[arch-commits] CVS update of extra/system/snort (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jul 20 07:05:15 UTC 2007


    Date: Friday, July 20, 2007 @ 03:05:15
  Author: andyrtr
    Path: /home/cvs-extra/extra/system/snort

Modified: PKGBUILD (1.30 -> 1.31)

updatepkg 2.7.0 - switch to community rules


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/system/snort/PKGBUILD
diff -u extra/system/snort/PKGBUILD:1.30 extra/system/snort/PKGBUILD:1.31
--- extra/system/snort/PKGBUILD:1.30	Sat Jun  9 17:56:13 2007
+++ extra/system/snort/PKGBUILD	Fri Jul 20 03:05:15 2007
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD,v 1.30 2007/06/09 21:56:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.31 2007/07/20 07:05:15 andyrtr Exp $
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
 pkgname=snort
-pkgver=2.6.1.5
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="A lightweight network intrusion detection system"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libpcap' 'pcre')
 backup=('etc/conf.d/snort' 'etc/snort/snort.conf')
-source=(http://www.snort.org/dl/current/$pkgname-$pkgver.tar.gz snort snort.conf.d \
-        http://www.snort.org/pub-bin/downloads.cgi/Download/vrt_pr/snortrules-pr-2.4.tar.gz)
+source=(http://www.snort.org/dl/current/$pkgname-$pkgver.tar.gz snort snort.conf.d
+	http://www.snort.org/pub-bin/downloads.cgi/Download/comm_rules/Community-Rules-CURRENT.tar.gz) # rules RELEASED: 2007-04-27
 url="http://www.snort.org"
-md5sums=('e52a7ea6ba9743a8f8ca397cd26fa1bf'
+md5sums=('f4f11f793599750614ee5c477744e648'
          '53284a7996ee41c4c58d13c65d46d776'
          'a117b68ec3d188e40e117f3197e1db25'
-         '35d9a2486f8c0280bb493aa03c011927')
+         'f236b8a4ac12e99d3e7bd81bf3b5a482')
+options=('!makeflags')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc/snort --with-libpcap-includes=/usr/include/pcap \
     --without-mysql --without-postgresql --without-oracle --without-odbc




More information about the arch-commits mailing list