summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-09 16:42:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-09 16:42:27 +0000
commit31d540598ac894591e782bead51e1d5877073a16 (patch)
tree165f206a98bb23cbc20eae700493062971b2f0a5 /security
parent- Update to latest patchlevel and (diff)
- Mark ONLY_FOR_ARCHS=i386
PR: 59084 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93561
Diffstat (limited to 'security')
-rw-r--r--security/freebsd-update/Makefile9
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