pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/pbzip2 Update pbzip2 to 1.1.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fa7ebb2b401
branches:  trunk
changeset: 632559:8fa7ebb2b401
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Mar 31 12:32:05 2014 +0000

description:
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)

diffstat:

 archivers/pbzip2/Makefile |  6 +++---
 archivers/pbzip2/PLIST    |  4 ++--
 archivers/pbzip2/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 249092b0c270 -r 8fa7ebb2b401 archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile Mon Mar 31 11:29:04 2014 +0000
+++ b/archivers/pbzip2/Makefile Mon Mar 31 12:32:05 2014 +0000
@@ -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 @@
 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 -r 249092b0c270 -r 8fa7ebb2b401 archivers/pbzip2/PLIST
--- a/archivers/pbzip2/PLIST    Mon Mar 31 11:29:04 2014 +0000
+++ b/archivers/pbzip2/PLIST    Mon Mar 31 12:32:05 2014 +0000
@@ -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 -r 249092b0c270 -r 8fa7ebb2b401 archivers/pbzip2/distinfo
--- a/archivers/pbzip2/distinfo Mon Mar 31 11:29:04 2014 +0000
+++ b/archivers/pbzip2/distinfo Mon Mar 31 12:32:05 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index