From b34b6cb63b4da5570c14ec86d2f7c5705f47021e Mon Sep 17 00:00:00 2001 From: gabor Date: Sun, 20 Dec 2009 18:57:46 +0000 Subject: - Update to 0.19 Version: lbzip2-0.19 Focus: Minor bugfixes Date: 01-Dec-2009 Changes: This release works around a GNU/kFreeBSD standards-compliance problem. GNU/kFreeBSD does not define some STREAMS-related errno macros mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on GNU/kFreeBSD. This version checks if those (and some other) macros are defined before relying them. Version: lbzip2-0.18 Focus: Major feature enhancements Date: 29-Nov-2009 Changes: After adding sanity checks to both decompressors, the following features were implemented: removal of input FILE operands; options --keep and --force; copying of owner, group, permission bits, access time, modification time to regular output files. Logging was cleaned up and internally categorized into INFO, WARNING and FATAL levels; a separate exit status was introduced for the case when a warning message was printed. The decompressor robustness tests were re-executed. The author has finally replaced bzip2 with lbzip2 on his system. --- archivers/lbzip2/Makefile | 2 +- archivers/lbzip2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers/lbzip2') diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile index 4df98fa46edf..7f87de883d6c 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= lbzip2 -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= archivers MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/ diff --git a/archivers/lbzip2/distinfo b/archivers/lbzip2/distinfo index 3e1d4de130f0..dd0e58b94df5 100644 --- a/archivers/lbzip2/distinfo +++ b/archivers/lbzip2/distinfo @@ -1,3 +1,3 @@ -MD5 (lbzip2-0.17.tar.gz) = 44352996d56dd015fdaccea4d8066395 -SHA256 (lbzip2-0.17.tar.gz) = 8485d9892fb077f9735c5362b1bb94f8dda3fd1c64a938f04c524c640fc14ffc -SIZE (lbzip2-0.17.tar.gz) = 71304 +MD5 (lbzip2-0.19.tar.gz) = bc4a2eff514f5e145766b6f377f8a6c2 +SHA256 (lbzip2-0.19.tar.gz) = 520e0eeecd4f90e9a00edb29ed1c0cda263427d053510bf78574637bf62a8ed9 +SIZE (lbzip2-0.19.tar.gz) = 75424 -- cgit