package/rauc: security bump to version 1.5
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 21 Dec 2020 11:24:14 +0000 (12:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 21 Dec 2020 23:06:40 +0000 (00:06 +0100)
Fixes the following security issue:

- CVE-2020-25860: Time-of-Check-Time-of-Use Vulnerability in code that
  checks and installs a firmware bundle.
  For more details, see the advisory:
  https://github.com/rauc/rauc/security/advisories/GHSA-cgf3-h62j-w9vv

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rauc/rauc.hash
package/rauc/rauc.mk

index d32712229371449f2ca7e4ffdbc2a2494d80acfe..73c1add995fd66d9c2cb48a47589bc1352bcd208 100644 (file)
@@ -1,4 +1,4 @@
 # Locally calculated, after verifying against
-# https://github.com/rauc/rauc/releases/download/v1.4/rauc-1.4.tar.xz.asc
-sha256  85aabf214cd93a37f7ad0b3aaad89eb94facf0f3ebf6e2edca945acbca9b0967  rauc-1.4.tar.xz
+# https://github.com/rauc/rauc/releases/download/v1.5/rauc-1.5.tar.xz.asc
+sha256  5dfbc46e808240c5014d318cfe64f0431307c37aa79cb2b013caa12daaf96d9d  rauc-1.5.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
index a6c7c010953beb9d0ed3d6d3bd85189c186d6755..fd39f000a8d21a7aedf15d3394dbaf736ea71a88 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RAUC_VERSION = 1.4
+RAUC_VERSION = 1.5
 RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
 RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
 RAUC_LICENSE = LGPL-2.1