mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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 <thess@kitschensync.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user