[Bug 209147] freebsd-update not working in 10.3-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 5 01:27:00 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209147
Adam Weinberger <adamw at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adamw at FreeBSD.org
--- Comment #6 from Adam Weinberger <adamw at FreeBSD.org> ---
(In reply to Masachika ISHIZUKA from comment #5)
Jason, Masachika is correct. The update servers are serving p2 for i386, but
have been stuck at p0 ever since 10.3-RELEASE.
You can verify this with
for arch in i386 amd64; do \
URLBASE="http://update.freebsd.org/10.3-RELEASE/$arch"; \
fetch -qo- $URLBASE/latest.ssl \
| openssl rsautl -pubin -inkey \
=( fetch -qo- $URLBASE/pub.ssl ) -verify; \
done
freebsd-update|i386|10.3-RELEASE|2|9292852427c7151fbe106b93c4e67be5fcfafc009c4e17ca0cbfca037c8a6b97|1525132800
freebsd-update|amd64|10.3-RELEASE|0|8797efb5915e47a0a9bbcd69e1389d010a8041f8f1ca2c0dcfc0c4e4eca3fa8c|1525132800
So, for whatever reason, the i386 updates are being built and published, but
the amd64 updates haven't been yet.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list