summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2005-06-16Create directories before installing files into them.jlam6-6/+18
2005-06-09- Patches to address CAN-2005-1228 and CAN-2005-0988 based on FreeBSD SAadrianp3-9/+66
and Gentoo/Debian patches.
2005-06-06Add missing entry to PLIST. Bump PKGREVISION.hira2-2/+4
2005-06-06Make this build on Darwin.yyamano1-1/+2
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
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.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam2-27/+57
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.
2005-05-31Changed values of some variables to "yes" instead of #defined.rillig1-7/+7
2005-05-31Change PKGNAME to rar-linux, to match directory name.wiz1-1/+5
Noted by Lars Nordlund.
2005-05-26Security update to version 1.0.3salo4-23/+24
- 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.
2005-05-25Converted USE_PERL5 to USE_TOOLS.rillig1-3/+2
2005-05-25Replaced #defined with "yes" in NO_CONFIGURE.rillig1-2/+2
2005-05-25Replaced #defined with "yes" in NO_CONFIGURE and NO_BUILD.rillig1-3/+3
2005-05-25Removed trailing white-space.rillig1-2/+2
2005-05-25Replaced USE_PERL5 with USE_TOOLS.rillig1-3/+2
2005-05-24Removed an empty line.rillig3-6/+3
2005-05-24Removed an empty line.rillig3-6/+3
2005-05-23Removed trailing whitespace.rillig5-7/+7
2005-05-23Removed an extra empty line.rillig1-2/+1
2005-05-23Sorted PLIST.rillig1-8/+8
2005-05-23Reformatted to get rid of trailing whitespace.rillig1-4/+4
2005-05-23Removed extra newline.rillig1-2/+1
2005-05-23Sorted PLIST to make pkglint happy.rillig1-5/+5
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-05-23Replaced explicit sed(1) replacement with the subst.mk framework.rillig1-7/+5
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-05-23Sorted PLIST entries to make pkglint happy.rillig1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam12-24/+24
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Update to 3.5.2, changes unknown.wiz4-15/+15
2005-05-21Removed trailing empty line from patch-ai.rillig2-4/+3
2005-05-17Use const char*, instead of char*, for the second parameter of iconv()minskim2-4/+4
on Darwin.
2005-05-17Finish a compound statement properly to make this package build onminskim2-1/+15
Darwin-8.x.
2005-05-17Changes 4.18:adam3-18/+17
- 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.
2005-05-10Removed deleted patch-aa from distinfo.rillig1-2/+1
2005-05-10Replaced the package-supplied Makefile with a BSD-style one. Should fixrillig3-17/+14
the bulk-build on NetBSD-1.6.2/i386.
2005-05-08Make this package build with gcc-4.minskim2-1/+21
2005-05-04Update to 1.02.023.xtraeme2-6/+6
Changes: * Extended Zip/Zip64 support * Bugfixes
2005-04-20update to 2.10.2drochner3-13/+13
changes: -bugfixes -Added ellipsize property to the list view. -Do not activate the first row after reordering the list in single click mode.
2005-04-15Update to 4.16:wiz5-33/+34
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"
2005-04-15Kill trailing whitespace.snj1-3/+3
2005-04-15Make pkglint happy.snj1-2/+1
2005-04-15Fix a typo.snj1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv69-139/+69
2005-04-11Security fix for SA14551:salo3-6/+24
"A vulnerability in GNU Sharutils was reported, which can be potentially exploited by malicious, local users to conduct certain actions on a vulnerable system with escalated privileges." Patch from Debian. Bump PKGREVISION.
2005-04-02Undefine _POSIX_SOURCE temporarily because Darwin's fnmatch.h does notminskim2-5/+19
declare fnmatch if _POSIX_SOURCE is defined.
2005-03-31Fix mktemp usage.salo2-4/+4
2005-03-31Securitu fix for CAN-2004-1773:salo6-10/+227
"Multiple buffer overflows in sharutils 4.2.1 and earlier may allow attackers to execute arbitrary code via long output from wc to shar, or unknown vectors in unshar." Patch from SuSE/Gentoo. Also add more sanity checking patches from the latter.
2005-03-28Fix for weird make problem from PR 28945.wiz2-1/+27
2005-03-25Avoid using libcompat on Darwin.minskim1-2/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz11-28/+11
useful.
2005-03-24Update to 0.9.2:wiz2-6/+6
New in 0.9.2: * Created workaround for a major pthreads problem (on Linux at least) that would cause segfaults and missed signals in the pthreads library itself when mutexes or signals were created/destroyed too quickly. This used to happen when processing multiple files, but now pbzip2 only generates its mutexes and signals at the beginning and reuses the same ones for multiple files. Special thanks to George Chalissery for help with this one. * Increased size of BZIP2 header match from 56 bits to 72 bits for more accurate detection * Modified some buffers to use the vector class for easier memory management and to eliminate one read pass of the input data for decompression so should be slightly faster. * Now checks if input file exists before checking if output file already exists (when not using -f) * Now checks to ensure input is regular file and not a directory before processing * Now deletes input file only if output file exists and is greater than 0 bytes (-k will always preserve input file) * Now checks input file for bzip2 header before trying to decompress file * Minor code cleanup New in 0.9.1 * Fixed bug: -c switch now implies -k so input file is not deleted when data is output to stdout New in 0.9.0: * Added -c switch for data output to stdout * Added -t switch to test integrity of compressed data * Added autodetection for # of CPUs on supported platforms and made detected value default # CPUs to use * Fixed bug where pbzip2 processed 0 byte files * Tried to make program exit codes the same as bzip2