diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/unzip/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/unzip/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | base/unzip/Pkgfile | 12 |
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 \ |