./archivers/gcpio, GNU copy-in/out (cpio) with remote magnetic tape (rmt) support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.13, Package name: gcpio-2.13, Maintainer: pkgsrc-users

GNU cpio is a full-featured cpio command that can access remote and
local magnetic tapes, and both tar and cpio format archives in files or
on tapes.

This package does not include the mt (control magnetic tape drive
operation) or rmt commands.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 1845.119 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2020-02-21 17:21:35 by David H. Gutteridge | Files touched by this commit (1) | Package updated
Log message:
gcpio: fix packaging failure

Add missing PLIST entry. (No PKGREVISION, since this was universally
failing to build since the last update.)
   2020-02-16 01:35:19 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(archivers/gcpio) Updated to 2.13

Version 2.13 - Sergey Poznyakoff, 2019-11-06

* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-07-07 10:54:30 by Benny Siegert | Files touched by this commit (2)
Log message:
gcpio: Fix Darwin and Interix builds.

- disable rmt on Darwin
- correctly put in variables to PLIST

Patch from Clement Bouvier in PR pkg/54354.
   2016-09-18 13:20:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
Remove charset.alias from PLIST. Bump PKGREVISION.
   2016-05-31 16:05:47 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
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.