[Bug 249166] ports-mgmt/pkg audit -F Segmentation fault
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 7 15:11:10 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249166
--- Comment #3 from Matthias Andree <mandree at FreeBSD.org> ---
221 }
222
223 url += strlen(URL_SCHEME_PREFIX);
224 u = fetchParseURL(url);
225 } else {
226 if (repo->mirror_type == SRV && (strncmp(u->scheme,
"http", 4) == 0 ||
227 strncmp(u->scheme, "ftp", 3) == 0)) {
228 pkg_emit_notice(
229 "Warning: use of %s:// URL scheme with SRV records is deprecated:
"
230 "switch to pkg+%s://", u->scheme, u->scheme);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list