{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.0YZBCY3r/b1/libkolabxml_1.2.1-5_arm64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.0YZBCY3r/b2/libkolabxml_1.2.1-5_arm64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n 6d39923814a2069d037955cbe9843196 16460 libdevel optional libkolabxml-dev_1.2.1-5_arm64.deb\n- d7401d0c30758add71f0caeb2b571d52 6790972 debug optional libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb\n- 64ec8ba994e94643e2c0f4b5ff8ebb63 571104 libs optional libkolabxml1v5_1.2.1-5_arm64.deb\n+ 190f61a17b64f0a395f058f51ff1e73e 6790968 debug optional libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb\n+ 7cb14704e35dd40cad4598ca9e3c548d 570768 libs optional libkolabxml1v5_1.2.1-5_arm64.deb\n 683ace1e4237e5953e6483891e763c39 5244612 debug optional python3-kolabformat-dbgsym_1.2.1-5_arm64.deb\n 6f9d6da115d8ffab153bc0c6e85c8005 404276 python optional python3-kolabformat_1.2.1-5_arm64.deb\n"}, {"source1": "libkolabxml1v5_1.2.1-5_arm64.deb", "source2": "libkolabxml1v5_1.2.1-5_arm64.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-12 10:49:45.000000 debian-binary\n--rw-r--r-- 0 0 0 27952 2023-12-12 10:49:45.000000 control.tar.xz\n--rw-r--r-- 0 0 0 542960 2023-12-12 10:49:45.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 27972 2023-12-12 10:49:45.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 542604 2023-12-12 10:49:45.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/lib/aarch64-linux-gnu/libkolabxml.so.1.2.1", "source2": "./usr/lib/aarch64-linux-gnu/libkolabxml.so.1.2.1", "comments": ["File has been modified after NT_GNU_BUILD_ID has been applied."], "unified_diff": null, "details": [{"source1": "readelf --wide --notes {}", "source2": "readelf --wide --notes {}", "unified_diff": "@@ -1,8 +1,8 @@\n \n Displaying notes found in: .note.gnu.property\n Owner Data size \tDescription\n GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0\t Properties: AArch64 feature: BTI, PAC, GCS\n \n Displaying notes found in: .note.gnu.build-id\n Owner Data size \tDescription\n- GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 1c8286e493bd8f57ced95833f29ad171dff036e3\n+ GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 17e5d541480fa6525c664c6fe97dbf3ee6eec22c\n"}, {"source1": "strings --all --bytes=8 {}", "source2": "strings --all --bytes=8 {}", "comments": ["Ordering differences only"], "unified_diff": "@@ -8846,123 +8846,14 @@\n arameters\n aseProperty\n aseParameter\n XSAnnotation\n xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n \n- cutypeparam = \"CUTYPE\" \"=\"\n- (\"INDIVIDUAL\" ; An individual\n- \n- / \"GROUP\" ; A group of individuals\n- / \"RESOURCE\" ; A physical resource\n- \n- / \"ROOM\" ; A room resource\n- / \"UNKNOWN\" ; Otherwise not known\n- \n- / x-name ; Experimental type\n- / iana-token) ; Other IANA-registered\n- \n- ; type\n- ; Default is INDIVIDUAL\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- Durations are a problem: \n- XML schema types allow Years, Months, Days, Hours, Minutes, Seconds\n- Ical allows Weeks, Days, Hours, Minutes, Seconds\n- \n- These overlap and we really need a combination o\n- So the compromise is to have a pattern restricted String type and note\n- that if data is to be exported in\n-to the icalendar world it cannot have \n- years or months.\n- \n- Ultimately it is to be hoped the two worlds can\n- be aligned.\n- \n- RFC5545 (icalendar) specifies\n- dur-value = ([\"+\"] / \"-\") \"P\" (dur-date / dur-time / dur-we\n- dur-date = dur-day [dur-time]\n- dur-time = \"T\" (dur-hour / dur-minute / dur-second)\n- dur-week = \n-1*DIGIT \"W\"\n- dur-hour = 1*DIGIT \"H\" [dur-minute]\n- dur-minute = 1*DIGIT \"M\" [dur-second]\n- dur-second = 1*D\n-IGIT \"S\"\n- dur-day = 1*DIGIT \"D\"\n- \n- So P5W is valid: P5WT10M is not. If weeks re specified nothing else c\n- \n- XML specifies\n- PnYnMnDTnHnMnS\n- \n- The elements must appear in the order specified \n-and the 'T' is omitted \n- if hours minutes and seconds are absent.\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- Standard values\n- \"CHAIR\" \n- \"REQ-PARTICIPANT\" \n- \"OPT-PARTICIPANT\" \n- \n- \"NON-PARTICIPANT\"\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- fbtypeparam = \"FBTYPE\" \"=\" \n- (\"FREE\" \n- / \"BUSY\"\n- / \"BUSY-UNAVAILABLE\" \n- / \"BUSY-TENTATIVE\"\n- / x-name ;\n- Some experimental iCalendar free/busy type.\n- / iana-token)\n- ; Some other IANA-registere\n-d iCalendar free/busy type.\n- ; Default is BUSY\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- encodingparam = \"ENCODING\" \"=\"\n- ( \"8BIT\"\n- ; \"8bit\" text encoding is\n- defined in [RFC2045]\n- / \"BASE64\"\n- ; \"BASE64\" binary encoding format is defined in [RFC4648]\n- )\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- actionvalue = \"AUDIO\" / \"DISPLAY\" / \"EMAIL\"\n- / iana-token / x-name\n- \n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n partstat-event = (\"NEEDS-ACTION\" ; Event needs action\n / \"ACCEPTED\" ; \n Event accepted\n / \"DECLINED\" ; Event declined\n / \"TENTATIVE\" ; Even\n t tentatively\n ; accepted\n@@ -9113,14 +9004,123 @@\n xml:lang=\"en\">\n trigrelparam = \"RELATED\" \"=\"\n (\"START\" ; Trigger off of start\n / \"END\") ; Trigger off of end\n \n \n build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ cutypeparam = \"CUTYPE\" \"=\"\n+ (\"INDIVIDUAL\" ; An individual\n+ \n+ / \"GROUP\" ; A group of individuals\n+ / \"RESOURCE\" ; A physical resource\n+ \n+ / \"ROOM\" ; A room resource\n+ / \"UNKNOWN\" ; Otherwise not known\n+ \n+ / x-name ; Experimental type\n+ / iana-token) ; Other IANA-registered\n+ \n+ ; type\n+ ; Default is INDIVIDUAL\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ Durations are a problem: \n+ XML schema types allow Years, Months, Days, Hours, Minutes, Seconds\n+ Ical allows Weeks, Days, Hours, Minutes, Seconds\n+ \n+ These overlap and we really need a combination o\n+ So the compromise is to have a pattern restricted String type and note\n+ that if data is to be exported in\n+to the icalendar world it cannot have \n+ years or months.\n+ \n+ Ultimately it is to be hoped the two worlds can\n+ be aligned.\n+ \n+ RFC5545 (icalendar) specifies\n+ dur-value = ([\"+\"] / \"-\") \"P\" (dur-date / dur-time / dur-we\n+ dur-date = dur-day [dur-time]\n+ dur-time = \"T\" (dur-hour / dur-minute / dur-second)\n+ dur-week = \n+1*DIGIT \"W\"\n+ dur-hour = 1*DIGIT \"H\" [dur-minute]\n+ dur-minute = 1*DIGIT \"M\" [dur-second]\n+ dur-second = 1*D\n+IGIT \"S\"\n+ dur-day = 1*DIGIT \"D\"\n+ \n+ So P5W is valid: P5WT10M is not. If weeks re specified nothing else c\n+ \n+ XML specifies\n+ PnYnMnDTnHnMnS\n+ \n+ The elements must appear in the order specified \n+and the 'T' is omitted \n+ if hours minutes and seconds are absent.\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ Standard values\n+ \"CHAIR\" \n+ \"REQ-PARTICIPANT\" \n+ \"OPT-PARTICIPANT\" \n+ \n+ \"NON-PARTICIPANT\"\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ fbtypeparam = \"FBTYPE\" \"=\" \n+ (\"FREE\" \n+ / \"BUSY\"\n+ / \"BUSY-UNAVAILABLE\" \n+ / \"BUSY-TENTATIVE\"\n+ / x-name ;\n+ Some experimental iCalendar free/busy type.\n+ / iana-token)\n+ ; Some other IANA-registere\n+d iCalendar free/busy type.\n+ ; Default is BUSY\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ encodingparam = \"ENCODING\" \"=\"\n+ ( \"8BIT\"\n+ ; \"8bit\" text encoding is\n+ defined in [RFC2045]\n+ / \"BASE64\"\n+ ; \"BASE64\" binary encoding format is defined in [RFC4648]\n+ )\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ actionvalue = \"AUDIO\" / \"DISPLAY\" / \"EMAIL\"\n+ / iana-token / x-name\n+ \n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd\n rn:ietf:params:xml:ns:icalendar-2.0\n rn:ietf:params:xml:ns:icalendar-2.0\n build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd\n onfigurationType\n ttp://kolab.org\n ictionary\n ategorycolor\n"}, {"source1": "readelf --wide --decompress --hex-dump=.rodata {}", "source2": "readelf --wide --decompress --hex-dump=.rodata {}", "unified_diff": "@@ -9288,774 +9288,774 @@\n 0x00240a90 00feffff ff190006 b5030001 44090001 ............D...\n 0x00240aa0 5e0a0001 5d070001 62090001 f1080001 ^...]...b.......\n 0x00240ab0 a9090001 a0090001 12080001 76090001 ............v...\n 0x00240ac0 0f070001 e6080001 53090001 1a0a0001 ........S.......\n 0x00240ad0 e6090001 fd060001 b8090001 71070001 ............q...\n 0x00240ae0 6d090001 3f070001 23070001 530a0001 m...?...#...S...\n 0x00240af0 68070001 7f090001 4e040001 feffffff h.......N.......\n- 0x00240b00 1d00060e 0006600a 0001ffff ffff0003 ......`.........\n+ 0x00240b00 1d00060e 0006e808 0001ffff ffff0003 ................\n 0x00240b10 0c000658 53416e6e 6f746174 696f6e00 ...XSAnnotation.\n- 0x00240b20 03ec0200 053c00ff 78733a61 6e6e6f74 .....<..xs:annot\n+ 0x00240b20 03110900 053c00ff 78733a61 6e6e6f74 .....<..xs:annot\n 0x00240b30 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=\"\n 0x00240b40 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or\n 0x00240b50 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema\n 0x00240b60 2220786d 6c6e733a 7863616c 3d227572 \" xmlns:xcal=\"ur\n 0x00240b70 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm\n 0x00240b80 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2\n 0x00240b90 2e302220 3e0a3c78 733a646f 63756d65 .0\" >.. \n- 0x00240bc0 63757479 70657061 72616d20 20202020 cutypeparam \n- 0x00240bd0 2020203d 20224355 54595045 2220223d = \"CUTYPE\" \"=\n- 0x00240be0 220a2020 20202020 20202020 20202020 \". \n- 0x00240bf0 20202020 20202020 20202020 2822494e (\"IN\n- 0x00240c00 44495649 4455414c 22202020 3b20416e DIVIDUAL\" ; An\n- 0x00240c10 20696e64 69766964 75616c0a 20202020 individual. \n- 0x00240c20 20202020 20202020 202000ff 20202020 .. \n- 0x00240c30 20202020 2020202f 20224752 4f555022 / \"GROUP\"\n- 0x00240c40 20202020 20202020 3b204120 67726f75 ; A grou\n- 0x00240c50 70206f66 20696e64 69766964 75616c73 p of individuals\n- 0x00240c60 0a202020 20202020 20202020 20202020 . \n- 0x00240c70 20202020 20202020 20202f20 22524553 / \"RES\n- 0x00240c80 4f555243 45222020 2020203b 20412070 OURCE\" ; A p\n- 0x00240c90 68797369 63616c20 7265736f 75726365 hysical resource\n- 0x00240ca0 0a202020 20202020 20202020 00ff2020 . .. \n- 0x00240cb0 20202020 20202020 20202020 2f202252 / \"R\n- 0x00240cc0 4f4f4d22 20202020 20202020 203b2041 OOM\" ; A\n- 0x00240cd0 20726f6f 6d207265 736f7572 63650a20 room resource. \n- 0x00240ce0 20202020 20202020 20202020 20202020 \n- 0x00240cf0 20202020 20202020 2f202255 4e4b4e4f / \"UNKNO\n- 0x00240d00 574e2220 20202020 203b204f 74686572 WN\" ; Other\n- 0x00240d10 77697365 206e6f74 206b6e6f 776e0a20 wise not known. \n- 0x00240d20 20202020 20202020 20202020 202000ff ..\n- 0x00240d30 20202020 20202020 20202f20 782d6e61 / x-na\n- 0x00240d40 6d652020 20202020 2020203b 20457870 me ; Exp\n- 0x00240d50 6572696d 656e7461 6c207479 70650a20 erimental type. \n- 0x00240d60 20202020 20202020 20202020 20202020 \n- 0x00240d70 20202020 20202020 2f206961 6e612d74 / iana-t\n- 0x00240d80 6f6b656e 29202020 203b204f 74686572 oken) ; Other\n- 0x00240d90 2049414e 412d7265 67697374 65726564 IANA-registered\n- 0x00240da0 0a202020 20202020 20202020 20202020 . \n- 0x00240db0 00eb2020 20202020 20202020 20202020 .. \n- 0x00240dc0 20202020 20202020 20202020 203b2074 ; t\n- 0x00240dd0 7970650a 20202020 2020203b 20446566 ype. ; Def\n- 0x00240de0 61756c74 20697320 494e4449 56494455 ault is INDIVIDU\n- 0x00240df0 414c0a20 20202020 203c2f78 733a646f AL. ...L\n- 0x00240e20 00062f00 cc627569 6c642f72 6570726f ../..build/repro\n- 0x00240e30 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x00240e40 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x00240e50 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x00240e60 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n- 0x00240e70 76000512 00064303 0001a00a 00008074 v.....C........t\n- 0x00240e80 0500053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat\n- 0x00240e90 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs=\"ht\n- 0x00240ea0 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/\n- 0x00240eb0 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema\" \n- 0x00240ec0 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal=\"urn:\n- 0x00240ed0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml:\n- 0x00240ee0 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0\n- 0x00240ef0 22203e0a 3c78733a 646f6375 6d656e74 \" >.. D\n- 0x00240f20 75726174 696f6e73 20617265 20612070 urations are a p\n- 0x00240f30 726f626c 656d3a20 0a202020 20202020 roblem: . \n- 0x00240f40 20202020 584d4c20 73636865 6d612074 XML schema t\n- 0x00240f50 79706573 20616c6c 6f772059 65617273 ypes allow Years\n- 0x00240f60 2c204d6f 6e746873 2c204461 79732c20 , Months, Days, \n- 0x00240f70 486f7572 732c204d 696e7574 65732c20 Hours, Minutes, \n- 0x00240f80 5365636f 6e64730a 00ff2020 20202020 Seconds... \n- 0x00240f90 20202020 20496361 6c20616c 6c6f7773 Ical allows\n- 0x00240fa0 20576565 6b732c20 44617973 2c20486f Weeks, Days, Ho\n- 0x00240fb0 7572732c 204d696e 75746573 2c205365 urs, Minutes, Se\n- 0x00240fc0 636f6e64 730a2020 20202020 20202020 conds. \n- 0x00240fd0 200a2020 20202020 20205468 65736520 . These \n- 0x00240fe0 6f766572 6c617020 616e6420 77652072 overlap and we r\n- 0x00240ff0 65616c6c 79206e65 65642061 20636f6d eally need a com\n- 0x00241000 62696e61 74696f6e 206f00ff 6620626f bination o..f bo\n- 0x00241010 74682e0a 20202020 20202020 536f2074 th.. So t\n- 0x00241020 68652063 6f6d7072 6f6d6973 65206973 he compromise is\n- 0x00241030 20746f20 68617665 20612070 61747465 to have a patte\n- 0x00241040 726e2072 65737472 69637465 64205374 rn restricted St\n- 0x00241050 72696e67 20747970 6520616e 64206e6f ring type and no\n- 0x00241060 74650a20 20202020 20202074 68617420 te. that \n- 0x00241070 69662064 61746120 69732074 6f206265 if data is to be\n- 0x00241080 20657870 6f727465 6420696e 00ff746f exported in..to\n- 0x00241090 20746865 20696361 6c656e64 61722077 the icalendar w\n- 0x002410a0 6f726c64 20697420 63616e6e 6f742068 orld it cannot h\n- 0x002410b0 61766520 0a202020 20202020 20796561 ave . yea\n- 0x002410c0 7273206f 72206d6f 6e746873 2e0a2020 rs or months.. \n- 0x002410d0 20202020 20200a20 20202020 20202055 . U\n- 0x002410e0 6c74696d 6174656c 79206974 20697320 ltimately it is \n- 0x002410f0 746f2062 6520686f 70656420 74686520 to be hoped the \n- 0x00241100 74776f20 776f726c 64732063 616e00ff two worlds can..\n- 0x00241110 20626520 616c6967 6e65642e 0a202020 be aligned.. \n- 0x00241120 20202020 200a2020 20202020 20205246 . RF\n- 0x00241130 43353534 35202869 63616c65 6e646172 C5545 (icalendar\n- 0x00241140 29207370 65636966 6965730a 20202020 ) specifies. \n- 0x00241150 20202020 6475722d 76616c75 6520203d dur-value =\n- 0x00241160 20285b22 2b225d20 2f20222d 22292022 ([\"+\"] / \"-\") \"\n- 0x00241170 50222028 6475722d 64617465 202f2064 P\" (dur-date / d\n- 0x00241180 75722d74 696d6520 2f206475 722d7765 ur-time / dur-we\n- 0x00241190 00ff656b 290a0a20 20202020 20202064 ..ek).. d\n- 0x002411a0 75722d64 61746520 20203d20 6475722d ur-date = dur-\n- 0x002411b0 64617920 5b647572 2d74696d 655d0a20 day [dur-time]. \n- 0x002411c0 20202020 20202064 75722d74 696d6520 dur-time \n- 0x002411d0 20203d20 22542220 28647572 2d686f75 = \"T\" (dur-hou\n- 0x002411e0 72202f20 6475722d 6d696e75 7465202f r / dur-minute /\n- 0x002411f0 20647572 2d736563 6f6e6429 0a202020 dur-second). \n- 0x00241200 20202020 20647572 2d776565 6b202020 dur-week \n- 0x00241210 3d2000ff 312a4449 47495420 2257220a = ..1*DIGIT \"W\".\n- 0x00241220 20202020 20202020 6475722d 686f7572 dur-hour\n- 0x00241230 2020203d 20312a44 49474954 20224822 = 1*DIGIT \"H\"\n- 0x00241240 205b6475 722d6d69 6e757465 5d0a2020 [dur-minute]. \n- 0x00241250 20202020 20206475 722d6d69 6e757465 dur-minute\n- 0x00241260 203d2031 2a444947 49542022 4d22205b = 1*DIGIT \"M\" [\n- 0x00241270 6475722d 7365636f 6e645d0a 20202020 dur-second]. \n- 0x00241280 20202020 6475722d 7365636f 6e64203d dur-second =\n- 0x00241290 20312a44 00ff4947 49542022 53220a20 1*D..IGIT \"S\". \n- 0x002412a0 20202020 20202064 75722d64 61792020 dur-day \n- 0x002412b0 20203d20 312a4449 47495420 2244220a = 1*DIGIT \"D\".\n- 0x002412c0 20202020 20202020 0a202020 20202020 . \n- 0x002412d0 20536f20 50355720 69732076 616c6964 So P5W is valid\n- 0x002412e0 3a205035 57543130 4d206973 206e6f74 : P5WT10M is not\n- 0x002412f0 2e204966 20776565 6b732072 65207370 . If weeks re sp\n- 0x00241300 65636966 69656420 6e6f7468 696e6720 ecified nothing \n- 0x00241310 656c7365 206300ff 616e2062 650a2020 else c..an be. \n- 0x00241320 20202020 20200a20 20202020 20202058 . X\n- 0x00241330 4d4c2073 70656369 66696573 0a202020 ML specifies. \n- 0x00241340 20202020 20202020 506e596e 4d6e4454 PnYnMnDT\n- 0x00241350 6e486e4d 6e530a20 20202020 2020200a nHnMnS. .\n- 0x00241360 20202020 20202020 54686520 656c656d The elem\n- 0x00241370 656e7473 206d7573 74206170 70656172 ents must appear\n- 0x00241380 20696e20 74686520 6f726465 72207370 in the order sp\n- 0x00241390 65636966 69656420 00f3616e 64207468 ecified ..and th\n- 0x002413a0 65202754 27206973 206f6d69 74746564 e 'T' is omitted\n- 0x002413b0 200a2020 20202020 20206966 20686f75 . if hou\n- 0x002413c0 7273206d 696e7574 65732061 6e642073 rs minutes and s\n- 0x002413d0 65636f6e 64732061 72652061 6273656e econds are absen\n- 0x002413e0 742e0a20 20202020 203c2f78 733a646f t.. ...N\n- 0x00241410 00062f00 ce627569 6c642f72 6570726f ../..build/repro\n- 0x00241420 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x00241430 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x00241440 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x00241450 656e6461 722d7661 6c747970 65732e78 endar-valtypes.x\n- 0x00241460 73644400 05140006 ff060001 a00a0082 sdD.............\n- 0x00241470 80000000 3f010005 3c00ff78 733a616e ....?...<..xs:an\n- 0x00241480 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x\n- 0x00241490 733d2268 7474703a 2f2f7777 772e7733 s=\"http://www.w3\n- 0x002414a0 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch\n- 0x002414b0 656d6122 20786d6c 6e733a78 63616c3d ema\" xmlns:xcal=\n- 0x002414c0 2275726e 3a696574 663a7061 72616d73 \"urn:ietf:params\n- 0x002414d0 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda\n- 0x002414e0 722d322e 3022203e 0a3c7873 3a646f63 r-2.0\" >.. \n- 0x00241510 20202020 5374616e 64617264 2076616c Standard val\n- 0x00241520 7565730a 20202020 20202020 20202022 ues. \"\n- 0x00241530 43484149 5222200a 20202020 20202020 CHAIR\" . \n- 0x00241540 20202022 5245512d 50415254 49434950 \"REQ-PARTICIP\n- 0x00241550 414e5422 200a2020 20202020 20202020 ANT\" . \n- 0x00241560 20224f50 542d5041 52544943 4950414e \"OPT-PARTICIPAN\n- 0x00241570 5422200a 20202020 20202020 2000be20 T\" . .. \n- 0x00241580 20224e4f 4e2d5041 52544943 4950414e \"NON-PARTICIPAN\n- 0x00241590 54220a20 20202020 203c2f78 733a646f T\". ...L\n- 0x002415c0 00062f00 cb627569 6c642f72 6570726f ../..build/repro\n- 0x002415d0 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x002415e0 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x002415f0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x00241600 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n- 0x00241610 35010005 12000614 080001a0 0a000080 5...............\n- 0x00241620 60020005 3c00ff78 733a616e 6e6f7461 `...<..xs:annota\n- 0x00241630 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n- 0x00241640 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n- 0x00241650 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n- 0x00241660 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n- 0x00241670 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n- 0x00241680 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n- 0x00241690 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. f\n- 0x002416c0 62747970 65706172 616d2020 20202020 btypeparam \n- 0x002416d0 20203d20 22464254 59504522 20223d22 = \"FBTYPE\" \"=\"\n- 0x002416e0 200a2020 20202020 20202020 20202020 . \n- 0x002416f0 20202020 20202020 20202028 22465245 (\"FRE\n- 0x00241700 4522200a 20202020 20202020 20202020 E\" . \n- 0x00241710 20202020 20202020 20202020 20202f20 / \n- 0x00241720 22425553 59220a20 2000ff20 20202020 \"BUSY\". .. \n+ 0x00240bc0 70617274 73746174 2d657665 6e742020 partstat-event \n+ 0x00240bd0 203d2028 224e4545 44532d41 4354494f = (\"NEEDS-ACTIO\n+ 0x00240be0 4e222020 20203b20 4576656e 74206e65 N\" ; Event ne\n+ 0x00240bf0 65647320 61637469 6f6e0a20 20202020 eds action. \n+ 0x00240c00 20202020 20202020 20202020 20202020 \n+ 0x00240c10 2020202f 20224143 43455054 45442220 / \"ACCEPTED\" \n+ 0x00240c20 20202020 20202020 3b2000ff 4576656e ; ..Even\n+ 0x00240c30 74206163 63657074 65640a20 20202020 t accepted. \n+ 0x00240c40 20202020 20202020 20202020 20202020 \n+ 0x00240c50 2020202f 20224445 434c494e 45442220 / \"DECLINED\" \n+ 0x00240c60 20202020 20202020 3b204576 656e7420 ; Event \n+ 0x00240c70 6465636c 696e6564 0a202020 20202020 declined. \n+ 0x00240c80 20202020 20202020 20202020 20202020 \n+ 0x00240c90 202f2022 54454e54 41544956 45222020 / \"TENTATIVE\" \n+ 0x00240ca0 20202020 20203b20 4576656e 00ff7420 ; Even..t \n+ 0x00240cb0 74656e74 61746976 656c790a 20202020 tentatively. \n+ 0x00240cc0 20202020 20202020 20202020 20202020 \n+ 0x00240cd0 20202020 20202020 20202020 20202020 \n+ 0x00240ce0 20202020 20202020 203b2061 63636570 ; accep\n+ 0x00240cf0 7465640a 20202020 20202020 20202020 ted. \n+ 0x00240d00 20202020 20202020 20202020 2f202244 / \"D\n+ 0x00240d10 454c4547 41544544 22202020 20202020 ELEGATED\" \n+ 0x00240d20 203b2045 76656e74 2064656c 656700ff ; Event deleg..\n+ 0x00240d30 61746564 0a202020 20202020 20202020 ated. \n+ 0x00240d40 20202020 20202020 20202020 202f2078 / x\n+ 0x00240d50 2d6e616d 65202020 20202020 20202020 -name \n+ 0x00240d60 20203b20 45787065 72696d65 6e74616c ; Experimental\n+ 0x00240d70 20737461 7475730a 20202020 20202020 status. \n+ 0x00240d80 20202020 20202020 20202020 20202020 \n+ 0x00240d90 2f206961 6e612d74 6f6b656e 29202020 / iana-token) \n+ 0x00240da0 20202020 203b204f 74686572 2049414e ; Other IAN\n+ 0x00240db0 00ff412d 72656769 73746572 65640a20 ..A-registered. \n+ 0x00240dc0 20202020 20202020 20202020 20202020 \n+ 0x00240dd0 20202020 20202020 20202020 20202020 \n+ 0x00240de0 20202020 20202020 20202020 3b207374 ; st\n+ 0x00240df0 61747573 0a202020 20202020 3b205468 atus. ; Th\n+ 0x00240e00 65736520 61726520 74686520 70617274 ese are the part\n+ 0x00240e10 69636970 6174696f 6e207374 61747573 icipation status\n+ 0x00240e20 65732066 6f722061 20225645 56454e54 es for a \"VEVENT\n+ 0x00240e30 222e00ff 0a202020 20202020 3b204465 \".... ; De\n+ 0x00240e40 6661756c 74206973 204e4545 44532d41 fault is NEEDS-A\n+ 0x00240e50 4354494f 4e2e0a0a 20202020 20202070 CTION... p\n+ 0x00240e60 61727473 7461742d 746f646f 20202020 artstat-todo \n+ 0x00240e70 3d202822 4e454544 532d4143 54494f4e = (\"NEEDS-ACTION\n+ 0x00240e80 22202020 203b2054 6f2d646f 206e6565 \" ; To-do nee\n+ 0x00240e90 64732061 6374696f 6e0a2020 20202020 ds action. \n+ 0x00240ea0 20202020 20202020 20202020 20202020 \n+ 0x00240eb0 20202f20 00ff2241 43434550 54454422 / ..\"ACCEPTED\"\n+ 0x00240ec0 20202020 20202020 203b2054 6f2d646f ; To-do\n+ 0x00240ed0 20616363 65707465 640a2020 20202020 accepted. \n+ 0x00240ee0 20202020 20202020 20202020 20202020 \n+ 0x00240ef0 20202f20 22444543 4c494e45 44222020 / \"DECLINED\" \n+ 0x00240f00 20202020 2020203b 20546f2d 646f2064 ; To-do d\n+ 0x00240f10 65636c69 6e65640a 20202020 20202020 eclined. \n+ 0x00240f20 20202020 20202020 20202020 20202020 \n+ 0x00240f30 2f202254 454e00ff 54415449 56452220 / \"TEN..TATIVE\" \n+ 0x00240f40 20202020 2020203b 20546f2d 646f2074 ; To-do t\n+ 0x00240f50 656e7461 74697665 6c790a20 20202020 entatively. \n+ 0x00240f60 20202020 20202020 20202020 20202020 \n+ 0x00240f70 20202020 20202020 20202020 20202020 \n+ 0x00240f80 20202020 20202020 3b206163 63657074 ; accept\n+ 0x00240f90 65640a20 20202020 20202020 20202020 ed. \n+ 0x00240fa0 20202020 20202020 2020202f 20224445 / \"DE\n+ 0x00240fb0 4c454741 54454422 00ff2020 20202020 LEGATED\".. \n+ 0x00240fc0 20203b20 546f2d64 6f206465 6c656761 ; To-do delega\n+ 0x00240fd0 7465640a 20202020 20202020 20202020 ted. \n+ 0x00240fe0 20202020 20202020 20202020 2f202243 / \"C\n+ 0x00240ff0 4f4d504c 45544544 22202020 20202020 OMPLETED\" \n+ 0x00241000 203b2054 6f2d646f 20636f6d 706c6574 ; To-do complet\n+ 0x00241010 65640a20 20202020 20202020 20202020 ed. \n+ 0x00241020 20202020 20202020 20202020 20202020 \n+ 0x00241030 20202020 20202020 202000ff 20202020 .. \n+ 0x00241040 20203b20 434f4d50 4c455445 44207072 ; COMPLETED pr\n+ 0x00241050 6f706572 74792068 61730a20 20202020 operty has. \n+ 0x00241060 20202020 20202020 20202020 20202020 \n+ 0x00241070 20202020 20202020 20202020 20202020 \n+ 0x00241080 20202020 20202020 3b204441 54452d54 ; DATE-T\n+ 0x00241090 494d4520 636f6d70 6c657465 640a2020 IME completed. \n+ 0x002410a0 20202020 20202020 20202020 20202020 \n+ 0x002410b0 20202020 20202f20 22494e2d 00ff5052 / \"IN-..PR\n+ 0x002410c0 4f434553 53222020 20202020 203b2054 OCESS\" ; T\n+ 0x002410d0 6f2d646f 20696e20 70726f63 65737320 o-do in process \n+ 0x002410e0 6f660a20 20202020 20202020 20202020 of. \n+ 0x002410f0 20202020 20202020 20202020 20202020 \n+ 0x00241100 20202020 20202020 20202020 20202020 \n+ 0x00241110 3b206265 696e6720 636f6d70 6c657465 ; being complete\n+ 0x00241120 640a2020 20202020 20202020 20202020 d. \n+ 0x00241130 20202020 20202020 20202f20 782d00ff / x-..\n+ 0x00241140 6e616d65 20202020 20202020 20202020 name \n+ 0x00241150 203b2045 78706572 696d656e 74616c20 ; Experimental \n+ 0x00241160 73746174 75730a20 20202020 20202020 status. \n+ 0x00241170 20202020 20202020 20202020 2020202f /\n+ 0x00241180 2069616e 612d746f 6b656e29 20202020 iana-token) \n+ 0x00241190 20202020 3b204f74 68657220 49414e41 ; Other IANA\n+ 0x002411a0 2d726567 69737465 7265640a 20202020 -registered. \n+ 0x002411b0 20202020 20202020 20202020 20202020 \n+ 0x002411c0 00ff2020 20202020 20202020 20202020 .. \n+ 0x002411d0 20202020 20202020 2020203b 20737461 ; sta\n+ 0x002411e0 7475730a 20202020 2020203b 20546865 tus. ; The\n+ 0x002411f0 73652061 72652074 68652070 61727469 se are the parti\n+ 0x00241200 63697061 74696f6e 20737461 74757365 cipation statuse\n+ 0x00241210 7320666f 72206120 2256544f 444f222e s for a \"VTODO\".\n+ 0x00241220 0a202020 20202020 3b204465 6661756c . ; Defaul\n+ 0x00241230 74206973 204e4545 44532d41 4354494f t is NEEDS-ACTIO\n+ 0x00241240 4e2e00ff 0a0a2020 20202020 20706172 N..... par\n+ 0x00241250 74737461 742d6a6f 75722020 20203d20 tstat-jour = \n+ 0x00241260 28224e45 4544532d 41435449 4f4e2220 (\"NEEDS-ACTION\" \n+ 0x00241270 2020203b 204a6f75 726e616c 206e6565 ; Journal nee\n+ 0x00241280 64732061 6374696f 6e0a2020 20202020 ds action. \n+ 0x00241290 20202020 20202020 20202020 20202020 \n+ 0x002412a0 20202f20 22414343 45505445 44222020 / \"ACCEPTED\" \n+ 0x002412b0 20202020 2020203b 204a6f75 726e616c ; Journal\n+ 0x002412c0 20616363 00ff6570 7465640a 20202020 acc..epted. \n+ 0x002412d0 20202020 20202020 20202020 20202020 \n+ 0x002412e0 20202020 2f202244 45434c49 4e454422 / \"DECLINED\"\n+ 0x002412f0 20202020 20202020 203b204a 6f75726e ; Journ\n+ 0x00241300 616c2064 65636c69 6e65640a 20202020 al declined. \n+ 0x00241310 20202020 20202020 20202020 20202020 \n+ 0x00241320 20202020 2f20782d 6e616d65 20202020 / x-name \n+ 0x00241330 20202020 20202020 203b2045 78706572 ; Exper\n+ 0x00241340 696d656e 746100ff 6c207374 61747573 imenta..l status\n+ 0x00241350 0a202020 20202020 20202020 20202020 . \n+ 0x00241360 20202020 20202020 202f2069 616e612d / iana-\n+ 0x00241370 746f6b65 6e292020 20202020 20203b20 token) ; \n+ 0x00241380 4f746865 72204941 4e412d72 65676973 Other IANA-regis\n+ 0x00241390 74657265 640a2020 20202020 20202020 tered. \n+ 0x002413a0 20202020 20202020 20202020 20202020 \n+ 0x002413b0 20202020 20202020 20202020 20202020 \n+ 0x002413c0 2020203b 20737461 00ff7475 730a2020 ; sta..tus. \n+ 0x002413d0 20202020 203b2054 68657365 20617265 ; These are\n+ 0x002413e0 20746865 20706172 74696369 70617469 the participati\n+ 0x002413f0 6f6e2073 74617475 73657320 666f7220 on statuses for \n+ 0x00241400 61202256 4a4f5552 4e414c22 2e0a2020 a \"VJOURNAL\".. \n+ 0x00241410 20202020 203b2044 65666175 6c742069 ; Default i\n+ 0x00241420 73204e45 4544532d 41435449 4f4e2e0a s NEEDS-ACTION..\n+ 0x00241430 20202020 20203c2f 78733a64 6f63756d .....L.\n+ 0x00241460 062f00cc 6275696c 642f7265 70726f64 ./..build/reprod\n+ 0x00241470 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n+ 0x00241480 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n+ 0x00241490 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n+ 0x002414a0 6e646172 2d706172 616d732e 787364d1 ndar-params.xsd.\n+ 0x002414b0 00051200 06e80900 01a00a00 0080d203 ................\n+ 0x002414c0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n+ 0x002414d0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n+ 0x002414e0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n+ 0x002414f0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n+ 0x00241500 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n+ 0x00241510 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n+ 0x00241520 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n+ 0x00241530 203e0a3c 78733a64 6f63756d 656e7461 >.. rel\n+ 0x00241560 74797065 70617261 6d202020 20202020 typeparam \n+ 0x00241570 3d202252 454c5459 50452220 223d220a = \"RELTYPE\" \"=\".\n+ 0x00241580 20202020 20202020 20202020 20202020 \n+ 0x00241590 20202020 20202020 20202028 22504152 (\"PAR\n+ 0x002415a0 454e5422 20202020 3b205061 72656e74 ENT\" ; Parent\n+ 0x002415b0 2072656c 6174696f 6e736869 70202d20 relationship - \n+ 0x002415c0 44656661 756c7400 ff0a2020 20202020 Default... \n+ 0x002415d0 20202020 20202020 20202020 20202020 \n+ 0x002415e0 20202020 2f202243 48494c44 22202020 / \"CHILD\" \n+ 0x002415f0 20203b20 4368696c 64207265 6c617469 ; Child relati\n+ 0x00241600 6f6e7368 69700a20 20202020 20202020 onship. \n+ 0x00241610 20202020 20202020 20202020 20202020 \n+ 0x00241620 202f2022 5349424c 494e4722 2020203b / \"SIBLING\" ;\n+ 0x00241630 20536962 6c696e67 2072656c 6174696f Sibling relatio\n+ 0x00241640 6e736869 700a2020 2000ff20 20202020 nship. .. \n+ 0x00241650 20202020 20202020 20202020 20202020 \n+ 0x00241660 20202f20 69616e61 2d746f6b 656e2020 / iana-token \n+ 0x00241670 3b20536f 6d65206f 74686572 2049414e ; Some other IAN\n+ 0x00241680 412d7265 67697374 65726564 0a202020 A-registered. \n+ 0x00241690 20202020 20202020 20202020 20202020 \n+ 0x002416a0 20202020 20202020 20202020 20202020 \n+ 0x002416b0 20202020 203b2069 43616c65 6e646172 ; iCalendar\n+ 0x002416c0 2072656c 6174696f 6e736800 ff697020 relationsh..ip \n+ 0x002416d0 74797065 0a202020 20202020 20202020 type. \n+ 0x002416e0 20202020 20202020 20202020 2020202f /\n+ 0x002416f0 20782d6e 616d6529 20202020 203b2041 x-name) ; A\n+ 0x00241700 206e6f6e 2d737461 6e646172 642c2065 non-standard, e\n+ 0x00241710 78706572 696d656e 74616c0a 20202020 xperimental. \n+ 0x00241720 20202020 20202020 20202020 20202020 \n 0x00241730 20202020 20202020 20202020 20202020 \n- 0x00241740 2020202f 20224255 53592d55 4e415641 / \"BUSY-UNAVA\n- 0x00241750 494c4142 4c452220 0a202020 20202020 ILABLE\" . \n- 0x00241760 20202020 20202020 20202020 20202020 \n- 0x00241770 2020202f 20224255 53592d54 454e5441 / \"BUSY-TENTA\n- 0x00241780 54495645 220a2020 20202020 20202020 TIVE\". \n- 0x00241790 20202020 20202020 20202020 20202020 \n- 0x002417a0 2f20782d 6e616d65 20203b00 ff20536f / x-name ;.. So\n- 0x002417b0 6d652065 78706572 696d656e 74616c20 me experimental \n- 0x002417c0 6943616c 656e6461 72206672 65652f62 iCalendar free/b\n- 0x002417d0 75737920 74797065 2e0a2020 20202020 usy type.. \n+ 0x00241740 20202020 3b207265 6c617469 6f00ff6e ; relatio..n\n+ 0x00241750 73686970 20747970 650a2020 20202020 ship type. \n+ 0x00241760 20205773 2d43616c 656e6461 72206164 Ws-Calendar ad\n+ 0x00241770 64732074 68652076 616c7565 730a2020 ds the values. \n+ 0x00241780 20202020 20202020 20202020 20202020 \n+ 0x00241790 20202020 20202020 202f2022 46494e49 / \"FINI\n+ 0x002417a0 5348544f 53544152 54220a20 20202020 SHTOSTART\". \n+ 0x002417b0 20202020 20202020 20202020 20202020 \n+ 0x002417c0 20202020 20202f20 2246494e 49534800 / \"FINISH.\n+ 0x002417d0 ff544f46 494e4953 48220a20 20202020 .TOFINISH\". \n 0x002417e0 20202020 20202020 20202020 20202020 \n- 0x002417f0 20202020 2f206961 6e612d74 6f6b656e / iana-token\n- 0x00241800 290a2020 20202020 20202020 20202020 ). \n- 0x00241810 20203b20 536f6d65 206f7468 65722049 ; Some other I\n- 0x00241820 414e412d 72656769 73746572 6500df64 ANA-registere..d\n- 0x00241830 20694361 6c656e64 61722066 7265652f iCalendar free/\n- 0x00241840 62757379 20747970 652e0a20 20202020 busy type.. \n- 0x00241850 20203b20 44656661 756c7420 69732042 ; Default is B\n- 0x00241860 5553590a 20202020 20203c2f 78733a64 USY. .\n- 0x00241880 78733a61 6e6e6f74 6174696f 6e3e0007 xs:annotation>..\n- 0x00241890 4c00062f 00cc6275 696c642f 72657072 L../..build/repr\n- 0x002418a0 6f647563 69626c65 2d706174 682f6c69 oducible-path/li\n- 0x002418b0 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/\n- 0x002418c0 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa\n- 0x002418d0 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs\n- 0x002418e0 64b20005 120006ab 090001a0 0a000080 d...............\n- 0x002418f0 c6010005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota\n- 0x00241900 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n- 0x00241910 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n- 0x00241920 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n- 0x00241930 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n- 0x00241940 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n- 0x00241950 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n- 0x00241960 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. e\n- 0x00241990 6e636f64 696e6770 6172616d 20202020 ncodingparam \n- 0x002419a0 20203d20 22454e43 4f44494e 47222022 = \"ENCODING\" \"\n- 0x002419b0 3d220a20 20202020 20202020 20202020 =\". \n- 0x002419c0 20202020 20202020 20202020 20282022 ( \"\n- 0x002419d0 38424954 220a2020 20202020 20202020 8BIT\". \n- 0x002419e0 3b202238 62697422 20746578 7420656e ; \"8bit\" text en\n- 0x002419f0 636f6469 6e672069 7300ff20 64656669 coding is.. defi\n- 0x00241a00 6e656420 696e205b 52464332 3034355d ned in [RFC2045]\n- 0x00241a10 0a202020 20202020 20202020 20202020 . \n- 0x00241a20 20202020 20202020 2020202f 20224241 / \"BA\n- 0x00241a30 53453634 220a2020 20202020 20202020 SE64\". \n- 0x00241a40 3b202242 41534536 34222062 696e6172 ; \"BASE64\" binar\n- 0x00241a50 7920656e 636f6469 6e672066 6f726d61 y encoding forma\n- 0x00241a60 74206973 20646566 696e6564 20696e20 t is defined in \n- 0x00241a70 5b524643 34363438 5d0a2000 c8202020 [RFC4648]. .. \n- 0x00241a80 20202020 20202020 20202020 20202020 \n- 0x00241a90 20202020 2020290a 20202020 20203c2f ). \n- 0x00241aa0 78733a64 6f63756d 656e7461 74696f6e xs:documentation\n- 0x00241ab0 3e0a3c2f 78733a61 6e6e6f74 6174696f >...L../..build/\n- 0x00241ad0 72657072 6f647563 69626c65 2d706174 reproducible-pat\n- 0x00241ae0 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1.\n- 0x00241af0 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical\n- 0x00241b00 2f694361 6c656e64 61722d70 6172616d /iCalendar-param\n- 0x00241b10 732e7873 649c0005 12000641 040001a0 s.xsd......A....\n- 0x00241b20 0a000080 16010005 3c00ff78 733a616e ........<..xs:an\n- 0x00241b30 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x\n- 0x00241b40 733d2268 7474703a 2f2f7777 772e7733 s=\"http://www.w3\n- 0x00241b50 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch\n- 0x00241b60 656d6122 20786d6c 6e733a78 63616c3d ema\" xmlns:xcal=\n- 0x00241b70 2275726e 3a696574 663a7061 72616d73 \"urn:ietf:params\n- 0x00241b80 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda\n- 0x00241b90 722d322e 3022203e 0a3c7873 3a646f63 r-2.0\" >.. \n- 0x00241bc0 20202061 6374696f 6e76616c 7565203d actionvalue =\n- 0x00241bd0 20224155 44494f22 202f2022 44495350 \"AUDIO\" / \"DISP\n- 0x00241be0 4c415922 202f2022 454d4149 4c220a20 LAY\" / \"EMAIL\". \n- 0x00241bf0 20202020 20202020 20202020 20202020 \n- 0x00241c00 20202f20 69616e61 2d746f6b 656e202f / iana-token /\n- 0x00241c10 20782d6e 616d650a 20202020 20203c2f x-name. \n- 0x00241c20 78733a64 6f63756d 656e7461 74009869 xs:documentat..i\n- 0x00241c30 6f6e3e0a 3c2f7873 3a616e6e 6f746174 on>...K../..buil\n- 0x00241c50 642f7265 70726f64 75636962 6c652d70 d/reproducible-p\n- 0x00241c60 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml-\n- 0x00241c70 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic\n- 0x00241c80 616c2f69 43616c65 6e646172 2d70726f al/iCalendar-pro\n- 0x00241c90 70732e78 7364c102 00051400 08e80800 ps.xsd..........\n- 0x00241ca0 01a00a00 00801109 00053c00 ff78733a ..........<..xs:\n- 0x00241cb0 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns\n- 0x00241cc0 3a78733d 22687474 703a2f2f 7777772e :xs=\"http://www.\n- 0x00241cd0 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS\n- 0x00241ce0 6368656d 61222078 6d6c6e73 3a786361 chema\" xmlns:xca\n- 0x00241cf0 6c3d2275 726e3a69 6574663a 70617261 l=\"urn:ietf:para\n- 0x00241d00 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen\n- 0x00241d10 6461722d 322e3022 203e0a3c 78733a64 dar-2.0\" >.. \n- 0x00241d40 20202020 20706172 74737461 742d6576 partstat-ev\n- 0x00241d50 656e7420 20203d20 28224e45 4544532d ent = (\"NEEDS-\n- 0x00241d60 41435449 4f4e2220 2020203b 20457665 ACTION\" ; Eve\n- 0x00241d70 6e74206e 65656473 20616374 696f6e0a nt needs action.\n- 0x00241d80 20202020 20202020 20202020 20202020 \n- 0x00241d90 20202020 20202020 2f202241 43434550 / \"ACCEP\n- 0x00241da0 54454422 20202020 20202020 203b2000 TED\" ; .\n- 0x00241db0 ff457665 6e742061 63636570 7465640a .Event accepted.\n- 0x00241dc0 20202020 20202020 20202020 20202020 \n- 0x00241dd0 20202020 20202020 2f202244 45434c49 / \"DECLI\n- 0x00241de0 4e454422 20202020 20202020 203b2045 NED\" ; E\n- 0x00241df0 76656e74 20646563 6c696e65 640a2020 vent declined. \n+ 0x002417f0 20202020 20202f20 22535441 5254544f / \"STARTTO\n+ 0x00241800 46494e49 5348220a 20202020 20202020 FINISH\". \n+ 0x00241810 20202020 20202020 20202020 20202020 \n+ 0x00241820 2020202f 20225354 41525454 4f535441 / \"STARTTOSTA\n+ 0x00241830 52542220 20202020 20202020 20202020 RT\" \n+ 0x00241840 0a202020 20202020 20202020 20202020 . \n+ 0x00241850 2000d420 20202020 20202020 20200a20 .. . \n+ 0x00241860 20202020 20203b20 44656661 756c7420 ; Default \n+ 0x00241870 69732050 4152454e 540a2020 20202020 is PARENT. \n+ 0x00241880 3c2f7873 3a646f63 756d656e 74617469 ...L../..buil\n+ 0x002418b0 642f7265 70726f64 75636962 6c652d70 d/reproducible-p\n+ 0x002418c0 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml-\n+ 0x002418d0 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic\n+ 0x002418e0 616c2f69 43616c65 6e646172 2d706172 al/iCalendar-par\n+ 0x002418f0 616d732e 7873641c 01000512 0006e604 ams.xsd.........\n+ 0x00241900 0001a00a 00008036 0100053c 00ff7873 .......6...<..xs\n+ 0x00241910 3a616e6e 6f746174 696f6e20 786d6c6e :annotation xmln\n+ 0x00241920 733a7873 3d226874 74703a2f 2f777777 s:xs=\"http://www\n+ 0x00241930 2e77332e 6f72672f 32303031 2f584d4c .w3.org/2001/XML\n+ 0x00241940 53636865 6d612220 786d6c6e 733a7863 Schema\" xmlns:xc\n+ 0x00241950 616c3d22 75726e3a 69657466 3a706172 al=\"urn:ietf:par\n+ 0x00241960 616d733a 786d6c3a 6e733a69 63616c65 ams:xml:ns:icale\n+ 0x00241970 6e646172 2d322e30 22203e0a 3c78733a ndar-2.0\" >.. \n+ 0x002419a0 20202020 2020636c 61737376 616c7565 classvalue\n+ 0x002419b0 203d2022 5055424c 49432220 2f202250 = \"PUBLIC\" / \"P\n+ 0x002419c0 52495641 54452220 2f202243 4f4e4649 RIVATE\" / \"CONFI\n+ 0x002419d0 44454e54 49414c22 202f2069 616e612d DENTIAL\" / iana-\n+ 0x002419e0 746f6b65 6e0a2020 20202020 20202020 token. \n+ 0x002419f0 20202020 20202020 2f20782d 6e616d65 / x-name\n+ 0x00241a00 0a202020 20202020 3b446566 61756c74 . ;Default\n+ 0x00241a10 00b82069 73205055 424c4943 0a202020 .. is PUBLIC. \n+ 0x00241a20 2020203c 2f78733a 646f6375 6d656e74 ...K../..b\n+ 0x00241a50 75696c64 2f726570 726f6475 6369626c uild/reproducibl\n+ 0x00241a60 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx\n+ 0x00241a70 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas\n+ 0x00241a80 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar-\n+ 0x00241a90 70726f70 732e7873 647b0100 05140008 props.xsd{......\n+ 0x00241aa0 25070001 a00a0000 80b60100 053c00ff %............<..\n+ 0x00241ab0 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm\n+ 0x00241ac0 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs=\"http://w\n+ 0x00241ad0 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X\n+ 0x00241ae0 4d4c5363 68656d61 2220786d 6c6e733a MLSchema\" xmlns:\n+ 0x00241af0 7863616c 3d227572 6e3a6965 74663a70 xcal=\"urn:ietf:p\n+ 0x00241b00 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica\n+ 0x00241b10 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0\" >.\n+ 0x00241b40 0a202020 20202073 63686564 756c6566 . schedulef\n+ 0x00241b50 6f726365 73656e64 70617261 6d203d20 orcesendparam = \n+ 0x00241b60 22534348 4544554c 452d464f 5243452d \"SCHEDULE-FORCE-\n+ 0x00241b70 53454e44 2220223d 220a2020 20202020 SEND\" \"=\". \n+ 0x00241b80 20202020 20202020 20202020 20202020 \n+ 0x00241b90 20202020 20202020 28225245 51554553 (\"REQUES\n+ 0x00241ba0 54222020 20203b20 466f7263 65206120 T\" ; Force a \n+ 0x00241bb0 225200ff 45515545 5354220a 20202020 \"R..EQUEST\". \n+ 0x00241bc0 20202020 20202020 20202020 20202020 \n+ 0x00241bd0 20202020 20202020 202f2022 5245504c / \"REPL\n+ 0x00241be0 59222020 20202020 3b20466f 72636520 Y\" ; Force \n+ 0x00241bf0 61202252 45504c59 220a2020 20202020 a \"REPLY\". \n+ 0x00241c00 20202020 20202020 20202020 20202020 \n+ 0x00241c10 20202020 2020202f 2069616e 612d746f / iana-to\n+ 0x00241c20 6b656e29 20203b20 49414e41 20726567 ken) ; IANA reg\n+ 0x00241c30 69737465 00b87265 64206d65 74686f64 iste..red method\n+ 0x00241c40 0a202020 2020203c 2f78733a 646f6375 . ...L..\n+ 0x00241c70 2f00cb62 75696c64 2f726570 726f6475 /..build/reprodu\n+ 0x00241c80 6369626c 652d7061 74682f6c 69626b6f cible-path/libko\n+ 0x00241c90 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch\n+ 0x00241ca0 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen\n+ 0x00241cb0 6461722d 70617261 6d732e78 73646701 dar-params.xsdg.\n+ 0x00241cc0 00051200 06e00500 01a00a00 0080d504 ................\n+ 0x00241cd0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n+ 0x00241ce0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n+ 0x00241cf0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n+ 0x00241d00 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n+ 0x00241d10 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n+ 0x00241d20 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n+ 0x00241d30 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n+ 0x00241d40 203e0a3c 78733a64 6f63756d 656e7461 >.. sta\n+ 0x00241d70 74757320 20202020 20202020 203d2022 tus = \"\n+ 0x00241d80 53544154 55532220 73746174 70617261 STATUS\" statpara\n+ 0x00241d90 6d20223a 22207374 61747661 6c756520 m \":\" statvalue \n+ 0x00241da0 43524c46 0a0a2020 20202020 20737461 CRLF.. sta\n+ 0x00241db0 74706172 616d2020 20202020 203d202a tparam = *\n+ 0x00241dc0 28223b22 206f7468 65722d70 6172616d (\";\" other-param\n+ 0x00241dd0 290a0a20 20202000 ff202020 73746174 ).. .. stat\n+ 0x00241de0 76616c75 65202020 20202020 3d202873 value = (s\n+ 0x00241df0 74617476 616c7565 2d657665 6e740a20 tatvalue-event. \n 0x00241e00 20202020 20202020 20202020 20202020 \n- 0x00241e10 20202020 20202f20 2254454e 54415449 / \"TENTATI\n- 0x00241e20 56452220 20202020 2020203b 20457665 VE\" ; Eve\n- 0x00241e30 6e00ff74 2074656e 74617469 76656c79 n..t tentatively\n- 0x00241e40 0a202020 20202020 20202020 20202020 . \n- 0x00241e50 20202020 20202020 20202020 20202020 \n- 0x00241e60 20202020 20202020 20202020 20203b20 ; \n- 0x00241e70 61636365 70746564 0a202020 20202020 accepted. \n- 0x00241e80 20202020 20202020 20202020 20202020 \n- 0x00241e90 202f2022 44454c45 47415445 44222020 / \"DELEGATED\" \n- 0x00241ea0 20202020 20203b20 4576656e 74206465 ; Event de\n- 0x00241eb0 6c656700 ff617465 640a2020 20202020 leg..ated. \n- 0x00241ec0 20202020 20202020 20202020 20202020 \n- 0x00241ed0 20202f20 782d6e61 6d652020 20202020 / x-name \n- 0x00241ee0 20202020 2020203b 20457870 6572696d ; Experim\n- 0x00241ef0 656e7461 6c207374 61747573 0a202020 ental status. \n- 0x00241f00 20202020 20202020 20202020 20202020 \n- 0x00241f10 20202020 202f2069 616e612d 746f6b65 / iana-toke\n- 0x00241f20 6e292020 20202020 20203b20 4f746865 n) ; Othe\n- 0x00241f30 72204941 4e00ff41 2d726567 69737465 r IAN..A-registe\n- 0x00241f40 7265640a 20202020 20202020 20202020 red. \n- 0x00241f50 20202020 20202020 20202020 20202020 \n- 0x00241f60 20202020 20202020 20202020 20202020 \n- 0x00241f70 203b2073 74617475 730a2020 20202020 ; status. \n- 0x00241f80 203b2054 68657365 20617265 20746865 ; These are the\n- 0x00241f90 20706172 74696369 70617469 6f6e2073 participation s\n- 0x00241fa0 74617475 73657320 666f7220 61202256 tatuses for a \"V\n- 0x00241fb0 4556454e 54222e00 ff0a2020 20202020 EVENT\".... \n- 0x00241fc0 203b2044 65666175 6c742069 73204e45 ; Default is NE\n- 0x00241fd0 4544532d 41435449 4f4e2e0a 0a202020 EDS-ACTION... \n- 0x00241fe0 20202020 70617274 73746174 2d746f64 partstat-tod\n- 0x00241ff0 6f202020 203d2028 224e4545 44532d41 o = (\"NEEDS-A\n- 0x00242000 4354494f 4e222020 20203b20 546f2d64 CTION\" ; To-d\n- 0x00242010 6f206e65 65647320 61637469 6f6e0a20 o needs action. \n- 0x00242020 20202020 20202020 20202020 20202020 \n- 0x00242030 20202020 2020202f 2000ff22 41434345 / ..\"ACCE\n- 0x00242040 50544544 22202020 20202020 20203b20 PTED\" ; \n- 0x00242050 546f2d64 6f206163 63657074 65640a20 To-do accepted. \n- 0x00242060 20202020 20202020 20202020 20202020 \n- 0x00242070 20202020 2020202f 20224445 434c494e / \"DECLIN\n- 0x00242080 45442220 20202020 20202020 3b20546f ED\" ; To\n- 0x00242090 2d646f20 6465636c 696e6564 0a202020 -do declined. \n- 0x002420a0 20202020 20202020 20202020 20202020 \n- 0x002420b0 20202020 202f2022 54454e00 ff544154 / \"TEN..TAT\n- 0x002420c0 49564522 20202020 20202020 3b20546f IVE\" ; To\n- 0x002420d0 2d646f20 74656e74 61746976 656c790a -do tentatively.\n- 0x002420e0 20202020 20202020 20202020 20202020 \n- 0x002420f0 20202020 20202020 20202020 20202020 \n- 0x00242100 20202020 20202020 20202020 203b2061 ; a\n- 0x00242110 63636570 7465640a 20202020 20202020 ccepted. \n- 0x00242120 20202020 20202020 20202020 20202020 \n- 0x00242130 2f202244 454c4547 41544544 2200ff20 / \"DELEGATED\".. \n- 0x00242140 20202020 2020203b 20546f2d 646f2064 ; To-do d\n- 0x00242150 656c6567 61746564 0a202020 20202020 elegated. \n- 0x00242160 20202020 20202020 20202020 20202020 \n- 0x00242170 202f2022 434f4d50 4c455445 44222020 / \"COMPLETED\" \n- 0x00242180 20202020 20203b20 546f2d64 6f20636f ; To-do co\n- 0x00242190 6d706c65 7465640a 20202020 20202020 mpleted. \n- 0x002421a0 20202020 20202020 20202020 20202020 \n- 0x002421b0 20202020 20202020 20202020 20202000 .\n- 0x002421c0 ff202020 2020203b 20434f4d 504c4554 . ; COMPLET\n- 0x002421d0 45442070 726f7065 72747920 6861730a ED property has.\n- 0x002421e0 20202020 20202020 20202020 20202020 \n- 0x002421f0 20202020 20202020 20202020 20202020 \n- 0x00242200 20202020 20202020 20202020 203b2044 ; D\n- 0x00242210 4154452d 54494d45 20636f6d 706c6574 ATE-TIME complet\n- 0x00242220 65640a20 20202020 20202020 20202020 ed. \n- 0x00242230 20202020 20202020 2020202f 2022494e / \"IN\n- 0x00242240 2d00ff50 524f4345 53532220 20202020 -..PROCESS\" \n- 0x00242250 20203b20 546f2d64 6f20696e 2070726f ; To-do in pro\n- 0x00242260 63657373 206f660a 20202020 20202020 cess of. \n- 0x00242270 20202020 20202020 20202020 20202020 \n- 0x00242280 20202020 20202020 20202020 20202020 \n- 0x00242290 20202020 203b2062 65696e67 20636f6d ; being com\n- 0x002422a0 706c6574 65640a20 20202020 20202020 pleted. \n- 0x002422b0 20202020 20202020 20202020 2020202f /\n- 0x002422c0 20782d00 ff6e616d 65202020 20202020 x-..name \n- 0x002422d0 20202020 20203b20 45787065 72696d65 ; Experime\n- 0x002422e0 6e74616c 20737461 7475730a 20202020 ntal status. \n- 0x002422f0 20202020 20202020 20202020 20202020 \n- 0x00242300 20202020 2f206961 6e612d74 6f6b656e / iana-token\n- 0x00242310 29202020 20202020 203b204f 74686572 ) ; Other\n- 0x00242320 2049414e 412d7265 67697374 65726564 IANA-registered\n- 0x00242330 0a202020 20202020 20202020 20202020 . \n- 0x00242340 20202020 2000ff20 20202020 20202020 .. \n- 0x00242350 20202020 20202020 20202020 20202020 \n- 0x00242360 3b207374 61747573 0a202020 20202020 ; status. \n- 0x00242370 3b205468 65736520 61726520 74686520 ; These are the \n- 0x00242380 70617274 69636970 6174696f 6e207374 participation st\n- 0x00242390 61747573 65732066 6f722061 20225654 atuses for a \"VT\n- 0x002423a0 4f444f22 2e0a2020 20202020 203b2044 ODO\".. ; D\n- 0x002423b0 65666175 6c742069 73204e45 4544532d efault is NEEDS-\n- 0x002423c0 41435449 4f4e2e00 ff0a0a20 20202020 ACTION..... \n- 0x002423d0 20207061 72747374 61742d6a 6f757220 partstat-jour \n- 0x002423e0 2020203d 2028224e 45454453 2d414354 = (\"NEEDS-ACT\n- 0x002423f0 494f4e22 20202020 3b204a6f 75726e61 ION\" ; Journa\n- 0x00242400 6c206e65 65647320 61637469 6f6e0a20 l needs action. \n- 0x00242410 20202020 20202020 20202020 20202020 \n- 0x00242420 20202020 2020202f 20224143 43455054 / \"ACCEPT\n- 0x00242430 45442220 20202020 20202020 3b204a6f ED\" ; Jo\n- 0x00242440 75726e61 6c206163 6300ff65 70746564 urnal acc..epted\n- 0x00242450 0a202020 20202020 20202020 20202020 . \n- 0x00242460 20202020 20202020 202f2022 4445434c / \"DECL\n- 0x00242470 494e4544 22202020 20202020 20203b20 INED\" ; \n- 0x00242480 4a6f7572 6e616c20 6465636c 696e6564 Journal declined\n- 0x00242490 0a202020 20202020 20202020 20202020 . \n- 0x002424a0 20202020 20202020 202f2078 2d6e616d / x-nam\n- 0x002424b0 65202020 20202020 20202020 20203b20 e ; \n- 0x002424c0 45787065 72696d65 6e746100 ff6c2073 Experimenta..l s\n- 0x002424d0 74617475 730a2020 20202020 20202020 tatus. \n- 0x002424e0 20202020 20202020 20202020 20202f20 / \n- 0x002424f0 69616e61 2d746f6b 656e2920 20202020 iana-token) \n- 0x00242500 2020203b 204f7468 65722049 414e412d ; Other IANA-\n- 0x00242510 72656769 73746572 65640a20 20202020 registered. \n- 0x00242520 20202020 20202020 20202020 20202020 \n- 0x00242530 20202020 20202020 20202020 20202020 \n- 0x00242540 20202020 20202020 3b207374 6100ff74 ; sta..t\n- 0x00242550 75730a20 20202020 20203b20 54686573 us. ; Thes\n- 0x00242560 65206172 65207468 65207061 72746963 e are the partic\n- 0x00242570 69706174 696f6e20 73746174 75736573 ipation statuses\n- 0x00242580 20666f72 20612022 564a4f55 524e414c for a \"VJOURNAL\n- 0x00242590 222e0a20 20202020 20203b20 44656661 \".. ; Defa\n- 0x002425a0 756c7420 6973204e 45454453 2d414354 ult is NEEDS-ACT\n- 0x002425b0 494f4e2e 0a202020 2020203c 2f78733a ION.. ..\n- 0x002425d0 903c2f78 733a616e 6e6f7461 74696f6e ...L../..build/r\n- 0x002425f0 6570726f 64756369 626c652d 70617468 eproducible-path\n- 0x00242600 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2\n- 0x00242610 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/\n- 0x00242620 6943616c 656e6461 722d7061 72616d73 iCalendar-params\n- 0x00242630 2e787364 d1000512 0006e809 0001a00a .xsd............\n- 0x00242640 000080d2 0300053c 00ff7873 3a616e6e .......<..xs:ann\n- 0x00242650 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n- 0x00242660 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n- 0x00242670 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n- 0x00242680 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n- 0x00242690 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n- 0x002426a0 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n- 0x002426b0 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n- 0x002426e0 20207265 6c747970 65706172 616d2020 reltypeparam \n- 0x002426f0 20202020 203d2022 52454c54 59504522 = \"RELTYPE\"\n- 0x00242700 20223d22 0a202020 20202020 20202020 \"=\". \n- 0x00242710 20202020 20202020 20202020 20202020 \n- 0x00242720 28225041 52454e54 22202020 203b2050 (\"PARENT\" ; P\n- 0x00242730 6172656e 74207265 6c617469 6f6e7368 arent relationsh\n- 0x00242740 6970202d 20446566 61756c74 00ff0a20 ip - Default... \n- 0x00242750 20202020 20202020 20202020 20202020 \n- 0x00242760 20202020 20202020 202f2022 4348494c / \"CHIL\n- 0x00242770 44222020 2020203b 20436869 6c642072 D\" ; Child r\n- 0x00242780 656c6174 696f6e73 6869700a 20202020 elationship. \n- 0x00242790 20202020 20202020 20202020 20202020 \n- 0x002427a0 20202020 20202f20 22534942 4c494e47 / \"SIBLING\n- 0x002427b0 22202020 3b205369 626c696e 67207265 \" ; Sibling re\n- 0x002427c0 6c617469 6f6e7368 69700a20 202000ff lationship. ..\n- 0x002427d0 20202020 20202020 20202020 20202020 \n- 0x002427e0 20202020 2020202f 2069616e 612d746f / iana-to\n- 0x002427f0 6b656e20 203b2053 6f6d6520 6f746865 ken ; Some othe\n- 0x00242800 72204941 4e412d72 65676973 74657265 r IANA-registere\n- 0x00242810 640a2020 20202020 20202020 20202020 d. \n- 0x00242820 20202020 20202020 20202020 20202020 \n- 0x00242830 20202020 20202020 20203b20 6943616c ; iCal\n- 0x00242840 656e6461 72207265 6c617469 6f6e7368 endar relationsh\n- 0x00242850 00ff6970 20747970 650a2020 20202020 ..ip type. \n- 0x00242860 20202020 20202020 20202020 20202020 \n- 0x00242870 20202020 2f20782d 6e616d65 29202020 / x-name) \n- 0x00242880 20203b20 41206e6f 6e2d7374 616e6461 ; A non-standa\n- 0x00242890 72642c20 65787065 72696d65 6e74616c rd, experimental\n- 0x002428a0 0a202020 20202020 20202020 20202020 . \n- 0x002428b0 20202020 20202020 20202020 20202020 \n- 0x002428c0 20202020 20202020 203b2072 656c6174 ; relat\n- 0x002428d0 696f00ff 6e736869 70207479 70650a20 io..nship type. \n- 0x002428e0 20202020 20202057 732d4361 6c656e64 Ws-Calend\n- 0x002428f0 61722061 64647320 74686520 76616c75 ar adds the valu\n- 0x00242900 65730a20 20202020 20202020 20202020 es. \n- 0x00242910 20202020 20202020 20202020 20202f20 / \n- 0x00242920 2246494e 49534854 4f535441 5254220a \"FINISHTOSTART\".\n- 0x00242930 20202020 20202020 20202020 20202020 \n- 0x00242940 20202020 20202020 2020202f 20224649 / \"FI\n- 0x00242950 4e495348 00ff544f 46494e49 5348220a NISH..TOFINISH\".\n- 0x00242960 20202020 20202020 20202020 20202020 \n- 0x00242970 20202020 20202020 2020202f 20225354 / \"ST\n- 0x00242980 41525454 4f46494e 49534822 0a202020 ARTTOFINISH\". \n- 0x00242990 20202020 20202020 20202020 20202020 \n- 0x002429a0 20202020 20202020 2f202253 54415254 / \"START\n- 0x002429b0 544f5354 41525422 20202020 20202020 TOSTART\" \n- 0x002429c0 20202020 200a2020 20202020 20202020 . \n- 0x002429d0 20202020 202000d4 20202020 20202020 .. \n- 0x002429e0 2020200a 20202020 2020203b 20446566 . ; Def\n- 0x002429f0 61756c74 20697320 50415245 4e540a20 ault is PARENT. \n- 0x00242a00 20202020 203c2f78 733a646f 63756d65 ...L../.\n- 0x00242a30 cb627569 6c642f72 6570726f 64756369 .build/reproduci\n- 0x00242a40 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n- 0x00242a50 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n- 0x00242a60 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n- 0x00242a70 722d7061 72616d73 2e787364 1c010005 r-params.xsd....\n- 0x00242a80 120006e6 040001a0 0a000080 36010005 ............6...\n- 0x00242a90 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation\n- 0x00242aa0 20786d6c 6e733a78 733d2268 7474703a xmlns:xs=\"http:\n- 0x00242ab0 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200\n- 0x00242ac0 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema\" xml\n- 0x00242ad0 6e733a78 63616c3d 2275726e 3a696574 ns:xcal=\"urn:iet\n- 0x00242ae0 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns:\n- 0x00242af0 6963616c 656e6461 722d322e 3022203e icalendar-2.0\" >\n- 0x00242b00 0a3c7873 3a646f63 756d656e 74617469 .. class\n- 0x00242b30 76616c75 65203d20 22505542 4c494322 value = \"PUBLIC\"\n- 0x00242b40 202f2022 50524956 41544522 202f2022 / \"PRIVATE\" / \"\n- 0x00242b50 434f4e46 4944454e 5449414c 22202f20 CONFIDENTIAL\" / \n- 0x00242b60 69616e61 2d746f6b 656e0a20 20202020 iana-token. \n- 0x00242b70 20202020 20202020 20202020 202f2078 / x\n- 0x00242b80 2d6e616d 650a2020 20202020 203b4465 -name. ;De\n- 0x00242b90 6661756c 7400b820 69732050 55424c49 fault.. is PUBLI\n- 0x00242ba0 430a2020 20202020 3c2f7873 3a646f63 C. ...K.\n- 0x00242bd0 052f00ca 6275696c 642f7265 70726f64 ./..build/reprod\n- 0x00242be0 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n- 0x00242bf0 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n- 0x00242c00 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n- 0x00242c10 6e646172 2d70726f 70732e78 73647b01 ndar-props.xsd{.\n- 0x00242c20 00051400 08250700 01a00a00 0080b601 .....%..........\n- 0x00242c30 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n- 0x00242c40 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n- 0x00242c50 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n- 0x00242c60 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n- 0x00242c70 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n- 0x00242c80 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n- 0x00242c90 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n- 0x00242ca0 203e0a3c 78733a64 6f63756d 656e7461 >.. sche\n- 0x00242cd0 64756c65 666f7263 6573656e 64706172 duleforcesendpar\n- 0x00242ce0 616d203d 20225343 48454455 4c452d46 am = \"SCHEDULE-F\n- 0x00242cf0 4f524345 2d53454e 44222022 3d220a20 ORCE-SEND\" \"=\". \n- 0x00242d00 20202020 20202020 20202020 20202020 \n- 0x00242d10 20202020 20202020 20202020 20282252 (\"R\n- 0x00242d20 45515545 53542220 2020203b 20466f72 EQUEST\" ; For\n- 0x00242d30 63652061 20225200 ff455155 45535422 ce a \"R..EQUEST\"\n- 0x00242d40 0a202020 20202020 20202020 20202020 . \n- 0x00242d50 20202020 20202020 20202020 20202f20 / \n- 0x00242d60 22524550 4c592220 20202020 203b2046 \"REPLY\" ; F\n- 0x00242d70 6f726365 20612022 5245504c 59220a20 orce a \"REPLY\". \n- 0x00242d80 20202020 20202020 20202020 20202020 \n- 0x00242d90 20202020 20202020 20202020 2f206961 / ia\n- 0x00242da0 6e612d74 6f6b656e 2920203b 2049414e na-token) ; IAN\n- 0x00242db0 41207265 67697374 6500b872 6564206d A registe..red m\n- 0x00242dc0 6574686f 640a2020 20202020 3c2f7873 ethod. .\n- 0x00242de0 3c2f7873 3a616e6e 6f746174 696f6e3e \n- 0x00242df0 00004c00 052f00cb 6275696c 642f7265 ..L../..build/re\n- 0x00242e00 70726f64 75636962 6c652d70 6174682f producible-path/\n- 0x00242e10 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n- 0x00242e20 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n- 0x00242e30 43616c65 6e646172 2d706172 616d732e Calendar-params.\n- 0x00242e40 78736467 01000512 0006e005 0001a00a xsdg............\n- 0x00242e50 000080d5 0400053c 00ff7873 3a616e6e .......<..xs:ann\n- 0x00242e60 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n- 0x00242e70 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n- 0x00242e80 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n- 0x00242e90 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n- 0x00242ea0 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n- 0x00242eb0 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n- 0x00242ec0 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n- 0x00242ef0 20207374 61747573 20202020 20202020 status \n- 0x00242f00 20203d20 22535441 54555322 20737461 = \"STATUS\" sta\n- 0x00242f10 74706172 616d2022 3a222073 74617476 tparam \":\" statv\n- 0x00242f20 616c7565 2043524c 460a0a20 20202020 alue CRLF.. \n- 0x00242f30 20207374 61747061 72616d20 20202020 statparam \n- 0x00242f40 20203d20 2a28223b 22206f74 6865722d = *(\";\" other-\n- 0x00242f50 70617261 6d290a0a 20202020 00ff2020 param).. .. \n- 0x00242f60 20737461 7476616c 75652020 20202020 statvalue \n- 0x00242f70 203d2028 73746174 76616c75 652d6576 = (statvalue-ev\n- 0x00242f80 656e740a 20202020 20202020 20202020 ent. \n- 0x00242f90 20202020 20202020 2020202f 20207374 / st\n- 0x00242fa0 61747661 6c75652d 746f646f 0a202020 atvalue-todo. \n- 0x00242fb0 20202020 20202020 20202020 20202020 \n- 0x00242fc0 20202020 2f202073 74617476 616c7565 / statvalue\n- 0x00242fd0 2d6a6f75 72290a0a 20202020 202000ff -jour).. ..\n- 0x00242fe0 20737461 7476616c 75652d65 76656e74 statvalue-event\n- 0x00242ff0 203d2022 54454e54 41544956 45222020 = \"TENTATIVE\" \n- 0x00243000 20203b49 6e646963 61746573 20657665 ;Indicates eve\n- 0x00243010 6e742069 73207465 6e746174 6976652e nt is tentative.\n- 0x00243020 0a202020 20202020 20202020 20202020 . \n- 0x00243030 20202020 20202020 2f202243 4f4e4649 / \"CONFI\n- 0x00243040 524d4544 22202020 203b496e 64696361 RMED\" ;Indica\n- 0x00243050 74657320 6576656e 74206973 20646566 tes event is def\n- 0x00243060 00ff696e 6974652e 0a202020 20202020 ..inite.. \n- 0x00243070 20202020 20202020 20202020 20202020 \n- 0x00243080 2f202243 414e4345 4c4c4544 22202020 / \"CANCELLED\" \n- 0x00243090 203b496e 64696361 74657320 6576656e ;Indicates even\n- 0x002430a0 74207761 73206361 6e63656c 6c65642e t was cancelled.\n- 0x002430b0 0a202020 20202020 3b537461 74757320 . ;Status \n- 0x002430c0 76616c75 65732066 6f722061 20225645 values for a \"VE\n- 0x002430d0 56454e54 220a0a20 20202020 20207374 VENT\".. st\n- 0x002430e0 617400ff 76616c75 652d746f 646f2020 at..value-todo \n- 0x002430f0 3d20224e 45454453 2d414354 494f4e22 = \"NEEDS-ACTION\"\n- 0x00243100 203b496e 64696361 74657320 746f2d64 ;Indicates to-d\n- 0x00243110 6f206e65 65647320 61637469 6f6e2e0a o needs action..\n- 0x00243120 20202020 20202020 20202020 20202020 \n- 0x00243130 20202020 2020202f 2022434f 4d504c45 / \"COMPLE\n- 0x00243140 54454422 20202020 3b496e64 69636174 TED\" ;Indicat\n- 0x00243150 65732074 6f2d646f 20636f6d 706c6574 es to-do complet\n- 0x00243160 65642e0a 00ff2020 20202020 20202020 ed.... \n- 0x00243170 20202020 20202020 20202020 202f2022 / \"\n- 0x00243180 494e2d50 524f4345 53532220 20203b49 IN-PROCESS\" ;I\n- 0x00243190 6e646963 61746573 20746f2d 646f2069 ndicates to-do i\n- 0x002431a0 6e207072 6f636573 73206f66 2e0a2020 n process of.. \n- 0x002431b0 20202020 20202020 20202020 20202020 \n- 0x002431c0 20202020 202f2022 43414e43 454c4c45 / \"CANCELLE\n- 0x002431d0 44222020 20203b49 6e646963 61746573 D\" ;Indicates\n- 0x002431e0 20746f2d 646f00ff 20776173 2063616e to-do.. was can\n- 0x002431f0 63656c6c 65642e0a 20202020 2020203b celled.. ;\n- 0x00243200 53746174 75732076 616c7565 7320666f Status values fo\n- 0x00243210 72202256 544f444f 222e0a0a 20202020 r \"VTODO\"... \n- 0x00243220 20202073 74617476 616c7565 2d6a6f75 statvalue-jou\n- 0x00243230 7220203d 20224452 41465422 20202020 r = \"DRAFT\" \n- 0x00243240 20202020 3b496e64 69636174 6573206a ;Indicates j\n- 0x00243250 6f75726e 616c2069 73206472 6166742e ournal is draft.\n- 0x00243260 0a202020 20202020 00ff2020 20202020 . .. \n- 0x00243270 20202020 20202020 20202f20 2246494e / \"FIN\n- 0x00243280 414c2220 20202020 2020203b 496e6469 AL\" ;Indi\n- 0x00243290 63617465 73206a6f 75726e61 6c206973 cates journal is\n- 0x002432a0 2066696e 616c2e0a 20202020 20202020 final.. \n- 0x002432b0 20202020 20202020 20202020 2020202f /\n- 0x002432c0 20224341 4e43454c 4c454422 20202020 \"CANCELLED\" \n- 0x002432d0 3b496e64 69636174 6573206a 6f75726e ;Indicates journ\n- 0x002432e0 616c2069 73207265 6d6f00d4 7665642e al is remo..ved.\n- 0x002432f0 0a202020 2020203b 53746174 75732076 . ;Status v\n- 0x00243300 616c7565 7320666f 72202256 4a4f5552 alues for \"VJOUR\n- 0x00243310 4e414c22 2e0a2020 20202020 3c2f7873 NAL\".. .\n- 0x00243330 3c2f7873 3a616e6e 6f746174 696f6e3e \n- 0x00243340 00054b00 062f00ca 6275696c 642f7265 ..K../..build/re\n- 0x00243350 70726f64 75636962 6c652d70 6174682f producible-path/\n- 0x00243360 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n- 0x00243370 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n- 0x00243380 43616c65 6e646172 2d70726f 70732e78 Calendar-props.x\n- 0x00243390 7364c201 00051400 08410700 01a00a00 sd.......A......\n- 0x002433a0 00809e02 00053c00 ff78733a 616e6e6f ......<..xs:anno\n- 0x002433b0 74617469 6f6e2078 6d6c6e73 3a78733d tation xmlns:xs=\n- 0x002433c0 22687474 703a2f2f 7777772e 77332e6f \"http://www.w3.o\n- 0x002433d0 72672f32 3030312f 584d4c53 6368656d rg/2001/XMLSchem\n- 0x002433e0 61222078 6d6c6e73 3a786361 6c3d2275 a\" xmlns:xcal=\"u\n- 0x002433f0 726e3a69 6574663a 70617261 6d733a78 rn:ietf:params:x\n- 0x00243400 6d6c3a6e 733a6963 616c656e 6461722d ml:ns:icalendar-\n- 0x00243410 322e3022 203e0a3c 78733a64 6f63756d 2.0\" >.. \n- 0x00243440 20207363 68656475 6c656167 656e7470 scheduleagentp\n- 0x00243450 6172616d 203d2022 53434845 44554c45 aram = \"SCHEDULE\n- 0x00243460 2d414745 4e542220 223d220a 20202020 -AGENT\" \"=\". \n- 0x00243470 20202020 20202020 20202020 20202020 \n- 0x00243480 20202020 28225345 52564552 22202020 (\"SERVER\" \n- 0x00243490 2020203b 20546865 20736572 76657220 ; The server \n- 0x002434a0 68616e64 6c657320 73636800 ff656475 handles sch..edu\n- 0x002434b0 6c696e67 0a202020 20202020 20202020 ling. \n- 0x002434c0 20202020 20202020 20202020 2f202243 / \"C\n- 0x002434d0 4c49454e 54222020 20202020 3b205468 LIENT\" ; Th\n- 0x002434e0 6520636c 69656e74 2068616e 646c6573 e client handles\n- 0x002434f0 20736368 6564756c 696e670a 20202020 scheduling. \n- 0x00243500 20202020 20202020 20202020 20202020 \n- 0x00243510 2020202f 20224e4f 4e452220 20202020 / \"NONE\" \n- 0x00243520 2020203b 204e6f20 6175746f 6d00ff61 ; No autom..a\n- 0x00243530 74696320 73636865 64756c69 6e670a20 tic scheduling. \n- 0x00243540 20202020 20202020 20202020 20202020 \n- 0x00243550 20202020 20202f20 782d6e61 6d652020 / x-name \n- 0x00243560 20202020 20203b20 45787065 72696d65 ; Experime\n- 0x00243570 6e74616c 20747970 650a2020 20202020 ntal type. \n- 0x00243580 20202020 20202020 20202020 20202020 \n- 0x00243590 202f2069 616e612d 746f6b65 6e292020 / iana-token) \n- 0x002435a0 203b204f 74686572 2049414e 41207200 ; Other IANA r.\n- 0x002435b0 ff656769 73746572 65642074 7970650a .egistered type.\n- 0x002435c0 20202020 20202020 20202020 20202020 \n- 0x002435d0 20202020 20202020 20202020 20202020 \n- 0x002435e0 20202020 2020203b 0a202020 20202020 ;. \n- 0x002435f0 20202020 20202020 20202020 20202020 \n- 0x00243600 20202020 20202020 20202020 20202020 \n- 0x00243610 3b204465 6661756c 74206973 20534552 ; Default is SER\n- 0x00243620 5645520a 20202020 20203c2f 78733a64 VER. .\n- 0x00243640 3c2f7873 3a616e6e 6f746174 696f6e3e \n- 0x00243650 00004c00 052f00cb 6275696c 642f7265 ..L../..build/re\n- 0x00243660 70726f64 75636962 6c652d70 6174682f producible-path/\n- 0x00243670 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n- 0x00243680 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n- 0x00243690 43616c65 6e646172 2d706172 616d732e Calendar-params.\n- 0x002436a0 78736456 01000512 00068203 0001a00a xsdV............\n- 0x002436b0 0000808d 0100053c 00ff7873 3a616e6e .......<..xs:ann\n- 0x002436c0 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n- 0x002436d0 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n- 0x002436e0 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n- 0x002436f0 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n- 0x00243700 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n- 0x00243710 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n- 0x00243720 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n- 0x00243750 20207472 616e7376 616c7565 203d2022 transvalue = \"\n- 0x00243760 4f504151 5545220a 20202020 20202020 OPAQUE\". \n- 0x00243770 20202020 20202020 2020203b 426c6f63 ;Bloc\n- 0x00243780 6b73206f 72206f70 61717565 206f6e20 ks or opaque on \n- 0x00243790 62757379 2074696d 65207365 61726368 busy time search\n- 0x002437a0 65732e0a 20202020 20202020 20202020 es.. \n- 0x002437b0 20202020 2020202f 20225452 00ff414e / \"TR..AN\n- 0x002437c0 53504152 454e5422 0a202020 20202020 SPARENT\". \n- 0x002437d0 20202020 20202020 20202020 3b547261 ;Tra\n- 0x002437e0 6e737061 72656e74 206f6e20 62757379 nsparent on busy\n- 0x002437f0 2074696d 65207365 61726368 65732e0a time searches..\n- 0x00243800 20202020 2020203b 44656661 756c7420 ;Default \n- 0x00243810 76616c75 65206973 204f5041 5155450a value is OPAQUE.\n- 0x00243820 20202020 20203c2f 78733a64 6f63756d ...K.\n- 0x00243850 062f00ca 6275696c 642f7265 70726f64 ./..build/reprod\n- 0x00243860 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n- 0x00243870 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n- 0x00243880 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n- 0x00243890 6e646172 2d70726f 70732e78 73641f02 ndar-props.xsd..\n- 0x002438a0 00051400 081c0a00 01a00a00 00806401 ..............d.\n- 0x002438b0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n- 0x002438c0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n- 0x002438d0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n- 0x002438e0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n- 0x002438f0 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n- 0x00243900 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n- 0x00243910 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n- 0x00243920 203e0a3c 78733a64 6f63756d 656e7461 >.. tri\n- 0x00243950 6772656c 70617261 6d202020 20202020 grelparam \n- 0x00243960 3d202252 454c4154 45442220 223d220a = \"RELATED\" \"=\".\n- 0x00243970 20202020 20202020 20202020 20202020 \n- 0x00243980 20202020 20202020 20202028 22535441 (\"STA\n- 0x00243990 52542220 20202020 20203b20 54726967 RT\" ; Trig\n- 0x002439a0 67657220 6f666620 6f662073 74617274 ger off of start\n- 0x002439b0 0a202020 20202000 e3202020 20202020 . .. \n- 0x002439c0 20202020 20202020 20202020 202f2022 / \"\n- 0x002439d0 454e4422 29202020 20202020 203b2054 END\") ; T\n- 0x002439e0 72696767 6572206f 6666206f 6620656e rigger off of en\n- 0x002439f0 640a2020 20202020 3c2f7873 3a646f63 d. ...L.\n- 0x00243a20 062f00cb 6275696c 642f7265 70726f64 ./..build/reprod\n- 0x00243a30 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n- 0x00243a40 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n- 0x00243a50 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n- 0x00243a60 6e646172 2d706172 616d732e 7873640f ndar-params.xsd.\n- 0x00243a70 01000512 00062400 067500a8 726e3a69 ......$..u..rn:i\n+ 0x00241e10 20202020 20202f20 20737461 7476616c / statval\n+ 0x00241e20 75652d74 6f646f0a 20202020 20202020 ue-todo. \n+ 0x00241e30 20202020 20202020 20202020 2020202f /\n+ 0x00241e40 20207374 61747661 6c75652d 6a6f7572 statvalue-jour\n+ 0x00241e50 290a0a20 20202020 2000ff20 73746174 ).. .. stat\n+ 0x00241e60 76616c75 652d6576 656e7420 3d202254 value-event = \"T\n+ 0x00241e70 454e5441 54495645 22202020 203b496e ENTATIVE\" ;In\n+ 0x00241e80 64696361 74657320 6576656e 74206973 dicates event is\n+ 0x00241e90 2074656e 74617469 76652e0a 20202020 tentative.. \n+ 0x00241ea0 20202020 20202020 20202020 20202020 \n+ 0x00241eb0 2020202f 2022434f 4e464952 4d454422 / \"CONFIRMED\"\n+ 0x00241ec0 20202020 3b496e64 69636174 65732065 ;Indicates e\n+ 0x00241ed0 76656e74 20697320 64656600 ff696e69 vent is def..ini\n+ 0x00241ee0 74652e0a 20202020 20202020 20202020 te.. \n+ 0x00241ef0 20202020 20202020 2020202f 20224341 / \"CA\n+ 0x00241f00 4e43454c 4c454422 20202020 3b496e64 NCELLED\" ;Ind\n+ 0x00241f10 69636174 65732065 76656e74 20776173 icates event was\n+ 0x00241f20 2063616e 63656c6c 65642e0a 20202020 cancelled.. \n+ 0x00241f30 2020203b 53746174 75732076 616c7565 ;Status value\n+ 0x00241f40 7320666f 72206120 22564556 454e5422 s for a \"VEVENT\"\n+ 0x00241f50 0a0a2020 20202020 20737461 7400ff76 .. stat..v\n+ 0x00241f60 616c7565 2d746f64 6f20203d 20224e45 alue-todo = \"NE\n+ 0x00241f70 4544532d 41435449 4f4e2220 3b496e64 EDS-ACTION\" ;Ind\n+ 0x00241f80 69636174 65732074 6f2d646f 206e6565 icates to-do nee\n+ 0x00241f90 64732061 6374696f 6e2e0a20 20202020 ds action.. \n+ 0x00241fa0 20202020 20202020 20202020 20202020 \n+ 0x00241fb0 20202f20 22434f4d 504c4554 45442220 / \"COMPLETED\" \n+ 0x00241fc0 2020203b 496e6469 63617465 7320746f ;Indicates to\n+ 0x00241fd0 2d646f20 636f6d70 6c657465 642e0a00 -do completed...\n+ 0x00241fe0 ff202020 20202020 20202020 20202020 . \n+ 0x00241ff0 20202020 20202020 2f202249 4e2d5052 / \"IN-PR\n+ 0x00242000 4f434553 53222020 203b496e 64696361 OCESS\" ;Indica\n+ 0x00242010 74657320 746f2d64 6f20696e 2070726f tes to-do in pro\n+ 0x00242020 63657373 206f662e 0a202020 20202020 cess of.. \n+ 0x00242030 20202020 20202020 20202020 20202020 \n+ 0x00242040 2f202243 414e4345 4c4c4544 22202020 / \"CANCELLED\" \n+ 0x00242050 203b496e 64696361 74657320 746f2d64 ;Indicates to-d\n+ 0x00242060 6f00ff20 77617320 63616e63 656c6c65 o.. was cancelle\n+ 0x00242070 642e0a20 20202020 20203b53 74617475 d.. ;Statu\n+ 0x00242080 73207661 6c756573 20666f72 20225654 s values for \"VT\n+ 0x00242090 4f444f22 2e0a0a20 20202020 20207374 ODO\"... st\n+ 0x002420a0 61747661 6c75652d 6a6f7572 20203d20 atvalue-jour = \n+ 0x002420b0 22445241 46542220 20202020 2020203b \"DRAFT\" ;\n+ 0x002420c0 496e6469 63617465 73206a6f 75726e61 Indicates journa\n+ 0x002420d0 6c206973 20647261 66742e0a 20202020 l is draft.. \n+ 0x002420e0 20202000 ff202020 20202020 20202020 .. \n+ 0x002420f0 20202020 202f2022 46494e41 4c222020 / \"FINAL\" \n+ 0x00242100 20202020 20203b49 6e646963 61746573 ;Indicates\n+ 0x00242110 206a6f75 726e616c 20697320 66696e61 journal is fina\n+ 0x00242120 6c2e0a20 20202020 20202020 20202020 l.. \n+ 0x00242130 20202020 20202020 20202f20 2243414e / \"CAN\n+ 0x00242140 43454c4c 45442220 2020203b 496e6469 CELLED\" ;Indi\n+ 0x00242150 63617465 73206a6f 75726e61 6c206973 cates journal is\n+ 0x00242160 2072656d 6f00d476 65642e0a 20202020 remo..ved.. \n+ 0x00242170 20203b53 74617475 73207661 6c756573 ;Status values\n+ 0x00242180 20666f72 2022564a 4f55524e 414c222e for \"VJOURNAL\".\n+ 0x00242190 0a202020 2020203c 2f78733a 646f6375 . ...K..\n+ 0x002421c0 2f00ca62 75696c64 2f726570 726f6475 /..build/reprodu\n+ 0x002421d0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko\n+ 0x002421e0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch\n+ 0x002421f0 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen\n+ 0x00242200 6461722d 70726f70 732e7873 64c20100 dar-props.xsd...\n+ 0x00242210 05140008 41070001 a00a0000 809e0200 ....A...........\n+ 0x00242220 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio\n+ 0x00242230 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs=\"http\n+ 0x00242240 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20\n+ 0x00242250 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema\" xm\n+ 0x00242260 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal=\"urn:ie\n+ 0x00242270 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns\n+ 0x00242280 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0\" \n+ 0x00242290 3e0a3c78 733a646f 63756d65 6e746174 >.. sch\n+ 0x002422c0 6564756c 65616765 6e747061 72616d20 eduleagentparam \n+ 0x002422d0 3d202253 43484544 554c452d 4147454e = \"SCHEDULE-AGEN\n+ 0x002422e0 54222022 3d220a20 20202020 20202020 T\" \"=\". \n+ 0x002422f0 20202020 20202020 20202020 20202028 (\n+ 0x00242300 22534552 56455222 20202020 20203b20 \"SERVER\" ; \n+ 0x00242310 54686520 73657276 65722068 616e646c The server handl\n+ 0x00242320 65732073 636800ff 6564756c 696e670a es sch..eduling.\n+ 0x00242330 20202020 20202020 20202020 20202020 \n+ 0x00242340 20202020 2020202f 2022434c 49454e54 / \"CLIENT\n+ 0x00242350 22202020 2020203b 20546865 20636c69 \" ; The cli\n+ 0x00242360 656e7420 68616e64 6c657320 73636865 ent handles sche\n+ 0x00242370 64756c69 6e670a20 20202020 20202020 duling. \n+ 0x00242380 20202020 20202020 20202020 20202f20 / \n+ 0x00242390 224e4f4e 45222020 20202020 20203b20 \"NONE\" ; \n+ 0x002423a0 4e6f2061 75746f6d 00ff6174 69632073 No autom..atic s\n+ 0x002423b0 63686564 756c696e 670a2020 20202020 cheduling. \n+ 0x002423c0 20202020 20202020 20202020 20202020 \n+ 0x002423d0 202f2078 2d6e616d 65202020 20202020 / x-name \n+ 0x002423e0 203b2045 78706572 696d656e 74616c20 ; Experimental \n+ 0x002423f0 74797065 0a202020 20202020 20202020 type. \n+ 0x00242400 20202020 20202020 20202020 2f206961 / ia\n+ 0x00242410 6e612d74 6f6b656e 29202020 3b204f74 na-token) ; Ot\n+ 0x00242420 68657220 49414e41 207200ff 65676973 her IANA r..egis\n+ 0x00242430 74657265 64207479 70650a20 20202020 tered type. \n+ 0x00242440 20202020 20202020 20202020 20202020 \n+ 0x00242450 20202020 20202020 20202020 20202020 \n+ 0x00242460 20203b0a 20202020 20202020 20202020 ;. \n+ 0x00242470 20202020 20202020 20202020 20202020 \n+ 0x00242480 20202020 20202020 2020203b 20446566 ; Def\n+ 0x00242490 61756c74 20697320 53455256 45520a20 ault is SERVER. \n+ 0x002424a0 20202020 203c2f78 733a646f 00a06375 ...L..\n+ 0x002424d0 2f00cb62 75696c64 2f726570 726f6475 /..build/reprodu\n+ 0x002424e0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko\n+ 0x002424f0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch\n+ 0x00242500 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen\n+ 0x00242510 6461722d 70617261 6d732e78 73645601 dar-params.xsdV.\n+ 0x00242520 00051200 06820300 01a00a00 00808d01 ................\n+ 0x00242530 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n+ 0x00242540 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n+ 0x00242550 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n+ 0x00242560 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n+ 0x00242570 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n+ 0x00242580 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n+ 0x00242590 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n+ 0x002425a0 203e0a3c 78733a64 6f63756d 656e7461 >.. tra\n+ 0x002425d0 6e737661 6c756520 3d20224f 50415155 nsvalue = \"OPAQU\n+ 0x002425e0 45220a20 20202020 20202020 20202020 E\". \n+ 0x002425f0 20202020 20203b42 6c6f636b 73206f72 ;Blocks or\n+ 0x00242600 206f7061 71756520 6f6e2062 75737920 opaque on busy \n+ 0x00242610 74696d65 20736561 72636865 732e0a20 time searches.. \n+ 0x00242620 20202020 20202020 20202020 20202020 \n+ 0x00242630 20202f20 22545200 ff414e53 50415245 / \"TR..ANSPARE\n+ 0x00242640 4e54220a 20202020 20202020 20202020 NT\". \n+ 0x00242650 20202020 2020203b 5472616e 73706172 ;Transpar\n+ 0x00242660 656e7420 6f6e2062 75737920 74696d65 ent on busy time\n+ 0x00242670 20736561 72636865 732e0a20 20202020 searches.. \n+ 0x00242680 20203b44 65666175 6c742076 616c7565 ;Default value\n+ 0x00242690 20697320 4f504151 55450a20 20202020 is OPAQUE. \n+ 0x002426a0 203c2f78 733a646f 63756d65 6e746174 ...K../..b\n+ 0x002426d0 75696c64 2f726570 726f6475 6369626c uild/reproducibl\n+ 0x002426e0 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx\n+ 0x002426f0 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas\n+ 0x00242700 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar-\n+ 0x00242710 70726f70 732e7873 641f0200 05140008 props.xsd.......\n+ 0x00242720 1c0a0001 a00a0000 80640100 053c00ff .........d...<..\n+ 0x00242730 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm\n+ 0x00242740 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs=\"http://w\n+ 0x00242750 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X\n+ 0x00242760 4d4c5363 68656d61 2220786d 6c6e733a MLSchema\" xmlns:\n+ 0x00242770 7863616c 3d227572 6e3a6965 74663a70 xcal=\"urn:ietf:p\n+ 0x00242780 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica\n+ 0x00242790 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0\" >.\n+ 0x002427c0 0a202020 20202020 74726967 72656c70 . trigrelp\n+ 0x002427d0 6172616d 20202020 2020203d 20225245 aram = \"RE\n+ 0x002427e0 4c415445 44222022 3d220a20 20202020 LATED\" \"=\". \n+ 0x002427f0 20202020 20202020 20202020 20202020 \n+ 0x00242800 20202020 20202822 53544152 54222020 (\"START\" \n+ 0x00242810 20202020 203b2054 72696767 6572206f ; Trigger o\n+ 0x00242820 6666206f 66207374 6172740a 20202020 ff of start. \n+ 0x00242830 202000e3 20202020 20202020 20202020 .. \n+ 0x00242840 20202020 20202020 2f202245 4e442229 / \"END\")\n+ 0x00242850 20202020 20202020 3b205472 69676765 ; Trigge\n+ 0x00242860 72206f66 66206f66 20656e64 0a202020 r off of end. \n+ 0x00242870 2020203c 2f78733a 646f6375 6d656e74 ...L../..b\n+ 0x002428a0 75696c64 2f726570 726f6475 6369626c uild/reproducibl\n+ 0x002428b0 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx\n+ 0x002428c0 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas\n+ 0x002428d0 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar-\n+ 0x002428e0 70617261 6d732e78 73640f01 00051200 params.xsd......\n+ 0x002428f0 06600a00 01a00a00 0080ec02 00053c00 .`............<.\n+ 0x00242900 ff78733a 616e6e6f 74617469 6f6e2078 .xs:annotation x\n+ 0x00242910 6d6c6e73 3a78733d 22687474 703a2f2f mlns:xs=\"http://\n+ 0x00242920 7777772e 77332e6f 72672f32 3030312f www.w3.org/2001/\n+ 0x00242930 584d4c53 6368656d 61222078 6d6c6e73 XMLSchema\" xmlns\n+ 0x00242940 3a786361 6c3d2275 726e3a69 6574663a :xcal=\"urn:ietf:\n+ 0x00242950 70617261 6d733a78 6d6c3a6e 733a6963 params:xml:ns:ic\n+ 0x00242960 616c656e 6461722d 322e3022 203e0a3c alendar-2.0\" >.<\n+ 0x00242970 78733a64 6f63756d 656e7461 74696f6e xs:documentation\n+ 0x00242980 2000ff78 6d6c3a6c 616e673d 22656e22 ..xml:lang=\"en\"\n+ 0x00242990 3e0a2020 20202020 20637574 79706570 >. cutypep\n+ 0x002429a0 6172616d 20202020 20202020 3d202243 aram = \"C\n+ 0x002429b0 55545950 45222022 3d220a20 20202020 UTYPE\" \"=\". \n+ 0x002429c0 20202020 20202020 20202020 20202020 \n+ 0x002429d0 20202020 20282249 4e444956 49445541 (\"INDIVIDUA\n+ 0x002429e0 4c222020 203b2041 6e20696e 64697669 L\" ; An indivi\n+ 0x002429f0 6475616c 0a202020 20202020 20202020 dual. \n+ 0x00242a00 20202000 ff202020 20202020 20202020 .. \n+ 0x00242a10 2f202247 524f5550 22202020 20202020 / \"GROUP\" \n+ 0x00242a20 203b2041 2067726f 7570206f 6620696e ; A group of in\n+ 0x00242a30 64697669 6475616c 730a2020 20202020 dividuals. \n+ 0x00242a40 20202020 20202020 20202020 20202020 \n+ 0x00242a50 2020202f 20225245 534f5552 43452220 / \"RESOURCE\" \n+ 0x00242a60 20202020 3b204120 70687973 6963616c ; A physical\n+ 0x00242a70 20726573 6f757263 650a2020 20202020 resource. \n+ 0x00242a80 20202020 2000ff20 20202020 20202020 .. \n+ 0x00242a90 20202020 202f2022 524f4f4d 22202020 / \"ROOM\" \n+ 0x00242aa0 20202020 20203b20 4120726f 6f6d2072 ; A room r\n+ 0x00242ab0 65736f75 7263650a 20202020 20202020 esource. \n+ 0x00242ac0 20202020 20202020 20202020 20202020 \n+ 0x00242ad0 202f2022 554e4b4e 4f574e22 20202020 / \"UNKNOWN\" \n+ 0x00242ae0 20203b20 4f746865 72776973 65206e6f ; Otherwise no\n+ 0x00242af0 74206b6e 6f776e0a 20202020 20202020 t known. \n+ 0x00242b00 20202020 20202000 ff202020 20202020 .. \n+ 0x00242b10 2020202f 20782d6e 616d6520 20202020 / x-name \n+ 0x00242b20 20202020 3b204578 70657269 6d656e74 ; Experiment\n+ 0x00242b30 616c2074 7970650a 20202020 20202020 al type. \n+ 0x00242b40 20202020 20202020 20202020 20202020 \n+ 0x00242b50 202f2069 616e612d 746f6b65 6e292020 / iana-token) \n+ 0x00242b60 20203b20 4f746865 72204941 4e412d72 ; Other IANA-r\n+ 0x00242b70 65676973 74657265 640a2020 20202020 egistered. \n+ 0x00242b80 20202020 20202020 2000eb20 20202020 .. \n+ 0x00242b90 20202020 20202020 20202020 20202020 \n+ 0x00242ba0 20202020 20203b20 74797065 0a202020 ; type. \n+ 0x00242bb0 20202020 3b204465 6661756c 74206973 ; Default is\n+ 0x00242bc0 20494e44 49564944 55414c0a 20202020 INDIVIDUAL. \n+ 0x00242bd0 20203c2f 78733a64 6f63756d 656e7461 ...L../..bu\n+ 0x00242c00 696c642f 72657072 6f647563 69626c65 ild/reproducible\n+ 0x00242c10 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm\n+ 0x00242c20 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/\n+ 0x00242c30 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p\n+ 0x00242c40 6172616d 732e7873 64760005 12000643 arams.xsdv.....C\n+ 0x00242c50 030001a0 0a000080 74050005 3c00ff78 ........t...<..x\n+ 0x00242c60 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml\n+ 0x00242c70 6e733a78 733d2268 7474703a 2f2f7777 ns:xs=\"http://ww\n+ 0x00242c80 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM\n+ 0x00242c90 4c536368 656d6122 20786d6c 6e733a78 LSchema\" xmlns:x\n+ 0x00242ca0 63616c3d 2275726e 3a696574 663a7061 cal=\"urn:ietf:pa\n+ 0x00242cb0 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical\n+ 0x00242cc0 656e6461 722d322e 3022203e 0a3c7873 endar-2.0\" >..\n+ 0x00242cf0 20202020 20202020 44757261 74696f6e Duration\n+ 0x00242d00 73206172 65206120 70726f62 6c656d3a s are a problem:\n+ 0x00242d10 200a2020 20202020 20202020 20584d4c . XML\n+ 0x00242d20 20736368 656d6120 74797065 7320616c schema types al\n+ 0x00242d30 6c6f7720 59656172 732c204d 6f6e7468 low Years, Month\n+ 0x00242d40 732c2044 6179732c 20486f75 72732c20 s, Days, Hours, \n+ 0x00242d50 4d696e75 7465732c 20536563 6f6e6473 Minutes, Seconds\n+ 0x00242d60 0a00ff20 20202020 20202020 20204963 ... Ic\n+ 0x00242d70 616c2061 6c6c6f77 73205765 656b732c al allows Weeks,\n+ 0x00242d80 20446179 732c2048 6f757273 2c204d69 Days, Hours, Mi\n+ 0x00242d90 6e757465 732c2053 65636f6e 64730a20 nutes, Seconds. \n+ 0x00242da0 20202020 20202020 20200a20 20202020 . \n+ 0x00242db0 20202054 68657365 206f7665 726c6170 These overlap\n+ 0x00242dc0 20616e64 20776520 7265616c 6c79206e and we really n\n+ 0x00242dd0 65656420 6120636f 6d62696e 6174696f eed a combinatio\n+ 0x00242de0 6e206f00 ff662062 6f74682e 0a202020 n o..f both.. \n+ 0x00242df0 20202020 20536f20 74686520 636f6d70 So the comp\n+ 0x00242e00 726f6d69 73652069 7320746f 20686176 romise is to hav\n+ 0x00242e10 65206120 70617474 65726e20 72657374 e a pattern rest\n+ 0x00242e20 72696374 65642053 7472696e 67207479 ricted String ty\n+ 0x00242e30 70652061 6e64206e 6f74650a 20202020 pe and note. \n+ 0x00242e40 20202020 74686174 20696620 64617461 that if data\n+ 0x00242e50 20697320 746f2062 65206578 706f7274 is to be export\n+ 0x00242e60 65642069 6e00ff74 6f207468 65206963 ed in..to the ic\n+ 0x00242e70 616c656e 64617220 776f726c 64206974 alendar world it\n+ 0x00242e80 2063616e 6e6f7420 68617665 200a2020 cannot have . \n+ 0x00242e90 20202020 20207965 61727320 6f72206d years or m\n+ 0x00242ea0 6f6e7468 732e0a20 20202020 2020200a onths.. .\n+ 0x00242eb0 20202020 20202020 556c7469 6d617465 Ultimate\n+ 0x00242ec0 6c792069 74206973 20746f20 62652068 ly it is to be h\n+ 0x00242ed0 6f706564 20746865 2074776f 20776f72 oped the two wor\n+ 0x00242ee0 6c647320 63616e00 ff206265 20616c69 lds can.. be ali\n+ 0x00242ef0 676e6564 2e0a2020 20202020 20200a20 gned.. . \n+ 0x00242f00 20202020 20202052 46433535 34352028 RFC5545 (\n+ 0x00242f10 6963616c 656e6461 72292073 70656369 icalendar) speci\n+ 0x00242f20 66696573 0a202020 20202020 20647572 fies. dur\n+ 0x00242f30 2d76616c 75652020 3d20285b 222b225d -value = ([\"+\"]\n+ 0x00242f40 202f2022 2d222920 22502220 28647572 / \"-\") \"P\" (dur\n+ 0x00242f50 2d646174 65202f20 6475722d 74696d65 -date / dur-time\n+ 0x00242f60 202f2064 75722d77 6500ff65 6b290a0a / dur-we..ek)..\n+ 0x00242f70 20202020 20202020 6475722d 64617465 dur-date\n+ 0x00242f80 2020203d 20647572 2d646179 205b6475 = dur-day [du\n+ 0x00242f90 722d7469 6d655d0a 20202020 20202020 r-time]. \n+ 0x00242fa0 6475722d 74696d65 2020203d 20225422 dur-time = \"T\"\n+ 0x00242fb0 20286475 722d686f 7572202f 20647572 (dur-hour / dur\n+ 0x00242fc0 2d6d696e 75746520 2f206475 722d7365 -minute / dur-se\n+ 0x00242fd0 636f6e64 290a2020 20202020 20206475 cond). du\n+ 0x00242fe0 722d7765 656b2020 203d2000 ff312a44 r-week = ..1*D\n+ 0x00242ff0 49474954 20225722 0a202020 20202020 IGIT \"W\". \n+ 0x00243000 20647572 2d686f75 72202020 3d20312a dur-hour = 1*\n+ 0x00243010 44494749 54202248 22205b64 75722d6d DIGIT \"H\" [dur-m\n+ 0x00243020 696e7574 655d0a20 20202020 20202064 inute]. d\n+ 0x00243030 75722d6d 696e7574 65203d20 312a4449 ur-minute = 1*DI\n+ 0x00243040 47495420 224d2220 5b647572 2d736563 GIT \"M\" [dur-sec\n+ 0x00243050 6f6e645d 0a202020 20202020 20647572 ond]. dur\n+ 0x00243060 2d736563 6f6e6420 3d20312a 4400ff49 -second = 1*D..I\n+ 0x00243070 47495420 2253220a 20202020 20202020 GIT \"S\". \n+ 0x00243080 6475722d 64617920 2020203d 20312a44 dur-day = 1*D\n+ 0x00243090 49474954 20224422 0a202020 20202020 IGIT \"D\". \n+ 0x002430a0 200a2020 20202020 2020536f 20503557 . So P5W\n+ 0x002430b0 20697320 76616c69 643a2050 35575431 is valid: P5WT1\n+ 0x002430c0 304d2069 73206e6f 742e2049 66207765 0M is not. If we\n+ 0x002430d0 656b7320 72652073 70656369 66696564 eks re specified\n+ 0x002430e0 206e6f74 68696e67 20656c73 65206300 nothing else c.\n+ 0x002430f0 ff616e20 62650a20 20202020 2020200a .an be. .\n+ 0x00243100 20202020 20202020 584d4c20 73706563 XML spec\n+ 0x00243110 69666965 730a2020 20202020 20202020 ifies. \n+ 0x00243120 20506e59 6e4d6e44 546e486e 4d6e530a PnYnMnDTnHnMnS.\n+ 0x00243130 20202020 20202020 0a202020 20202020 . \n+ 0x00243140 20546865 20656c65 6d656e74 73206d75 The elements mu\n+ 0x00243150 73742061 70706561 7220696e 20746865 st appear in the\n+ 0x00243160 206f7264 65722073 70656369 66696564 order specified\n+ 0x00243170 2000f361 6e642074 68652027 54272069 ..and the 'T' i\n+ 0x00243180 73206f6d 69747465 64200a20 20202020 s omitted . \n+ 0x00243190 20202069 6620686f 75727320 6d696e75 if hours minu\n+ 0x002431a0 74657320 616e6420 7365636f 6e647320 tes and seconds \n+ 0x002431b0 61726520 61627365 6e742e0a 20202020 are absent.. \n+ 0x002431c0 20203c2f 78733a64 6f63756d 656e7461 ...N../..bu\n+ 0x002431f0 696c642f 72657072 6f647563 69626c65 ild/reproducible\n+ 0x00243200 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm\n+ 0x00243210 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/\n+ 0x00243220 6963616c 2f694361 6c656e64 61722d76 ical/iCalendar-v\n+ 0x00243230 616c7479 7065732e 78736444 00051400 altypes.xsdD....\n+ 0x00243240 06ff0600 01a00a00 82800000 003f0100 .............?..\n+ 0x00243250 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio\n+ 0x00243260 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs=\"http\n+ 0x00243270 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20\n+ 0x00243280 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema\" xm\n+ 0x00243290 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal=\"urn:ie\n+ 0x002432a0 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns\n+ 0x002432b0 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0\" \n+ 0x002432c0 3e0a3c78 733a646f 63756d65 6e746174 >.. Sta\n+ 0x002432f0 6e646172 64207661 6c756573 0a202020 ndard values. \n+ 0x00243300 20202020 20202020 22434841 49522220 \"CHAIR\" \n+ 0x00243310 0a202020 20202020 20202020 22524551 . \"REQ\n+ 0x00243320 2d504152 54494349 50414e54 22200a20 -PARTICIPANT\" . \n+ 0x00243330 20202020 20202020 2020224f 50542d50 \"OPT-P\n+ 0x00243340 41525449 43495041 4e542220 0a202020 ARTICIPANT\" . \n+ 0x00243350 20202020 202000be 2020224e 4f4e2d50 .. \"NON-P\n+ 0x00243360 41525449 43495041 4e54220a 20202020 ARTICIPANT\". \n+ 0x00243370 20203c2f 78733a64 6f63756d 656e7461 ...L../..bu\n+ 0x002433a0 696c642f 72657072 6f647563 69626c65 ild/reproducible\n+ 0x002433b0 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm\n+ 0x002433c0 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/\n+ 0x002433d0 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p\n+ 0x002433e0 6172616d 732e7873 64350100 05120006 arams.xsd5......\n+ 0x002433f0 14080001 a00a0000 80600200 053c00ff .........`...<..\n+ 0x00243400 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm\n+ 0x00243410 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs=\"http://w\n+ 0x00243420 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X\n+ 0x00243430 4d4c5363 68656d61 2220786d 6c6e733a MLSchema\" xmlns:\n+ 0x00243440 7863616c 3d227572 6e3a6965 74663a70 xcal=\"urn:ietf:p\n+ 0x00243450 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica\n+ 0x00243460 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0\" >.\n+ 0x00243490 0a202020 20202020 66627479 70657061 . fbtypepa\n+ 0x002434a0 72616d20 20202020 2020203d 20224642 ram = \"FB\n+ 0x002434b0 54595045 2220223d 22200a20 20202020 TYPE\" \"=\" . \n+ 0x002434c0 20202020 20202020 20202020 20202020 \n+ 0x002434d0 20202020 28224652 45452220 0a202020 (\"FREE\" . \n+ 0x002434e0 20202020 20202020 20202020 20202020 \n+ 0x002434f0 20202020 2020202f 20224255 5359220a / \"BUSY\".\n+ 0x00243500 202000ff 20202020 20202020 20202020 .. \n+ 0x00243510 20202020 20202020 20202020 2f202242 / \"B\n+ 0x00243520 5553592d 554e4156 41494c41 424c4522 USY-UNAVAILABLE\"\n+ 0x00243530 200a2020 20202020 20202020 20202020 . \n+ 0x00243540 20202020 20202020 20202020 2f202242 / \"B\n+ 0x00243550 5553592d 54454e54 41544956 45220a20 USY-TENTATIVE\". \n+ 0x00243560 20202020 20202020 20202020 20202020 \n+ 0x00243570 20202020 20202020 202f2078 2d6e616d / x-nam\n+ 0x00243580 6520203b 00ff2053 6f6d6520 65787065 e ;.. Some expe\n+ 0x00243590 72696d65 6e74616c 20694361 6c656e64 rimental iCalend\n+ 0x002435a0 61722066 7265652f 62757379 20747970 ar free/busy typ\n+ 0x002435b0 652e0a20 20202020 20202020 20202020 e.. \n+ 0x002435c0 20202020 20202020 20202020 202f2069 / i\n+ 0x002435d0 616e612d 746f6b65 6e290a20 20202020 ana-token). \n+ 0x002435e0 20202020 20202020 2020203b 20536f6d ; Som\n+ 0x002435f0 65206f74 68657220 49414e41 2d726567 e other IANA-reg\n+ 0x00243600 69737465 726500df 64206943 616c656e istere..d iCalen\n+ 0x00243610 64617220 66726565 2f627573 79207479 dar free/busy ty\n+ 0x00243620 70652e0a 20202020 2020203b 20446566 pe.. ; Def\n+ 0x00243630 61756c74 20697320 42555359 0a202020 ault is BUSY. \n+ 0x00243640 2020203c 2f78733a 646f6375 6d656e74 ...L../..b\n+ 0x00243670 75696c64 2f726570 726f6475 6369626c uild/reproducibl\n+ 0x00243680 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx\n+ 0x00243690 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas\n+ 0x002436a0 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar-\n+ 0x002436b0 70617261 6d732e78 7364b200 05120006 params.xsd......\n+ 0x002436c0 ab090001 a00a0000 80c60100 053c00ff .............<..\n+ 0x002436d0 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm\n+ 0x002436e0 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs=\"http://w\n+ 0x002436f0 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X\n+ 0x00243700 4d4c5363 68656d61 2220786d 6c6e733a MLSchema\" xmlns:\n+ 0x00243710 7863616c 3d227572 6e3a6965 74663a70 xcal=\"urn:ietf:p\n+ 0x00243720 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica\n+ 0x00243730 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0\" >.\n+ 0x00243760 0a202020 20202020 656e636f 64696e67 . encoding\n+ 0x00243770 70617261 6d202020 2020203d 2022454e param = \"EN\n+ 0x00243780 434f4449 4e472220 223d220a 20202020 CODING\" \"=\". \n+ 0x00243790 20202020 20202020 20202020 20202020 \n+ 0x002437a0 20202020 20202820 22384249 54220a20 ( \"8BIT\". \n+ 0x002437b0 20202020 20202020 203b2022 38626974 ; \"8bit\n+ 0x002437c0 22207465 78742065 6e636f64 696e6720 \" text encoding \n+ 0x002437d0 697300ff 20646566 696e6564 20696e20 is.. defined in \n+ 0x002437e0 5b524643 32303435 5d0a2020 20202020 [RFC2045]. \n+ 0x002437f0 20202020 20202020 20202020 20202020 \n+ 0x00243800 20202020 2f202242 41534536 34220a20 / \"BASE64\". \n+ 0x00243810 20202020 20202020 203b2022 42415345 ; \"BASE\n+ 0x00243820 36342220 62696e61 72792065 6e636f64 64\" binary encod\n+ 0x00243830 696e6720 666f726d 61742069 73206465 ing format is de\n+ 0x00243840 66696e65 6420696e 205b5246 43343634 fined in [RFC464\n+ 0x00243850 385d0a20 00c82020 20202020 20202020 8]. .. \n+ 0x00243860 20202020 20202020 20202020 20202029 )\n+ 0x00243870 0a202020 2020203c 2f78733a 646f6375 . ...L..\n+ 0x002438a0 2f00cc62 75696c64 2f726570 726f6475 /..build/reprodu\n+ 0x002438b0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko\n+ 0x002438c0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch\n+ 0x002438d0 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen\n+ 0x002438e0 6461722d 70617261 6d732e78 73649c00 dar-params.xsd..\n+ 0x002438f0 05120006 41040001 a00a0000 80160100 ....A...........\n+ 0x00243900 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio\n+ 0x00243910 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs=\"http\n+ 0x00243920 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20\n+ 0x00243930 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema\" xm\n+ 0x00243940 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal=\"urn:ie\n+ 0x00243950 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns\n+ 0x00243960 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0\" \n+ 0x00243970 3e0a3c78 733a646f 63756d65 6e746174 >.. acti\n+ 0x002439a0 6f6e7661 6c756520 3d202241 5544494f onvalue = \"AUDIO\n+ 0x002439b0 22202f20 22444953 504c4159 22202f20 \" / \"DISPLAY\" / \n+ 0x002439c0 22454d41 494c220a 20202020 20202020 \"EMAIL\". \n+ 0x002439d0 20202020 20202020 2020202f 2069616e / ian\n+ 0x002439e0 612d746f 6b656e20 2f20782d 6e616d65 a-token / x-name\n+ 0x002439f0 0a202020 2020203c 2f78733a 646f6375 . ...K\n+ 0x00243a20 00052f00 ca627569 6c642f72 6570726f ../..build/repro\n+ 0x00243a30 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n+ 0x00243a40 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n+ 0x00243a50 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n+ 0x00243a60 656e6461 722d7072 6f70732e 787364c1 endar-props.xsd.\n+ 0x00243a70 02000514 00082400 067500a8 726e3a69 ......$..u..rn:i\n 0x00243a80 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n 0x00243a90 733a6963 616c656e 6461722d 322e3001 s:icalendar-2.0.\n 0x00243aa0 00030024 00057500 a3726e3a 69657466 ...$..u..rn:ietf\n 0x00243ab0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n 0x00243ac0 63616c65 6e646172 2d322e30 feffffff calendar-2.0....\n 0x00243ad0 01000a4c 00062f00 cb627569 6c642f72 ...L../..build/r\n 0x00243ae0 6570726f 64756369 626c652d 70617468 eproducible-path\n"}, {"source1": "readelf --wide --decompress --hex-dump=.gnu_debuglink {}", "source2": "readelf --wide --decompress --hex-dump=.gnu_debuglink {}", "comments": ["error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`:", "readelf: Error: no .dynamic section in the dynamic segment"], "unified_diff": "@@ -1,7 +1,7 @@\n \n Hex dump of section '.gnu_debuglink':\n- 0x00000000 38323836 65343933 62643866 35376365 8286e493bd8f57ce\n- 0x00000010 64393538 33336632 39616431 37316466 d95833f29ad171df\n- 0x00000020 66303336 65332e64 65627567 00000000 f036e3.debug....\n- 0x00000030 bdac4965 ..Ie\n+ 0x00000000 65356435 34313438 30666136 35323563 e5d541480fa6525c\n+ 0x00000010 36363463 36666539 37646266 33656536 664c6fe97dbf3ee6\n+ 0x00000020 65656332 32632e64 65627567 00000000 eec22c.debug....\n+ 0x00000030 89303c3c .0<<\n \n"}]}]}]}]}, {"source1": "libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb", "source2": "libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-12 10:49:45.000000 debian-binary\n--rw-r--r-- 0 0 0 548 2023-12-12 10:49:45.000000 control.tar.xz\n--rw-r--r-- 0 0 0 6790232 2023-12-12 10:49:45.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 552 2023-12-12 10:49:45.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 6790224 2023-12-12 10:49:45.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./control", "source2": "./control", "unified_diff": "@@ -6,8 +6,8 @@\n Maintainer: Debian Kolab Maintainers \n Installed-Size: 8494\n Depends: libkolabxml1v5 (= 1.2.1-5)\n Section: debug\n Priority: optional\n Multi-Arch: same\n Description: debug symbols for libkolabxml1v5\n-Build-Ids: 1c8286e493bd8f57ced95833f29ad171dff036e3\n+Build-Ids: 17e5d541480fa6525c664c6fe97dbf3ee6eec22c\n"}, {"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}, {"source1": "line order", "source2": "line order", "unified_diff": "@@ -1 +1 @@\n-usr/lib/debug/.build-id/1c/8286e493bd8f57ced95833f29ad171dff036e3.debug\n+usr/lib/debug/.build-id/17/e5d541480fa6525c664c6fe97dbf3ee6eec22c.debug\n"}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,10 +1,10 @@\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/\n-drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/1c/\n--rw-r--r-- 0 root (0) root (0) 8686696 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/1c/8286e493bd8f57ced95833f29ad171dff036e3.debug\n+drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/17/\n+-rw-r--r-- 0 root (0) root (0) 8686696 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/17/e5d541480fa6525c664c6fe97dbf3ee6eec22c.debug\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/doc/\n lrwxrwxrwx 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/doc/libkolabxml1v5-dbgsym -> libkolabxml1v5\n"}, {"source1": "./usr/lib/debug/.build-id/1c/8286e493bd8f57ced95833f29ad171dff036e3.debug", "source2": "./usr/lib/debug/.build-id/17/e5d541480fa6525c664c6fe97dbf3ee6eec22c.debug", "comments": ["File has been modified after NT_GNU_BUILD_ID has been applied.", "Files 99% similar despite different names"], "unified_diff": null, "details": [{"source1": "readelf --wide --notes {}", "source2": "readelf --wide --notes {}", "unified_diff": "@@ -1,8 +1,8 @@\n \n Displaying notes found in: .note.gnu.property\n Owner Data size \tDescription\n GNU 0x00000010\tNT_GNU_PROPERTY_TYPE_0\t Properties: AArch64 feature: BTI, PAC, GCS\n \n Displaying notes found in: .note.gnu.build-id\n Owner Data size \tDescription\n- GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 1c8286e493bd8f57ced95833f29ad171dff036e3\n+ GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 17e5d541480fa6525c664c6fe97dbf3ee6eec22c\n"}, {"source1": "strings --all --bytes=8 {}", "source2": "strings --all --bytes=8 {}", "unified_diff": "@@ -1,8 +1,8 @@\n-GCC: (Debian 15.2.0-3) 15.2.0\n+,GCC: (Debian 15.2.0-3) 15.2.0\n 2:,eZXJnX\n Ua(x%L=9\\=/\n Cu>eH#_4\n teHc_cH\n e8qIMvk.\n r&jQmoS4J\n 32v\\,/H@\n"}]}]}]}]}]}