diff options
author | adam <adam@pkgsrc.org> | 2011-08-23 11:59:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-23 11:59:00 +0000 |
commit | 4c674122370cf5c7c9f416d4f5dd4e98a0598927 (patch) | |
tree | b779757459e546b1d40c609f876816e58107ba46 /archivers | |
parent | 88c3caffa0b833c87b36a9e0902e040858a3794a (diff) | |
download | pkgsrc-4c674122370cf5c7c9f416d4f5dd4e98a0598927.tar.gz |
Changes 2.06:
* Some minor optimizations for big-endian architectures.
* Fixed overly strict malloc() misalignment check in examples.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 8e4a4dfff12..166f2e29317 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2011/04/23 21:46:59 adam Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/23 11:59:00 adam Exp $ -DISTNAME= lzo-2.05 +DISTNAME= lzo-2.06 CATEGORIES= archivers MASTER_SITES= http://ftp.uni-koeln.de/util/arc/ \ http://www.oberhumer.com/opensource/lzo/download/ diff --git a/archivers/lzo/distinfo b/archivers/lzo/distinfo index 19530fa52ac..d9c46212438 100644 --- a/archivers/lzo/distinfo +++ b/archivers/lzo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2011/04/23 21:46:59 adam Exp $ +$NetBSD: distinfo,v 1.7 2011/08/23 11:59:00 adam Exp $ -SHA1 (lzo-2.05.tar.gz) = 2307bcd0d13f1d53b623a54094c33b703544111c -RMD160 (lzo-2.05.tar.gz) = 206ecf9b2d1aaada97268fbf422439de21ef3d15 -Size (lzo-2.05.tar.gz) = 587694 bytes +SHA1 (lzo-2.06.tar.gz) = a11768b8a168ec607750842bbef406f11547b904 +RMD160 (lzo-2.06.tar.gz) = 744b6562501954ba5441c6874963a1a5c81e7232 +Size (lzo-2.06.tar.gz) = 583045 bytes SHA1 (patch-aa) = d1220a9d349e7d86cd1c76215a5e0e7a9fb1613e |