summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-16 23:00:47 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-16 23:00:47 +0100
commit4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9 (patch)
treefeef980a80b9a2c63a5bde5f05e9489701dfe676 /base
parentc03ea4ae568b5bfd13f292de35a22b0e3113ba27 (diff)
downloadnutyx-pakxe-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.gz
nutyx-pakxe-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.bz2
nutyx-pakxe-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.xz
nutyx-pakxe-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.zip
unzip, maj 6.0-1
Diffstat (limited to 'base')
-rw-r--r--base/unzip/.md5sum.i6862
-rw-r--r--base/unzip/.md5sum.x86_642
-rwxr-xr-xbase/unzip/Pkgfile12
3 files changed, 6 insertions, 10 deletions
diff --git a/base/unzip/.md5sum.i686 b/base/unzip/.md5sum.i686
index d71efd19c..26776c5cc 100644
--- a/base/unzip/.md5sum.i686
+++ b/base/unzip/.md5sum.i686
@@ -1 +1 @@
-9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz
+62b490407489521db863b523a7f86375 unzip60.tar.gz
diff --git a/base/unzip/.md5sum.x86_64 b/base/unzip/.md5sum.x86_64
index d71efd19c..26776c5cc 100644
--- a/base/unzip/.md5sum.x86_64
+++ b/base/unzip/.md5sum.x86_64
@@ -1 +1 @@
-9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz
+62b490407489521db863b523a7f86375 unzip60.tar.gz
diff --git a/base/unzip/Pkgfile b/base/unzip/Pkgfile
index 7699bb02a..0a61a9571 100755
--- a/base/unzip/Pkgfile
+++ b/base/unzip/Pkgfile
@@ -1,21 +1,17 @@
# Description: Utilitaire de décompression de fichiers zip
-# URL: http://infozip.sourceforge.net/UnZip.html
+# URL: http://www.info-zip.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:
name=unzip
-version=5.52
+version=6.0
release=1
-source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz)
-# http://www.linuxfromscratch.org/patches/blfs/svn/unzip-5.52-security_fix-1.patch\
-# http://www.linuxfromscratch.org/patches/blfs/svn/unzip-5.52-security_fix-2.patch )
+source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz)
build() {
- cd $name-$version
-# patch -Np1 -i ../unzip-5.52-security_fix-1.patch
-# patch -Np1 -i ../unzip-5.52-security_fix-2.patch
+ cd $name${version/./}
case `uname -m` in
x86_64)
make -f unix/Makefile LOCAL_UNZIP=-D FILE_OFFSET_64BITS=64 \