From db63de8ee31b72090ef2eefc5157e2ec4e4cae8b Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 31 Mar 2014 12:32:05 +0000 Subject: Update pbzip2 to 1.1.18. Changes in 1.1.18: - Fixed bug of metadata unpreserved on empty files compress (bug #1011021) Changes in 1.1.17: - Fixed refusal to write to stdout on -dc from stdin (bug #886628) - Fixed occasional failure on decompress with --ignore-trailing-garbage=1 with multiple bad blocks in the archive (bug #886625) Changes in 1.1.16: - Fixed bug - deadlock due to unsynchronized broadcasts (bug #876686) - Prevent deletion of input files on error (bug #874543) - Document how to compress/decompress from standard input (bug #820525) - Added more detailed kernel error messages (bug #874605) - Fixes for error handling in muliti-file processing (bug #883782) --- archivers/pbzip2/Makefile | 6 +++--- archivers/pbzip2/PLIST | 4 ++-- archivers/pbzip2/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'archivers') diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index a798a08600b..0235acff14c 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2012/09/11 19:46:59 asau Exp $ +# $NetBSD: Makefile,v 1.25 2014/03/31 12:32:05 fhajny Exp $ # -DISTNAME= pbzip2-1.1.5 +DISTNAME= pbzip2-1.1.8 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ @@ -26,7 +26,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pbzip2 do-build: cd ${WRKSRC} && \ ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o pbzip2 pbzip2.cpp \ - BZ2StreamScanner.cpp ${LIBS} + BZ2StreamScanner.cpp ErrorContext.cpp ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 \ diff --git a/archivers/pbzip2/PLIST b/archivers/pbzip2/PLIST index a6568474e81..e240582d25e 100644 --- a/archivers/pbzip2/PLIST +++ b/archivers/pbzip2/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2011/09/16 15:39:29 fhajny Exp $ -bin/pbzip2 +@comment $NetBSD: PLIST,v 1.5 2014/03/31 12:32:05 fhajny Exp $ bin/pbunzip2 bin/pbzcat +bin/pbzip2 man/man1/pbzip2.1 share/doc/pbzip2/COPYING share/doc/pbzip2/README diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo index 5e8d519d62e..3d15c9e3cb4 100644 --- a/archivers/pbzip2/distinfo +++ b/archivers/pbzip2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2011/09/16 15:39:29 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2014/03/31 12:32:05 fhajny Exp $ -SHA1 (pbzip2-1.1.5.tar.gz) = 047d4d6403a6663a2247f1c194e67dc9f787c807 -RMD160 (pbzip2-1.1.5.tar.gz) = 4892bf6e88af3a2cd0fca904b2a4862f9778664a -Size (pbzip2-1.1.5.tar.gz) = 51337 bytes +SHA1 (pbzip2-1.1.8.tar.gz) = 6957483690f00c33ffeabbe0e9e6475098820cd5 +RMD160 (pbzip2-1.1.8.tar.gz) = db138cdab6b2e78c12b16805a486c073a9bd00c7 +Size (pbzip2-1.1.8.tar.gz) = 54429 bytes -- cgit v1.2.3