diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-23 14:57:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-23 14:57:52 +0000 |
commit | 4b6538fcdf9a1bc60155edfff9ed8cd9b2d99410 (patch) | |
tree | 5cd0285b9c8889785ec6969fec37a3e93e00e30f /archivers/p7zip/distinfo | |
parent | 9bdf6d3ebccb3aa71bd3cbecfaf649d0ed491c12 (diff) | |
download | pkgsrc-4b6538fcdf9a1bc60155edfff9ed8cd9b2d99410.tar.gz |
Update to 4.12:
Version 4.12
============
- new port of 7za from the source of 7za 4.12Beta for Windows
- From Windows version of 7-zip 4.11 and 4.12 :
- 7-Zip now supports Zip64 extension of ZIP format. So now it's
possible to compress files bigger than 4 GB to ZIP archives.
- Some bugs were fixed
- fix "7za a archive.7z file" that added all the files and directories
with filename "file", "FILE", "File" ...
- p7zip now displays the locale (ex : en_US.UTF-8) in the banner.
- new flag "-no-utf16" to avoid lossly conversion in filenames.
CAUTION : use this flag when you do not plan to export your archive.
- support creation of self extracting archive.
- better support of symbolic link (now, an invalid symbolic link
do not stop archiving but displays a warning).
- better support of files that the user cannot read.
(now this kind of file is not added to the archive, and p7zip displays a warning).
- return of 7z and its plugins.
- support of listing/testing/extracting files from a splitted archive (only with 7z).
- support of MacOX X 10.X.
- creation of Gzip/Tar archives didn't work on Linux Alpha.
- see "contrib/VirtualFileSystemForMidnightCommander/readme" to use 7za with "mc".
Version 4.10
============
- new port of 7za from the source of 7za 4.10Beta for Windows
=> p7zip now work on big endian CPU.
- 7z for Unix is not maintain anymore (because as the source of unrar plugin for 7z
is not available, 7z is unless on Unix).
Version 0.91
============
- add support for FreeBSD 5.2.1
In Windows/Time.h add "#include <time.h>"
and prototype change for FileTimeToUnixTime()
- bug 990684 Corrected : support of filesystem
that support case sensitive filenames.
Example, since version 0.91 :
"7z a glibc -r glibc-2.3.2"
does not terminate with error :
Duplicate filename:
glibc-2.3.2\sysdeps\m88k\m88100\add_n.S
glibc-2.3.2\sysdeps\m88k\m88100\add_n.s
Version 0.90
============
- build of 7z.exe and its DLL.
7z.exe support more archive formats than 7za.exe
thanks to DLL in Formats and Codecs directories
- "#pragma once" is now in comments
- mainly For OpenBSD :
- add #include <wchar.h> in include_windows/winnt.h
- remove stuff for GUID_SECTION and GUID_SECT in include_windows/basetyps.h
and include_windows/initguid.h
- some changes in 7zip/Crypto/aesopt.h because of endian.h
Version 0.81
============
- add a copy of the help of 7-zip (see html directory)
- "7z a -r tmp.7z directory" works as expected.
no more need for commands like : 7z a -r tmp.7z "directory/*"
- 7z restores the date of each files (but not directories)
- 7z supports UNICODE filenames (version 0.80 supports only ASCII/Latin1 filenames)
- support of gcc 2.95
- support of gcc 3.4
- 7z needs no more libgen.h (dirname() and basename())
- less "Internal Error #7" during arguments parsing
- minor change in class CThread
Diffstat (limited to 'archivers/p7zip/distinfo')
-rw-r--r-- | archivers/p7zip/distinfo | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 52920e1dba4..0b9902e7cf3 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.3 2004/07/05 14:41:31 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/11/23 14:57:52 wiz Exp $ -SHA1 (p7zip_0.80.tar.bz2) = c87cda0a8a2cd1300272d71f4cd371db7ebb4b79 -Size (p7zip_0.80.tar.bz2) = 921896 bytes -SHA1 (patch-aa) = 943f6149b1a9ae8bd75e94e940976e1f8f21136e -SHA1 (patch-ab) = e438472f1eb6886dcaee0147ca5f9a2604a9abb1 -SHA1 (patch-ac) = 61dff04aca7b0c69ba8f12af40a4c27815a0bef2 -SHA1 (patch-ad) = 34197da6654226155b26bcea083801d241f348d4 +SHA1 (p7zip_4.12_src.tar.bz2) = badd4aa3da555cd9a8915eec7b872db635744d9e +Size (p7zip_4.12_src.tar.bz2) = 454996 bytes +SHA1 (patch-aa) = 66ddc3b9e43c7bb1f56369c599cec4871919069e +SHA1 (patch-ab) = f081769651f551d01b608e79e3e963eaaaf35d5c |