diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-30 12:59:28 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-30 12:59:28 +0800 |
commit | d6ff9f4b2a0b58fed191f88efce51f9ef38e6ac6 (patch) | |
tree | 85dd4854174fb374b6dd47dfd3304ca853f8b0be /archivers/p5-Compress-LZF | |
parent | 50ad9d0775adeab6f6a3f29008b97927e1600d4f (diff) | |
download | freebsd-ports-gnome-d6ff9f4b2a0b58fed191f88efce51f9ef38e6ac6.tar.gz freebsd-ports-gnome-d6ff9f4b2a0b58fed191f88efce51f9ef38e6ac6.tar.zst freebsd-ports-gnome-d6ff9f4b2a0b58fed191f88efce51f9ef38e6ac6.zip |
- Update to 1.70
- from Changes
- fix buffer overflows in decompress header.
Diffstat (limited to 'archivers/p5-Compress-LZF')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-LZF/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index d82bdeb49681..0e40c0a5a720 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Compress-LZF -PORTVERSION= 1.65 +PORTVERSION= 1.70 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} MAINTAINER= clsung@FreeBSD.org COMMENT= Extremely light-weight Lempel-Ziv-Free compression diff --git a/archivers/p5-Compress-LZF/distinfo b/archivers/p5-Compress-LZF/distinfo index 755bf17e401f..63c2aed984a0 100644 --- a/archivers/p5-Compress-LZF/distinfo +++ b/archivers/p5-Compress-LZF/distinfo @@ -1,3 +1,3 @@ -MD5 (Compress-LZF-1.65.tar.gz) = db140ad46b5e525e78473932f1618f99 -SHA256 (Compress-LZF-1.65.tar.gz) = e8ecea893fc75628152960f0069cb41092a0a4f3e0b487f0456a9f880b516d5d -SIZE (Compress-LZF-1.65.tar.gz) = 22444 +MD5 (Compress-LZF-1.7.tar.gz) = 1c71e223db257faf1639df9dc449b94f +SHA256 (Compress-LZF-1.7.tar.gz) = 417ebf68e58724efa43806c474fd1712c4cab93bd5829bf2ddbada8ae2844b83 +SIZE (Compress-LZF-1.7.tar.gz) = 22519 |