From f5219dd3f3b3f597e61d5e3e1fe26b84a4578c44 Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 9 Jun 2010 13:42:35 +0200 Subject: Maj de unzip#5.52-1 --- base/unzip/Pkgfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'base/unzip/Pkgfile') diff --git a/base/unzip/Pkgfile b/base/unzip/Pkgfile index baec20844..7699bb02a 100755 --- a/base/unzip/Pkgfile +++ b/base/unzip/Pkgfile @@ -7,15 +7,15 @@ name=unzip version=5.52 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://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 ) build() { cd $name-$version - patch -Np1 -i ../unzip-5.52-security_fix-1.patch - patch -Np1 -i ../unzip-5.52-security_fix-2.patch +# patch -Np1 -i ../unzip-5.52-security_fix-1.patch +# patch -Np1 -i ../unzip-5.52-security_fix-2.patch case `uname -m` in x86_64) make -f unix/Makefile LOCAL_UNZIP=-D FILE_OFFSET_64BITS=64 \ -- cgit v1.2.3-54-g00ecf