summaryrefslogtreecommitdiff
path: root/archivers/lzo/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-03-05Updated lzo to 2.10.wiz1-5/+5
Changes in 2.10 (01 Mar 2017) * Improve CMake build support. * Add support for pkg-config. * Do not redefine "snprintf" so that the examples build with MSVC 2015. * Assorted cleanups.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-02-08Update to 2.09:wiz1-4/+4
Changes in 2.09 (04 Feb 2015) * Work around gcc bug #64516 that could affect architectures like armv4, armv5 and sparc.
2014-06-29updated archivers/lzo to 2.0.8schwarz1-5/+5
Fixes CVE-2014-4607 See included file "NEWS" for more details
2011-08-23Changes 2.06:adam1-4/+4
* Some minor optimizations for big-endian architectures. * Fixed overly strict malloc() misalignment check in examples.
2011-04-23Changes 2.05:adam1-4/+4
* Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010.
2010-11-13Update lzo to 2.04.obache1-4/+4
Changes in 2.04 (31 Oct 2010) * Fixed a gcc-4.5 aliasing issue in lzo_init(). * Updated the configure system. * Assorted cleanups.
2008-05-20Update to 2.03:wiz1-4/+4
Changes in 2.03 (30 Apr 2008) * Updated the ELF assembler sources to mark the stack as non-executable. * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode. * Updated the configure system.
2007-07-25Don't hard-code that malloc.h exists, do the reverse.joerg1-1/+2
*sigh* and we run autoconf because?
2005-10-21Update to version 2.02. Fixes PR#31876.cube1-4/+4
Changes in 2.02 (17 Oct 2005) * Updated the build and Autoconf scripts to fix some reported compilation problems.
2005-07-14Initial import of lzo-2.01, the new major version of archivers/liblzo.wiz1-0/+5
LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.