summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-06 15:34:37 +0000
committerwiz <wiz@pkgsrc.org>2007-01-06 15:34:37 +0000
commitbfa3edd54fd2f3630c3c86c75fddd2702142a926 (patch)
tree5796cea74a72baa6fa3f17a41474993fa23dcddc
parent71bdabaaf67eaab07832c3470860eb5c22e069e6 (diff)
downloadpkgsrc-bfa3edd54fd2f3630c3c86c75fddd2702142a926.tar.gz
Update to 1.0.4:
1.0.4 (20 Dec 06) ~~~~~~~~~~~~~~~~~ Fixes some minor bugs since the last version, 1.0.3. * Fix file permissions race problem (CAN-2005-0953). * Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD scan. * 'const'/prototype cleanups in the C code. * Change default install location to /usr/local, and handle multiple 'make install's without error. * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. * Fix minor doc/comment bugs.
-rw-r--r--archivers/bzip2/Makefile6
-rw-r--r--archivers/bzip2/distinfo10
-rw-r--r--archivers/bzip2/patches/patch-aa14
3 files changed, 15 insertions, 15 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index 0c2b8973797..b2b6369d9dc 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2006/03/04 21:28:52 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2007/01/06 15:34:37 wiz Exp $
#
-DISTNAME= bzip2-1.0.3
+DISTNAME= bzip2-1.0.4
CATEGORIES= archivers
-MASTER_SITES= http://www.bzip.org/1.0.3/
+MASTER_SITES= http://www.bzip.org/1.0.4/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bzip.org/
diff --git a/archivers/bzip2/distinfo b/archivers/bzip2/distinfo
index 592afde4dcd..1ddeb41a6fc 100644
--- a/archivers/bzip2/distinfo
+++ b/archivers/bzip2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2005/05/26 15:03:11 salo Exp $
+$NetBSD: distinfo,v 1.13 2007/01/06 15:34:37 wiz Exp $
-SHA1 (bzip2-1.0.3.tar.gz) = 7e749510f65c86fbfff37b97144a02f1b8b8617f
-RMD160 (bzip2-1.0.3.tar.gz) = 7ac2a122c254d1fcd54ca8af96a1814e9e245a1a
-Size (bzip2-1.0.3.tar.gz) = 669075 bytes
-SHA1 (patch-aa) = 10a727166e8c0a7bcf695e79a224a4f9c6534ba9
+SHA1 (bzip2-1.0.4.tar.gz) = f2388ec8f2c506e02aa89e67577b3c6331cbaa4c
+RMD160 (bzip2-1.0.4.tar.gz) = 438365cb911ef84b3bd6643e0d39f6b7567f0447
+Size (bzip2-1.0.4.tar.gz) = 841221 bytes
+SHA1 (patch-aa) = 4605d345e62684dc4fad638fee4072b218604359
diff --git a/archivers/bzip2/patches/patch-aa b/archivers/bzip2/patches/patch-aa
index 8c119ab8b7b..b53f3dded51 100644
--- a/archivers/bzip2/patches/patch-aa
+++ b/archivers/bzip2/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.11 2005/05/26 15:03:11 salo Exp $
+$NetBSD: patch-aa,v 1.12 2007/01/06 15:34:37 wiz Exp $
---- Makefile.orig 2005-02-17 12:28:24.000000000 +0100
-+++ Makefile 2005-05-26 16:53:13.000000000 +0200
-@@ -2,42 +2,35 @@
+--- Makefile.orig 2007-01-03 03:49:21.000000000 +0000
++++ Makefile
+@@ -15,42 +15,35 @@
SHELL=/bin/sh
# To assist in cross-compiling
@@ -17,11 +17,11 @@ $NetBSD: patch-aa,v 1.11 2005/05/26 15:03:11 salo Exp $
+#LDFLAGS=
BIGFILES=-D_FILE_OFFSET_BITS=64
--CFLAGS=-Wall -Winline -O -g $(BIGFILES)
+-CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
+CFLAGS+=$(BIGFILES)
-# Where you want it installed when you do 'make install'
--PREFIX=/usr
+-PREFIX=/usr/local
+OBJS= blocksort.lo \
+ huffman.lo \
+ crctable.lo \
@@ -66,7 +66,7 @@ $NetBSD: patch-aa,v 1.11 2005/05/26 15:03:11 salo Exp $
check: test
test: bzip2
-@@ -100,20 +93,20 @@
+@@ -113,20 +106,20 @@ clean:
sample1.rb2 sample2.rb2 sample3.rb2 \
sample1.tst sample2.tst sample3.tst