From 4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 16 Feb 2011 23:00:47 +0100 Subject: unzip, maj 6.0-1 --- base/unzip/.md5sum.i686 | 2 +- base/unzip/.md5sum.x86_64 | 2 +- base/unzip/Pkgfile | 12 ++++-------- 3 files changed, 6 insertions(+), 10 deletions(-) (limited to 'base/unzip') 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 \ -- cgit v1.2.3-70-g09d2