Bladeren bron

Updated for git, updated getRulebase, install SNF4SA. Version -> 3.2.2

1) Updated for new repository structure.
2) Update getRulebase.in to create status file.
3) Install SNF4SA.
master
Alban Deniz 6 jaren geleden
bovenliggende
commit
4a682ba287

+ 18
- 0
.gitmodules Bestand weergeven

@@ -0,0 +1,18 @@
[submodule "SNF_CS_Developer_Package/source/CodeDweller"]
path = SNF_CS_Developer_Package/source/CodeDweller
url = https://code.microneil.com/madscientist/CodeDweller
[submodule "SNF_CS_Developer_Package/source/SNF2Check"]
path = SNF_CS_Developer_Package/source/SNF2Check
url = https://code.microneil.com/madscientist/SNF2Check
[submodule "SNF_CS_Developer_Package/source/SNFMulti"]
path = SNF_CS_Developer_Package/source/SNFMulti
url = https://code.microneil.com/madscientist/SNFMulti
[submodule "SNF_CS_Developer_Package/source/SNFUtility"]
path = SNF_CS_Developer_Package/source/SNFUtility
url = https://code.microneil.com/madscientist/SNFUtility
[submodule "SNF_CS_Developer_Package/source/SNFServer"]
path = SNF_CS_Developer_Package/source/SNFServer
url = https://code.microneil.com/madscientist/SNFServer
[submodule "SNF_CS_Developer_Package/source/SNFClient"]
path = SNF_CS_Developer_Package/source/SNFClient
url = https://code.microneil.com/madscientist/SNFClient

+ 6
- 6
SNF_CS_Developer_Package/Makefile.am Bestand weergeven

@@ -64,16 +64,16 @@ doc_DATA = \
README \
TODO \
INSTALL \
COPYING
COPYING \
SNF4SA/SNF4SA_INSTALL \
SNF4SA/SNF4SA_README \
SNF4SA/snf4sa.cf \
SNF4SA/snf4sa.pm

EXTRA_DIST = \
$(doc_DATA) \
Makefile.am \
configure.ac \
configure.ac.in \
SNF4SA/INSTALL \
SNF4SA/README \
SNF4SA/snf4sa.cf \
SNF4SA/snf4sa.pm
configure.ac.in

DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD

+ 2
- 2
SNF_CS_Developer_Package/SNF4SA/Makefile.am Bestand weergeven

@@ -14,7 +14,7 @@
EXTRA_DIST = \
Makefile.am \
configure.ac \
README \
INSTALL \
SNF4SA_README \
SNF4SA_INSTALL \
snf4sa.cf \
snf4sa.pm

SNF_CS_Developer_Package/SNF4SA/INSTALL → SNF_CS_Developer_Package/SNF4SA/SNF4SA_INSTALL Bestand weergeven


SNF_CS_Developer_Package/SNF4SA/README → SNF_CS_Developer_Package/SNF4SA/SNF4SA_README Bestand weergeven


+ 8
- 0
SNF_CS_Developer_Package/Scripts/getRulebase.in Bestand weergeven

@@ -19,6 +19,8 @@ LICENSE_ID=licenseid
# Do not modify anything below this line.
#

STATUS_FILE_NAME=getRulebase.status

cd $SNIFFER_PATH

if [ -e UpdateReady.txt ] && [ ! -e UpdateReady.lck ]; then
@@ -28,6 +30,8 @@ if [ -e UpdateReady.txt ] && [ ! -e UpdateReady.lck ]; then
# normally be run by the <update-script/> mechanism in SNFServer.
# touch UpdateReady.lck

rm -f $STATUS_FILE_NAME

curl http://www.sortmonster.net/Sniffer/Updates/$LICENSE_ID.snf --output $LICENSE_ID.new --compressed --user sniffer:ki11sp8m --remote-time --fail

$SNF2CHECK $LICENSE_ID.new $AUTHENTICATION
@@ -41,11 +45,15 @@ if [ -e UpdateReady.txt ] && [ ! -e UpdateReady.lck ]; then
if [ -e UpdateReady.txt ]; then rm -f UpdateReady.txt; fi
if [ -e UpdateReady.lck ]; then rm -f UpdateReady.lck; fi

echo Success > $STATUS_FILE_NAME

else

if [ -e $LICENSE_ID.new ]; then rm -f $LICENSE_ID.new; fi
if [ -e UpdateReady.lck ]; then rm -f UpdateReady.lck; fi

echo Failure > $STATUS_FILE_NAME

fi
fi


+ 1
- 1
SNF_CS_Developer_Package/binary/SNFClient/Makefile.am Bestand weergeven

@@ -19,7 +19,7 @@ sbin_PROGRAMS = \
SNFClient

SNFClient_SOURCES = \
@top_srcdir@/source/SNFClient/main.cpp \
@top_srcdir@/source/SNFClient/SNFClient/main.cpp \
@top_srcdir@/source/CodeDweller/base64codec.cpp \
@top_srcdir@/source/CodeDweller/configuration.cpp \
@top_srcdir@/source/CodeDweller/networking.cpp \

+ 1
- 1
SNF_CS_Developer_Package/binary/SNFServer/Makefile.am Bestand weergeven

@@ -19,7 +19,7 @@ sbin_PROGRAMS = \
SNFServer

SNFServer_SOURCES = \
@top_srcdir@/source/SNFServer/main.cpp \
@top_srcdir@/source/SNFServer/SNFServer/main.cpp \
@top_srcdir@/source/CodeDweller/base64codec.cpp \
@top_srcdir@/source/CodeDweller/configuration.cpp \
@top_srcdir@/source/CodeDweller/networking.cpp \

+ 1
- 0
SNF_CS_Developer_Package/source/CodeDweller

@@ -0,0 +1 @@
Subproject commit 309315dfe813a3e8ae92a53e3ebae57c6fa94487

+ 1
- 0
SNF_CS_Developer_Package/source/SNF2Check

@@ -0,0 +1 @@
Subproject commit 6045adc4516d9e0caa0727af28e6ae733c1cbb76

+ 1
- 0
SNF_CS_Developer_Package/source/SNFClient

@@ -0,0 +1 @@
Subproject commit d77a37630eaa3eb1b3acac6983f61d49bd392096

+ 1
- 0
SNF_CS_Developer_Package/source/SNFMulti

@@ -0,0 +1 @@
Subproject commit 304ab5e19b73a1706b871b8e5e5f765384ec1a10

+ 1
- 0
SNF_CS_Developer_Package/source/SNFServer

@@ -0,0 +1 @@
Subproject commit ac9b30f941ab20b38c3b34b7744166120e60ebc5

+ 1
- 0
SNF_CS_Developer_Package/source/SNFUtility

@@ -0,0 +1 @@
Subproject commit bcfbab8445952df6fa767e0163eed0ba5e2a3c53

+ 1
- 1
Version.txt Bestand weergeven

@@ -1 +1 @@
3.2.1
3.2.2

Laden…
Annuleren
Opslaan