[Lunar-commits] r17288 - moonbase/trunk/archive/bzip2
Florin Braescu
florin at lunar-linux.org
Sun Nov 13 13:06:09 UTC 2005
Author: florin
Date: 2005-11-13 13:06:08 +0000 (Sun, 13 Nov 2005)
New Revision: 17288
Modified:
moonbase/trunk/archive/bzip2/BUILD
moonbase/trunk/archive/bzip2/DETAILS
Log:
add a security patch.
Modified: moonbase/trunk/archive/bzip2/BUILD
===================================================================
--- moonbase/trunk/archive/bzip2/BUILD 2005-11-13 12:58:23 UTC (rev 17287)
+++ moonbase/trunk/archive/bzip2/BUILD 2005-11-13 13:06:08 UTC (rev 17288)
@@ -1,11 +1,11 @@
(
-# sedit 's/$(CC) $(CFLAGS) -o/$(CC) $(CFLAGS) $(LDFLAGS) -o/' Makefile
-# make LDFLAGS="-s -static" &&
- sedit "s/-O2/$CFLAGS/" Makefile
- sedit "s/ln/ln -f/" Makefile
- sedit "s/\$(PREFIX)\/man/\$(PREFIX)\/share\/man/g" Makefile
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ sedit "s/-O2/$CFLAGS/" Makefile &&
+ sedit "s/ln/ln -f/" Makefile &&
+ sedit "s/\$(PREFIX)\/man/\$(PREFIX)\/share\/man/g" Makefile &&
+
make PREFIX=/usr &&
prepare_install &&
make PREFIX=/usr install &&
Modified: moonbase/trunk/archive/bzip2/DETAILS
===================================================================
--- moonbase/trunk/archive/bzip2/DETAILS 2005-11-13 12:58:23 UTC (rev 17287)
+++ moonbase/trunk/archive/bzip2/DETAILS 2005-11-13 13:06:08 UTC (rev 17288)
@@ -1,12 +1,16 @@
MODULE=bzip2
VERSION=1.0.3
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-bzgrep_security.patch.bz2
SOURCE_URL=http://www.bzip.org/$VERSION/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:7e749510f65c86fbfff37b97144a02f1b8b8617f
+ SOURCE2_VFY=sha1:9ee93acfd230e18a60dbf1eaf09c5a09ba8a0f2a
WEB_SITE=http://sources.redhat.com/bzip2/
ENTERED=20020218
- UPDATED=20050301
+ UPDATED=20051113
SHORT="bzip2 is a high-quality data compressor."
+
cat << EOF
bzip2 is a freely available, patent free (see below), high-quality data
compressor. It typically compresses files to within 10% to 15% of the
More information about the Lunar-commits
mailing list