diff options
author | krion <krion@FreeBSD.org> | 2003-11-09 16:42:27 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-09 16:42:27 +0000 |
commit | 83d22db1cc71d7ac16a3d3a08bfabe6092e1f542 (patch) | |
tree | 5ef41b70e79f9fb4f9d545951cb73d7fbde7ab76 | |
parent | a99d8220ac9db7947489af4a0f5c791b07878f79 (diff) | |
download | FreeBSD-ports-83d22db1cc71d7ac16a3d3a08bfabe6092e1f542.zip FreeBSD-ports-83d22db1cc71d7ac16a3d3a08bfabe6092e1f542.tar.gz |
- Mark ONLY_FOR_ARCHS=i386
PR: 59084
Submitted by: maintainer
-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 272fa2a..9ee37c0 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 |