Date: Mon, 07 Sep 2020 15:11:10 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 249166] ports-mgmt/pkg audit -F Segmentation fault Message-ID: <bug-249166-32340-xZpvs2QDWm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249166-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-249166-32340@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249166 --- Comment #3 from Matthias Andree <mandree@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249166-32340-xZpvs2QDWm>
