[arch-commits] Commit in snort/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 15 19:01:48 UTC 2008


    Date: Sunday, June 15, 2008 @ 15:01:47
  Author: andyrtr
Revision: 2918

Merged revisions 325-2917 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/snort/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2916 | andyrtr | 2008-06-15 18:16:57 +0000 (So, 15 Jun 2008) | 2 lines
  
  upgpkg: snort 2.8.2-1
      updatepkg + fix #10470
........

Modified:
  snort/repos/extra-i686/	(properties)
  snort/repos/extra-i686/PKGBUILD
  snort/repos/extra-i686/snort.conf.d

--------------+
 PKGBUILD     |   10 ++++++----
 snort.conf.d |   16 +++++++++++++++-
 2 files changed, 21 insertions(+), 5 deletions(-)


Property changes on: snort/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /snort/trunk:1-324
   + /snort/trunk:1-2917

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-15 18:17:31 UTC (rev 2917)
+++ extra-i686/PKGBUILD	2008-06-15 19:01:47 UTC (rev 2918)
@@ -3,20 +3,22 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
 pkgname=snort
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="A lightweight network intrusion detection system"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libpcap>=0.9.8' 'pcre')
-backup=('etc/conf.d/snort' 'etc/snort/snort.conf')
+backup=(etc/conf.d/snort
+	etc/snort/{snort,threshold}.conf
+	etc/snort/{confreference,classification}.config)
 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"
 options=('!makeflags' '!libtool')
-md5sums=('a41fd96894ab59ae4df45aa5f3345c52'
+md5sums=('ce431672bdfd9e9730871a5f80a43550'
          '53284a7996ee41c4c58d13c65d46d776'
-         'a117b68ec3d188e40e117f3197e1db25'
+         'e861a59739151ee12798f31e029d43c5'
          'f236b8a4ac12e99d3e7bd81bf3b5a482')
 
 build() {

Modified: extra-i686/snort.conf.d
===================================================================
--- extra-i686/snort.conf.d	2008-06-15 18:17:31 UTC (rev 2917)
+++ extra-i686/snort.conf.d	2008-06-15 19:01:47 UTC (rev 2918)
@@ -1,4 +1,18 @@
 #
 # Parameters to be passed to snort
 #
-SNORT_ARGS="-c /etc/snort -D"
+
+# options taken from Fedora
+# http://cvs.fedoraproject.org/viewcvs/devel/snort/sysconfig.snort?rev=1.2&view=markup
+
+# What user account should we run under.
+USER="root"
+
+# What group account should we run under. 
+GROUP="root"
+
+# define the interface we listen on
+INTERFACE="eth0"
+
+# If you are using prelude, delete the '-A fast' option
+SNORT_OPTIONS="-A fast -b -l /var/log/snort -D -p"
\ No newline at end of file





More information about the arch-commits mailing list