• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Revisiond2257f560997632969de9ca0c71a493ec9b7a854 (tree)
Time2017-11-18 06:32:58
AuthorBruno Martins <bgcngm@gmai...>
CommiterBruno Martins

Log Message

Bump Security String to 2017-11-06

KRACK vulnerability patches were shipped a while ago,
so we can advertise a security patch level of 2017-11-06.

Change-Id: I68300e296ae8fe10aecefd45cfa581d35d8086a8

Change Summary

Incremental Difference

--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
131131 # It must be of the form "YYYY-MM-DD" on production devices.
132132 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
133133 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
134- PLATFORM_SECURITY_PATCH := 2017-11-05
134+ PLATFORM_SECURITY_PATCH := 2017-11-06
135135 endif
136136
137137 ifeq "" "$(PLATFORM_BASE_OS)"