K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-07-15T08:46:13.878499Z K 7 svn:log V 233 Mk/Uses/cargo.mk: Handle distfile group names properly Crates like openssl-src-111.3.0+1.1.1c have characters not in [a-zA-Z0-9]. Use the complement of [a-zA-Z0-9] instead of adding + to the list of chars [-.] we currently handle. END