diff --git a/util/archive/upx/actions.py b/util/archive/upx/actions.py index c542265c9b..974b5f8986 100644 --- a/util/archive/upx/actions.py +++ b/util/archive/upx/actions.py @@ -15,9 +15,9 @@ def setup(): shelltools.export("UPX_LZMADIR", get.workDIR()) def build(): - autotools.make("all") + autotools.make("CHECK_WHITESPACE=/bin/true all") def install(): pisitools.insinto("/usr/bin", "src/upx.out", "upx") pisitools.insinto("/usr/share/man/man1", "doc/upx.1") - pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*", "THANKS" ) \ No newline at end of file + pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*", "THANKS" ) diff --git a/util/archive/upx/pspec.xml b/util/archive/upx/pspec.xml index c36b50ba8b..094599e523 100644 --- a/util/archive/upx/pspec.xml +++ b/util/archive/upx/pspec.xml @@ -12,7 +12,7 @@ app:console Ultimate executable compressor. UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. - http://upx.sourceforge.net/download/upx-3.91-src.tar.bz2 + http://upx.sourceforge.net/download/upx-3.94-src.tar.xz http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2 ucl-devel @@ -35,6 +35,13 @@ + + 2018-01-14 + 3.94 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-02-17 3.91 @@ -57,4 +64,4 @@ karaguzelibrahim@gmail.com - \ No newline at end of file +