summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-09 13:42:35 +0200
committersibel <lesibel at free dot fr>2010-06-09 13:42:35 +0200
commitf5219dd3f3b3f597e61d5e3e1fe26b84a4578c44 (patch)
tree7e5d39f65b0d1b0df0825a6c41722238317002a3 /base
parentd63e0beb75e86a12637b56642a11b37488d05b4d (diff)
downloadnutyx-extra-f5219dd3f3b3f597e61d5e3e1fe26b84a4578c44.tar.gz
nutyx-extra-f5219dd3f3b3f597e61d5e3e1fe26b84a4578c44.tar.bz2
nutyx-extra-f5219dd3f3b3f597e61d5e3e1fe26b84a4578c44.tar.xz
nutyx-extra-f5219dd3f3b3f597e61d5e3e1fe26b84a4578c44.zip
Maj de unzip#5.52-1
Diffstat (limited to 'base')
-rw-r--r--base/unzip/.md5sum2
-rwxr-xr-xbase/unzip/Pkgfile10
2 files changed, 5 insertions, 7 deletions
diff --git a/base/unzip/.md5sum b/base/unzip/.md5sum
index 0f253be23..d71efd19c 100644
--- a/base/unzip/.md5sum
+++ b/base/unzip/.md5sum
@@ -1,3 +1 @@
-00ebf64fdda2ad54ddfc619f85f328bb unzip-5.52-security_fix-1.patch
-1754a1725588830b045a6bb1da8b7b54 unzip-5.52-security_fix-2.patch
9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz
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 \