diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-25 23:26:20 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-28 15:45:20 +0200 |
| commit | 4f9190f14e821a90cae690b1741eee4efd9b661b (patch) | |
| tree | 200d9514874237a8a4c1a2535e0357fbbd6edceb /package/kodi | |
| parent | 0e422730722fe92e79883b5fdb9f2e95a241afd7 (diff) | |
| download | buildroot-4f9190f14e821a90cae690b1741eee4efd9b661b.tar.gz buildroot-4f9190f14e821a90cae690b1741eee4efd9b661b.zip | |
package/kodi: security bump to version 17.3
Release notes:
https://kodi.tv/article/kodi-v173-minor-bug-fix-and-security-release
"Fix possible security flaw which could abused .zip files which try to
traverse to a parent directory"
For details about the security bug refer to
http://blog.checkpoint.com/2017/05/23/hacked-in-translation/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi')
| -rw-r--r-- | package/kodi/kodi.hash | 2 | ||||
| -rw-r--r-- | package/kodi/kodi.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/kodi/kodi.hash b/package/kodi/kodi.hash index 5e76fc50c4..167b179288 100644 --- a/package/kodi/kodi.hash +++ b/package/kodi/kodi.hash @@ -1,5 +1,5 @@ # Locally computed -sha256 303f3903cbb57ccc2961f09cf3746505542bcb129a464f0687d7ca8601cebbee kodi-17.1-Krypton.tar.gz +sha256 1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1 kodi-17.3-Krypton.tar.gz # Locally computed - libdvdcss sha256 b6eb2d929ff56cb051152c32010afc5e7cf5fe8c5ae32dca412a2b46b6b57e34 2f12236.tar.gz # Locally computed - libdvdnav diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index 0b89bdd86a..2636a0b96e 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -6,7 +6,7 @@ # When updating the version, please also update kodi-jsonschemabuilder # and kodi-texturepacker -KODI_VERSION = 17.1-Krypton +KODI_VERSION = 17.3-Krypton KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION)) KODI_LICENSE = GPL-2.0 KODI_LICENSE_FILES = LICENSE.GPL |

