aboutsummaryrefslogtreecommitdiff
path: root/archivers/lbzip2
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-02-19 20:58:45 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-02-19 20:58:45 +0000
commit700aec0fdff1403b99aa1ab6f0b3d43aaf03f610 (patch)
tree94a643944a201c7223dcab479172929b65a44c45 /archivers/lbzip2
parenta4aac576f95c6a106c8fe7cec7396647feb89c45 (diff)
downloadports-700aec0fdff1403b99aa1ab6f0b3d43aaf03f610.tar.gz
ports-700aec0fdff1403b99aa1ab6f0b3d43aaf03f610.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
Notes
Notes: svn path=/head/; revision=250075
Diffstat (limited to 'archivers/lbzip2')
-rw-r--r--archivers/lbzip2/Makefile2
-rw-r--r--archivers/lbzip2/distinfo6
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