aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Actually bump PORTREVISION after fixing -fno-common build.Christian Weisgerber2020-08-241-1/+1
| | | | Notes: svn path=/head/; revision=546090
* Remove superfluous declaration to fix build with -fno-common.Christian Weisgerber2020-08-232-0/+15
| | | | | | | | Reported by: pkg-fallout Obtained from: upstream Notes: svn path=/head/; revision=546023
* Security update to 2.13:Christian Weisgerber2019-11-1513-170/+47
| | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=517705
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Use the new test framework in my ports, if applicable.Christian Weisgerber2015-10-131-3/+1
| | | | | | | While here, also strip more libraries. Notes: svn path=/head/; revision=399214
* Build fix for FreeBSD 9. Define variable, since the old make throwsChristian Weisgerber2015-09-191-0/+10
| | | | | | | | | | | | | | | | | Error expanding embedded variable. for this valid construct: FOO = BAR = $(FOO$(BAZ)) all: $(BAR) The bug is fixed in bmake. Reported by: pkg-fallout Notes: svn path=/head/; revision=397339
* Update to 2.12, but retain local fix for CVE-2015-1197.Christian Weisgerber2015-09-1713-188/+73
| | | | Notes: svn path=/head/; revision=397203
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* CVE-2014-9112: Heap-based buffer overflow in the process_copy_inChristian Weisgerber2015-03-3110-12/+266
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=382823
* Add CPE information.Christian Weisgerber2015-03-031-2/+7
| | | | | | | | | | PR: 198236 Submitted by: shun.fbsd.pr@dropcut.net While here, add LICENSE, too. Notes: svn path=/head/; revision=380394
* USE_BZIP2 -> USES+=tar:bzip2Christian Weisgerber2014-03-131-1/+1
| | | | | | | USE_XZ -> USES+=tar:xz Notes: svn path=/head/; revision=348096
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* Use MAKE_CMD to run regression tests.Christian Weisgerber2013-12-171-1/+1
| | | | Notes: svn path=/head/; revision=336736
* Use stage and options helpers.Christian Weisgerber2013-09-232-13/+7
| | | | Notes: svn path=/head/; revision=328015
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* For all my portsChristian Weisgerber2013-08-011-1/+0
| | | | | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=324122
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Convert to OptionsNG and trim Makefile headers.Christian Weisgerber2012-12-181-4/+6
| | | | Notes: svn path=/head/; revision=309200
* Remove pointless header lines from ports I created once upon a time.Christian Weisgerber2012-09-151-5/+0
| | | | Notes: svn path=/head/; revision=304323
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* * Do not mark as broken on sparc64.Christian Weisgerber2010-04-192-7/+13
| | | | | | | | | * Fix the build framework so it can successfully #define a wrapper for stat() on those systems where namei() behaves strangely--independent of architecture. Notes: svn path=/head/; revision=252925
* Mark as broken on sparc64.Mark Linimon2010-04-041-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252182
* Initial import for GNU cpio 2.11.Christian Weisgerber2010-03-257-0/+137
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. Notes: svn path=/head/; revision=251510