Commit graph

20 commits

Author SHA1 Message Date
Christian Weisgerber
0b0cf9fc3e Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
2015-10-13 20:07:54 +00:00
Christian Weisgerber
477535a220 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
2015-09-19 22:04:27 +00:00
Christian Weisgerber
cc8446f3ae Update to 2.12, but retain local fix for CVE-2015-1197. 2015-09-17 20:15:23 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Christian Weisgerber
22141a97fb 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
2015-03-31 14:29:26 +00:00
Christian Weisgerber
25c8965284 Add CPE information.
PR:		198236
Submitted by:	shun.fbsd.pr@dropcut.net

While here, add LICENSE, too.
2015-03-03 20:48:16 +00:00
Christian Weisgerber
62ef31db61 USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
2014-03-13 16:11:14 +00:00
Baptiste Daroussin
75d1dff36d Fix properties on pkg-plist 2014-01-21 22:55:59 +00:00
Christian Weisgerber
487b0e5355 Use MAKE_CMD to run regression tests. 2013-12-17 16:01:38 +00:00
Christian Weisgerber
afc2bdaaf3 Use stage and options helpers. 2013-09-23 15:43:51 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Christian Weisgerber
6f90146232 Convert to OptionsNG and trim Makefile headers. 2012-12-18 21:29:04 +00:00
Christian Weisgerber
0062a3fa62 Remove pointless header lines from ports I created once upon a time. 2012-09-15 20:00:32 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Christian Weisgerber
45a4dbb95b * 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.
2010-04-19 20:23:00 +00:00
Mark Linimon
5208dca85e Mark as broken on sparc64.
Hat:		portmgr
2010-04-04 06:03:54 +00:00
Christian Weisgerber
572049dc82 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.
2010-03-25 21:54:41 +00:00