summaryrefslogtreecommitdiff
path: root/archivers/gcpio
AgeCommit message (Collapse)AuthorFilesLines
2016-05-31Updated archivers/gcpio to 2.12mef3-11/+15
------------------------------- (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.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
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.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-07-21Don't install lib/charset.aliasshattered2-6/+3
2013-06-23Bump PKGREVISON.ryoon2-3/+28
* Fix build on GNU gettext platforms. Enable NLS support on NetBSD at least.
2013-06-09Update to 2.11ryoon17-1073/+10
* Update LICENSE to gnu-gpl-v3 Changelog: 2.11: Fix mt build. In copy-in mode, if directory attributes do not permit writing to it, setting them is delayed until the end of run. This allows to correctly extract files in such directories. In copy-in mode, permissions of a directory are restored if it appears in the file list after files in it (e.g. in listings produced by find . -depth). This fixes debian bug #458079. Fix possible memory overflow in the rmt client code (CVE-2010-0624). 2.10: Ensure record headers are properly packed (fix builds on ARM). Fix exit codes to reliably indicate success or failure of the operation. Fix large file support. Support MinGW builds. Minor bugfixes. 2.9: Licensed under the GPLv3. Bugfixes Honor umask when creating intermediate directories, not specified in the archive (debian bug #430053). 2.8: Option --owner can be used in copy-out mode, allowing to uniformly override the ownership of the files being added to the archive. Bugfixes: Symlinks were handled incorrectly in copy-out mode. Fix handling of large files. Fix setting the file permissions in copy-out mode. Fix CAN-2005-1111 2.7: Improved error checking and diagnostics Fixed CAN-1999-1572 Allow to use --sparse in both copy-in and copy-pass. Fix bug that eventually caused copying out the same hard-linked file several times to archive. Fix several LFS-related issues. Fix Debian bug #335580.
2012-12-06Add PKGGNUDIR support.jperkin1-4/+6
2012-11-20Copy rmt handling from archivers/gtar-base, fixes packaging on Interixjperkin2-3/+12
and Darwin.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-07-03Really fix inline mess.joerg2-5/+37
2012-06-02Add symlinks in gnu/man/man1/cheusov2-6/+9
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-17/+15
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin.
2011-09-12Patch up gcc/c99 inline messdholland2-1/+20
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-06-27Use normal libc malloc on NetBSD. Bump revisionjoerg1-4/+2
2010-03-23add patch for CVE-2010-0624tez3-3/+20
2008-06-20Add DESTDIR support.joerg1-1/+2
2006-10-07If GNU_PROGRAM_PREFIX is empty then conflict with pax packagereed1-2/+7
(which also installs cpio). This is for my old PR #22693. (Note I did this different than I did the gtar-base package which has an another optional setting for choosing the prefix for gtar which installs gtar with "g" if GNU_PROGRAM_PREFIX is empty. If that is needed for gcpio also, let me know.)
2006-10-01Added GNU_PROGRAM_PREFIX to BUILD_DEFS.rillig1-4/+2
2006-06-18Fixed pkglint warnings.rillig1-5/+5
2006-06-05Enable NLS support. Bump PKGREVISION.minskim2-3/+21
2006-03-20* Add a CONFLICT with gtar-base (libexec/rmt).jlam2-8/+8
* LIBS is an "OPSYS" variable, so avoid the unnecessary conditional. * List the info files in the PLIST. Bump the PKGREVISION to 3.
2006-03-11Remove phrase:reed1-3/+3
originally shipped as NetBSD's "cpio" up to version 1.3 as this is confusing as it seems to imply that either GNU CPIO originated in NetBSD or NetBSD shipped with this cpio up to NetBSD 1.3 or NetBSD shipped with old GNU CPIO 1.3. Either way this unclear NetBSD-related comment is not useful for this description.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-12Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)seb4-6/+567
adapted from patch attached in redhat bugzilla https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669 While here add test target support. Bump PKGREVISION to 2.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-01Fixed some pkglint warnings of the form:rillig1-2/+2
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-11-03Remove obsolete patchesadrianp2-57/+0
2005-11-03Fixes for CAN-2005-1111 and CAN-2005-1229adrianp16-94/+396
2005-10-04This does not need INSTALLATION_DIRS. The install already runsreed1-3/+1
its "./mkinstalldirs" to create the directories.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-20Security fix for CAN-1999-1572.salo3-2/+24
"cpio uses a 0 umask when creating files using the -O (archive) or -F options, which creates the files with mode 0666 and allows local users to read or overwrite those files." Patch inspired by Debian. Bump PKGREVISION.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-18Add makedev->mkdev fix for Interix, adapted from gtar-base.tv2-1/+16
2004-06-06Enable pkgviews installation.minskim1-1/+5
2004-06-06Update gcpio to 2.5. Based on patches submitted by reed@ in PR pkg/20799minskim9-28/+107
and sketch@ in PR pkg/22851. Also apply a patch from Debian Linux to fix the ustar problem (Debian bug #238177). Reported by Christian Weisgerber on tech-pkg@. Changes: * bug fixes from Debian, Red Hat, and SuSE GNU/Linux Distribution patches * --rsh-command option
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-02Remove info files from PLIST files.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-16Honour GNU_PROGRAM_PREFIX. From Jeremy C. Reed.wiz5-135/+30
Bump PKGREVISION.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+4
have been converted to USE_BUILDLINK2.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-15Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark asjlam3-16/+9
USE_BUILDLINK_ONLY.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo