1) Updated for new repository structure. 2) Update getRulebase.in to create status file. 3) Install SNF4SA.master
[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 |
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 |
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 |
# 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 | ||||
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 \ |
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 \ |
Subproject commit 309315dfe813a3e8ae92a53e3ebae57c6fa94487 |
Subproject commit 6045adc4516d9e0caa0727af28e6ae733c1cbb76 |
Subproject commit d77a37630eaa3eb1b3acac6983f61d49bd392096 |
Subproject commit 304ab5e19b73a1706b871b8e5e5f765384ec1a10 |
Subproject commit ac9b30f941ab20b38c3b34b7744166120e60ebc5 |
Subproject commit bcfbab8445952df6fa767e0163eed0ba5e2a3c53 |
3.2.1 | |||||
3.2.2 |