From 8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 29 Dec 2009 10:25:55 +0000 Subject: - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src PR: ports/136065 ports/127469 Submitted by: N.J. Mann and Aldis Berjoza - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run --- devel/bcc/Makefile | 2 +- devel/error/Makefile | 2 +- devel/linux_kdump/Makefile | 2 +- devel/plan9port/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index 1c6ea218fd3a..f923ca614918 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -15,7 +15,7 @@ COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code CONFLICTS= bin86-[0-9]* dev86-[0-9]* MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1 -.if !defined(NOMANCOMPRESS) +.if !defined(NO_MANCOMPRESS) MANCOMPRESSED= yes .endif diff --git a/devel/error/Makefile b/devel/error/Makefile index 0d673aa7b70d..e9a04572cba7 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -20,7 +20,7 @@ MANCOMPRESSED= maybe PLIST_FILES= bin/error # MAN page COMPression SUFFIX -.if !defined(NOMANCOMPRESS) +.if !defined(NO_MANCOMPRESS) MANCOMPSUFFIX= .gz .else MANCOMPSUFFIX= diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 4d5809e498db..161fb22cd05b 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -18,8 +18,8 @@ COMMENT= Linux-compatability ktrace.out processor BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3 ONLY_FOR_ARCHS= i386 amd64 +NO_MANCOMPRESS= yes MAN1= linux_kdump.1.gz -NOMANCOMPRESS= true PLIST_FILES= bin/linux_kdump .include diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index f4949669f0ab..d125283b5046 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -82,7 +82,7 @@ MAN8= listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8 MAN9= 0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \ openfd.9p read.9p remove.9p stat.9p version.9p walk.9p MANCOMPRESSED= no -NOMANCOMPRESS= yes +NO_MANCOMPRESS= yes EMPTY_DIRS= plan9/log \ plan9/bin/lpbin \ -- cgit v1.2.3