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:
parent
3b614c5a6d
commit
9da53ffae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162953
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user