Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304487 Details for
Bug 445130
wbxml2-0.9.2-namespaces.patch breaks DRMREL
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch attempt to support namespaces in drmrel
wbxml2-0.9.2-drmel_namespaces.patch (text/x-patch), 2.69 KB, created by
Pau Aliagas
on 2008-05-04 10:38:14 UTC
(
hide
)
Description:
patch attempt to support namespaces in drmrel
Filename:
MIME Type:
Creator:
Pau Aliagas
Created:
2008-05-04 10:38:14 UTC
Size:
2.69 KB
patch
obsolete
>--- wbxml2-0.9.2-original/src/wbxml_tables.c 2008-05-04 11:15:09.000000000 +0200 >+++ wbxml2-0.9.2-modified/src/wbxml_tables.c 2008-05-04 11:18:36.000000000 +0200 >@@ -1482,26 +1482,26 @@ > */ > > const WBXMLTagEntry sv_drmrel10_tag_table[] = { >- { "o-ex:rights", 0x00, 0x05 }, >- { "o-ex:context", 0x00, 0x06 }, >- { "o-dd:version", 0x00, 0x07 }, >- { "o-dd:uid", 0x00, 0x08 }, >- { "o-ex:agreement", 0x00, 0x09 }, >- { "o-ex:asset", 0x00, 0x0A }, >- { "ds:KeyInfo", 0x00, 0x0B }, >- { "ds:KeyValue", 0x00, 0x0C }, >- { "o-ex:permission",0x00, 0x0D }, >- { "o-dd:play", 0x00, 0x0E }, >- { "o-dd:display", 0x00, 0x0F }, >- { "o-dd:execute", 0x00, 0x10 }, >- { "o-dd:print", 0x00, 0x11 }, >- { "o-ex:constraint",0x00, 0x12 }, >- { "o-dd:count", 0x00, 0x13 }, >- { "o-dd:datetime", 0x00, 0x14 }, >- { "o-dd:start", 0x00, 0x15 }, >- { "o-dd:end", 0x00, 0x16 }, >- { "o-dd:interval", 0x00, 0x17 }, >- { NULL, 0x00, 0x00 } >+ { "rights", 0x00, 0x05 }, >+ { "context", 0x00, 0x06 }, >+ { "version", 0x01, 0x07 }, >+ { "uid", 0x01, 0x08 }, >+ { "agreement", 0x00, 0x09 }, >+ { "asset", 0x00, 0x0A }, >+ { "KeyInfo", 0x02, 0x0B }, >+ { "KeyValue", 0x02, 0x0C }, >+ { "permission",0x00, 0x0D }, >+ { "play", 0x01, 0x0E }, >+ { "display", 0x01, 0x0F }, >+ { "execute", 0x01, 0x10 }, >+ { "print", 0x01, 0x11 }, >+ { "constraint",0x00, 0x12 }, >+ { "count", 0x01, 0x13 }, >+ { "datetime", 0x01, 0x14 }, >+ { "start", 0x01, 0x15 }, >+ { "end", 0x01, 0x16 }, >+ { "interval", 0x01, 0x17 }, >+ { NULL, 0x00, 0x00 } > }; > > const WBXMLAttrEntry sv_drmrel10_attr_table[] = { >@@ -1518,6 +1518,13 @@ > { NULL, 0x00, 0x00 } > }; > >+const WBXMLNameSpaceEntry sv_drmrel10_ns_table[] = { >+ { "drmrel:o-ex", 0x00 }, /**< Code Page 0: o-ex */ >+ { "drmrel:o-dd", 0x01 }, /**< Code Page 1: o-dd */ >+ { "drmrel:ds", 0x02 }, /**< Code Page 2: ds */ >+ { NULL, 0x00 } >+}; >+ > #endif /* WBXML_SUPPORT_DRMREL */ > > >@@ -2856,7 +2863,7 @@ > #endif /* WBXML_SUPPORT_EMN */ > > #if defined( WBXML_SUPPORT_DRMREL ) >- { WBXML_LANG_DRMREL10, &sv_drmrel10_public_id, sv_drmrel10_tag_table, NULL, sv_drmrel10_attr_table, sv_drmrel10_attr_value_table, NULL }, >+ { WBXML_LANG_DRMREL10, &sv_drmrel10_public_id, sv_drmrel10_tag_table, sv_drmrel10_ns_table, sv_drmrel10_attr_table, sv_drmrel10_attr_value_table, NULL }, > #endif /* WBXML_SUPPORT_DRMREL */ > > #if defined( WBXML_SUPPORT_OTA_SETTINGS )
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 Raw
Actions:
View
Attachments on
bug 445130
:
304484
| 304487