Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/static/security/patches/EN-12:01/freebsd-update.patch
18096 views
1
Index: usr.sbin/freebsd-update/freebsd-update.sh
2
===================================================================
3
--- usr.sbin/freebsd-update/freebsd-update.sh (revision 226649)
4
+++ usr.sbin/freebsd-update/freebsd-update.sh (revision 226650)
5
@@ -1200,7 +1200,7 @@
6
# Some aliases to save space later: ${P} is a character which can
7
# appear in a path; ${M} is the four numeric metadata fields; and
8
# ${H} is a sha256 hash.
9
- P="[-+./:=_[[:alnum:]]"
10
+ P="[-+./:=%@_[[:alnum:]]"
11
M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+"
12
H="[0-9a-f]{64}"
13
14
15