Commit graph

2405 commits

Author SHA1 Message Date
youri
629c2fce62 engrampa: Update to 1.14.1:
1.14.1
------

  * Translations update
  * tar: Fixed problems with backslashes
  * 'All files' is duplicated in available formats
  * fix extracting files with single-character names.
2016-06-13 22:41:16 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
daa46dfb94 Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
wiz
11f1b043f1 Instead of build dependency on setuptools just use egg.mk.
While here, mark as not ready for python-3.x.
2016-06-03 14:38:03 +00:00
jakllsch
6d8ae1d7d1 build of bmap-tools needs setuptools 2016-06-03 14:02:23 +00:00
mef
9e78464bd4 (pkgsrc)
- two patches are removed, upstream change
(upstream)
- Updated archivers/gtar      to 1.29
  Updated archivers/gtar-base to 1.29
  Updated archivers/gtar-info to 1.29
------------------------------------
version 1.29 - Sergey Poznyakoff, 2016-05-16

* New options: --verbatim-files-from, --no-verbatim-files-from

The --verbatim-files-from option instructs tar to treat each line read
from a file list as a file name, even if it starts with a dash.

File lists are supplied with the --files-from (-T) option.  By
default, each line read from a file list is first stripped off the
leading and trailing whitespace and, if the result begins with a dash,
it is treated as tar command line option.

Use the --verbatim-files-from option to disable this special handling.
This facilitates the use of tar with file lists created automatically
(e.g. by find(1) command).

This option affects all --files-from options that occur after it in
the command line.  Its effect is reverted by the
--no-verbatim-files-from option.

* --null option reads file names verbatim

The --null option implies --verbatim-files-from.  I.e. each line
read from null-delimited file lists is treated as a file name.

This restores the documented behavior, which was broken in version
1.27.

* New options: --owner-map=FILE and --group-map=FILE

These two options provide fine-grained control over what user/group
names (or IDs) should be mapped when adding files to archive.

For both options, FILE is a plain text file with user or group
mappings.  Empty lines are ignored.  Comments are introduced with
# sign (unless quoted) and extend to the end of the corresponding
line.  Each non-empty line defines translation for a single UID (GID).
It must consist of two fields, delimited by any amount of whitespace:

     OLDNAME NEWNAME[:NEWID]

OLDNAME is either a valid user (group) name or a ID prefixed with +.  Unless
NEWID is supplied, NEWNAME must also be either a valid name or a
+ID.  Otherwise, both NEWNAME and NEWID need not be listed in the
system user database.

* New option --clamp-mtime

The new --clamp-mtime option changes the behavior of --mtime to only
use the time specified if the file mtime is newer than the given time.
The --clamp-mtime option can only be used together with	--mtime.

Typical use case is to make builds reproducible: to loose less
information, it's better to keep the original date of an archive,
except for files modified during the build process. In that case, using
reference (and thus reproducible) timestamps for the latter is good
enough.

See <https://wiki.debian.org/ReproducibleBuilds> for more information.

* Deprecated --preserve option removed

* Sparse file detection

Tar now uses SEEK_DATA/SEEK_HOLE on systems that support it.  This
allows for considerable speed-up in sparse-file detection.

New option --hole-detection is provided, that allows the user to
select the algorithm used for hole detection.  Available arguments
are:

  --hole-detection=seek
     Use lseek(2) SEEK_DATA and SEEK_HOLE "whence" parameters.

  --hole-detection=raw
     Scan entire file before storing it to determine where holes
     are located.

The default is to use "seek" whenever possible, and fall back to
"raw" otherwise.
2016-05-31 15:04:51 +00:00
mef
a733d3e205 Updated archivers/gcpio to 2.12
-------------------------------
(From NEWS)
Version 2.12 - Sergey Poznyakoff, 2015-09-12

* Improved documentation.
* Manpages are installed by make install.
* New options for copy-out mode:

** --ignore-devno
Store 0 in the device number fields, instead of the actual device
number.

** --renumber-inodes
Renumber inodes when storing them in the archive.

** --device-independent or --reproducible
Create reproducible archives.  This is equivalent to
--ignore-devno --renumber-inodes.
2016-05-31 14:05:46 +00:00
mef
baad9d1035 (pkgsrc)
- Add LICENSE as gnu-gpl-v3
- Add comment on patch-aa picking from cvs log

(upstream)
- Updated archivers/advancecomp to 1.19
-------------------------------------
ADVANCECOMP VERSION 1.19 2014/03
================================

* Limited the iterations number to 255 with the -3 option.
* Added a new -k, --keep-file-time option to advzip [Marco Banfi].
* Made the Windows binary again compatible with old 686 processors.

ADVANCECOMP VERSION 1.18 2013/11
================================

* Added build support for new powerpc architectures.
* Fixed build with BZIP.

ADVANCECOMP VERSION 1.17 2013/03
================================

* Changed to GPL3.
* Added zopfli support. It's enabled using -4, --shrink-insane.
  You can control the number of iterations with the
  new -i, --iter option.
  Thanks to Darik Horn for the patches.
2016-05-30 13:27:04 +00:00
wiz
73bb12c1f5 Updated py-libarchive-c to 2.4.
This is a fix release that doesn't change the library code. Details:

    fixed file permissions in PyPI archives (#30)
    fixed Travis CI builds (#32)
2016-05-29 18:49:54 +00:00
wiz
d996b185bc Update libzip to 1.1.3:
1.1.3 [2016-05-28]
==================

* Fix build on Windows when using autoconf.
2016-05-28 09:59:43 +00:00
markd
cb383be0e0 Add karchive 2016-05-25 23:21:15 +00:00
markd
18c10359ae Add karchive 5.21.0 part of KDE Frameworks 5
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.

It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.
2016-05-25 23:20:33 +00:00
wiz
4b0f69ab11 Update py-libarchive-c to 2.3:
License changed to cc0.

Add link to upstream bug report about permissions problem.
2016-05-22 13:32:18 +00:00
wiz
00016dea53 Revert previous, permissions fixup is still needed here. 2016-05-22 13:15:43 +00:00
youri
526d54304e + engrampa 2016-05-21 21:44:00 +00:00
youri
17eca23fd9 Import engrampa-1.14.0 as archivers/engrampa.
Engrampa is a fork of File-Roller.

Engrampa is an archive manager for the MATE environment.  This means
that you can create and modify archives; view the content of an archive;
view and modify a file contained in the archive; extract files from the
archive.

Engrampa is only a front-end (a graphical interface) to archiving programs
like tar and zip.
2016-05-21 19:19:52 +00:00
richard
a014a0c0d3 post-install chmod no longer necessary 2016-05-21 05:28:59 +00:00
mef
2d99ce66cb Updated archivers/sarab to 1.0.0
---------------------------------
=====================================================
02/21/2010 - SaraB version 1.0.0
=====================================================
* SaraB can now be installed and run with path names containing space characters
* Corrected wrong samples for TOH backup schedules

=====================================================
02/15/2009 - SaraB version 0.2.7
=====================================================
Changes pointed out by Ivan Savcic <isavcic@gmail.com>:
* added -Q option by default when executing DAR
* DAR exit code variable fixed
* DAR exit code 5 is treated as warning now
* overall improved handling of warnings

=====================================================
11/28/2008 - SaraB version 0.2.6
=====================================================
* improvements to install.sh
* DAR exit code 11 is treated as warning now
* support for post backup script

=====================================================
08/30/2008 - SaraB version 0.2.5
=====================================================
* sarab.sh can be run via sudo (effective user id is checked)
* fix to install.sh
* install.sh now locates dar on path
2016-05-14 21:06:11 +00:00
jakllsch
4257ae3665 +bmap-tools 2016-05-08 18:40:04 +00:00
jakllsch
d6181f8fe8 Add bmap-tools-3.2 as archivers/bmap-tools
Bmaptool is a generic tool for creating the block map (bmap) for
a file and copying files using the block map. The idea is that
large files, like raw system image files, can be copied or flashed
a lot faster and more reliably with bmaptool than with traditional
tools, like "dd" or "cp".
2016-05-08 18:39:35 +00:00
jaapb
9718550454 Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
jaapb
53fc4d0147 Revbump associated with ocaml update. Also added patches to make package
compile with newest zlib/ocaml.
2016-05-05 11:27:47 +00:00
adam
55fbad195c Changes 5.3.11:
Unknown
2016-05-05 08:43:15 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
wen
0cb45ff131 Update to 2.24
Upstream changes:
2.23 2015-06-08 rurban
   - HP-UX lddlflags fix by Merjin Brand (RT #105096)
     "ld: Unrecognized argument: -Wl,-E"
   - -Wformat fixes

2.24 2015-12-08 rurban
   - Silence gcc-5 optimizer warning (RT #105647)
     with internal BUILD_BZLIB=1
   - Improve kwalitee test
2016-04-17 13:59:18 +00:00
wiz
788002e096 Update innoextract to 1.6.
innoextract 1.6 (2016-03-24)
 - Added support for Inno Setup 5.5.7 (and 5.5.8) installers
 - Added a --collisions=rename-all option
 - Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file
 - Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option
 - Fixed build error with CMake 3.5
 - Now compiles in C++14 mode if supported
 - Unsafe characters in special constant strings (ie ':' in {code:…}) are now replaced with '$'
 - Windows: Fixed error message if the source file could not be opened
 - Windows: Fixed progress bar flickering while printing extracted filenames
 - Windows binaries: Fixed crash on platforms without AVX support
2016-04-15 10:23:10 +00:00
ryoon
5a05a27e00 Update to 15.14.1
Fix PR pkg/51059

Changelog:
Version 15.14.1
===============
  - patch #32 Compiling in OS X fails with p7zip_15.14
2016-04-11 14:19:59 +00:00
richard
b612a127b1 add nautilus option to put back nautilus actions sub-menu
bump PKGREVISION
2016-04-09 05:40:46 +00:00
wiz
889ab899b9 Update p5-Archive-Zip to 1.57:
1.57 Fri 1 Apr 2016
    - RT# 106548,106089,105330,111541 [github/ozcoder]
2016-04-08 14:56:53 +00:00
ryoon
fed700a944 Update to 15.14
* Convert to use option framework

Changelog:
Version 15.14
=============

  - patch #26 : Patch to correctly set permissions for docs that permits non-sudo deletion of docs

  - patch #27 : Update Mac OS X LLVM 64bits Makefile

  - patch #28 : p7zip version 15.09 fails to build on s390

  - patch #29 : please fix incorrect fsf address

  - patch #31 : p7zip 15.09 fails to build on mips

  - bug :  "7za a -p ..." was fixed

  - bug #172 : Impossible to create archive with some unicode symbols in filename

  - From Windows version of 7-Zip 15.13:
    - The BUG in 15.13 in CAB code was fixed.

  - From Windows version of 7-Zip 15.12:
    - Some bugs were fixed.
    - New localization: Yoruba.

  - test_emul becomes test_lib  (tests libraries)

  - cross building added :
		makefile.linux_cross_mipsel

  - support for android 5+ (-fPIE -pie)

Version 15.12 (never published)
=============
  - From Windows version of 7-Zip 15.12 :
    - "There are no errors" string after "Test" operation inside archive.
    - The bugs in LZMA SDK were fixed (but these bugs are not related directly to 7-Zip's code).


  - From Windows version of 7-Zip 15.11 :
        - Some bugs were fixed.
        - 7-Zip 15.10 showed incorrect error message about missing volume for multivolume RAR archives.

   - ..../LZHAM added



Version 15.10 beta
==================

  - bug #147 Directory traversal through symlinks
    Bug-Debian: https://bugs.debian.org/774660
    Delay creation of symlinks to prevent arbitrary file writes (CVE-2015-1038)
    Fix given by Ben Hutchings

  - From Windows version of 7-zip 15.10 beta:
    - The BUG in 9.21 - 15.09 was fixed:
      7-Zip could ignore some parameters, specified for archive creation operation
	  for gzip and bzip2 formats in "Add to Archive" window and in command line
	  version (-m switch).
    - Some bugs were fixed.
      - extracting from solid wim archives worked incorrectly in some cases,
    - Also there are some minor changes.
      - 7-Zip can show the name of missing volume for multivolume RAR and VMDK archives.
      - Some internal changes with 7-Zip Benchmark.
2016-04-07 14:41:34 +00:00
taca
094289e431 Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
tnn
b82dfc35eb MAKEFLAGS -> MAKE_FLAGS 2016-03-16 23:16:26 +00:00
tnn
b624e9f123 MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
jperkin
319e1b3693 Ensure we append to LDFLAGS, fixes rpath issues that were only exposed after
fixing check-shlibs.  Bump PKGREVISION.
2016-03-10 18:42:25 +00:00
tnn
d09f9d0347 Don't list possibly nonexistent headers like /usr/include/sys/signal.h
in makefile dependency lists.
2016-03-09 21:20:51 +00:00
taca
0471a0304a Update rubyzip to 1.2.0.
* Don't enable JRuby objectspace #252
* Fixes an exception thrown when decoding some weird .zip files #248
* Use duck typing with IO methods #244
* Added error for empty (zero bit) zip file #242
* Accept StringIO in Zip.open_buffer #238
* Do something more expected with new file permissions #237
* Case insensitivity option for #find_entry #222
* Fixes in documentation and examples
2016-03-08 13:50:17 +00:00
bsiegert
05b4221ab3 Update fastjar to 0.98. From pkgsrc-wip.
Upstream provides no useful changelog; the CHANGES file ends at 0.92.
2016-03-05 15:08:30 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
a9e20b5660 Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default. 2016-02-26 11:40:29 +00:00
jperkin
c48c774b07 Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
wiz
71abc19707 Fix build on OS X.
From Jonathan Buschmann in PR 50839.
2016-02-24 13:03:04 +00:00
wiz
379aa9a40a Update libzip to 1.1.2. All tests pass.
1.1.2 [2016/02/19]

* Improve support for 3MF files
2016-02-19 14:30:04 +00:00
ryoon
e757fe9ceb Fix CVE-2015-1038, bump PKGREVISION 2016-02-14 08:39:47 +00:00
wiz
27aea65d53 Update libzip to 1.1.1:
1.1.1 [2016/02/07]

* Build fixes for Linux
* Fix some warnings reported by PVS-Studio
2016-02-07 14:08:54 +00:00
jaapb
c241dc6523 Added buildlink3.mk file 2016-02-03 12:57:14 +00:00
jperkin
f5d9dbe241 Add LICENSE (2-clause-bsd AND modified-bsd AND public-domain). 2016-01-29 10:53:07 +00:00
wiz
0b58cb8275 Update libzip to 1.1:
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-28 09:01:02 +00:00
jperkin
30b4ccc1eb Ensure lzma support is explicitly disabled when not using builtin xz. 2016-01-27 12:26:11 +00:00
zafer
d2a7df2c0e update HOMEPAGE and MASTER_SITES 2016-01-24 04:32:54 +00:00