summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2016-02-14Fix CVE-2015-1038, bump PKGREVISIONryoon3-2/+281
2016-02-07Update libzip to 1.1.1:wiz2-7/+7
1.1.1 [2016/02/07] * Build fixes for Linux * Fix some warnings reported by PVS-Studio
2016-02-03Added buildlink3.mk filejaapb1-0/+14
2016-01-29Add LICENSE (2-clause-bsd AND modified-bsd AND public-domain).jperkin1-1/+2
2016-01-28Update libzip to 1.1:wiz3-9/+10
1.1 [2016/01/26] * ziptool(1): command line tool to modify zip archives * Speedups for archives with many entries * Coverity fixes * Better APK support * Support for running tests on Windows * More build fixes for Windows * Portability fixes * Documentation improvements
2016-01-27Ensure lzma support is explicitly disabled when not using builtin xz.jperkin1-1/+5
2016-01-24update HOMEPAGE and MASTER_SITESzafer2-10/+10
2016-01-23update MASTER_SITES urlzafer2-4/+4
2016-01-23update MASTER_SITES urlzafer2-9/+9
2016-01-23update MASTER_SITES urlzafer1-2/+2
2016-01-23Fix build on DragonFly 4.4.1ryoon1-0/+4
2016-01-23update MASTER_SITES url.zafer1-2/+2
2016-01-23Update pbzip2 to 1.13zafer2-8/+8
Bugfix release: - bug #1404812 add support for DESTDIR in Makefile (thanks to Ryan Schmidt) - bug #1429181 fix bad CYGWIN define (thanks to Marco Atzeri) - bug #1337949 rm unused vars; add hasInFile flag (thanks to Mingxing Zhang) - bug #1524909 - output sometimes truncated on redirected -cd
2016-01-23update MASTER_SITES. berlios retired. project moved to sourceforge.zafer1-2/+2
2016-01-23update MASTER_SITES urlzafer1-2/+2
2016-01-23update MASTER_SITESzafer1-2/+2
2016-01-10library minor version update. Bump PKGREVISION.markd2-4/+4
2016-01-04Fix "work-directory references" problem another way.taca3-5/+15
2016-01-03Update ruby-xz to 0.2.3.taca3-9/+11
== 0.2.3 (2015-12-29) * *Fix* documentation of XZ module (a :nodoc: was causing havoc in the XZ module so it appeared to have no methods). * No other changes this release. == 0.2.2 (2015-12-27) * *Add* XZ.disable_deprecation_notices * *Deprecate* use of XZ::StreamReader.open with an IO argument * *Deprecate* use of XZ::StreamReader.new with a filename argument * *Deprecate* use of XZ::StreamWriter.open with an IO argument * *Deprecate* use of XZ::StreamWriter.new with a filename argument * *Deprecate* nonautomatic IO close in XZ::StreamReader#close * *Deprecate* nonautomatic IO close in XZ::StreamWriter#close * *Fix* incompatibility with Resolv.getaddress() in Ruby 2.2 (Ticket #13 by Ken Simon) * Goal of these deprecations is to sync the API with Ruby’s own Zlib::GzipWriter and Zlib::GzipReader mostly. * Add required versions to gemspec. * Comment format cleanup, results in better docs. * Internal code cleanup * Add more tests.
2015-12-29What's new after p7zip 9.38.1 :adam5-20/+23
- 7-Zip now can extract ext2 and multivolume VMDK images. - 7-Zip now can extract ext3 and ext4 (Linux file system) images. - support of cygwin 64 bits - support of cygwin 64 bits with asm - cygwin : fix in GetRamSize() - cross building added : makefile.linux_cross_aarch64 makefile.linux_cross_arm makefile.linux_cross_ppc makefile.linux_cross_ppc64 makefile.linux_cross_ppc64le makefile.linux_cross_s390x (7za and 7zr pass tests, 7z does not pass tests) - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI images. - 7-Zip now can extract solid WIM archives with LZMS compression. - 7-Zip now can extract RAR5 archives. - 7-Zip now doesn't sort files by type while adding to solid 7z archive. new -mqs switch to sort files by type while adding to solid 7z archive. - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary for LZMA/LZMA2. - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
2015-12-29Whitespace.dholland2-4/+4
2015-12-27Update p5-Archive-Zip to 1.56:wiz2-7/+8
1.56 Thu 17 Dec 2015 - fix $Archive::Zip::UNICODE issues [github/xlat] - on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was used in place of newName - make sure that file names are utf8 in memberNames - use Encode on all platform
2015-12-08Use $as_echo to support escape sequences correctly. Cleanup some patchjperkin4-11/+93
headers while here.
2015-12-07Fix permissions of meta files. Bump PKGREVISION.wiz1-1/+6
2015-12-06Update p5-Archive-Zip to 1.55:wiz2-7/+8
1.55 Fri 04 Dec 2015 - rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar 1.54 Wed 02 Dec 2015 - Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty]
2015-12-02+ py-libarchive-cwiz1-1/+2
2015-12-02Import py-libarchive-c-2.2 as archivers/py-libarchive-c.wiz4-0/+56
A Python interface to libarchive. It uses the standard ctypes module to dynamically load and access the C library.
2015-11-26Fix path to pkgconfig file to get rpath inside again.wiz1-2/+3
Bump PKGREVISION.
2015-11-25Remove mk/find-prefix.mk usage from the archivers category.jperkin2-7/+4
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-13Bump PKGREVISION for NO_LCHMOD change on Linux.wiz1-2/+2
2015-11-13Add -DNO_LCHMOD for Linux as well.wiz1-1/+2
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+ zopfli.wiz1-1/+2
2015-11-13Import zopfli-1.0.1 as archivers/zopfli.wiz4-0/+38
Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.
2015-11-11Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.wiz4-9/+72
From Debian. Bump PKGREVISION.
2015-11-07Remove unused #include of <sys/timeb.h>, which is an old legacy headerdholland2-1/+16
that doesn't exist on many platforms.
2015-11-07Add build for openbsd amd64.dholland1-2/+3
2015-11-07charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1dholland2-3/+3
2015-11-07Add workaround for install failure on case-insensitive fs; seen in thedholland1-1/+5
last MacOS PPC build.
2015-11-07Add workaround for install failure on case-insensitive fs; seen in thedholland1-1/+5
last MacOS PPC build.
2015-11-07Changes 5.3.7:adam2-7/+7
A mystery.
2015-11-04Added archivers/py-lhafile version 0.2.1adam1-1/+2
2015-11-04Extract LHA(.lzh) archive files.adam4-0/+36
The interface is like zipfile extension included in regular python distribution.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc93-93/+190
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-10-12Changes 5.3.6:adam2-6/+6
Unknown
2015-10-03revert previous, should probably be handled in gettext-tools liketnn1-10/+2
joerg suggested.
2015-10-03Try to resolve circular dependency between xz and gettext; don't suggesttnn1-2/+10
to enable the nls option by default if gettext is not builtin. Also, the nls option needs the msg* tools.
2015-10-01Changes 5.2.2:adam2-6/+6
* 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-09-30Update to 1.5:wiz4-50/+6
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-30Update to 1.53:wiz2-6/+6
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-25Update HOEPAGE.taca1-2/+2
Avoid using rubyforge.org since it stopped most of services.