]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix some leftover binaries and shared libraries in the system that still
authorDimitry Andric <dim@FreeBSD.org>
Tue, 15 Feb 2011 22:03:09 +0000 (22:03 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 15 Feb 2011 22:03:09 +0000 (22:03 +0000)
commit152e60f2fe72db456bfeff4780a7db291c58106d
treeed19a330dc5f9d0725baedab2bf3317a6ec2fae8
parent09d6cb0a23a1a8d045af492b17b75bd98e5b6d32
Fix some leftover binaries and shared libraries in the system that still
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- ---  /lib/libcrypto.so.6
RWX --- ---  /lib/libmd.so.5
RWX --- ---  /lib/libz.so.6
RWX --- ---  /lib/libzpool.so.2
RWX --- ---  /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by: kib
cddl/lib/libzpool/Makefile
lib/liblzma/Makefile
lib/libmd/Makefile
lib/libz/Makefile
secure/lib/libcrypto/Makefile