[csw-devel] SF.net SVN: gar:[6897] csw/mgar/pkg/snort/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Sun Oct 18 21:53:50 CEST 2009
Revision: 6897
http://gar.svn.sourceforge.net/gar/?rev=6897&view=rev
Author: bonivart
Date: 2009-10-18 19:53:49 +0000 (Sun, 18 Oct 2009)
Log Message:
-----------
snort: update to 2.8.5, initial commit
Modified Paths:
--------------
csw/mgar/pkg/snort/trunk/Makefile
csw/mgar/pkg/snort/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/snort/trunk/files/CSWsnort.depend
csw/mgar/pkg/snort/trunk/files/CSWsnort.gspec
Property Changed:
----------------
csw/mgar/pkg/snort/trunk/
Property changes on: csw/mgar/pkg/snort/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/snort/trunk/Makefile
===================================================================
--- csw/mgar/pkg/snort/trunk/Makefile 2009-10-18 18:00:53 UTC (rev 6896)
+++ csw/mgar/pkg/snort/trunk/Makefile 2009-10-18 19:53:49 UTC (rev 6897)
@@ -1,36 +1,53 @@
GARNAME = snort
-GARVERSION = 2.6.0.2
+GARVERSION = 2.8.5
CATEGORIES = net
DESCRIPTION = The open source Network Intrusion Detection System
define BLURB
-Snort\xAE is an open source network intrusion prevention and detection system utilizing a rule-driven language, which combines the benefits of signature, protocol and anomaly based inspection methods. With millions of downloads to date, Snort is the most widely deployed intrusion detection and prevention technology worldwide and has become the de facto standard for the industry.
+ Snort is an open source network intrusion prevention and detection
+ system utilizing a rule-driven language, which combines the benefits
+ of signature, protocol and anomaly based inspection methods. With
+ millions of downloads to date, Snort is the most widely deployed
+ intrusion detection and prevention technology worldwide and has
+ become the de facto standard for the industry.
endef
-MASTER_SITES = http://www.snort.org/dl/current/
+MASTER_SITES = http://dl.snort.org/snort-current/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWsnort, depend )
+#DISTFILES += $(call admfiles,CSWsnort, depend )
+#LICENSE = COPYRIGHT
+
+#PACKAGES =
+#CATALOGNAME_CSWx =
+
+#ARCHALL_CSWx = 1
+
+#SPKG_DESC_CSWx =
+
+REQUIRED_PKGS = CSWpcre CSWlibpcap
+#REQUIRED_PKGS += CSWcswclassutils CSWosslrt CSWmysql4rt CSWzlib
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS) --libdir=/opt/csw/lib
CONFIGURE_ARGS += --enable-dynamicplugin
-TEST_SCRIPTS =
+#TEST_SCRIPTS =
include gar/category.mk
-pre-install:
- ( mkdir -p $(DESTDIR)/opt/csw/etc )
- ( cp $(WORKSRC)/etc/snort.conf $(DESTDIR)/opt/csw/etc/snort.conf.CSW )
- ( cp $(WORKSRC)/etc/unicode.map $(DESTDIR)/opt/csw/etc/unicode.map )
- ( cp $(WORKSRC)/etc/sid-msg.map $(DESTDIR)/opt/csw/etc/sid-msg.map )
- ( cp $(WORKSRC)/etc/gen-msg.map $(DESTDIR)/opt/csw/etc/gen-msg.map )
- ( cp $(WORKSRC)/etc/classification.config $(DESTDIR)/opt/csw/etc/classification.config )
- ( cp $(WORKSRC)/etc/reference.config $(DESTDIR)/opt/csw/etc/reference.config )
- ( cp $(WORKSRC)/etc/generators $(DESTDIR)/opt/csw/etc/generators )
- @$(MAKECOOKIE)
+#pre-install:
+# ( mkdir -p $(DESTDIR)/opt/csw/etc )
+# ( cp $(WORKSRC)/etc/snort.conf $(DESTDIR)/opt/csw/etc/snort.conf.CSW )
+# ( cp $(WORKSRC)/etc/unicode.map $(DESTDIR)/opt/csw/etc/unicode.map )
+# ( cp $(WORKSRC)/etc/sid-msg.map $(DESTDIR)/opt/csw/etc/sid-msg.map )
+# ( cp $(WORKSRC)/etc/gen-msg.map $(DESTDIR)/opt/csw/etc/gen-msg.map )
+# ( cp $(WORKSRC)/etc/classification.config $(DESTDIR)/opt/csw/etc/classification.config )
+# ( cp $(WORKSRC)/etc/reference.config $(DESTDIR)/opt/csw/etc/reference.config )
+# ( cp $(WORKSRC)/etc/generators $(DESTDIR)/opt/csw/etc/generators )
+# @$(MAKECOOKIE)
-post-install:
- ( rm -rf $(DESTDIR)/opt/csw/src )
+#post-install:
+# ( rm -rf $(DESTDIR)/opt/csw/src )
Modified: csw/mgar/pkg/snort/trunk/checksums
===================================================================
--- csw/mgar/pkg/snort/trunk/checksums 2009-10-18 18:00:53 UTC (rev 6896)
+++ csw/mgar/pkg/snort/trunk/checksums 2009-10-18 19:53:49 UTC (rev 6897)
@@ -1,3 +1 @@
-5c094ff6d82db845a5f023e4a492103e download/snort-2.6.0.2.tar.gz
-63d72583684146784d0aea8cb95c5686 download/CSWsnort.gspec
-32c1aa45549083163a276d8cd37abcad download/CSWsnort.depend
+165c38eaf7eaf95423e44e14a0738810 snort-2.8.5.tar.gz
Deleted: csw/mgar/pkg/snort/trunk/files/CSWsnort.depend
===================================================================
--- csw/mgar/pkg/snort/trunk/files/CSWsnort.depend 2009-10-18 18:00:53 UTC (rev 6896)
+++ csw/mgar/pkg/snort/trunk/files/CSWsnort.depend 2009-10-18 19:53:49 UTC (rev 6897)
@@ -1,2 +0,0 @@
-P CSWlibpcap
-P CSWpcre
Deleted: csw/mgar/pkg/snort/trunk/files/CSWsnort.gspec
===================================================================
--- csw/mgar/pkg/snort/trunk/files/CSWsnort.gspec 2009-10-18 18:00:53 UTC (rev 6896)
+++ csw/mgar/pkg/snort/trunk/files/CSWsnort.gspec 2009-10-18 19:53:49 UTC (rev 6897)
@@ -1,4 +0,0 @@
-%var bitname snort
-%var pkgname CSWsnort
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list