summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormse1969 <mse1969@posteo.de>2019-02-02 22:31:09 +0100
committerMarkus S <mse1969@posteo.de>2019-02-09 15:35:40 +0100
commit3c4fb49847024d7f8cac0168d3b79d9068586215 (patch)
tree4d322f18dd1f24194c057f0246f3a02f822ef61c
parentdceda7568a2531c9ae5811d7b98a920e255a00e7 (diff)
downloadbuild-3c4fb49847024d7f8cac0168d3b79d9068586215.tar.gz
build-3c4fb49847024d7f8cac0168d3b79d9068586215.tar.bz2
build-3c4fb49847024d7f8cac0168d3b79d9068586215.zip
Bump Security Patch Level to 2019-01-01
CVE-2018-9583 A-112860487 Critical Change 240477 CVE-2018-9584 A-114047681 High Change 240469 CVE-2018-9585 A-117554809 High Change 240470 CVE-2018-9586 A-116754444 High Change 240472 CVE-2018-9587 A-113597344 High Change 240466 CVE-2018-9588 A-111450156 High Change 241258 CVE-2018-9589 A-111893132 High Change 240471 CVE-2018-9590 A-115900043 High Change 240476 CVE-2018-9591 A-116108738 High Change 240473 CVE-2018-9592 A-116319076 High Change 240474 CVE-2018-9593 A-116722267 High Change 240467 CVE-2018-9594 A-116791157 High Change 240468 Reference Version: 7.0 Change-Id: I36bce7d9c888275f57fe1b3145cf0acca050a5bd
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 491b2ace5..344395641 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
#
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2018-12-01
+ PLATFORM_SECURITY_PATCH := 2019-01-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"