Commit graph

1348 commits

Author SHA1 Message Date
dsainty
df25c7bc68 Cosmetic tweak to MESSAGE to avoid exceeding 80 columns if PKG_SYSCONFDIR is longer than usual (PREFIX != /usr/pkg). 2007-02-19 22:59:28 +00:00
obache
676a98ac1d Added lzma. 2007-02-17 12:08:40 +00:00
obache
e2f244bae8 Add lzma version 4.43.
Packaged and provided by Jonathan A. Kollasch in PR 34610.

This package is 7zip LZMA SDK utility.
2007-02-17 12:07:28 +00:00
drochner
44395fe33c update to 2.16.3
changes: translation updates
2007-02-09 19:47:39 +00:00
wiz
93d94d44e1 Update to 3.7.3.
Changes: secret, as always.
From the diffs it looks like some big-endian fixes and other small changes.
2007-02-05 23:03:50 +00:00
taca
6da3cd9ae1 Update ruby-zip package to 0.9.1.
Also install some documents and examples.

= Version 0.9.1

Added symlink support and support for unix file permissions. Reduced
memory usage during decompression.

New methods ZipFile::[follow_symlinks, restore_times, restore_permissions, restore_ownership].
New methods ZipEntry::unix_perms, ZipInputStream::eof?.
Added documentation and test for new ZipFile::extract.
Added some of the API suggestions from sf.net #1281314.
Applied patch for sf.net bug #1446926.
Applied patch for sf.net bug #1459902.
Rework ZipEntry and delegate classes.
2007-01-28 15:18:48 +00:00
adam
06e4141cb2 Changes 4.44:
- From Windows version of 7-zip 4.43 :
  - 7za : Cab support
  - Speed optimizations for LZMA, Deflate, BZip2 and unRAR.
  - fix : now, updating a crypted header archive keeps the crypted header
- fixes in the help displayed by 7za/7z/7zr.
- code cleanup
  - remove of mySetModuleFileNameA (and its memory leak), GetModuleFileName ...
- fixed : p7zip for DJGPP can now update an archive (thanks stranix)
- fixed : in the plugins of 7z, the "Utf16" state was always off.
- fixed : support for directory names that are not encoded with the current locale.
  (ex : directory name is in "iso 8859-15" whereas the locale is "utf8")
- patch 1581907 : fix for FreeBSD in contrib/gzip-like_CLI_wrapper_for_7z/p7zip
- fixed : p7zip can now restore a symbolic link from a Zip archive (archive.zip made with "zip -y")
    remark/todo : p7zip stores, in a zip archive, the linked file instead of the symbolic link
- fixed 1630452 : small fix in the output of the script install.sh
- fixed 632912 : Extracting large directories takes quadratic time
- preliminary support of HP-UX : remove of RTLD_GROUP for dlopen in DLL.cpp
    makefile.hpux-acc should be able to build 7za for HP-UX (thanks to furiol)
- Client7z added.
2007-01-27 21:50:11 +00:00
wiz
f05dc35ca8 Update to 3.7.2. Changes look like better character encoding support,
but no ChangeLog exists, so who knows...
2007-01-15 22:36:41 +00:00
rillig
ba4c166148 Fixed the build for sunpro on Solaris 10. 2007-01-14 16:28:40 +00:00
gdt
947815617e add LICENSE=generic-nonlicense, because RESTRICTED makes it clear this
is non-free, and that's better than missing LICENSE.
2007-01-11 19:08:50 +00:00
obache
70e7be0b97 Change RESTRICTED message, suggested by gdt@. 2007-01-08 17:35:39 +00:00
obache
51c1b63f62 Put LICENSE before RESTRICTED, suggested by gdt@. 2007-01-08 17:23:55 +00:00
obache
fa18bbbeaa Redistribution of LHa is restricted. 2007-01-08 03:11:31 +00:00
rillig
5d96020099 Updated dar to 2.3.2.
from 2.3.1 to 2.3.2
- fixed bug in Native Language Support when --enable-locale-dir was not set (Thomas Jacob's patch)
- updated Swedish translation by Peter Landgren
-  --verbose=skipped was not available (only the short -vs form was available)
- reviewed regex with ordered mask for the feature to better fits user's need (Dave Vasilevsky's feedback)
- fixed bug where compression algorithm was changed to maximum (fixed with Richard Fish's adequate patch)
- fixed tutorial with command line evolution (dar's -g option in particular)
- latest version of Grzegorz Adam Hankiewicz's mini-howto
- fixed bug concerning restoration of only more recent files
2007-01-07 13:29:20 +00:00
wiz
bfa3edd54f Update to 1.0.4:
1.0.4 (20 Dec 06)
~~~~~~~~~~~~~~~~~
Fixes some minor bugs since the last version, 1.0.3.

* Fix file permissions race problem (CAN-2005-0953).

* Avoid possible segfault in BZ2_bzclose.  From Coverity's NetBSD
  scan.

* 'const'/prototype cleanups in the C code.

* Change default install location to /usr/local, and handle multiple
  'make install's without error.

* Sanitise file names more carefully in bzgrep.  Fixes CAN-2005-0758
  to the extent that applies to bzgrep.

* Use 'mktemp' rather than 'tempfile' in bzdiff.

* Tighten up a couple of assertions in blocksort.c following automated
  analysis.

* Fix minor doc/comment bugs.
2007-01-06 15:34:37 +00:00
rillig
9c6272cf8b Fixed PKGMANDIR. 2006-12-19 13:39:14 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
schwarz
01a799bb36 added support for IRIX 5 2006-12-06 22:49:10 +00:00
tron
6ed7991e16 Add Kees Cook's patch for CVE-2006-6097 taken from Ubuntu Linux.
Bump package revision.
2006-12-03 15:21:20 +00:00
obache
aceb98a0bb Applied the security patch for the CVE-2006-4335, CVE-2006-4337 and
CVE-2006-4338 via LHa for UNIX autoconfiscated version.

Bump PKGREVISION.
2006-12-03 03:09:46 +00:00
drochner
e458e79eeb update to 2.16.2
changes: translation updates
2006-11-29 22:03:30 +00:00
tv
87f23c6679 Make build on Interix - security fix was assuming that SIZE_MAX is defined;
copy #ifndef...#define...#endif block used in other source files.
2006-11-27 22:05:34 +00:00
dsainty
2af7235be2 Fix incremental backups under (at least) NetBSD. Bump PKGREVISION. 2006-11-27 14:24:01 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
joerg
aea9f31ecd DESTDIR support. 2006-11-14 13:50:13 +00:00
rillig
3e11d5dbc0 Added a patch for newer libcurl versions, in which CURLOPT_MUTE has been
removed.
2006-11-12 04:21:07 +00:00
rillig
73d6968839 Fixed PKGMANDIR. 2006-11-12 02:50:21 +00:00
adrianp
52b0fc8fd3 Update to 1.3.1
Sep 05, 2006: libarchive 1.3.1 released
Sep 5, 2006: Bump version to 1.3 for new I/O wrappers.
Sep 4, 2006: New memory and FILE read/write wrappers.
Sep 4, 2006: libarchive test harness is now minimally functional;
    it's located a few minor bugs in error-handling logic

Fix a denial of service security issue via FreeBSD:
If the end of an archive is reached while attempting to "skip" past a
region of an archive, libarchive will enter an infinite loop wherein it
repeatedly attempts (and fails) to read further data.
2006-11-10 00:29:44 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
rillig
30fd245503 unzipsfx does not need libz. Patch provided by Hrvoje Habjanic in
http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html
2006-11-03 07:53:55 +00:00
joerg
a249557e2e Supports DESTDIR. 2006-11-02 17:57:48 +00:00
wiz
2087b49f1e Drop maintainership. 2006-10-19 21:32:03 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
rillig
92ef9d08b2 Fixed "test ==". 2006-10-08 22:14:54 +00:00
reed
717e353fe6 To close my PR #22693.
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-07 16:52:19 +00:00
reed
c3f7c6136b If GNU_PROGRAM_PREFIX is empty then conflict with pax package
(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-07 16:21:39 +00:00
obache
86a8eb821a Update dar to 2.3.1.
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-07 07:10:29 +00:00
wiz
0e5b27b422 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:45:46 +00:00
rillig
680973f68f Fixed pkglint warnings and the path to the manual pages. 2006-10-03 21:44:24 +00:00
rillig
0649166ee2 Fixed pkglint warnings. 2006-10-03 19:48:43 +00:00
rillig
9e00c3f337 Fixed pkglint warnings. 2006-10-01 21:08:26 +00:00
rillig
06a851000c Removed .gz for man pages. 2006-10-01 21:03:25 +00:00
rillig
a9f2c90b21 Added a patch for Solaris 10, which does neither have futimes() nor
struct stat.st_flags.
2006-10-01 21:00:20 +00:00
rillig
d7deadb087 Added GNU_PROGRAM_PREFIX to BUILD_DEFS. 2006-10-01 13:38:33 +00:00
adam
03993a5421 Changes 4.43:
- 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-10-01 10:39:21 +00:00
adrianp
25fb745003 Fixes (via RedHat) for: CVE-2006-4334, CVE-2006-4335, CVE-2006-4336,
CVE-2006-4337 and CVE-2006-4338
Bump to nb2
2006-09-23 13:52:17 +00:00
ben
1d272804ae Update cabextract to version 1.2. Notable changes include:
*  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-23 13:02:17 +00:00
hira
425139ff42 Fix path in perl script. USE_TOOLS+=perl:run.
Bump PKGREVISION.
2006-09-20 11:05:20 +00:00