[Lunar-commits] r17305 - moonbase/trunk/archive/gzip
Florin Braescu
florin at lunar-linux.org
Mon Nov 14 05:37:13 UTC 2005
Author: florin
Date: 2005-11-14 05:37:13 +0000 (Mon, 14 Nov 2005)
New Revision: 17305
Modified:
moonbase/trunk/archive/gzip/BUILD
moonbase/trunk/archive/gzip/DETAILS
Log:
add a patch to fix two security bugs.
Modified: moonbase/trunk/archive/gzip/BUILD
===================================================================
--- moonbase/trunk/archive/gzip/BUILD 2005-11-14 05:35:29 UTC (rev 17304)
+++ moonbase/trunk/archive/gzip/BUILD 2005-11-14 05:37:13 UTC (rev 17305)
@@ -1,12 +1,11 @@
(
-./configure --build=$BUILD \
- --prefix=/usr \
- --bindir=/bin \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man &&
-make &&
-prepare_install &&
-make bindir=/bin install
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --bindir=/bin \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/archive/gzip/DETAILS
===================================================================
--- moonbase/trunk/archive/gzip/DETAILS 2005-11-14 05:35:29 UTC (rev 17304)
+++ moonbase/trunk/archive/gzip/DETAILS 2005-11-14 05:37:13 UTC (rev 17305)
@@ -1,13 +1,17 @@
MODULE=gzip
VERSION=1.3.5
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-security.patch.bz2
SOURCE_URL[0]=ftp://alpha.gnu.org/pub/gnu/$MODULE/
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/$MODULE/
+ SOURCE2_URL[0]=$PATCH_URL/
SOURCE_VFY=sha1:843272609b9bff1bdf2770a28d498d6519901e73
+ SOURCE2_VFY=sha1:95da986b1bef9ef1abfb3fd06f4f99a212862a2f
WEB_SITE=http://www.gzip.org
ENTERED=20010922
- UPDATED=20050830
+ UPDATED=20051114
SHORT="gzip is a compression utility designed to replace compress."
+
cat << EOF
gzip - Compresses and decompresses files
A compression utility designed to replace compress. Much better
More information about the Lunar-commits
mailing list