1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- 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.
This commit is contained in:
Gabor Kovesdan 2009-12-20 18:57:46 +00:00
parent 01bd751760
commit 91aa23b37a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246312
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= lbzip2
PORTVERSION= 0.17
PORTVERSION= 0.19
CATEGORIES= archivers
MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/

View File

@ -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