Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 763379 Details for
Bug 830211
metadata/xml-schema/metadata.xsd: support FTP urls
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
metadata.xsd: Support FTP URLs
0001-metadata.xsd-Support-FTP-URLs.patch (text/plain), 1.03 KB, created by
Ulrich Müller
on 2022-01-23 15:31:13 UTC
(
hide
)
Description:
metadata.xsd: Support FTP URLs
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2022-01-23 15:31:13 UTC
Size:
1.03 KB
patch
obsolete
>From d9fe77eac622d43629d9eb0aa79d9fa93c909cba Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Sat, 22 Jan 2022 13:16:07 +0100 >Subject: [PATCH] metadata.xsd: Support FTP URLs >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Base urlType on xs:anyURI. Slightly simplify the mailto syntax (a dot >in the domain part is actually not required). > >Closes: https://bugs.gentoo.org/830211 >Signed-off-by: Ulrich Müller <ulm@gentoo.org> >--- > metadata.xsd | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/metadata.xsd b/metadata.xsd >index d2e3d4f..1a86051 100644 >--- a/metadata.xsd >+++ b/metadata.xsd >@@ -553,9 +553,9 @@ > </xs:complexType> > > <xs:simpleType name='urlType'> >- <xs:restriction base='xs:token'> >+ <xs:restriction base='xs:anyURI'> > <!-- TODO: something better? --> >- <xs:pattern value="(mailto:[^@]+@[^.\s]+\.\S+|https?://\S+)"/> >+ <xs:pattern value="(mailto:.+@.+|(ftp|https?)://\S+)"/> > </xs:restriction> > </xs:simpleType> > >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 830211
:
763198
| 763379