Port details |
- gcpio GNU cpio copies files to and from archives
- 2.15_1 archivers =2 2.15_1Version of this port present on the latest quarterly branch.
- Maintainer: naddy@FreeBSD.org
- Port Added: 2010-03-25 22:12:10
- Last Update: 2024-04-17 20:30:27
- Commit Hash: 5d55ec5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.gnu.org/software/cpio/
- Description:
- GNU cpio copies files into or out of a cpio or tar archive. The
archive can be another file on the disk, a magnetic tape, or a pipe.
GNU cpio supports the following archive formats: binary, old ASCII,
new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1
tar. The tar format is provided for compatibility with the tar
program. By default, cpio creates binary format archives, for
compatibility with older cpio programs. When extracting from
archives, cpio automatically recognizes which kind of archive it
is reading and can read archives created on machines with a different
byte-order.
Note that this port will install these utilities with a 'g' prefix,
e.g. gcpio, but the texinfo documentation will refer to them without
the 'g' prefix.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/archivers/gcpio/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/gcpio
- pkg install gcpio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcpio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705507996
SHA256 (cpio-2.15.tar.bz2) = 937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db
SIZE (cpio-2.15.tar.bz2) = 1651320
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Test dependencies:
-
- autom4te : devel/autoconf
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gcpio-2.15_1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- archivers_gcpio
- USES:
- cpe tar:bzip2 gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15_1 17 Apr 2024 20:30:27 |
Christian Weisgerber (naddy) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
2.15_1 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Christian Weisgerber |
*/*: Move manpages to share/man
Approved by: portmgr (blanket) |
2.15 17 Jan 2024 16:17:39 |
Christian Weisgerber (naddy) |
archivers/gcpio: update to 2.15
Changes:
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
and copy-pass modes. |
2.14 04 May 2023 20:02:40 |
Christian Weisgerber (naddy) |
archivers/gcpio: update to 2.14
User-visible changes:
* New option --ignore-dirnlink
* The --reproducible option now implies --ignore-dirlink |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.13_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.13_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.13_1 24 Aug 2020 14:56:44 |
naddy |
Actually bump PORTREVISION after fixing -fno-common build. |
2.13 23 Aug 2020 21:30:57 |
naddy |
Remove superfluous declaration to fix build with -fno-common.
Reported by: pkg-fallout
Obtained from: upstream |
2.13 15 Nov 2019 22:47:25 |
naddy |
Security update to 2.13:
* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
* Remove --extract-over-symlinks option again, which was part of an earlier
third-party fix for CVE-2015-1197.
Security: f59af308-07f3-11ea-8c56-f8b156b6dcc8 |
2.12_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.12 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
2.12 13 Oct 2015 20:07:54 |
naddy |
Use the new test framework in my ports, if applicable.
While here, also strip more libraries. |
2.12 19 Sep 2015 22:04:27 |
naddy |
Build fix for FreeBSD 9. Define variable, since the old make throws
Error expanding embedded variable.
for this valid construct:
FOO =
BAR = $(FOO$(BAZ))
all: $(BAR)
The bug is fixed in bmake.
Reported by: pkg-fallout |
2.12 17 Sep 2015 20:15:24 |
naddy |
Update to 2.12, but retain local fix for CVE-2015-1197. |
2.11_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.11_3 31 Mar 2015 14:29:27 |
naddy |
CVE-2014-9112: Heap-based buffer overflow in the process_copy_in
function allows remote attackers to cause a denial of service via
a large block value in a cpio archive.
Fix from a series of upstream commits by Sergey Poznyakoff.
CVE-2015-1197: cpio, when using the --no-absolute-filenames option,
allows local users to write to arbitrary files via a symlink attack
on a file in an archive.
Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE
bug tracker.
PR: 198954
Obtained from: Debian |
2.11_2 03 Mar 2015 20:48:17 |
naddy |
Add CPE information.
PR: 198236
Submitted by: shun.fbsd.pr@dropcut.net
While here, add LICENSE, too. |
2.11_1 13 Mar 2014 16:11:14 |
naddy |
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz |
2.11_1 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
2.11_1 17 Dec 2013 16:01:38 |
naddy |
Use MAKE_CMD to run regression tests. |
2.11_1 23 Sep 2013 15:43:51 |
naddy |
Use stage and options helpers. |
2.11_1 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
2.11_1 01 Aug 2013 20:22:27 |
naddy |
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake |
2.11_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.11_1 18 Dec 2012 21:29:04 |
naddy |
Convert to OptionsNG and trim Makefile headers. |
2.11_1 15 Sep 2012 20:00:33 |
naddy |
Remove pointless header lines from ports I created once upon a time. |
2.11_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.11_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.11 19 Apr 2010 20:23:00 |
naddy |
* Do not mark as broken on sparc64.
* Fix the build framework so it can successfully #define a wrapper for
stat() on those systems where namei() behaves strangely--independent
of architecture. |
2.11 04 Apr 2010 06:03:54 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
2.11 25 Mar 2010 21:54:41 |
naddy |
Initial import for GNU cpio 2.11.
GNU cpio copies files into or out of a cpio or tar archive. The
archive can be another file on the disk, a magnetic tape, or a pipe. |