OSDN Git Service

Bump security patch level to 2018-03-05
authorMoritz Horstmann <dev@peterzweg.at>
Thu, 8 Mar 2018 12:59:07 +0000 (13:59 +0100)
committerMoritz Horstmann <dev@peterzweg.at>
Thu, 8 Mar 2018 14:06:20 +0000 (15:06 +0100)
CVEs fixed in this topic:
CVE-2017-13248
CVE-2017-13249
CVE-2017-13250
CVE-2017-13251
CVE-2017-13254
CVE-2017-13255
CVE-2017-13256
CVE-2017-13257
CVE-2017-13258
CVE-2017-13259
CVE-2017-13260
CVE-2017-13261
CVE-2017-13262
CVE-2017-13264
CVE-2017-13266
CVE-2017-13268
CVE-2017-13269
CVE-2017-13272

CVEs not affecting 14.1:
CVE-2017-13252 8.0/8.1 only
CVE-2017-13253 8.0/8.1 only
CVE-2017-13263 8.0/8.1 only
CVE-2017-13265 Affects 7.1.2, but is not used in any of our 14.1 builds

Change-Id: I21c988578280cc85e958303bb2c0e4663a5757ad

core/version_defaults.mk

index 42fa3a8..3a6d002 100644 (file)
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
     #  It must be of the form "YYYY-MM-DD" on production devices.
     #  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-02-05
+    PLATFORM_SECURITY_PATCH := 2018-03-05
 endif
 
 ifeq "" "$(PLATFORM_BASE_OS)"