Commit graph

2593 commits

Author SHA1 Message Date
adam
9393ef79f2 py-libarchive-c: update to 2.7
2.7
only read regular files
add support for atime and ctime
2017-10-16 07:42:02 +00:00
joerg
f5d01e578d Needs setuptools_scm. 2017-10-01 18:59:54 +00:00
wiz
38f8e319b5 py-lz4: fix packaging
Clean up pkglint warnings while here.
2017-09-30 12:38:02 +00:00
joerg
1fcb39e428 + py-lz4 2017-09-29 21:36:46 +00:00
joerg
d225c6626a Add py-lz4-0.10.1:
py-lz4 provides Python bindings for the LZ4 compression library by Yann
Collet.

At this time the project contains bindings for the LZ4 block format,
which are considered stable.

Support for the LZ4 frame format is a work-in-progress and available as a
technology preview. A future relase will implement support for the LZ4
stream format.
2017-09-29 21:36:23 +00:00
wiedi
216631db12 py-zstandard: fix build
Temporarily remove the zstd buildlink as py-zstandard includes
its own version that it wants to use. Future versions will
support using a system supplied zstd but this one doesn't yet.

Also prevent setup.py from picking up cffi by accident so the
PLIST is stable.
2017-09-23 18:25:50 +00:00
wiedi
6032dbe0ee unshield: add required buildlinks
Requires openssl and may use libiconv if detected,
but then forget to link it.
2017-09-22 23:26:20 +00:00
wiz
f1558df28c unrar: Follow redirects 2017-09-22 07:03:57 +00:00
jperkin
0d573acba3 xz: Honour PKGLOCALEDIR, PR#52552 from Matteo Cypriani.
Bump PKGREVISION as package built previously but with wrong localedir.
2017-09-20 12:05:46 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
46845c4621 p5-Archive-Tar: update to 2.26.
2.26  12/05/2017
- '0' is a valid name for an archive, change 'iter' to check definedness
2017-09-17 07:11:53 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
b8778c07b3 Updated par2 to 0.7.4.
08 September 2017 Ike Devolder
  * release: 0.7.4
* performance improvement when not using quiet mode
2017-09-10 21:39:12 +00:00
jaapb
410a1001fa Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wiz
c0fe3330e6 Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency. 2017-09-02 22:02:24 +00:00
wiz
f01b1ac58c Updated libzip to 1.3.0.
1.3.0 [2017-09-02]
==================

* Support bzip2 compressed zip archives
* Improve file progress callback code
* Fix zip_fdopen()
* CVE-2017-12858: Fix double free().
* CVE-2017-14107: Improve EOCD64 parsing.
2017-09-02 16:27:11 +00:00
martin
e6ed15fe77 Update to 1.4.2 2017-08-29 11:18:40 +00:00
adam
e0e612f4e6 Added gnu-gpl-v2 to LICENSE 2017-08-24 20:17:00 +00:00
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
adam
918874ca84 Zstandard v1.3.1
New license : BSD + GPLv2
perf: substantially decreased memory usage in Multi-threading mode
perf: Multi-threading supports up to 256 threads. Cap at 256 when more are requested
cli : improved and fixed --list command
cli : command -vV lists supported formats
build : fixed binary variants
build : fix Visual compilation for non x86/x64 targets
API exp : breaking change : ZSTD_getframeHeader() provides more information
API exp : breaking change : pinned down values of error codes
doc : fixed huffman example
new : contrib/adaptive-compression, I/O driven compression strength
new : contrib/long_distance_matching
updated : contrib/linux-kernel
2017-08-21 09:17:04 +00:00
adam
feef1548e1 LZ4 v1.8.0
cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
cli : added GNU separator -- specifying that all following arguments are files
cli : restored -BX command enabling block checksum
API : added LZ4_compress_HC_destSize(), by @remittor
API : added LZ4F_resetDecompressionContext()
API : lz4frame : negative compression levels trigger fast acceleration, request by @llchan
API : lz4frame : can control block checksum and dictionary ID
API : fix : expose obsolete decoding functions, reported by @cyfdecyf
API : experimental : lz4frame_static.h : new dictionary compression API
build : fix : static lib installation, by @ido
build : dragonFlyBSD, OpenBSD, NetBSD supported
build : LZ4_MEMORY_USAGE can be modified at compile time, through external define
doc : Updated LZ4 Frame format to v1.6.0, restoring Dictionary-ID field in header
doc : lz4's API manual in .html format, by @inikep
2017-08-19 14:54:25 +00:00
adam
6c41546717 Changes in version 1.19:
'--merge' is now able to fix files with thousands of scattered errors
per member by grouping the errors into clusters and then merging the
files as if each cluster were a single error.

The option '-a, --trailing-error' now works with '-l, --list' and
'-D, --range-decompress'.

The output of option '-l, --list' has been simplified to make it easier
to read.

In test mode, lziprecover now continues checking the rest of the files
if any input file is a terminal.

Trailing data are now shown both in hexadecimal and as a string of
printable ASCII characters.
2017-08-18 20:45:15 +00:00
adam
f839e7acb7 Changes in version 1.19:
The option '-l, --list' has been ported from lziprecover.

It is now an error to specify two or more different operations in the
command line (--decompress, --list or --test).

Compression time of option '-0' has been slightly reduced.

Decompression time has been reduced by 2%.

In test mode, lzip now continues checking the rest of the files if any
input file is a terminal.

Trailing data are now shown both in hexadecimal and as a string of
printable ASCII characters.
2017-08-18 20:44:50 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
57a16c8517 Updated unrar to 5.5.8.
Only internal version numbers were changed.
2017-08-16 06:55:02 +00:00
wiz
6df31e8acb Updated unrar to 5.5.7.
Security fixes.
2017-08-15 21:23:09 +00:00
wiz
b9f178985a Remove hack for finding libarchive that is not correct any longer.
Bump PKGREVISION.
2017-08-15 21:04:09 +00:00
joerg
57e00caf5c Bump version for libarchive 3.3.2. 2017-08-01 22:27:28 +00:00
joerg
852e9e0d37 Remove old files. 2017-08-01 22:27:12 +00:00
joerg
fc8648beda Merge for libarchive-3.3.2. 2017-08-01 22:26:22 +00:00
joerg
6b5e3964d3 Import libarchive-3.3.2 + 9de5f3 + f9dacbf:
- Support NFS4 ACLs on Linux
- Bugfixes
2017-08-01 22:21:11 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
wiz
3ffea5b0ee Replace non-working HOMEPAGE. 2017-07-30 22:40:34 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
nros
b20eeb20ad fix pkglint warning about RESTRICTED 2017-07-23 19:02:25 +00:00
nros
9fc91f5e47 Set zstd to RESTRICTED since its examples are not redistributable 2017-07-23 18:28:41 +00:00
adam
7b4c1612f4 v1.3.0
cli : new : `--list` command, by Paul Cruz
cli : changed : xz/lzma support enabled by default
cli : changed : `-t *` continue processing list after a decompression error
API : added : ZSTD_versionString()
API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle
API exp : clarified memory estimation / measurement functions.
API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
new : contrib/seekable_format, demo and API, by Sean Purcell
changed : contrib/linux-kernel, updated version and license, by Nick Terrell
2017-07-22 10:49:07 +00:00
jaapb
f70dd873bb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
jaapb
7242cb0e26 Updated package to latest version, 1.07. Changes include:
- Allocate Zlib data structures outside the OCaml heap for compatibility
  with recent versions of Zlib
  (Github issue #1, pull request #2, report and fix by Einar Lielmanis).
- Don't pass -L and -I options to the C compiler unless necessary.
- Compile and install the shared library zip.cmxs.
  (Contributed by E. Millon.)
- ocamlfind: install under 'zip' and 'camlzip' package names.
2017-07-11 10:00:51 +00:00
wiz
50c3b32e35 Honor LDFLAGS. 2017-07-06 14:11:29 +00:00
wiz
ecfbd96433 Updated zziplib to 0.13.67.
2017-06-11  guidod  <guidod@gmx.de>
    * fix portability issues by introducing <zzip/__mkdir.h>
    * fix portability issues by introducing <zzip/__string.h> for strndup
    * reuse portability header <zzip/__fnmatch.h> in bins/*.c
    * release v0.13.67
2017-07-04 09:27:23 +00:00
wiz
9f81f187b7 Updated par2 to 0.7.3.
25 June 2017 Ike Devolder
  * release: 0.7.3
	* fixed critical issue on windows where created parfiles were corrupt
2017-07-04 09:18:34 +00:00
adam
447612b531 Fix building with newer zlib; clean-up 2017-06-26 09:48:34 +00:00