summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2006-10-19Drop maintainership.wiz1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-6/+7
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-08Fixed "test ==".rillig2-1/+41
2006-10-07To close my PR #22693.reed1-1/+10
If GTAR_PROGRAM_PREFIX is empty, then conflict with gtar-base. If GNU_PROGRAM_PREFIX is empty, then conflict with gcpio. Bump PKGREVISION.
2006-10-07If GNU_PROGRAM_PREFIX is empty then conflict with pax packagereed1-2/+7
(which also installs cpio). This is for my old PR #22693. (Note I did this different than I did the gtar-base package which has an another optional setting for choosing the prefix for gtar which installs gtar with "g" if GNU_PROGRAM_PREFIX is empty. If that is needed for gcpio also, let me know.)
2006-10-07Update dar to 2.3.1.obache2-6/+6
Patch provided by Martin Wilke via PR 34430. - Changelog from 2.3.0 to 2.3.1 - set back Nick Alcock's patch which has been dropped from 2.2.x to 2.3.x (patch name is "Do not moan about every single file on a non-ext2 filesystem") - fixed compilation problem when thread-safe code is disabled - integrated Wiebe Cazemier's patch for dar's man page - fixed bug in listing: -as option also listed files that had EA even when theses were not saved in the archive - file permission of installed sample scripts lacked the executable bit - fixed a bug that appeared when a file is removed while at the time it is saved by dar - avoid having an unnecessary warning appearing when restoring a file in a directory that has default EA set - Cygwin has changed and does not support anymore the path in the form "c:/some/where", you have to use "/cygdrive/c/some/where" instead. Documentation has been updated in consequence.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz5-11/+11
2006-10-03Fixed pkglint warnings and the path to the manual pages.rillig1-6/+4
2006-10-03Fixed pkglint warnings.rillig1-9/+7
2006-10-01Fixed pkglint warnings.rillig3-6/+6
2006-10-01Removed .gz for man pages.rillig1-3/+3
2006-10-01Added a patch for Solaris 10, which does neither have futimes() norrillig2-6/+30
struct stat.st_flags.
2006-10-01Added GNU_PROGRAM_PREFIX to BUILD_DEFS.rillig1-4/+2
2006-10-01Changes 4.43:adam2-9/+9
- From Windows version of 7-zip 4.43 : - 7-Zip now can use multi-threading mode for compressing to .ZIP archives. - ZIP format supporting was improved. - 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives. - 7-Zip now uses order list (list of extensions) for files sorting for compressing to .7z archives. It can slightly increase compression ratio in some cases. - 7-Zip now restores modification time of folders during .7z archives extracting. - Some bugs were fixed. - fixed : the user can now see the percentage indicator. - support added for Tru64 / OSF 5.1 (makefile.tru64) - small fix in install.sh (7zr install) - fix "make all" now build 7za and 7zCon.sfx following the README.
2006-09-23Fixes (via RedHat) for: CVE-2006-4334, CVE-2006-4335, CVE-2006-4336,adrianp6-3/+195
CVE-2006-4337 and CVE-2006-4338 Bump to nb2
2006-09-23Update cabextract to version 1.2. Notable changes include:ben4-50/+6
* The "-t" archive integrity checking option has been added. This was requested by several users. cabextract can unpack cabinet files and give you MD5 checksums of the files inside, without writing the unpacked files to disk. * Large files (more than 2 gigabytes) are now correctly searched for cabinet files. * A security vulnerability has been fixed. Files compressed with the Quantum method, using a window size less than 32768 bytes, could cause cabextract to write beyond the end of the window and cause a segmentation fault. This fix also permits cabextract to unpack this type of cabinet file (of which only one has been found in the wild) correctly. * The unnecessary GNU source mempcpy.c, which caused compilation failures on several systems, was removed. * An off-by-one error introduced in 1.1's UTF-8 decoder was fixed. Files with UTF-8 filenames can now be extracted. The UTF-8 decoder was also upgraded to support the latest Unicode characer maps.
2006-09-20Fix path in perl script. USE_TOOLS+=perl:run.hira1-3/+5
Bump PKGREVISION.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Update to 3.6.0, provided by Martin Wilke in PR 34510:wiz2-6/+6
1. New 'ch' (change archive parameters) command line mode command. Its purpose is to apply switches like -av, -tl and -cl to archive. 2. New command line -sl<size> and -sm<size> switches to set size limits of processing files. 3. 7Z added to list of formats stored without compression when using -ms switch without a parameter. 4. Switch -e[+]<attr> is now supported by most of command line operations including extracting and deleting files. Previously it was supported by only archiving command.
2006-09-15Update to 2.16.0:jmmv3-9/+25
version 2.16.0 -------------- * Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk, pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro. version 2.15.93 --------------- * Prompt for the password when an archive is encrypted instead of simply displaying a warning on how to spicify a password * Do not use the encrypted emblem for folders. * Added X-GNOME-Bugzilla-Version field to the .desktop file. * Fixed bug #349095: Filetypes seriously screwed up in .zip files * Fixes bug #153642: Temporary files are created on the current directory version 2.15.92 --------------- * Fixed tar archives creation. version 2.15.91 --------------- * Fixed bug #343739 – Seems to not escape file names correctly. * Fixes bug #340050 – tar permissions are not preserved. * Fixed bug #339913 – "create archive" option does not work on some filenames. * Fixed bug #347624 – fix build with gcc 2.95 * Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting * Update translations: eu, zh_HK, zh_TW, nb, et, fr. version 2.15.90 --------------- * Update translations: cs, dz, fi, gu, ko, sk, sv. * Update manual translations: sv. version 2.15.1 -------------- * Migrated from EggRecent to GtkRecent. * Fixed bug #345052 – file roller should remember the size of the window when it closes. * Fixed bug #345278 – File operations on the Edit menu should be moved to the Archive menu. * Fixed bug #342251 – backspace does not go up a directory (ala Nautilus) * Fixed bug #336078 - [PATCH] Convert from popt to GOption * Fixed bug #317782 - file-roller Cygwin build fixes * Fixed bug #152039 - Password Protected Files must be displayed differently.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache13-27/+27
2006-09-07Added a missing directory.rillig1-1/+2
2006-09-03Fix for CVE-2006-0300 via RedHatadrianp3-3/+127
2006-09-03Define `ISTAPE' even if tape unsupported platform.obache1-3/+1
Fix build problem on such platforms like Interix.
2006-09-03Add sarabdsainty1-1/+2
2006-09-03SaraB works with DAR (Disk ARchive) to schedule and rotate hard drive baseddsainty5-0/+118
backups. SaraB supports the Towers of Hanoi, Grandfather-Father-Son, or any custom backup rotation strategy.
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-08-31Fixed pkglint warnings.rillig1-5/+2
2006-08-30Added a patch for Solaris.rillig2-1/+19
2006-08-30Added a patch for Solaris to the configure script.rillig2-1/+22
2006-08-30The Solaris /bin/sh cannot handle empty lists in `for' loops.rillig2-5/+15
2006-08-30Solaris does not have <sys/dir.h>, but <dirent.h> works.rillig2-6/+10
2006-08-22Update to 3.6.8:wiz2-6/+6
diff -r 3.6.7/version.hpp 3.6.8/version.hpp 3,5c3,5 < #define RARVER_BETA 7 < #define RARVER_DAY 13 < #define RARVER_MONTH 7 --- > #define RARVER_BETA 0 > #define RARVER_DAY 5 > #define RARVER_MONTH 8
2006-08-20Update to 1.2.57 which includes a better replacement for patch-aa.joerg5-55/+13
While here, don't patch away tar.5, it is about the tape archive format and not about bsdtar. It belongs into the package for that reason.
2006-08-19Update to libarchive-1.2.55, featuring minor bugfixes.joerg4-21/+19
2006-08-11Make this package compile with gcc-4.taca3-3/+17
Bump PKGREVISION.
2006-08-10Drop maintainership (old and unmaintained upstream).wiz1-2/+2
2006-08-03update to 2.14.4drochner2-6/+6
changes: translation updates
2006-07-23Honour PKGMANDIR.rillig2-7/+7
2006-07-23Honour PKGMANDIR.rillig1-5/+3
2006-07-23Honour PKGMANDIR.rillig1-1/+7
2006-07-23Corrected the path where the manual page is installed. Bumped PKGREVISION.rillig1-3/+7
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig2-4/+4
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-19Add a patch for CVE-2006-0855 via Gentoo/Fedoraadrianp3-3/+27
Bump to nb2
2006-07-17Honour PKGMANDIR.joerg1-4/+4
2006-07-17Honour PKGMANDIR.joerg1-3/+3
2006-07-17Honour PKGMANDIR, remove some excessive :Qing.joerg1-3/+3
2006-07-17Hnour PKGMANDIR.joerg2-4/+4
2006-07-17Honour PKGMANDIR.joerg1-2/+2