diff options
author | Kyle Copperfield <kmcopper@danwin1210.me> | 2019-11-19 18:50:00 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-01-15 20:04:06 +0100 |
commit | 0da193ee6943fc7afd100d2378cd1989d1f1cc03 (patch) | |
tree | 8d5a59fd1639848047cb0fc801a140984a5fef49 /package/base-files/Makefile | |
parent | f704f97e4c57e3f2db1bd2f5c87e1e44aebba42b (diff) | |
download | upstream-0da193ee6943fc7afd100d2378cd1989d1f1cc03.tar.gz upstream-0da193ee6943fc7afd100d2378cd1989d1f1cc03.tar.bz2 upstream-0da193ee6943fc7afd100d2378cd1989d1f1cc03.zip |
dropbear: move failsafe code out of base-files
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Failsafe code of dropbear should be in the dropbear package not the
base-files package.
Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.me>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 268d7d4cc9..e389148d47 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=212 +PKG_RELEASE:=213 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |