Browse Source

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 years ago
parent
commit
4a682ba287

+ 18
- 0
.gitmodules View File

[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 View File

README \ README \
TODO \ TODO \
INSTALL \ INSTALL \
COPYING
COPYING \
SNF4SA/SNF4SA_INSTALL \
SNF4SA/SNF4SA_README \
SNF4SA/snf4sa.cf \
SNF4SA/snf4sa.pm


EXTRA_DIST = \ EXTRA_DIST = \
$(doc_DATA) \ $(doc_DATA) \
Makefile.am \ Makefile.am \
configure.ac \ 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 DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD

+ 2
- 2
SNF_CS_Developer_Package/SNF4SA/Makefile.am View File

EXTRA_DIST = \ EXTRA_DIST = \
Makefile.am \ Makefile.am \
configure.ac \ configure.ac \
README \
INSTALL \
SNF4SA_README \
SNF4SA_INSTALL \
snf4sa.cf \ snf4sa.cf \
snf4sa.pm snf4sa.pm

SNF_CS_Developer_Package/SNF4SA/INSTALL → SNF_CS_Developer_Package/SNF4SA/SNF4SA_INSTALL View File


SNF_CS_Developer_Package/SNF4SA/README → SNF_CS_Developer_Package/SNF4SA/SNF4SA_README View File


+ 8
- 0
SNF_CS_Developer_Package/Scripts/getRulebase.in View File

# Do not modify anything below this line. # Do not modify anything below this line.
# #


STATUS_FILE_NAME=getRulebase.status

cd $SNIFFER_PATH cd $SNIFFER_PATH


if [ -e UpdateReady.txt ] && [ ! -e UpdateReady.lck ]; then if [ -e UpdateReady.txt ] && [ ! -e UpdateReady.lck ]; then
# normally be run by the <update-script/> mechanism in SNFServer. # normally be run by the <update-script/> mechanism in SNFServer.
# touch UpdateReady.lck # 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 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 $SNF2CHECK $LICENSE_ID.new $AUTHENTICATION
if [ -e UpdateReady.txt ]; then rm -f UpdateReady.txt; fi if [ -e UpdateReady.txt ]; then rm -f UpdateReady.txt; fi
if [ -e UpdateReady.lck ]; then rm -f UpdateReady.lck; fi if [ -e UpdateReady.lck ]; then rm -f UpdateReady.lck; fi


echo Success > $STATUS_FILE_NAME

else else


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


echo Failure > $STATUS_FILE_NAME

fi fi
fi fi



+ 1
- 1
SNF_CS_Developer_Package/binary/SNFClient/Makefile.am View File

SNFClient SNFClient


SNFClient_SOURCES = \ 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/base64codec.cpp \
@top_srcdir@/source/CodeDweller/configuration.cpp \ @top_srcdir@/source/CodeDweller/configuration.cpp \
@top_srcdir@/source/CodeDweller/networking.cpp \ @top_srcdir@/source/CodeDweller/networking.cpp \

+ 1
- 1
SNF_CS_Developer_Package/binary/SNFServer/Makefile.am View File

SNFServer SNFServer


SNFServer_SOURCES = \ 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/base64codec.cpp \
@top_srcdir@/source/CodeDweller/configuration.cpp \ @top_srcdir@/source/CodeDweller/configuration.cpp \
@top_srcdir@/source/CodeDweller/networking.cpp \ @top_srcdir@/source/CodeDweller/networking.cpp \

+ 1
- 0
SNF_CS_Developer_Package/source/CodeDweller

Subproject commit 309315dfe813a3e8ae92a53e3ebae57c6fa94487

+ 1
- 0
SNF_CS_Developer_Package/source/SNF2Check

Subproject commit 6045adc4516d9e0caa0727af28e6ae733c1cbb76

+ 1
- 0
SNF_CS_Developer_Package/source/SNFClient

Subproject commit d77a37630eaa3eb1b3acac6983f61d49bd392096

+ 1
- 0
SNF_CS_Developer_Package/source/SNFMulti

Subproject commit 304ab5e19b73a1706b871b8e5e5f765384ec1a10

+ 1
- 0
SNF_CS_Developer_Package/source/SNFServer

Subproject commit ac9b30f941ab20b38c3b34b7744166120e60ebc5

+ 1
- 0
SNF_CS_Developer_Package/source/SNFUtility

Subproject commit bcfbab8445952df6fa767e0163eed0ba5e2a3c53

+ 1
- 1
Version.txt View File

3.2.1
3.2.2

Loading…
Cancel
Save