1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark FORDBIDDEN on 64-bit platforms. The last fix may cause security problems.

Submitted by:	Dan Lukes <dan@obluda.cz>
This commit is contained in:
Sergey Matveychuk 2006-05-21 18:05:39 +00:00
parent 3b614c5a6d
commit 9da53ffae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162953
4 changed files with 16 additions and 0 deletions

View File

@ -40,6 +40,10 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
FORBIDDEN= the last fix for 64-bit platforms may cause security problems
.endif
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
# Based on patch from Brian Masney :
PATCH_SITES= http://www.newwave.net/~masneyb/:ldap \

View File

@ -40,6 +40,10 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
FORBIDDEN= the last fix for 64-bit platforms may cause security problems
.endif
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
# Based on patch from Brian Masney :
PATCH_SITES= http://www.newwave.net/~masneyb/:ldap \

View File

@ -40,6 +40,10 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
FORBIDDEN= the last fix for 64-bit platforms may cause security problems
.endif
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
# Based on patch from Brian Masney :
PATCH_SITES= http://www.newwave.net/~masneyb/:ldap \

View File

@ -40,6 +40,10 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
FORBIDDEN= the last fix for 64-bit platforms may cause security problems
.endif
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP)
# Based on patch from Brian Masney :
PATCH_SITES= http://www.newwave.net/~masneyb/:ldap \