From 0870b14970036bad1f5ef88f2c5db6db16399a49 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 26 Jun 2018 17:11:14 -0700 Subject: [PATCH] unrar: Update to 5.6.5 Fixes a few CVEs. Signed-off-by: Rosen Penev --- utils/unrar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/unrar/Makefile b/utils/unrar/Makefile index 6d7b9ed5c5..a26fb8c398 100644 --- a/utils/unrar/Makefile +++ b/utils/unrar/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unrar -PKG_VERSION:=5.6.1 +PKG_VERSION:=5.6.5 PKG_RELEASE:=1 PKG_SOURCE:=unrarsrc-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.rarlab.com/rar -PKG_HASH:=67c339dffa95f6c1bedcca40045e99de5852919dbfaa06e4a9c8f18cd5064e70 +PKG_HASH:=eba36a421bf41491818dee9507d934064622bc0bd9db6bbb8422a4706f200898 PKG_MAINTAINER:=Álvaro Fernández Rojas , \ Ted Hess