diff options
author | gabor <gabor@FreeBSD.org> | 2010-03-17 11:08:32 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-03-17 11:08:32 +0800 |
commit | 50dbe6a45c05800a79fb95593e78382dd75f5fa2 (patch) | |
tree | eef7a8fece596a45ee1688519649408050e5511d /archivers/lbzip2 | |
parent | 84dbafa66f10a0751229ba3b3d9db7d0c225c362 (diff) | |
download | freebsd-ports-graphics-50dbe6a45c05800a79fb95593e78382dd75f5fa2.tar.gz freebsd-ports-graphics-50dbe6a45c05800a79fb95593e78382dd75f5fa2.tar.zst freebsd-ports-graphics-50dbe6a45c05800a79fb95593e78382dd75f5fa2.zip |
- Update 0.23
Version: lbzip2-0.23
Focus: Minor feature enhancements
Date: 03-Mar-2010
Changes: In this release, if lbzip2 intends to exit with status 1 due to any
fatal error, but any SIGPIPE or SIGXFSZ with inherited SIG_DFL action
was generated for lbzip2 previously, then lbzip2 terminates by way of
one of said signals, after cleaning up any interrupted output file.
This should improve compatibility with GNU tar, when it spawns lbzip2
as a filter, and closes the pipe between them early, before it
receives an EOF from lbzip2.
Diffstat (limited to 'archivers/lbzip2')
-rw-r--r-- | archivers/lbzip2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lbzip2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile index 0b260e5068c..93a00642996 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= lbzip2 -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= archivers MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/ diff --git a/archivers/lbzip2/distinfo b/archivers/lbzip2/distinfo index ae015112aae..3a0eaf0f788 100644 --- a/archivers/lbzip2/distinfo +++ b/archivers/lbzip2/distinfo @@ -1,3 +1,3 @@ -MD5 (lbzip2-0.22.tar.gz) = 34a78f4ee5fc0e26ee6106faa814bc6e -SHA256 (lbzip2-0.22.tar.gz) = 759d737928a665f06a690667ae930a1a84d993103ca997b8afeb19ada36060a3 -SIZE (lbzip2-0.22.tar.gz) = 76373 +MD5 (lbzip2-0.23.tar.gz) = 72ab7fbfd3804e4ef1a2030f51ac3825 +SHA256 (lbzip2-0.23.tar.gz) = 2838cc2be818b8107ab1311208e6344baf9969168199be84287a32fef4733411 +SIZE (lbzip2-0.23.tar.gz) = 77720 |