svn commit: r226813 - stable/7/usr.sbin/freebsd-update
Colin Percival
cperciva at FreeBSD.org
Wed Oct 26 20:07:59 UTC 2011
Author: cperciva
Date: Wed Oct 26 20:07:58 2011
New Revision: 226813
URL: http://svn.freebsd.org/changeset/base/226813
Log:
MFC r226650: Make freebsd-update work with FreeBSD 9.0. (In the unlikely
event that a 7.5-RELEASE happens, this should simplify upgrading from that
to 9.x.)
Modified:
stable/7/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
stable/7/usr.sbin/freebsd-update/ (props changed)
Modified: stable/7/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/7/usr.sbin/freebsd-update/freebsd-update.sh Wed Oct 26 20:06:27 2011 (r226812)
+++ stable/7/usr.sbin/freebsd-update/freebsd-update.sh Wed Oct 26 20:07:58 2011 (r226813)
@@ -1110,7 +1110,7 @@ fetch_metadata_sanity () {
# Some aliases to save space later: ${P} is a character which can
# appear in a path; ${M} is the four numeric metadata fields; and
# ${H} is a sha256 hash.
- P="[-+./:=_[[:alnum:]]"
+ P="[-+./:=%@_[[:alnum:]]"
M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+"
H="[0-9a-f]{64}"
More information about the svn-src-stable
mailing list