svn commit: r284940 - stable/10/usr.sbin/freebsd-update
Xin LI
delphij at FreeBSD.org
Mon Jun 29 19:09:17 UTC 2015
Author: delphij
Date: Mon Jun 29 19:09:16 2015
New Revision: 284940
URL: https://svnweb.freebsd.org/changeset/base/284940
Log:
MFC r279901 (kmoore):
- Include commas in valid file-name chars freebsd-update will support
Modified:
stable/10/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/10/usr.sbin/freebsd-update/freebsd-update.sh Mon Jun 29 19:02:30 2015 (r284939)
+++ stable/10/usr.sbin/freebsd-update/freebsd-update.sh Mon Jun 29 19:09:16 2015 (r284940)
@@ -1239,7 +1239,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-10
mailing list