diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/freebsd-update/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 272fa2a88cfa..9ee37c0c2279 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -13,6 +13,15 @@ MASTER_SITES= http://www.daemonology.net/freebsd-update/ MAINTAINER= cperciva@daemonology.net COMMENT= Fetches and installs binary updates to FreeBSD +# This is a critical security port. If it breaks, Bad Things will happen. +# Under no circumstances should this port ever be modified without approval +# from the maintainer or security-officer, even for "cosmetic" fixes. + +# The RSA code has only been tested on i386; I don't *think* there are +# any word-size or endian issues, but I'm not sure. Since nobody is +# building updates for non-i386 platforms anyway, this won't hurt anyone. +ONLY_FOR_ARCHS= i386 + RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff MAN5= freebsd-update.conf.5 |