Commit graph

2459 commits

Author SHA1 Message Date
ryoon
c6e2c03050 Add libmspack 2016-10-09 03:13:08 +00:00
ryoon
4323597eec Import libmspack-0.5alpha as archivers/libmspack from pkgsrc-wip/libmspack.
The purpose of libmspack is to provide compressors and decompressors,
archivers and dearchivers for Microsoft compression formats: CAB, CHM, WIM,
LIT, HLP, KWAJ and SZDD. It is also designed to be easily embeddable,
stable, robust and resource-efficient.
2016-10-09 03:11:25 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
wiz
c3a6540966 Updated zstd to 1.1.0.
v1.1.0
New : contrib/pzstd, parallel version of zstd, by Nick Terrell
added : NetBSD install target (#338)
Improved : speed for batches of small files
Improved : speed of zlib wrapper, by Przemyslaw Skibinski
Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
Fixed : CLI -d output to stdout by default when input is stdin (#322)
Fixed : CLI correctly detects console on Mac OS-X
Fixed : CLI supports recursive mode `-r` on Mac OS-X
Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skibinski
Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319)
Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
Fixed : zstd-pgo, reported by octoploid (#329)
2016-10-04 14:37:03 +00:00
fhajny
6699a1d35f Update archivers/pigz to 2.3.4.
Changelog not available, notable changes from the commit log:

- Fix a bug where invalid LZW data could cause out of bounds
  access.
- Permit named pipes as input
- Fix bug in directory traversal
- Add warning for a zip file entry 4 GiB or larger
2016-10-02 09:06:11 +00:00
fhajny
07d1afccd2 Do not overwrite LDFLAGS, fixes build on at least SunOS. 2016-09-19 09:17:57 +00:00
wiz
e2fdce3094 + lz4json. 2016-09-19 08:02:23 +00:00
wiz
86652ba7fd Import lz4json-0.0.20160401 as archivers/lz4json.
A little utility to unpack lz4json files as generated by Firefox's
bookmark backups.  This is a different format from what the normal
lz4 utility expects.
2016-09-19 08:02:11 +00:00
mef
22b2651b73 Updated archivers/zutils 1.3 to 1.5
---------------------------------- (From NEWS)
Changes in version 1.5:

 zupdate now passes '-q' to zcmp if specified.

 zcat, zgrep and ztest no longer read from standard input more than once
 if '-' is specified multiple times.

 zdiff now uses '_' as separator if both temporary file names are
 otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'.
---------------------------------- (From ChangeLog)
2016-05-15  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.5 released.
	* zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
	* zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once.
	* zdiff.cc (set_fifonames): Use '_' if both names are different.
	* configure: Avoid warning on some shells when testing for g++.
	* Makefile.in: Detect the existence of install-info.
	* testsuite/check.sh: A POSIX shell is required to run the tests.

(pkgsrc-changes)
 - Add TEST_TARGET = check
  (but make test fails for now)
2016-09-19 00:36:59 +00:00
wiz
0790a1e951 Remove charset.alias from PLIST. Bump PKGREVISION. 2016-09-18 11:17:41 +00:00
jperkin
2a8d5cc3c8 Fix build on SunOS. 2016-09-16 17:31:54 +00:00
mef
ae673470bc - Add two BUILD_DEPENDS+= line for make test
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
  BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
2016-09-15 21:32:05 +00:00
gdt
bc91be7523 Make WRKSRC files copied from FILESDIR writable
The contents of FILESDIR may or or may have the user write bit set.
They contain generated files (list.h), and libarchive's build system
recreates these files by opening them for writing without first
removing them.

Discussed on tech-pkg@; thanks to dholland@ for suggesting chmod -R as
both the simplest change and the one least likely to need adjusting.
2016-09-14 12:57:55 +00:00
jperkin
76c2d5e077 Limit largefile hack to just SunOS-*-sparc, there's no reason why x86
shouldn't support >2G files as it works perfectly fine.  Bump PKGREVISION.
2016-09-13 14:49:16 +00:00
wiz
3672454bc1 Add upstream pull request. 2016-09-04 12:40:24 +00:00
wiz
7385441cb8 + zstd. 2016-09-04 12:39:40 +00:00
wiz
fd3cc50e08 Import zstd-1.0.0 as archivers/zstd.
Zstd, short for Zstandard, is a fast lossless compression algorithm,
targeting real-time compression scenarios at zlib-level and better
compression ratios.
2016-09-04 12:36:59 +00:00
wiz
51da735915 Updated par2 to 0.6.14.
Fix issue #53 / Correct fix for issue #49
par2creator: use proper buffer size for volume file name generation
bump 0.6.13
Merge pull request #51 from jcfp/master
Update commandline.cpp
add -N / -S options to manpage
Add test19
Fix issue #50 (scan failure) / Correct fix for issue #31 (slow scan)
Fixes to enable "make distcheck" to work:
Fix for #49 (Scanning extra files messes up verification)
create test for #49
Merge pull request #48 from jcfp/patch-1
add missing argument for the block-count option
2016-09-01 16:33:43 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
markd
c2043aa850 Update KDE Frameworks to 5.25.0
5.24:
KArchive
* Ensure extracting an archive does not install files outside the
  extraction folder, for security reasons. Instead, extract such
  files to the root of the extraction folder.

5.25:
KArchive
* Handle multiple gzip streams
* Assume a directory is a directory, even if the permission bit
  is set wrong
2016-08-21 21:13:42 +00:00
wiz
c6356a9b01 Updated p5-Archive-Zip to 1.59.
1.58 Tue 2 Aug 2016
    - avoid relying on . being in @INC [github/karenetheridge]
    - update MANIFEST.SKIP [github/haarg]
2016-08-19 15:24:23 +00:00
wen
73e0aa1d36 Update to 0.78
Upstream changes:
0.78    Wed Jul 27 20:40:15 2016
* CVE-2016-1238: avoid loading optional modules from default .
2016-08-13 13:36:53 +00:00
bsiegert
a7a5fd92c4 Update unrar to 5.4.4, from Kimihiro Nonaka in PR pkg/51413.
No ChangeLog, as usual :/
2016-08-13 08:15:47 +00:00
mef
f7c2d00d99 Update MASTER_SITES. Previous works, but better for finding newer release 2016-08-12 13:38:51 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
6be92d37cb Updated p5-Archive-Zip to 1.58.
1.58 Tue 2 Aug 2016
    - avoid relying on . being in @INC [github/karenetheridge]
    - update MANIFEST.SKIP [github/haarg]
2016-08-03 09:01:52 +00:00
wen
ad44138327 Update to 0.0945
Upstream changes:
0.0945 2016-05-02 18:56:57 America/Toronto
    - Use 'base' rather than @ISA in Zip.pm

0.0944 2016-04-01 18:30:02 America/Toronto
    - Use warnings in more modules (Jenish G)

0.0943 2016-04-01 18:28:03 America/Toronto
    - Use 'base' rather than @ISA (@real-dam and Jenish G)
2016-07-28 12:16:17 +00:00
wen
d49423e50a Update to 2.10
Upstream changes:
2.10  27/07/2016 (TONYC)
- CVE-2016-1238: avoid loading optional modules from default .

2.08  12/05/2016
- Add the roundtrip test to MANIFEST

2.06  24/04/2016 (ISHIGAKI && BOOK)
- changed some of the "A"s in the UNPACK constant to "a"
  to allow trailing whitespaces in an archived filename
- roundtrip tests
2016-07-28 12:11:45 +00:00
wen
3368268876 Update to 0.11
Upstream changes:
0.11 2016/04/29
  - improved tar extraction performance
2016-07-28 08:15:53 +00:00
mef
1384beb6fd Updated archivers/p7zip from 15.4.1 to 16.02
--------------------------------------------
Version 16.02
=============
  - From Windows version of 7-Zip 16.02:
    - The BUG in 16.00 - 16.01 was fixed: 7-Zip mistakenly reported the warning
      "There are some data after the end of the payload data" for split archives.

Version 16.01 (never published)
=============
  - From Windows version of 7-Zip 16.01:
    - The bugs in SWM (WIM), EXE (PE) and CHM code were fixed.
    - there are some internal changes in source code for better compatibility with VS2015 C++ compiler.

Version 16.00 (never published)
=============
  - better support for OpenBsd (CPP/Windows/System.cpp), thanks Josh (https://sourceforge.net/p/p7zip/discussion/383043/thread/ee32dcd8/?limit=25#c322)

  - From Windows version of 7-Zip 16.00:
    - 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip).
    - Some fixed bugs:
      - bzip2 decoder -mmt2 reported E_FAIL (for k_My_HRESULT_WritingWasCut case), if we extract partial file.
      - 7z solid update (hang in break)
      - sha1 worked incorrectly for call after call with ((size & 3) != 0)
      - 7z update bcj bugs were fixed.
      - split (aaa.001) fixed
      - iso loop fix
      - rar4 multivol -stdin kpidSize
      - drag and drop 1<2.txt
      - memory access violation fix
2016-07-19 08:26:10 +00:00
wiz
54e825b0f8 + py-czipfile 2016-07-09 21:13:18 +00:00
wiz
1bf1e69b72 Import py27-czipfile-1.0.0 as archivers/py-czipfile.
A replacement for the builtin zipfile module, with fast, C-based zipfile
decryption

czipfile is a replacement for Python's builtin "zipfile" module, and provides
much faster, C-based zipfile decryption. The code is actually 95% identical to
Python 2.6.5's Lib/zipfile.py, with some very minor modifications to allow it
to compile in Cython, and the _ZipDecrypter class adapted to take advantage of
native C datatypes.

Package provided by Kimihiro Nonaka in PR 51326, with some cleanups by myself.
(Fix typo in MASTER_SITES, pkglint.)
2016-07-09 21:13:02 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
wiz
6a7831c0bd Remove obsolete patch (not in distinfo). 2016-07-07 06:27:17 +00:00
jaapb
ddcbdba5e8 Corrected distinfo. 2016-07-03 10:20:21 +00:00
jaapb
efd80243cc Removed superfluous patches and revbump 2016-07-03 10:16:36 +00:00
jaapb
9cf9f81875 Fixed PLIST error (now uses ocaml.mk framework properly). No upstream
changes.
2016-07-02 08:51:09 +00:00
jperkin
c43e8d9265 The recent libarchive update changed the library major. Increase the
ABI depends and perform a PKGREVISION bump for dependents.

Noticed by OSX binary package users.
2016-07-01 17:55:22 +00:00
jaapb
8f666fedd2 Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:15:05 +00:00
jaapb
57d49d6719 Updated package to latest version (1.06) and made it compatible with
ocaml 4.03 and the latest framework version. Discussed on packages@ and
OK'd by jperkin.

Changes include:
- Switch to "safe string" mode.  Some API functions that use to take
  strings now take byte sequences instead.  OCaml 4.02 or up is required.
- Update for OCaml 4.03.
- Avoid Zlib error when calling Gzip.output with length = 0.
- Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
2016-06-25 14:01:34 +00:00
joerg
dc55e78ce1 Detect vfsconf for DragonFly, since it doesn't use xvfsconf like
FreeBSD.
2016-06-23 13:39:03 +00:00
joerg
71e2fc4bdb Restore fix for lzma_stream_encoder_mt detection. Lost while syncing
with upstream.
2016-06-22 21:04:54 +00:00
joerg
cd987ec19e Make signo static again to reduce diff against upstream. 2016-06-22 13:01:14 +00:00
joerg
a9a3eec35b Provide _PATH_TTY if it is missing. 2016-06-22 12:04:03 +00:00
wiz
c2d24989f5 Updated lhasa to 0.3.1. Security update.
v0.3.1 (2016-03-29):

     * This release fixes an integer underflow vulnerability in the
       code for doing LZH level 3 header decodes (TALOS-CAN-0095).
       Thanks go to Marcin Noga and Regina Wilson of Cisco TALOS for
       reporting this vulnerability.
2016-06-22 10:30:18 +00:00
joerg
c93dbad808 From upstream: Dummy out copy_acls if sys/acl.h is missing or ACL
support is disabled.
2016-06-21 16:29:55 +00:00
joerg
08d912ac6e libarchive-3.2.1nb1: Merge a number of bugfixes from upstream
(1) ctype misuse
(2) Don't depend on SIGRTMAX
(3) Link against libcrypto when using it for EVP support
2016-06-21 13:39:21 +00:00
joerg
f1950d6871 Disable maintainer mode for libarchive. 2016-06-21 12:23:01 +00:00
joerg
38866ff49f Regenerate. 2016-06-21 12:10:55 +00:00
joerg
ec645f81ef Support maintainer mode. 2016-06-21 12:08:22 +00:00