Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* lots of new options
* lots of bug fixes
* translation updates
* documentation updates
|
|
_INCOMPAT_BZIP2.
|
|
rather than the autoconf cache variables.
|
|
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)
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
and Gentoo/Debian patches.
|
|
|
|
|
|
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
|
|
Noted by Lars Nordlund.
|
|
- Further robustification against corrupted compressed data.
There are currently no known bitstreams which can cause the
decompressor to crash, loop or access memory which does not
belong to it. If you are using bzip2 or the library to
decompress bitstreams from untrusted sources, an upgrade
to 1.0.3 is recommended.
http://scary.beasts.org/security/CESA-2005-002.txt
- The documentation has been converted to XML, from which html
and pdf can be derived.
- Various minor bugs in the documentation have been fixed.
- Fixes for various compilation warnings with newer versions of
gcc, and on 64-bit platforms.
- The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
This has been fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
on Darwin.
|
|
Darwin-8.x.
|
|
- From Windows version of 7-zip 4.18 and 4.17 :
- minor fixes
- p7zip can now store and restore :
- symbolic links,
- file permission bits
Remark : for directory, restored_perm = stored_perm | 0700 .
- fix in install.sh
- On MacOSX, p7zip now restore times of a file.
- more detailed errors during scanning stage.
|
|
|
|
the bulk-build on NetBSD-1.6.2/i386.
|
|
|
|
Changes:
* Extended Zip/Zip64 support
* Bugfixes
|
|
changes:
-bugfixes
-Added ellipsize property to the list view.
-Do not activate the first row after reordering the list in single
click mode.
|
|
Version 4.16
============
- From Windows version of 7-zip 4.16 :
- Speed optimization (5%) for 7z / LZMA
- 7za now supports .Z archives
- -r- switch in command line now is default for all commands
- Some bugs were fixed
- From Windows version of 7-zip 4.15 :
- Z format supporting (extracting only)
- 7-Zip now can extract ZIP archives compressed with "Shrink" method
- 7-Zip now doesn't interrupt the compressing when it can not open file.
7-Zip just skips that file and shows warning.
- Some bugs were fixed
- man pages added (thanks to Mohammed Adnene Trojette)
- bug #1112167 fixed (Temporary directory must be on same partition as target)
p7zip failed moving the temporary file at the end of
compressing to target file if the directories don't reside
on the same partition (or network path).
- bug #1164659 fixed (Invalid file date for "big endian" machine)
- p7zip now uses ".so" instead of ".dll"
- p7zip now handles "ctrl-c" and "kill" to cleanup temporary files before exiting
- p7zip now runs on BeOS.
- better support of filenames with spaces.
- some code cleanup
- "myWindows/myFiles.cpp" is now in "Windows/FileIO.cpp"
- "myWindows/myFindFile.cpp" is now in "Windows/FileFind.cpp"
- "myWindows/myDirectoryAndPath.cpp" is now in "Windows/FileDir.cpp"
- "myWindows/myEvents.cpp" is now in "Windows/Synchronization.cpp"
- "myWindows/wine_strings.cpp" is now in "Windows/String.cpp"
|
|
|
|
|
|
|