diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-12 21:12:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-12 21:12:10 +0000 |
commit | aba7b5dd5c8bdd7c366f998098103b57b53c5065 (patch) | |
tree | c49aae819e004ae6b814e9f430fe7f23e4b11346 /security/freebsd-update | |
parent | 7290aa7f4f9a925ee6c6c51a1ec5d2977f95bc32 (diff) | |
download | ports-aba7b5dd5c8bdd7c366f998098103b57b53c5065.tar.gz ports-aba7b5dd5c8bdd7c366f998098103b57b53c5065.zip |
Notes
Diffstat (limited to 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 10 | ||||
-rw-r--r-- | security/freebsd-update/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 59b1c28d3b49..e7b1b6189053 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freebsd-update -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= http://www.daemonology.net/freebsd-update/ @@ -18,11 +18,9 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff # 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 +# The RSA code has been tested and works on these platforms. On other +# platforms, it either doesn't work or hasn't been tested. +ONLY_FOR_ARCHS= i386 amd64 alpha MAN5= freebsd-update.conf.5 MAN8= freebsd-update.8 diff --git a/security/freebsd-update/distinfo b/security/freebsd-update/distinfo index 7774d689c356..79a3487f6114 100644 --- a/security/freebsd-update/distinfo +++ b/security/freebsd-update/distinfo @@ -1,2 +1,2 @@ -MD5 (freebsd-update-1.5.tar.gz) = 99e98324f093b48b902e7021ffffa5ac -SIZE (freebsd-update-1.5.tar.gz) = 30537 +MD5 (freebsd-update-1.6.tar.gz) = 169380ed2cc0dccd7ec0a33237f1674e +SIZE (freebsd-update-1.6.tar.gz) = 31372 |