svn commit: r529050 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 24 16:45:28 UTC 2020


Author: bapt
Date: Tue Mar 24 16:36:25 2020
New Revision: 529050
URL: https://svnweb.freebsd.org/changeset/ports/529050

Log:
  Improve RELRO description
  
  PR:		212377
  Submitted by:	emaste
  Reported by:	wblock

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Tue Mar 24 16:01:46 2020	(r529049)
+++ head/devel/binutils/Makefile	Tue Mar 24 16:36:25 2020	(r529050)
@@ -31,7 +31,7 @@ TEST_TARGET=	check
 OPTIONS_DEFINE=	NLS RELRO STATIC
 STATIC_PREVENTS=	NLS
 
-RELRO_DESC=	enable -z relro in ELF linker by default
+RELRO_DESC=	Enable relocation memory corruption mitigation (-z relro) by default
 
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING3.LIB


More information about the svn-ports-all mailing list