svn commit: r353202 - head/editors/libreoffice/files

Jung-uk Kim jkim at FreeBSD.org
Wed May 7 20:16:18 UTC 2014


Author: jkim
Date: Wed May  7 20:16:17 2014
New Revision: 353202
URL: http://svnweb.freebsd.org/changeset/ports/353202
QAT: https://qat.redports.org/buildarchive/r353202/

Log:
  Do not preserve owners and permissions when extracting external sources.
  For example, xmlsec1 tarball contains world-writable directories.
  
  Reported by:	tijl

Added:
  head/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk   (contents, props changed)

Added: head/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk	Wed May  7 20:16:17 2014	(r353202)
@@ -0,0 +1,10 @@
+--- solenv/gbuild/UnpackedTarball.mk.orig	2014-04-22 18:25:28.000000000 -0400
++++ solenv/gbuild/UnpackedTarball.mk	2014-05-07 13:33:55.000000000 -0400
+@@ -33,6 +33,7 @@
+ 	-x \
+ 	$(3) \
+ 	-C $(UNPACKED_DIR) \
++	--no-same-owner --no-same-permissions \
+ 	$(STRIP_COMPONENTS)=$(UNPACKED_STRIP_COMPONENTS) \
+ 	-f $(UNPACKED_TARBALL)
+ endef


More information about the svn-ports-all mailing list