]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/applejuice
Fixed detection of snort description if there is no CRLF and the
[people/pmueller/ipfire-2.x.git] / lfs / applejuice
index 6871d653c341cc88c9e43da0af1bd59795524315..12e58a681eb38cf1b68e492e60210d843b63eb9e 100644 (file)
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 0.30
+VER        = 0.31
 
 THISAPP    = applejuice-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = applejuice
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "java"
 
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3902240094208758888a622d1cac1c1c
+$(DL_FILE)_MD5 = dc4ac444ff9ec9e1e841e856564d0234
 
 install : $(TARGET)
 
@@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && cp -afv phpaj /srv/web
        chown nobody.nobody /srv/web/phpaj -Rv
        -mkdir /var/ipfire/applejuice
-       echo "RAMSIZE=64" > /var/ipfire/applejuice/settings
+       echo "RAMSIZE=64M" > /var/ipfire/applejuice/settings
        chown nobody.nobody /var/ipfire/applejuice -Rv
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)