From a126dabb93655e4daea3bba5753fa2d573f8242e Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 13 Dec 2017 15:39:35 -0500 Subject: unrar: Update to latest version (5.5.8) 11-Aug-2017 version fixes outstanding CVE's. CVE-2012-6706, CVE-2017-12942, CVE-2017-12941, CVE-2017-12940 and CVE-2017-12938 Signed-off-by: Ted Hess --- utils/unrar/patches/100-makefile_fixes.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'utils/unrar/patches') diff --git a/utils/unrar/patches/100-makefile_fixes.patch b/utils/unrar/patches/100-makefile_fixes.patch index ae4c62386..82205ea26 100644 --- a/utils/unrar/patches/100-makefile_fixes.patch +++ b/utils/unrar/patches/100-makefile_fixes.patch @@ -1,6 +1,6 @@ --- a/makefile +++ b/makefile -@@ -2,12 +2,12 @@ +@@ -2,13 +2,13 @@ # Makefile for UNIX - unrar # Linux using GCC @@ -11,17 +11,18 @@ LIBFLAGS=-fPIC DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP STRIP=strip + AR=ar -LDFLAGS=-pthread +LDFLAGS=-lpthread DESTDIR=/usr # Linux using LCC -@@ -142,7 +142,7 @@ uninstall-unrar: +@@ -166,7 +166,7 @@ uninstall-unrar: rm -f $(DESTDIR)/bin/unrar install-lib: - install libunrar.so $(DESTDIR)/lib + install -D libunrar.so $(DESTDIR)/lib/libunrar.so + install libunrar.a $(DESTDIR)/lib uninstall-lib: - rm -f $(DESTDIR)/lib/libunrar.so -- cgit v1.2.3