Update to 4.20:

Version 4.20
============

  - From Windows version of 7-zip 4.19 and 4.20 :
    - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
      Ultra. In Normal mode it compresses almost as original BZip2 compressor.
      Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
      but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
      slower than Normal mode.
    - Console version now prints all messages to stdout by default,
      and if -so switch is specified, 7-Zip prints messages to stderr.
    - Some bugs were fixed

  - Updating "contrib/VirtualFileSystemForMidnightCommander/" with u7z-4.16beta.tar.bz2

  - bug #1204993 (does not find broken filenames)

  - bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2)

  - makefile.linux_x86_ppc_alpha : flag "-fPIC" added

  - flag "-l" added.
    without   : p7zip stores symlinks (like p7zip 4.18)
    with "-l" : p7zip stores the files/directories pointed by symlinks (like before p7zip 4.18)
      CAUTION : the scanning stage can never end because of symlinks like ".."
                 (ex:  ln -s .. ldir)
This commit is contained in:
wiz 2005-06-24 14:32:13 +00:00
parent 1554ddd552
commit fbb04b5ddc
5 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2005/05/22 20:07:37 jlam Exp $
# $NetBSD: Makefile,v 1.13 2005/06/24 14:32:13 wiz Exp $
DISTNAME= p7zip_4.18_src
PKGNAME= p7zip-4.18
DISTNAME= p7zip_4.20_src
PKGNAME= p7zip-4.20
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.10 2005/05/17 07:22:37 adam Exp $
$NetBSD: distinfo,v 1.11 2005/06/24 14:32:13 wiz Exp $
SHA1 (p7zip_4.18_src.tar.bz2) = d96d808cb9e9c2f22a006d5190eaf4bcd92b8cbc
RMD160 (p7zip_4.18_src.tar.bz2) = b5aaf7a99877345675ce7d644c5ce1aa8987120a
Size (p7zip_4.18_src.tar.bz2) = 455913 bytes
SHA1 (patch-aa) = d92632b2c20dee606bf7612c5c66b8d034b8a310
SHA1 (patch-ab) = 20de1664828badfc75880cb652e7a9d611b266e0
SHA1 (patch-ac) = cb1dad78148e0356c7c63eaee01e7de21b0bde88
SHA1 (p7zip_4.20_src.tar.bz2) = 6eb04fe135a86bd5522511a7c7df7ef8003ac5eb
RMD160 (p7zip_4.20_src.tar.bz2) = 3ae10d0ed32a1334728d0b59adfa7574e3216ba3
Size (p7zip_4.20_src.tar.bz2) = 328976 bytes
SHA1 (patch-aa) = 0d6dcb01e48f2f24b268ccd9e6c488d8604bf7c0
SHA1 (patch-ab) = 9ee04c81b4699b4596dd58811f8d7e20c354b1d1
SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b

View file

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.6 2005/04/15 14:16:08 wiz Exp $
$NetBSD: patch-aa,v 1.7 2005/06/24 14:32:13 wiz Exp $
--- makefile.machine.orig 2005-03-05 16:37:15.000000000 +0100
--- makefile.machine.orig 2005-06-04 11:59:36.000000000 +0200
+++ makefile.machine
@@ -2,7 +2,7 @@
# makefile for Linux (x86, PPC, alpha ...)
# LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
#
-ALLFLAGS=-Wall -O2 -s \
+ALLFLAGS=-Wall -s \
-ALLFLAGS=-Wall -O2 -s -fPIC \
+ALLFLAGS=-Wall -s -fPIC \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ab,v 1.5 2005/05/17 07:22:37 adam Exp $
$NetBSD: patch-ab,v 1.6 2005/06/24 14:32:13 wiz Exp $
--- Windows/FileFind.cpp.orig 2005-05-07 21:28:16.000000000 +0000
--- Windows/FileFind.cpp.orig 2005-06-04 09:52:52.000000000 +0200
+++ Windows/FileFind.cpp
@@ -181,7 +181,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
@@ -190,7 +190,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
}
TRACEN((printf("CFindFile::FindFirst : closedir-2(dirp=%p)\n",_dirp)))

View file

@ -1,6 +1,6 @@
$NetBSD: patch-ac,v 1.3 2005/02/08 09:30:23 adam Exp $
$NetBSD: patch-ac,v 1.4 2005/06/24 14:32:13 wiz Exp $
--- makefile.glb.orig 2005-02-08 10:23:00.000000000 +0000
--- makefile.glb.orig 2005-01-29 20:13:32.000000000 +0100
+++ makefile.glb
@@ -2,7 +2,7 @@
MY_HOME=../../../myWindows