mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- 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
This commit is contained in:
parent
a4aac576f9
commit
700aec0fdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250075
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lbzip2
|
||||
PORTVERSION= 0.20
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user