Commit Graph

1052 Commits

Author SHA1 Message Date
jasper
5086d2eecb -sync 2010-12-08 12:44:32 +00:00
jasper
2eeb92a657 import hs-zlib-bindings
Low-level bindings to the zlib package.

ok kili@
2010-12-08 12:44:04 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
naddy
e1e7068a4a Fix bug with --one-file-system and --listed-incremental. This is
important for at least misc/amanda-client.  From upstream.
2010-11-27 21:02:54 +00:00
jasper
91d45d6e46 - sync 2010-11-27 09:17:40 +00:00
jasper
fb6d30f3b5 import libzip 0.9.3
libzip is a C library for reading, creating, and modifying zip archives.
Files can be added from data buffers, files, or compressed data copied
directly from other zip archives. Changes made without closing the
archive can be reverted.

ok sthen@
2010-11-27 09:16:57 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
espie
3759fd0ba1 forgotten commit 2010-11-11 19:39:23 +00:00
naddy
c24db02341 allow building as root; requested by ckuethe@ 2010-11-09 16:28:59 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
naddy
9ef62d28db update to first non-beta release 5.0.0; mostly from steven@ 2010-11-08 20:11:13 +00:00
naddy
b3cc96497f update to 1.25: fixes extraction with the -C option in effect 2010-11-08 16:31:51 +00:00
jasper
8d332e7992 don't reset BUILD_DEPENDS if we're using the static flavor, so we keep
xz as a build dependency there. fixes build of gtar,static on a clean box
2010-11-04 22:51:13 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
benoit
3efca309a7 - update lzo2 to 2.04
ok steven@
2010-11-01 11:20:46 +00:00
naddy
e31f897ea2 don't preformat the man pages now that man(1) calls mandoc(1) 2010-10-30 17:27:03 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
naddy
f59334ed04 update to 1.24: various bug fixes, no major changes 2010-10-28 13:50:30 +00:00
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
merdely
e0f038524e + pecl-lzf 2010-10-27 23:09:07 +00:00
merdely
4967608efe Initial import of pecl-lzf:
This package handles LZF de/compression.

From MAINTAINER: Johan Huldtgren
Tweaks by me.
ok sthen@
2010-10-27 23:08:11 +00:00
jasper
1dd9d5d3bb - sync 2010-10-24 11:38:50 +00:00
jasper
743487af26 import p5-POE-Filter-Zlib 2.02
POE::Filter::Zlib provides a POE filter for performing
compression/uncompression using Compress::Zlib. It is suitable for use
with POE::Filter::Stackable.

ok sthen@
2010-10-24 11:38:22 +00:00
naddy
4be689a796 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-19 21:04:52 +00:00
espie
b02283c3fe LIB_DEPENDS -> WANTLIB 2010-10-19 19:45:53 +00:00
sthen
4e1488e52a fix tabs 2010-10-18 21:55:51 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
3ed7d907a5 USE_GROFF=Yes 2010-10-18 16:47:00 +00:00
sthen
94f3dde2b7 Add a taint mode fix for newer Perl, from CPAN RT. Fixes a problem with
MailScanner noted by Brad, tested by Brad and myself.
2010-10-15 18:50:23 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
sthen
33fe97dfb9 bump 2010-09-24 15:23:05 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
naddy
4c9983c6be SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405.
ok jasper@
2010-09-20 18:21:10 +00:00
naddy
667c7e5294 maintenance update to 2.8.4, no changes of note 2010-09-13 17:10:31 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
fgsch
9719068811 Bump revision after python's default change. 2010-08-30 16:48:31 +00:00
jasper
e2a7aee7e4 - add working master_site 2010-08-26 09:18:30 +00:00
jasper
4c1fe006e3 - remove dead master site 2010-08-26 08:48:21 +00:00
jasper
8c385375f7 - Security update of libmspack to 0.2alpha
* fixes libmspack MS-ZIP Infinite Loop Denial of Service (SA40719)

ok naddy@
2010-08-04 17:36:26 +00:00
jolan
394d5206d6 update to 20100731 which incorporates a 64-bit fix from tedu@ 2010-07-31 16:52:24 +00:00
kevlo
9be02aeebf SECURITY update to 1.3:
http://www.cabextract.org.uk/#changes

ok merdely@, sthen@
2010-07-31 00:30:27 +00:00
jolan
42789545ec +luazlib 2010-07-26 01:18:31 +00:00
jolan
a855b06ae1 luazlib-20100725, lua binding of zlib 2010-07-26 01:17:48 +00:00
jolan
ec2a7b809e drop maintainer 2010-07-25 02:59:44 +00:00
sebastia
9422359321 Use gcc3 module to build on sparc.
OK naddy@, landry@, steven@
2010-07-19 12:04:12 +00:00
kili
70282e44c8 PKGNAME not needed here. 2010-07-17 13:50:14 +00:00
sebastia
e5ac612e78 fix compilation on gcc-2.95 archs.
OK naddy@, landry@.
2010-07-13 12:45:49 +00:00
espie
cbd9341a86 switch to REVISION 2010-07-11 15:57:46 +00:00
naddy
8055126324 remove binary-only port that relies on broken or (soon to be) removed
foreign OS compatibility
2010-07-05 21:54:53 +00:00
naddy
8ecf05effe update to 1.5.1 (there were 89 alpha versions) 2010-07-02 05:20:26 +00:00
sthen
ab52e8db7b pudate to 9.13, Josh Grosse (maintainer) ok 2010-06-20 15:54:35 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
naddy
224f8d7051 Fix dead loop on extracting existing symlinks with the -k option.
From upstream.
2010-06-12 15:17:11 +00:00
ajacoutot
3704999ee6 Both the rpm and rpm2cpio pkg provide the rpm2cpio utility, so make it
possible to use either one of both.

ok kevlo@ (maintainer)
2010-06-08 08:14:46 +00:00
sthen
6ac802b8c8 mirror the distfile, hu-berlin's ftp server is broken with EPSV 2010-06-07 09:26:41 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
kili
57f4237591 WANTLIB += m stdc++.
While here, update license marker (LGPLv2.1)
2010-06-02 09:57:17 +00:00
jasper
ac35c6ef87 - workaround no longer needed for mips64 2010-05-22 07:44:29 +00:00
jasper
800ce315d4 - mips64 workaround no longer needed 2010-05-21 22:43:14 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
giovanni
c4c5908e8b Update to 0.13.59 2010-05-12 16:08:15 +00:00
robert
a0cf6234c2 pull gcc4 fix from freebsd 2010-05-09 15:30:53 +00:00
robert
e250361755 - make gcc4 happy
- add a working MASTER_SITE
2010-05-09 15:22:43 +00:00
jsg
f53bbab61e update to unzip 6.0 which adds support for ZIP64 & UTF8 filenames
among other things.
2010-04-25 10:36:05 +00:00
kili
f40a51b4cb Add hs-zlib 2010-04-22 22:22:22 +00:00
jolan
b496e24f57 update to 2.0.0 2010-04-22 03:44:13 +00:00
kevlo
d9fe976631 update to 1.6.1.1
ok jasper@
2010-04-20 10:25:09 +00:00
ajacoutot
ba27702cd7 PREFIX -> TRUEPREFIX 2010-04-19 08:16:17 +00:00
ajacoutot
2de1ea51a9 +libtar 2010-04-16 13:12:03 +00:00
ajacoutot
a33e6c9c96 Import libtar-1.2.11
libtar is a library for manipulating tar files from within C programs.
Here are some of its features:

  * Handles both POSIX tar file format and the GNU extensions.
  * API provides functions for easy use, such as tar_extract_all().
  * Also provides functions for more granular use, such as 
    tar_append_regfile().

Patches from pkgsrc.

requested by xsa@
WANTLIB and SHARED_LIB military look from kili@
ok kili@
2010-04-16 13:10:47 +00:00
ajacoutot
ce7c969358 Stupid poor blank lines, stupid poor blank lines... 2010-04-15 14:58:24 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
kili
9481bb99db Import hs-zlib, providing zlib bindings for Haskell.
Requred by darcs and also member of the Haskell Platform.
Not yet weird to the build.
2010-04-08 14:52:11 +00:00
naddy
a77479079d SECURITY update to 2.11 for CVE-2010-0624:
Heap-based buffer overflow allows remote rmt servers to cause a
denial of service (memory corruption) or possibly execute arbitrary
code by sending more data than was requested.

with jasper@
2010-04-05 16:58:59 +00:00
naddy
e66668aa3e update to 2.8.3 2010-04-05 11:36:55 +00:00
naddy
240776a6c0 pre-format man pages with mandoc(1) instead of groff on a FreeBSD system 2010-04-04 15:02:05 +00:00
naddy
76cb00367f update to 1.23 2010-03-28 18:35:00 +00:00
naddy
7985668aef SECURITY fix for CVE-2010-0624:
Heap-based buffer overflow allows remote rmt servers to cause a
denial of service (memory corruption) or possibly execute arbitrary
code by sending more data than was requested.

prodded by jasper@
2010-03-24 18:02:00 +00:00
espie
d38d410e62 duh, don't extract stuff to WRKDIST during install 2010-03-01 13:06:58 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
648b05ef6f minor update to 3.9.7, ok rui@ 2009-12-19 22:34:58 +00:00
ajacoutot
c0f4ebc1ac Update to lzop-1.02rc1.
This version is 'only' 4 years old and brings us support for lzo2.

ok sthen@
2009-11-20 13:35:25 +00:00
jasper
a3b6708089 - another file upset gcc on mips64 2009-11-08 16:42:21 +00:00
naddy
18d6c9cfbb work around internal compiler error on alpha, too; ok rui@, merdely@ 2009-11-08 16:30:40 +00:00
benoit
ed2b52a78a - update unshield to 0.6
ok jsg@, ajacoutot@
2009-10-14 10:27:28 +00:00
espie
649178beeb fuck-off, schilly 2009-10-10 09:18:51 +00:00
naddy
5a91efa6d2 update to 3.96; ok rui@ 2009-09-11 16:14:01 +00:00
naddy
6c5dfab106 remove lzma, it has been superseded by xz; ok steven@ 2009-09-10 15:32:36 +00:00
naddy
229b8b94c5 update to 2.7.1 and switch dependency from lzma to xz 2009-09-10 15:31:43 +00:00
naddy
2c50e00940 switch dependencies from lzma to xz 2009-09-10 15:30:21 +00:00
naddy
1e9bfe4e35 xz supersedes lzma 2009-09-10 15:29:06 +00:00
naddy
dfad51d695 Import XZ Utils 4.999.9beta, which replaces LZMA Utils.
LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.
2009-09-10 15:27:26 +00:00
bluhm
0d93456f7f update p5-Archive-Zip to 1.30
ok jasper
2009-09-09 16:58:05 +00:00
jolan
8a23ddb57c remove php5/extensions,-zip in favor of pecl-zip; they conflict and
pecl-zip is more up to date/stable

ok robert@
2009-08-21 20:26:08 +00:00
jolan
aee8eda735 update to 0.2.4 2009-08-19 00:17:37 +00:00
jolan
3ae931a616 +pecl-{rar,zip} 2009-08-16 06:40:57 +00:00
jolan
7d5a0a6b9e pecl-zip-1.10.2, PHP support for zip archives 2009-08-16 06:39:51 +00:00
jolan
a66fd8872f pecl-rar-1.0.0, PHP support for rar archives 2009-08-16 06:39:12 +00:00
sthen
6706facb2f +lzo2 2009-07-24 14:37:40 +00:00
sthen
ac85bdd102 import archivers/lzo2; an updated version of archivers/lzo that can
be installed alongside (different API).

ok landry@ benoit@
2009-07-24 14:35:42 +00:00
sthen
6c9f6a3cf7 more specific license marker 2009-07-22 21:19:13 +00:00
ajacoutot
bda384863c Add homepage. 2009-06-09 15:09:44 +00:00
sthen
dde1e59006 update to 9.04; from Josh Grosse (maintainer).
version numbering scheme changed to match 7-Zip.
2009-06-08 09:12:40 +00:00
benoit
7152854ebd - regen PLIST & patches
- update MASTER_SITES
- SUBST_CMD usage
- bump

ok ajacoutot@
2009-06-02 20:46:10 +00:00
benoit
0c1ac22f7f - update fastjar to 0.94
- regen PLIST
- change maintainer

ok ajacoutot@
2009-06-01 22:37:50 +00:00
benoit
f6b45dc905 +py-lzo
ok ajacoutot@
2009-05-31 21:12:26 +00:00
benoit
74d25eb325 import py-lzo
py-LZO is a Python module that interface with the LZO library.

LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.

ok ajacoutot@
2009-05-31 21:03:10 +00:00
wcmaier
6efdf9fa68 Add HOMEPAGE, s/GPL/GPLv2/ in license marker, update my address, bump PKGNAME. 2009-05-31 18:06:26 +00:00
giovanni
aa69604392 Update to 0.13.52
Fixes build on vax.
ok benoit@
2009-05-25 15:29:24 +00:00
benoit
3fe777d2dc - update to unshield 0.5.1
- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@
2009-05-23 16:34:50 +00:00
sturm
8325678e2f remove -Werror to unbreak build on sparc64
This code seems to trigger a gcc bug, resulting in spurious format warnings.

ok naddy
2009-05-15 05:10:04 +00:00
naddy
1fb40b7366 update to 2.7.0 2009-04-18 18:22:49 +00:00
giovanni
681d2b0a2a Update to version 0.13.50
Regen patches
2009-03-23 18:06:28 +00:00
naddy
b7dd7b9606 Update to 1.22 which adds --xz/-J support for xz compression.
(xz itself will be imported once there is a stable release.)
2009-03-10 14:54:16 +00:00
naddy
1bfb4a027a maintenance update to 2.6.2 2009-03-08 21:50:34 +00:00
jasper
a993f02204 - remove perl modules that moved into base as of openbsd 4.5
ok simon@, "sure" naddy@
2009-03-08 16:48:48 +00:00
steven
377af8339a update to 4.65
from maintainer Josh Grosse
2009-02-15 08:02:19 +00:00
pirofti
45f9ed96e0 Add ruby-archive-tar-minitar. 2009-02-03 12:30:57 +00:00
pirofti
10fd5d5de3 Initial import of ruby-archive-tar-minitar.
Archive::Tar::Minitar is a pure-Ruby library and command-line utility 
that provides the ability to deal with POSIX tar(1) archive files. The 
implementation is based heavily on Mauricio Fernández's implementation 
in rpa-base, but has been reorganised to promote reuse in other
projects.

Okay bernd@.
2009-02-03 12:29:32 +00:00
kevlo
21713eb4a2 - add -D_BSD_SOURCE so that deco calls lstat(2)
- remove _XOPEN_SOURCE definition

ok sthen@
2009-01-29 10:28:06 +00:00
naddy
78dd235a9a update to 2.6.1, project has moved to Google Code 2009-01-24 18:32:07 +00:00
kevlo
bf64d836df add deco 2009-01-23 02:30:55 +00:00
kevlo
0fd5615b3a initial import of deco 1.6
Deco is a Unix script able to extract various archive file formats.
Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.

ok sthen@
2009-01-23 02:30:20 +00:00
naddy
55e741e2f6 SECURITY:
Fix potential crash induced by malicious archives; from upstream CVS.
CVE-2007-4476, Bugtraq ID 26445
2009-01-16 16:58:05 +00:00
sturm
a604f81e7c update to zip 3.0
from form@ via mikeb@
2009-01-14 16:59:51 +00:00
naddy
543e6508f1 update to 2.6.0 2009-01-01 16:46:25 +00:00
rui
f40ddf5034 - maintenance update to unrar 3.85.
ok jasper@
2008-12-31 18:43:07 +00:00
naddy
38bc631dc7 Update to 1.21 which brings
* some new options, e.g. -J for lzma compression and --lzop,
* transformation scope flags,
* bug fixes

Testsuite patches from upstream CVS.
2008-12-30 17:37:05 +00:00
jasper
ad0e767ad3 - update p5-Archive-Zip to 1.26 2008-12-07 18:48:38 +00:00
steven
4560a4d00f update to 4.61
from maintainer Josh Grosse
2008-11-30 22:24:54 +00:00
jasper
dbab75bc6d - add missing header to fix potential 64-bit issues
- regen PLIST
2008-11-22 09:36:20 +00:00
kevlo
81c3a1e931 +p5-Compress-Bzip2 2008-11-11 13:56:03 +00:00
kevlo
cb369e4eeb import of p5-Compress-Bzip2-2.09
p5-Compress-Bzip2 a Perl interface to the bzip2 compression
algorithms. It uses the low level interface to the algorithm,
and reimplements all high level routines.

ok jasper@
2008-11-11 13:55:21 +00:00
jasper
9856ececea - update libmspack to 20060920a
- homepage moved
2008-10-28 01:23:34 +00:00
naddy
6b16bef477 unhook ports that are marked COMES_WITH 2008-10-02 21:06:14 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
simon
110c83b854 two more modules coming with base perl
pointed out by Markus Lude, thanks!
ok sthen@
2008-10-01 22:09:27 +00:00
simon
83605cee9c remove RUN_DEPENDS to p5-Compress-Zlib that now comes with perl and bump 2008-09-29 18:34:23 +00:00
simon
3894a7c8e4 set COMES_WITH=4.5 for ports coming together with the new perl 2008-09-29 18:32:12 +00:00
rui
7a8012026a - maintenance update to unrar 3.82.
ok jasper@
2008-09-21 18:25:32 +00:00
jasper
f07a2558c3 - update p5-Archive-Zip to 1.24, mostly bug fixes 2008-09-01 16:54:48 +00:00
steven
56e82921fc maintenance update to 4.32.7 2008-08-21 17:50:47 +00:00
simon
90ccdf00ff security update to version 1.38
ok kevlo@ (maintainer)
2008-07-28 10:20:32 +00:00
sthen
8864f08eef Better MASTER_SITES to avoid a redirect. From Lawrence Teo.
Nothing else changed, no need for a package bump.
2008-07-19 20:46:00 +00:00
sthen
7f6b72ca58 update to 2.0.11
- fix comment(!)

from Giovanni Bechis
2008-07-08 23:04:43 +00:00
sthen
1c0d4e8db1 update to 2.0.11
- fix minor documentation issue

from Giovanni Bechis
2008-07-08 23:03:16 +00:00
sthen
1a43e1971e update to 2.0.11
- fix mixed compression zip files
- add exUnix2 option to allow storing of UID & GID

from Giovanni Bechis
2008-07-08 23:02:31 +00:00
sthen
fb9653413c update to 2.011
- support mixed compression methods in zip
- improve interoperability with other modules

from kevlo and Giovanni Bechis
2008-07-08 23:00:21 +00:00
naddy
2bbc8d2ce7 update to 2.5.5 2008-07-05 20:38:09 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
naddy
6b4503cf52 Update to 1.5:
"Between star-1.4 and star-1.5, there have been more changes than in the
whole life of star until star-1.4."

For cross-platform consistency's sake, put configuration files under
${SYSCONFDIR}/default/.
2008-06-19 17:43:10 +00:00
sthen
1f9324de36 update to 4.58 and fix homepage, from maintainer Josh Grosse with
tweaks by me. Changelog notes speed optimizations, bug fixes, utf8
support for .zip filenames, .lzma unpack added.
2008-06-10 03:24:37 +00:00
rui
919fd92639 - maintenance update to unrar 3.81
ok jasper@
2008-06-09 08:18:01 +00:00
ajacoutot
77c3f0f65c - update HOMEPAGE and MASTER_SITES
- bump

from kevlo@
2008-06-08 14:25:44 +00:00
steven
ec08edc4d2 maintenance update to 4.32.6 2008-05-23 20:17:03 +00:00
naddy
053c912e43 Update to 1.20. Notable changes: This release adds support for
lzma compression and the -a option to select the compression algorithm
basing on the suffix of the archive file name.
2008-04-18 14:52:25 +00:00
jasper
30305e04d0 Security fix for unzip;
fix CVE-2008-0888, patch from debian.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888

ok grunk@ (who came up with the same diff)
2008-03-25 19:39:30 +00:00
naddy
6b4c85de85 SECURITY update to 2.4.14. (FreeBSD-SA-07:05.libarchive)
This fixes various vulnerabilities in handling corrupt tar files.
2008-03-18 21:43:35 +00:00
jasper
0b99313337 - honor cflags
- remove trailing whitespace from DESCR

ok ajacoutot@
2008-03-18 19:14:28 +00:00
naddy
6c7c3d9d2b SECURITY:
Update to 1.0.5, which includes integer overflow checks.
Fixes CERT-FI 20469.
2008-03-18 18:44:31 +00:00
steven
b09b618411 update to 4.32.5
also tested by sthen@, thanks
2008-03-15 14:02:31 +00:00
rui
a8f72637fb - update my e-mail address
ok jasper@
2008-02-14 21:36:27 +00:00
naddy
e42408d53e maintenance update to 2.4.12 2008-01-27 17:17:04 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
simon
3ff3ca4644 update to version 1.36
ok kevlo@ (maintainer)
2007-12-18 11:16:33 +00:00
sthen
8a30cdf694 update to 4.57 from MAINTAINER, Josh Grosse
ok steven
2007-12-16 11:22:29 +00:00
merdely
3fcb2cbbee Add TEST_POD=Yes to make regress happier.
No bump needed.

help and ok from steven@
2007-12-12 14:58:27 +00:00
naddy
e02b064a49 maintenance update to 2.4.6 2007-12-11 20:29:40 +00:00
eric
3863f9f396 remove bogus variable
spotted by okan@; ok okan@ merdely@
2007-12-11 15:11:21 +00:00
eric
5cdb9c857d +zziplib 2007-12-10 21:24:10 +00:00
eric
e3fd9ebdb9 The zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
It also provides a functionality to overlay the archive filesystem
with the filesystem of the operating system environment.

help and ok merdely@
2007-12-10 21:22:48 +00:00
steven
fc84584951 update to 1.08
from jcroberts@designtools.org, ok maintainer
2007-12-04 13:40:46 +00:00
steven
478f5b2e50 update to 2.008
from jcroberts@designtools.org, verified by maintainer
2007-12-04 13:38:30 +00:00
steven
93e2331f09 update to 4.55
from maintainer Josh Grosse
2007-12-04 12:13:21 +00:00
steven
8cded66b8d update to 1.23
from jcroberts at designtools.org
2007-12-01 13:26:08 +00:00
naddy
b15cbd859b * update to 2.4.0
* enable bsdcpio
2007-11-26 18:38:03 +00:00
jasper
9b2ada8126 fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.

"of course it's ok!" jolan@ (MAINTAINER)
2007-11-07 20:58:15 +00:00
jasper
4c3bcd5faf fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.
2007-11-06 09:44:54 +00:00
steven
1d46220bb2 do not invoke systrace twice. 2007-11-01 11:18:05 +00:00
naddy
1250989ed3 +libarchive 2007-10-29 19:29:57 +00:00
naddy
3853354d27 Import libarchive 2.3.4.
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar variants
and several cpio formats.

bsdtar is an almost fully GNU tar-compatible frontend for libarchive.
It is one of the fastest tar implementations and supports many advanced
features not found elsewhere.
2007-10-29 19:28:29 +00:00
espie
e22828589f fix bogosity: explictly run clean during pre-build, NOT as an extra
target that may be called concurrently
2007-10-27 13:01:28 +00:00
ajacoutot
367a4bb8c2 - use our naming scheme for patches 2007-10-26 20:25:39 +00:00
merdely
0f67ecaf33 Add ripole 2007-10-25 10:41:34 +00:00
merdely
3030bff8d6 ripOLE is a small program/library designed to pull out attachments from
OLE2 data files (ie, MS Office documents).

From William Yodlowsky with tweaks by me.
"go ahead if it works" steven@
2007-10-25 10:40:32 +00:00
sthen
a64a2caef2 bump to 1.07 (the old version's distfile is no longer on CPAN).
ok simon
2007-10-24 13:25:50 +00:00
naddy
0981ce1036 * update to 1.19
* fix static flavor
2007-10-22 16:33:41 +00:00
sthen
3f1ee59390 update to 2.007 from maintainer Giovanni Bechis
ok steven@
2007-10-15 16:45:16 +00:00
sthen
d617229639 update to 2.006 from maintainer Giovanni Bechis
ok steven@
2007-10-15 16:44:18 +00:00
jasper
e5d81d4310 we prefer the idiom of MODULES=devel/gettext over MODULES=gettext
"looks good" steven@
2007-10-02 19:09:44 +00:00
simon
33d876679c update to version 2.005
from brad@
2007-09-29 17:54:28 +00:00
simon
bfc0f124fb update to version 1.20
from brad@
2007-09-29 17:50:07 +00:00
naddy
ad2f3f1a98 remove cruft 2007-09-29 14:15:06 +00:00
rui
fdc4464053 maintenance update to 3.7.8
ok sthen@
2007-09-25 19:40:57 +00:00
simon
026a13bf4d remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-16 11:14:46 +00:00
espie
01eeb5f64b zap all quotes in COMMENT/PERMIT_* 2007-09-15 10:14:32 +00:00
eric
b7b17079e6 - update to 4.53 from maintainer Josh Grosse
- remove quotes from COMMENT

ok sthen@
2007-09-10 10:52:40 +00:00
steven
192deea5c6 minor update to lzma-4.32.0beta5 2007-09-05 07:11:16 +00:00
naddy
c1ff722c4b SECURITY:
Fix a directory traversal vulnerability. (CVE-2007-4131)
2007-09-01 21:05:21 +00:00
naddy
850f4da52a maintenance update to 1.18, only noteworthy change is switch to GPLv3 2007-08-25 19:49:01 +00:00
simon
7009cefe83 update versions to 2.005
confirmed by Giovanni Bechis (MAINTAINER)
2007-07-26 19:29:53 +00:00
jasper
a43320a166 - update cabextract to 1.2 (includes security fix wrt quantum compressed files)
- fix COMMENT
- reformat DESCR

from Wim Lewis, ok MAINTAINER some time ago
2007-07-19 09:49:59 +00:00
naddy
6982b5a295 update to 2.9:
* Option --owner can be used in copy-out mode, allowing to uniformly
override ownership of the files being added to the archive.
* Symlinks were handled incorrectly in copy-out mode.
* Fix handling of large files.
* Fix setting the file permissions in copy-out mode.
* Honor umask when creating intermediate directories, not specified
in the archive.
2007-07-09 17:38:42 +00:00
rui
3c6793efd6 update unrar to 3.76
ok jasper@
2007-06-26 19:47:59 +00:00
naddy
362a03027a Update to 1.17. Changes in this release:
* Fix archivation of sparse files in posix mode.
* Fix operation of --verify --listed-incremental.
* Fix --occurrence.
* Scope of --transform and --strip-components options.
* End-of-volume script can send the new volume name to tar.
2007-06-10 19:27:18 +00:00
steven
12a931981a update to 4.47
from maintainer Josh Grosse, also tested by Stuart Henderson
2007-05-29 21:55:05 +00:00
rui
590aabdea2 make sure that it'll work on every archs without keeping a list of them
pointed by and ok naddy@
2007-05-26 21:42:58 +00:00
jasper
5a6c59ec61 don't let the port strip the binary
ok aanriot@
2007-05-26 20:23:58 +00:00
rui
09f4ef0669 update unrar to 3.75
ok ajacoutot@
2007-05-26 16:55:53 +00:00
steven
5df95d0619 update to 2.004
from Giovanni Bechis <bigionews at snb.it>, with some tweaks
2007-05-12 12:26:36 +00:00
naddy
f3f52793fe update to 4.45; from maintainer Josh Grosse 2007-05-08 17:59:15 +00:00
steven
21da5e85cf +p5-IO-Compress-Zlib 2007-05-01 19:57:42 +00:00
steven
8f65a098ad IO::Compress::Zlib provides a Perl interface to allow reading
and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.

from Giovanni Bechis <bigionews at snb.it> with some tweaks by me
2007-05-01 19:57:17 +00:00
steven
a834cc16df +p5-Compress-Raw-Zlib 2007-05-01 09:42:58 +00:00
steven
b8d4799fb2 import Compress::Raw::Zlib 2.004
low-level interface to zlib

from Giovanni Bechis <bigionews at snb.it>
2007-05-01 09:42:02 +00:00
steven
b3aab2bc66 +p5-IO-Compress-Base 2007-05-01 08:34:45 +00:00
steven
b5631a3b3f import IO::Compress::Base 2.004
base class for all IO::Compress and IO::Uncompress modules

from Giovanni Bechis <bigionews at snb.it>
2007-05-01 08:33:56 +00:00
steven
1ae21ce85e +p7zip 2007-04-20 17:50:42 +00:00
steven
a2610717e5 import p7zip 4.44
p7zip is a port of 7-zip for *nix platforms.
7-zip is a file archiver with a high compression ratio.

from Josh Grosse <josh at jggimi.homeip.net> and
Stuart Henderson <stu at spacehopper.org>

with testing, feedback, and ok from naddy@
2007-04-20 17:50:05 +00:00
naddy
e314fb8238 Update to 2.7:
* Improved error checking and diagnostics
* Fixed CAN-1999-1572
* Allow to use --sparse in both copy-in and copy-pass.
* Fix bug that eventually caused copying out the same hard-linked file
several times to archive.

From: Rui Reis
2007-04-17 19:46:42 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
jasper
dd3584d233 Security update to unrar 3.7.3
CVE-2007-0855: Stack-based buffer overflow allows user-assisted remote attackers
to execute arbitrary code via a crafted, password-protected archive.

"go, go, go, get it in" naddy@, ok MAINTAINER
2007-02-22 19:08:02 +00:00
naddy
4ec1f15ebe SECURITY update to 1.0.4:
* Fix file permissions race problem (CVE-2005-0953).
* Avoid possible segfault in BZ2_bzclose.
* Sanitise file names more carefully in bzgrep.  Fixes CVE-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.
2007-01-25 21:08:22 +00:00
kili
d85f5ecfaa Update to 2.1.
Also, change maintainer's address.

From maintainer (Lawrence Teo).

ok, steven@
2007-01-04 23:38:23 +00:00
kili
0c8473d969 SECURITY:
CVE-2006-4335, CVE-2006-4337, CVE-2006-4338

From maintainer (Yozo Toda).

PKGNAME tweak from sturm@

ok mbalmer@
2007-01-04 23:05:07 +00:00
steven
c57c16bb73 fix PKGNAME 2007-01-04 18:49:49 +00:00
naddy
d187595079 avoid __malloc name clash; from star 1.5.x 2006-12-30 20:25:59 +00:00
steven
b26225e6a5 missing WANTLIB 2006-12-27 12:49:29 +00:00
steven
2634ddb00f remove no longer needed hack for endianess, the code checks BYTE_ORDER
ok maintainer Rui Reis
2006-12-26 20:42:38 +00:00
sturm
c051d459d6 the static FLAVOR needs gettext to build as well 2006-12-23 20:24:42 +00:00
mbalmer
759fb99dc0 Maintenance update to version 3.68, from maintainer Rui Reis. 2006-12-18 09:06:15 +00:00
naddy
5615100fa3 Update to 1.16.1. User-visible changes:
* New option --exclude-tag allows to specify "exclusion tag files".
* The --exclude-cache option now excludes the directories themselves, too.
* Support for reading ustar type 'N' logical records has been removed.
* Race conditions around 'tar -x --same-owner' have been fixed.
2006-12-14 20:29:00 +00:00
matthieu
3ffe26d812 add MASTER_SITE_TEX_CTAN to MASTER_SITES, as many other are down or don't
have the latest version. "Don't bump pkgname" and ok steven@
2006-12-03 08:51:34 +00:00
naddy
e448c78a4a SECURITY:
GNU tar allows user-assisted attackers to overwrite arbitrary files
via a tar file that contains a GNUTYPE_NAMES record with a symbolic
link. (CVE-2006-6097)
2006-11-30 20:37:29 +00:00
steven
7067f0d402 no BUILD_DEPENDS needed 2006-11-21 19:07:10 +00:00
jasper
127dcdcaa6 update p5-Archive-Zip to 1.18
feedback and ok steven
2006-11-21 18:33:09 +00:00
espie
b46544f5d6 cpan, update Mail-Tools (prompted by David Hill) 2006-11-17 15:08:16 +00:00
naddy
37fdb40795 update to 1.16 2006-11-13 16:25:10 +00:00
espie
1210bdb474 switch to cpan module, arch-indep. bump pkgname 2006-11-13 09:53:21 +00:00
espie
fcb2aa96d4 switch to cpan module, bump PKGNAME since this is arch-independent. 2006-11-13 09:43:25 +00:00
espie
5965c38623 link in some cpan ports 2006-11-12 16:34:33 +00:00
espie
0cfda185cc perlio interface to gzip 2006-11-12 16:27:26 +00:00