upx:version bump

This commit is contained in:
blue-devil
2020-01-09 20:47:48 +00:00
parent 70191d6e55
commit 6215ef0360
2 changed files with 13 additions and 6 deletions
+1 -2
View File
@@ -9,7 +9,6 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.export("UPX_LZMA_VERSION", "0x465")
shelltools.export("UPX_LZMADIR", get.workDIR())
@@ -20,4 +19,4 @@ def build():
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" )
pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*")
+12 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>upx</Name>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Ultimate executable compressor.</Summary>
<Description>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.</Description>
<Archive sha1sum="d692b9b699992a8b6e29576734384dedca4e029b" type="tarxz">http://upx.sourceforge.net/download/upx-3.94-src.tar.xz</Archive>
<Archive sha1sum="2f69002bd6012011c90732e8da96c366157e51e9" type="tarxz">http://upx.sourceforge.net/download/upx-3.95-src.tar.xz</Archive>
<Archive sha1sum="5ec1c4606fec88c770a9712073e83916f8aed173" type="tarbz2">http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2</Archive>
<BuildDependencies>
<Dependency>ucl-devel</Dependency>
@@ -22,10 +22,11 @@
<Package>
<Name>upx</Name>
<Summary>Ultimate executable compressor.</Summary>
<RuntimeDependencies>
<Dependency>ucl</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<!--<Dependency>zlib</Dependency>-->
<!--<Dependency>libgcc</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -35,6 +36,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-12-03</Date>
<Version>3.95</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-10</Date>
<Version>3.94</Version>