[Bug 211354] freebsd-update cannot update 11.0-BETA2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 25 01:33:08 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211354
Bug ID: 211354
Summary: freebsd-update cannot update 11.0-BETA2
Product: Base System
Version: 10.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: ish at amail.plala.or.jp
freebsd-update prior r302539 cannot update 11.0-* due to sanity check.
You must update freebsd-update to r302539 as follows.
% freebsd-version -ku
10.3-RELEASE-p4
10.3-RELEASE-p5
% su
# cd /usr/sbin
# cp -p freebsd-update freebsd-update.org
# patch < freebsd-update.sh.diff
-------------
% cat freebsd-update.sh.diff
--- stable/11/usr.sbin/freebsd-update/freebsd-update.sh 2016/07/08 00:04:57
302408
+++ stable/11/usr.sbin/freebsd-update/freebsd-update.sh 2016/07/11 04:50:32
302539
@@ -1250,7 +1250,7 @@
# Check that the first four fields make sense.
if gunzip -c < files/$1.gz |
- grep -qvE "^[a-z]+\|[0-9a-z]+\|${P}+\|[fdL-]\|"; then
+ grep -qvE "^[a-z]+\|[0-9a-z-]+\|${P}+\|[fdL-]\|"; then
fetch_metadata_bogus ""
return 1
fi
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list