From: b Date: Mon, 26 Feb 2024 21:33:13 +0000 (+0000) Subject: use optimised HTML entity encoding X-Git-Tag: v1.2.8 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?p=ott%2Fbsta;a=commitdiff_plain;h=a62a65e270d66e30dba2fd8af3ead2f141a36db4 use optimised HTML entity encoding --- diff --git a/botm-common b/botm-common index 44fbe59..f0a6abf 160000 --- a/botm-common +++ b/botm-common @@ -1 +1 @@ -Subproject commit 44fbe59bfd7652a0975e601591df4a4b218da40d +Subproject commit f0a6abfdebbbfd1b578d7339df1627f1afacd2be diff --git a/makefile b/makefile index e0608ae..2388b5e 100644 --- a/makefile +++ b/makefile @@ -153,7 +153,7 @@ all: $(BIN) setuid exec makefile: makefile.1.mak $(CONFIGFILE) configure.pl - $(CONFIGURE_CMD) < makefile.1.mak > makefile + $(CONFIGURE_CMD) --in makefile.1.mak --out makefile configure.pl: $(CONFIGFILE) config/configure.1.pl $(PERL) config/configure.1.pl --do target=direct settings-$(TARGET).txt config/settings.txt --in config/configure.1.pl --out configure.pl @@ -204,7 +204,7 @@ install: all cp_bin cp_lib cp_www cp_conf cp_cron clean: $(RM) -f configure.pl $(TO_GENERATE) $(PERL_WRAP_EXEC) $(PERL_WRAP_EXEC:=.c) - $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile + $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) --in makefile.1.mak --out makefile PHONY: all clean install setuid exec mktree cp_bin cp_lib cp_www cp_conf cp_cron diff --git a/settings.txt b/settings.txt index 363757b..1d7117d 100644 --- a/settings.txt +++ b/settings.txt @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -_version: 1.2.7 +_version: 1.2.8 _SHEBANG: #!$0