diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-12 20:12:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-12 20:12:56 +0000 |
commit | 1b0137d01cbe082baf2427aa2c0b50ebf400ede3 (patch) | |
tree | 64dce137ecb4e5b3ea00d896c557b6fe39000cde /archivers | |
parent | 769aabeb9c503bf94a6d3701fb5bcd8b6ddce56d (diff) | |
download | pkgsrc-1b0137d01cbe082baf2427aa2c0b50ebf400ede3.tar.gz |
Updated advancecomp to 1.15.
ADVANCECOMP VERSION 1.15 2005/10
================================
* Fixed the date displayed with the -l advzip command.
* The advdef utility now detects the file type from the file
header instead of using the extension.
* Fixed a lot of bugs in the 64 bits platforms.
ADVANCECOMP VERSION 1.14 2005/02
================================
* Relaxed a consistency check for the local header in zip files.
The crc and size entries are allowed to contain the real
value also if a data descriptor is present.
* Fixed the conversion of RGB images with less than 256 color
with transparency data.
* Minor fixes at the documentation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/advancecomp/Makefile | 4 | ||||
-rw-r--r-- | archivers/advancecomp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index c7ee9db3751..f6f3e5f3093 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:51 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/12 20:12:56 rillig Exp $ -DISTNAME= advancecomp-1.13 +DISTNAME= advancecomp-1.15 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/} diff --git a/archivers/advancecomp/distinfo b/archivers/advancecomp/distinfo index b5c72449796..a69b764e030 100644 --- a/archivers/advancecomp/distinfo +++ b/archivers/advancecomp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 14:45:22 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/04/12 20:12:56 rillig Exp $ -SHA1 (advancecomp-1.13.tar.gz) = d1c4711273541f67e88ea3be612951549caf5dce -RMD160 (advancecomp-1.13.tar.gz) = b0f127d00e79f79969eb074de1f748f7c86b4895 -Size (advancecomp-1.13.tar.gz) = 256677 bytes +SHA1 (advancecomp-1.15.tar.gz) = 74fed754841efadcb8dd156d2c5e095bfaff83e6 +RMD160 (advancecomp-1.15.tar.gz) = 13468f350e15e7f23778d8351819a792fbf07c9a +Size (advancecomp-1.15.tar.gz) = 259340 bytes |