Commit graph

2333 commits

Author SHA1 Message Date
wiz
6df3e77909 Bump PKGREVISION for NO_LCHMOD change on Linux. 2015-11-13 22:13:43 +00:00
wiz
e928d92118 Add -DNO_LCHMOD for Linux as well.
Matthias Ferdinand reported on pkgsrc-users:

building archivers/unzip on Linux (Ubuntu 14.04 64bit) succeeds, but
produces the following warning:

    ...
    gcc -o unzip  -Lbzip2 unzip.o crc32.o  crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o ubz2err.o u
+nreduce.o unshrink.o zipinfo.o unix.o  -s   -L/opt/pkgsrc/lib -Wl,--enable-new-dtags,-R/opt/pkgsrc/lib -lz
    unix.o: In function `set_symlnk_attribs':
=>  unix.c:(.text+0x1840): warning: lchmod is not implemented and will always fail
    ...
2015-11-13 22:13:22 +00:00
wiz
b015e0b5cc + zopfli. 2015-11-13 16:20:46 +00:00
wiz
e11d7c9dba Import zopfli-1.0.1 as archivers/zopfli.
Compression Algorithm is a compression library programmed in C to
perform very good, but slow, deflate or zlib compression.
2015-11-13 16:20:32 +00:00
wiz
c6e98050ae Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.
From Debian.

Bump PKGREVISION.
2015-11-11 12:47:26 +00:00
dholland
c5e6dda48f Remove unused #include of <sys/timeb.h>, which is an old legacy header
that doesn't exist on many platforms.
2015-11-07 20:44:23 +00:00
dholland
db770eca71 Add build for openbsd amd64. 2015-11-07 20:41:32 +00:00
dholland
5a280e8c80 charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1 2015-11-07 19:28:49 +00:00
dholland
9ddeabaf02 Add workaround for install failure on case-insensitive fs; seen in the
last MacOS PPC build.
2015-11-07 19:20:16 +00:00
dholland
1a78e86009 Add workaround for install failure on case-insensitive fs; seen in the
last MacOS PPC build.
2015-11-07 19:11:19 +00:00
adam
4dd8d324e7 Changes 5.3.7:
A mystery.
2015-11-07 10:10:09 +00:00
adam
d1dd228501 Added archivers/py-lhafile version 0.2.1 2015-11-04 17:25:55 +00:00
adam
eebb2788eb Extract LHA(.lzh) archive files.
The interface is like zipfile extension included in regular python distribution.
2015-11-04 17:25:19 +00:00
agc
7ef3a4270a Add SHA512 digests for distfiles for archivers category
Problems found with existing distfile for eagle:
	distfiles/bicom101.zip
	distfiles/szip-2.1nb3/szip-2.1.tar.gz
	distfiles/xmill-0.9.1.tar.gz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:56:19 +00:00
adam
b44421cf1f Changes 5.3.6:
Unknown
2015-10-12 12:35:32 +00:00
tnn
884cf87bbd revert previous, should probably be handled in gettext-tools like
joerg suggested.
2015-10-03 14:57:10 +00:00
tnn
7e51240e85 Try to resolve circular dependency between xz and gettext; don't suggest
to enable the nls option by default if gettext is not builtin.
Also, the nls option needs the msg* tools.
2015-10-03 12:28:45 +00:00
adam
4e21b18ef8 Changes 5.2.2:
* Fixed bugs in QNX-specific code.
* Omitted the use of pipe2() even if it is available to avoid
  portability issues with some old Linux and glibc combinations.
* Updated German translation.
* Added project files to build static and shared liblzma (not the
  whole XZ Utils) with Visual Studio 2013 update 2 or later.
* Documented that threaded decompression hasn't been implemented
  yet. A 5.2.0 NEWS entry describing multi-threading support had
  incorrectly said "decompression" when it should have said
  "compression".
2015-10-01 05:11:36 +00:00
wiz
df3fb8d470 Update to 1.5:
innoextract 1.5 (2015-09-24)
 - Added support for Inno Setup 5.5.6 installers
 - Added support for a modified Inno Setup 5.5.0 variant
 - Added support for building without iconv (Windows-1252 and UTF-16LE only)
 - Added warnings for .bin files that are not part of the installer
 - Added a simple --include (-I) option to filter files thanks to Alexandre Detiste
 - Added a --list-languages option to list available languages
 - Added a --exclude-temp (-m) option to not extract temporary files
 - Added a --language-only option to skip language-independent files
 - Added a --collisions option to abort or rename files on collision
 - Added a --default-language option to prefer a language in case of file collisions
 - Added a --gog-game-id option to print the GOG.com game ID for Galaxy-ready installers
 - Added a --gog (-g) option to extract additional .bin files using unrar or unar
 - Fixed handling of spaces in the --data-dir option
 - Fixed an infinite loop with truncated LZMA streams
 - Fixed handling of forward slashes in stored file paths
 - Fixed size display for powers of 1024
 - Fixed loading headers if there are encrypted chunks
 - Fixed file collisions not being handled case-insensitively
 - Files will now be extracted into the same directory even if the stored case differs
 - Empty directories are now created correctly when extracting
 - Skipped files in encrypted chunks are now listed individually
 - Temporary files are now marked in file listings
 - Error summary is now written to stderr when using --quiet
 - Colors are now only enabled automatically if $TERM is set to something other than "dumb"
 - Improved error and warning messages
 - Build system improvements
 - Debug output can now be enabled separately from debug builds
 - Windows: Added support for using the Win32 API for string encoding conversion
 - Windows: Fixed unicode console output

innoextract 1.4-windows-r2 (2014-04-17)
 - This is a Windows-specific hotfix release, no other platforms are affected
 - Fixed running innoextract under Windows XP

innoextract 1.4-windows-r1 (2013-05-14)
 - This is a Windows-specific hotfix release, no other platforms are affected
 - Fixed a crash on startup under Windows
 - Reduced progress bar flickering under Windows
 - Fixed original console text color not being restored under Windows
2015-09-30 20:05:07 +00:00
wiz
2086b86dbc Update to 1.53:
1.53 Wed 22 Sep 2015
    - rt.cpan.org #107268 - Archive-Zip-1.52.tar.gz is (nearly) empty
      Thanks to SREZIC for the spot on my dad brain sleep schedule error
      Creating the dist on OS X caused 'Numeric user ID too largeNumeric group ID too large'

1.52 Tue 22 Sep 2015
    - rt.cpan.org #105902, thanks HMBRAND

1.51 Tue 22 Sep 2015
    - Compare vs filename checksum in crc32 script [github/talisein]
2015-09-30 19:14:19 +00:00
taca
914b43c67f Update HOEPAGE.
Avoid using rubyforge.org since it stopped most of services.
2015-09-25 05:45:58 +00:00
taca
e9728b3da8 Avoid using rubyforge.org since it stopped most of services. 2015-09-25 05:44:59 +00:00
taca
50ef58d27e Comment out URL of HOMEPAGE since rubyforge.org stopped most of services. 2015-09-25 05:44:03 +00:00
tnn
f757616817 this package is broken on 64-bit platforms as evidenced by instant SEGV 2015-09-24 02:47:15 +00:00
dsainty
0d879ab79b It has been a few years since I used Sarab, reset MAINTAINER. 2015-09-03 02:50:20 +00:00
richard
0f11e46350 patch to let SunOS, other than sunpro compilers, use assembler.
The problem is more the ilk of the cpp installed..  bump PKGREVISION
2015-08-28 08:17:38 +00:00
shattered
73153e2d26 Update to 0.3.0. Changes:
* PMarc -pm1- archives that contain truncated compressed data (the
       decompressed length is longer than what can be read from the
       compressed data) now decompress as intended. Certain archives
       in the wild make the assumption that this can be done.
     * LArc -lz5- archives that make use of the initial history buffer
       now decompress correctly.
2015-08-26 21:25:31 +00:00
wiz
b6efe68514 Update to 1.50:
1.50 Tue 25 Aug 2015
    - Fix t/08_readmember_record_sep.t for Win32 [github/pauloscustodio]
2015-08-26 11:46:46 +00:00
fhajny
4e091fb38a Update archivers/lz4 to 131.
- New : Dos/DJGPP target, thanks to Louis Santillan
- Added : Example using lz4frame library, by Zbigniew Jedrzejewski-Szmek
- Changed: liblz4 : xxhash symbols are dynamically changed (namespace
  emulation) to avoid symbol conflict
- Changed: liblz4.a (static library) no longer compiled with -fPIC
  by default
2015-08-24 16:28:32 +00:00
mef
a721fc40e3 Add following lines for make test
BUILD_DEPENDS+=        p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
  BUILD_DEPENDS+=        p5-Test-UseAllModules-[0-9]*:../../devel/p5-Test-UseAllModules
2015-08-20 14:07:34 +00:00
mef
8ddaf764e1 Update to 0.23
--------------
0.23  (2015/05/28)
   (ms) Mark Gardner added separate skips in the test suite to deal
   with the absense of GNU tar:
   https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
2015-08-16 00:07:53 +00:00
mef
3fd0c1333e Update 0.74 to 0.76
-------------------
0.76    Sat Jul  4 18:44:42 2015
* Resolve RT#105425, putting refs in $/ has been
  fatal since v5.20.0
2015-08-15 23:59:14 +00:00
adam
6158076166 Changes 5.3.2:
Unknown
2015-08-13 15:42:05 +00:00
wiz
6ca2ff1168 Update to 1.49:
1.49 Fri 31 Jul 2015
    - Fails on unseekable file handle after desiredCompressionLevel(), RT #54827
    - Upgrade build tools to avoid tar warnings, RT #105547

1.48 Thu 18 Jun 2015
    - Wrap skip in a SKIP: block [github/plicease]

1.47 Wed 17 Jun 2015
    - zip file with a deflated directory cannot be written out again [github/ntyni]
    - add missing test data to MANIFEST
2015-08-13 15:03:02 +00:00
wiz
6d3e8af11c Improve local patch so this builds with PKGSRC_USE_FORT. 2015-08-11 18:07:55 +00:00
jaapb
7ea12ebae7 Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
mef
29895246de Update 1.16 to 1.17
-------------------
2015-05-28  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.17 released.
	* New block selection algorithm makes merge up to 100 times faster.
	* repair.cc: Repair time has been reduced by 15%.
	* Added new option '-y, --debug-delay'.
	* Added new option '-z, --debug-repair'.
	* Makefile.in: Added new targets 'install*-compress'.
	* testsuite/unzcrash.cc: Moved to top directory.
	* lziprecover.texi: Added chapter 'File names'.
2015-07-26 12:17:47 +00:00
mef
236b8b2790 Update 1.16 to 1.17
-------------------
2015-07-12  Antonio Diaz Diaz  <antonio@gnu.org>
	* Version 1.17 released.
	* Reorganization of the compression code.
	* lzip.texi: Added chapter 'Quality assurance'.
	* Makefile.in: Added new targets 'install*-compress'.
2015-07-26 12:15:30 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
jaapb
487d6ab2d3 Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
taca
6f78459028 Allow build on Ruby 2.2. 2015-06-12 22:57:42 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
fhajny
21142b1e1a Update archivers/lz4 to 130.
LZ4 r130
Fixed : incompatibility sparse mode vs console
Fixed : LZ4IO exits too early when frame crc not present
Fixed : incompatibility sparse mode vs append mode
Performance fix : big compression speed boost for clang (+30%)
New : cross-version test, by Takayuki Matsuoka

LZ4 r129
New : LZ4_compress_fast()
Changed: New lz4 and lz4hc compression API. Previous function
  prototypes still supported.
Changed: Sparse file support enabled by default
New : LZ4 CLI improved performance compressing/decompressing multiple file
Added : LZ4_compress_destSize()
Fixed : GCC 4.9+ vector optimization
Changed: Enums converted to LZ4F_ namespace convention
Added : AppVeyor CI environment, for Visual tests
Modified:Obsolete functions generate warnings
Fixed : Bug #75 (unfinished stream)
Updated: Documentation converted to MarkDown format

LZ4 r128
New : lz4cli sparse file support
New : command -m, to compress multiple files in a single command
Fixed : Restored lz4hc compression ratio (slightly lower since r124)
New : lz4 cli supports long commands
New : lz4frame & lz4cli frame content size support
New : lz4frame supports skippable frames
Changed: Default "make install" directory is /usr/local
New : lz4 cli supports "pass-through" mode
New : datagen can generate sparse files
New : scan-build tests
New : g++ compatibility tests
New : arm cross-compilation test
Fixed : Fuzzer + frametest compatibility with NetBSD
Added : Visual project directory
Updated: Man page & Specification
2015-06-09 12:04:19 +00:00
joerg
86c496f3c0 Deal with crappy gettext.h wanting to redefine libintl.h. 2015-06-08 23:13:52 +00:00
wiedi
3ab4f6229d Update lrzip to 0.621, provided by Thomas Merkel
Changes:
MARCH 2015, version 0.621 Con Kolivas, Peter Hyman

* Fix libzpaq.cpp warnings
* Fix warnings in LzmaLib.c
* Making the high buffer only one page size is faster for sliding mmap mode
* Fix incompatible log callback in liblrzip
* Use PRId64 instead of lld in fscanf
* Use int64_t for i64
* Fix ISO C warning in lrzip.c
* Fix ISO C warning in lrzip.c
* Fix ISO C warning in runzip.c
* Fix ISO C warnings in rzip.c
* Fix iso c warning in util.c
* Fix EOL to unix on libzpaq
* control->tmpdir fixes
* Null terminate long options to find unhandled options
* Trivial date
* Add long option support
* Brace failure lead to broken dump to stdout
* fflush messages on print_err
* Fix inverse logic
* Honour the proper unix environment variable for temporary directory and then
try variations
* Attempt to decompress file in ram only if we are unable to create temporary
files when decompressing to stdout
* Avoid checking return values repeatedly on compress that only lead to failures
anyway
* Microoptimisation
* Don't check for failure condition that can no longer occur
* Don't check twice for failure conditions that are fatal in hot paths
* Cache the chunk bytes value to avoid setting it on each read_header call
* fake_mremap is only used when defined to mremap
* Remove unused cksem functions
* Fix remaining use of mutexes lock/unlocking in different threads with cksems,
corecting cksem usage on osx
* Update copyright dates
* Make match_len a function completely removing all indirect calls to get_sb,
significantly speeding up the single_get_sb case
* Make full_tag a pointer allowing us to avoid a function call for get_sb
* Call sliding_get_sb directly in sliding_next_tag
* Make next_tag a pointer to allow ordinary mapping to avoid an extra function
call
* fix order of lrzip.conf search

MARCH 2015, version 0.620 Con Kolivas, Peter Hyman, Chris Spiegel, Elmir Jagudin

* Increase maxram when we abandon use of temporary input/output buffers
* Don't delete the tmpinfile when decompressing from stdin before allowing seek
to end to succeed in checking md5
* Use temporary file from read_seekto when STDIN will not fit in the ram input
buffer
* Remove unused read_i64 function
* Add message about issue tracker in BUGS
* Use a common exit path iin lrzip_compress/decompress and fix lr leak on
successful return
* Fix parenthesis placement inside of unlikely().
* Clear sa_mask and sa_handler before calling sigaction().
* Fix for lrzip -i. Decompressed size wrong
* added '-m' command line option
* Fix wrong README file being included in Makefile
* Pass strict sizes to decompress length, rounding up only the amount we're
allocating to not confuse decompression libraries
* Convert the thread locking to use cksems
* Add cksems to util.h
* Fix 'Failed to malloc ckbuf in hash_search2' with very large files.
* Round up compression and decompression buffers to page size since malloc will
allocate them that large anyway.
* Increase the compressed buffer size given to libzpaq in case of incompressible
data since it does not check if it's trying to write beyond the end of the
buffer.
* Provide a helper function to round a value up to the nearest page size for
malloc optimisations.
2015-06-08 14:58:09 +00:00
sevan
6170b8fd87 Add support for Bitrig 2015-06-05 12:22:28 +00:00
adam
76eb6ae3ac Version 9.38.1
- bug 145 "p7zip crashes while moving memory in MoveItems

Version 9.38
- patch 23 fixes "7z with unicode file name with surrogate pair is not handled well in Linux"

- bug 139 "password from commanline is visible in processes list"
    Now the characters of the password are replaced with *.

- From Windows version of 7-zip
   - bug138 If you extract the password with # program crashes
     7z now supports long password in RAR 3 and 4.
2015-06-02 14:53:10 +00:00
taca
c3de24f84b This package is built with ruby22. 2015-05-31 15:21:44 +00:00
mef
81f7963c63 Update 0.18 to 0.22
-------------------
0.22  (2015/03/08)
   (ms) Added tar_gnu_write_options option suggested by Csaba Major with
        tests and docs.

0.21  (2014/10/16)
   (ms) [rt.cpan.org 87536] Setting default umask to get predictable test
        results regardless of local umask settings.

0.20  (2014/09/29)
   (ms) Ignore errors on chown/chgrp when files from different owners/groups
        are copied into a tarball, accept the limitation that they'll be
        owned by the script user unless we're running as superuser.

0.19  (2014/02/16)
   (ms) RsrchBoy added support for bzip2-compressed tarfiles.
2015-05-24 07:33:59 +00:00
mef
e3b001837b +p5-Archive-Tar-Wrapper 2015-05-23 02:13:28 +00:00