diff options
author | gabor <gabor@FreeBSD.org> | 2010-02-20 04:58:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-02-20 04:58:45 +0800 |
commit | 8a88e45565e199445721a127d5ab855ee7f0f3c6 (patch) | |
tree | bb4de9e1c784c2303b9d1e71efb590f6d70e0720 | |
parent | 275e1a0d696b46746f9d6c7ee3ecf0c2335ce6a9 (diff) | |
download | freebsd-ports-gnome-8a88e45565e199445721a127d5ab855ee7f0f3c6.tar.gz freebsd-ports-gnome-8a88e45565e199445721a127d5ab855ee7f0f3c6.tar.zst freebsd-ports-gnome-8a88e45565e199445721a127d5ab855ee7f0f3c6.zip |
- Update to 0.22
Version: lbzip2-0.22
Focus: Minor bugfixes
Date: 18-Feb-2010
Changes: Building lbzip2 on Debian unstable discovered that the "lfs.sh" build
script, due to a typo, did not invoke the "getconf" utility in a
SUSv2-conformant way. This bug has been corrected.
Version: lbzip2-0.21
Focus: Minor bugfixes
Date: 17-Feb-2010
Changes: Code examination revealed that lbzip2-0.18 introduced a race between
the following two code paths: (1) the muxer thread displays an error
message when it encounters a write error, (2) the main thread, in
preparation to terminate the process, frees the output file name after
an INT or TERM signal is delivered to it. This bug had negligible
chance to occur, but it was fixed nonetheless.
Feature safe: yes
-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 3217bd03ed58..0b260e5068c6 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= lbzip2 -PORTVERSION= 0.20 +PORTVERSION= 0.22 CATEGORIES= archivers MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/ diff --git a/archivers/lbzip2/distinfo b/archivers/lbzip2/distinfo index a32a2fa745ed..ae015112aae4 100644 --- a/archivers/lbzip2/distinfo +++ b/archivers/lbzip2/distinfo @@ -1,3 +1,3 @@ -MD5 (lbzip2-0.20.tar.gz) = 9f5479de40f928e77062a62c8a74d831 -SHA256 (lbzip2-0.20.tar.gz) = d73942a99f1158bc59bfc5828a2abbe00d738a961651e050fb362621825482da -SIZE (lbzip2-0.20.tar.gz) = 75983 +MD5 (lbzip2-0.22.tar.gz) = 34a78f4ee5fc0e26ee6106faa814bc6e +SHA256 (lbzip2-0.22.tar.gz) = 759d737928a665f06a690667ae930a1a84d993103ca997b8afeb19ada36060a3 +SIZE (lbzip2-0.22.tar.gz) = 76373 |