xerces-j2-2.12.0-3.3.1<>,Yb p9|/xػ(HF`"cfφ̖X؏jbga6bhqρ!p^.KK@sՉx\UeS\AHm \;:.o ~L=P 06\fɊЇh;#2CoHpUt2PVhD4z9:,@?㏯?Aak?ZZuҔ،P|;\g9;a`Vo>C`?Pd   ) 9Zm        0      M     0 Y( 8 9 : h >`BhFzG H I X Y8 Z[\ ] ^ bqcdeflu vwH x| yz LCxerces-j22.12.03.3.1Java XML parserXerces2 is an XML parser in the Apache Xerces family. This version is the reference implementation of the Xerces Native Interface (XNI), a modular framework for building parser components and configurations. Xerces2 implements the Document Object Model Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions (XInclude) W3C Recommendation, and supports OASIS XML Catalogs v1.1. It can parse documents conforming to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It handles name spaces according to the XML Namespaces 1.1 Recommendation, and serializes XML 1.1 documents if the DOM level 3 load/save APIs are in use.b sheep61_SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND W3Chttps://www.suse.com/Development/Libraries/Javahttp://xerces.apache.org/xerces2-j/linuxnoarchupdate-alternatives --remove jaxp_parser_impl /usr/share/java/xerces-j2.jar >/dev/null 2>&1 || : # it deletes the link, set it up again ln -sf xerces-j2.jar /usr/share/java/jaxp_parser_impl.jarok  e,^ @A큤A큤HHb b b b b b b SSb \+433dad71f6b6848027e6b79aecbdc02ea06e9e4671c664bb19cf9bcd19699abf0010deebc51ed019ec46b7041e946665a36e0ae679e06db3403ec6eed0260efeae314aad06fa5105ab1202ecdba54dfd161322bd2d709996dd9e76ffcb58422a1fc52373c80cf45f036380e99d6643fcc520f51d3d1872d24b2f065740c23984ce51e1b6a831df857e86a3ebdc6ff2aa27770ea935bca6166ff1977c4eb6852acfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d3046cf70131ba9fe9df6928b6d777d4f2c1b127a35feb201d8dc8a7504ddf31e2a84928fc9d0b22c482cafe741c9d5361bea0ee7fe10d877a856e7c233a5a4ace3fdf90c0e04bae4c38bc9d8d061d36d920fa3fba3a6dd08a57af68730b94d21a5138ebb33cce7080fd5cdb4fb90a0ee550173d7e8d41024da8c0d788b1460a1f3xerces-j2.jarrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootxerces-j2-2.12.0-3.3.1.src.rpmjaxp_parser_implmvn(apache:xerces-j2)mvn(apache:xerces-j2:pom:)mvn(xerces:xerces)mvn(xerces:xerces:pom:)mvn(xerces:xercesImpl)mvn(xerces:xercesImpl:pom:)mvn(xerces:xmlParserAPIs)mvn(xerces:xmlParserAPIs:pom:)osgi(org.apache.xerces)xerces-j2xerces-j2-scripts@@@@@@    /bin/sh/bin/shjava-headlessjavapackages-filesystemjavapackages-toolsosgi(javax.xml)osgi(org.apache.xml.resolver)osgi(org.apache.xml.serializer)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xalan-j2xml-commons-apisxml-commons-resolver3.0.4-14.6.0-14.0-15.2-12.7.11.4.011.24.14.1bO\@\@\Yz\T4\\ @Y{Y@Vwdavid.anes@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjengelh@inai.defstrba@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.com- Fix infinite loop within Apache XercesJ xml parser (bsc#1195108, CVE-2022-23437) * Added patch xerces-j2-CVE-2022-23437.patch- Remove bogus dependency- BuildIgnore another provider of this package to avoid unresolved cycle- BuildIgnore oneself to avoid unresolved cycle- Added patch: * xerces-j2-manifest.patch - add OSGi metadata required by Eclipse- Remove rhetorics from description, and then compact its verbose grammar. - Do away with xargs when find has some better options.- Upgrade to version 2.12.0 * This release expands on Xerces-J's experimental support for XML Schema 1.1 by providing a fully compliant XML Schema 1.1 implementation. It fixes several bugs which were present in Xerces-J 2.11.0 and also includes a few other enhancements and performance improvements. + add: Report all id/idref problems when validating XML against DTD or XML Schema. + add: Implemented improvements to XML Schema 1.1 CTA implementation and inheritable attributes. + update: Implemented improved error/warning message reporting for various XML Schema use cases. + update: Implemented few performance enhancements (affecting parsing/validation latency and memory footprint) to the implementation. + fix: Fixed minor bugs in Xerces-J's regex support in XML Schema facet. + fix: Implemented various fixes to XML Schema 1.1 assert/assertion implementation. + fix: Fixed possible security issue: an implementation of the NamedNodeMapImpl class in the JAXP component did not limit the amount of memory allocated when creating object instance from a serialized form. A specially-crafted input could cause a java application to use an excessive amount of memory when deserialized. + fix: Implemented minor and major fixes in certain areas, to XML Schema 1.0 and 1.1 implementations. + fix: Fixed the issue related to, XIncludeTextReader doesn't handle null Content Types properly. + fix: Fixed minor problems in the DOM (Level 3 Core) implementation. + fix: Fixed few errors related to Xerces-J's build component. + fix: Solved a minor bug in SoftReferenceSymbolTable implementation component. + fix: Fixed various bugs and made various improvements. - Removed patches: * arrays-doubling.patch * scan-pseudo-attribute.patch + integrated upstream - Added patches: * xerces-j2-build.patch + Don't use the bundled xml-apis, but depend on an existing package + Don't use custom taglets and ant tasks - Do not bundle the xml-apis and xml-resolver and stop using alternatives - Install as a maven artifact- Added patch: * xerces-2_11_0-jdk7.patch + Dummy implementation of the getContentDocument() in common DOM API, in order to be able to build with jdk >= 1.6 - Specify java source and target level 1.6 and don't depend on gcj- BuildIgnore more main java versions to stick to gcj- Add patches for bnc#814241 upstream#1616 * arrays-doubling.patch * scan-pseudo-attribute.patch/bin/shxerces-j2-scriptssheep61 1644829676 1.42.12.02.12.02.12.02.12.02.12.02.12.02.12.02.12.02.12.02.12.0-3.3.12.12.0-3.3.12.12.0-3.3.1xerces-j2-constantsxerces-j2-versionxerces-j2NOTICEREADMEjaxp_parser_impl.jarxerces-j2.jarxerces-j2LICENSExerces-j2-constants.1.gzxerces-j2-version.1.gzxerces-j2.xmlxerces-j2.pom/usr/bin//usr/share/doc/packages//usr/share/doc/packages/xerces-j2//usr/share/java//usr/share/licenses//usr/share/licenses/xerces-j2//usr/share/man/man1//usr/share/maven-metadata//usr/share/maven-poms/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22823/SUSE_SLE-15-SP2_Update/6eb2286d075d1fdbec47f913b09ee04f-xerces-j2.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxPOSIX shell script, ASCII text executabledirectoryASCII textgzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)ASCII text, with very long lines, with CRLF line terminators RRP RRRPPPPPPPPRRyz!e ]utf-8dc1fa092e388a3afd72edc20f2f6cb5ce7da0513e52c5f518db9d582d1f618a4?7zXZ !t/F5]"k%bݻf<6Z*7Sn'g W#@ӡC2VO$ҍ >*L rFJ,d=v1Z"RLNEً:;ZW,|*͓a2[ ;uNE(LJVZuL9zl+'qހfq"]VඩR21^0UtA[qIҥDZP^))gOJPz?dE7ؓq|:.qii0G6IP[I+Y%VlZ;TC &@;M ӈ@HAsl1`ɣ5l0cѠQ-.ե"XtrM?Ĵ[ǏB Fx%ߙյJQ.yO*w8`R; )e'P׋pZ @Z3G< #ezW"ȧJfңQSLRܽok8⟗mY>`hΘ).HWw7̹4҇@-4*ݨ:_}PTm[|b0sh.-r?2ԭʄC:OJXV{L2Vs8Zg 5f wv 8tSҰ:GʥLْh7A风w.zqeHE6وVU.̯?Sm[@bB40nބ  ^n@)- l pS)Wc8m2`,Eu0;gCT%+dvw<)B7]8' U|O&La(QD_ oe52Ϫu-*VBc O:םtd:6-*DkkTg8v2*;ɗIܹ~,HOBWLܚkG&"k;y@c1!JMKRxO ^.Ҭ04]ޡOMUFqu Ib yΌ-q݇+'{NFsSAYL~P?E7$ɶ39rB`F~GעA%LN˴( #;yCAO^+^.qۦ&(־ prc3MHًȽ͕ {H-l/kAp|D5LïX p(u}1uX~PlנRK4cPk-WKEξ2 [.uXnǡv>ԿuFnRn0'F5#҆{o_3HWS`ESKh(P[b _䐪Hth_B*/ھ"fBACZQk[ԄKy#ٟEs" B͸N jc_ tvO~?@8Ю7Opg:QG"* ?lzGF K8{hjL~1-=uNFPSmIHljI㣾rkTpP 0E ݒ۩uB 6<:K*~ /Yyо\fĭe<"lꬅ?2dYTMAx0!7}IY3V(L.I :ߩU/pŖXg `J}udXa?9"Fk9l3CE M Sc0V}\srӷ%a}RkrI3[Idr4&c5L^%B-j*@cr̎m*{v*+Mֿio0;xor4BG5,)$ Z( 5;.nKP|!lUp= Q_rRɄW +ғiЈ5::^[9iti(Mg;jJtlN@puf[$OL;Ӟb^@g%iZ!A9KЕ5ө8 Mn.+:$zKXjuf ,Ksg`Vds'Êp߂^4K&w"LWlESI֘Yg`]p^x$@^s}l e9ra0bz"Ѝq:jo煵tvEQ/2$H׶ÑPSy2Ο0y2#N M8.pS}르I,Gp$i,B~`Bsf[p )x}#l32?!k~A딸q1Aih[ cFRPWV]PKkfW1S?PfS =R o)Ǖ pD7zP5U$.>6@bɰ/ON-26NE h=&Ph!sRLXuZA07Sw̾ҍ0n\ʉѝ58LmF=Y $n}q&@FUV#*3I_yxj0EԏO%&[JS;iC)^96kHB9PKaL{*[2:렌m$Q5#t;ELPHhhڢ=l_E+r" rBPgj. Ypn{QT4+i#6!@4wnիw]a 4Yi7># K}|Zx;.w LԑvPX1CAIe?^/ ߱PIj2Sd@lk Z KMwT|,85` {tI^P62z+>toFj?2Gzvϣrcxaߐ l8RJɀ,Зc4>K{·UT~ԟu.r FԦG'#͏, K9:k LþU$xYLN,+iuhD^O QHdYg}aDFNIOj3uU9syS ,KIs`O g|2hSe [Ulg<̋p5/3̩2INzaiݢ6doBT.\{O\l/,+Pdpn;N ˈuuLMcy7enmUfgYCNqQll>|cZc[dpyydpo'Se᩵ u%㼭"VBqioPV64*z=0mM'xmk3=GjT^CǫW0K@MVnGu4dKV U48Cُ׳'Q05Vn@^L0Pd_ic'+BUNlPHMՂ@Q6LgS֞nr-z4EGdMjߧ0gr?$lBK~?Qtʣ6.-V㘗:녁le蔹u]zyav,Fmp8eB߻>~tC* ]dLkfvWŒS#4u0Ɛw!'5o,O И>Ue:%,+JjmXz}wpRdل~ z {WH1xKʗܲ}7߶>ٖw /)'{̨ ÒJGL6,.UA[(?18񳽦žC*!C2쇂<(zS o@;.Ҵ{s̙& FYP 8U!5雸:OC= 6)r"hRCf♸ֵ~.y|\Yb'/l8La✜Qiȏ8f)=<ڋwF?=J-z5.\ԜoTux UûZXtuՕw.frMoZ֌ ״\Nҿ*UH5Yyw͢C@I"Ǭ0A EXJT(.+ix/)\^AB(︞̳ H3]k4%=h͈ܚ & Bi89Sc-YfdY݁SxyNOOD$>L2&<]_a/HzSP:_P4\fR s :Td?i'3}JMo*$څ]A댇G6lJ!Iʨ@/k^9<39=טϗ (U:=6zy f]J=ynF?~SzkaV@d,6Y͗J6;I8L〧oγ')P׸fQe3oۢ,'뿼;uc̡x{-XӜ9l4RPe^W8>ʿNmuf!B{bڒs3e ,z \c=&4%kI a"˂xÿ*dQ%7 ^Q?i) TꂶޱR=71[ ,PcN Qj8lMyƕh_+_xwzXF~l9*l%\ꨉ\e+;6.cAM~u%&ͳd|-KPR'mĤ/?u!DS8oTjΖyY+FΨ?ʔOn\61竹jlH]X5e1ga ?VѾ*c pC̕pAg (c@^`40"KRPO`R 4+i5r/#Pj5v\ͽ lctZOH>G(*@ܔ'@t"E$cLqO^2;̗ۂdȱ<~'.6.d?Q s)Fb(G:Xg^86NnXZ&+_UX4S[!S[|49X(JY!M!3E/v;>>-Ns$-2"_Q K&M`I,pސ-Bxb (=>:K/\Ң /vda':K R׸t0Ĩ 3<5Ri^~}Bgh W&[# xk'?_6p`W7!=&@;!Ʀ%P{UkE`P=vOBIGddU1l=lo-J*E]fnJMk^V%) .4?J-ENDi*͋t>qMV|V"1&W:fK!UX0H<l(KmO?ߡ_5L >[ƼVp̷dp}e%@^j#Ⱦ6R|Kg9bE8(bUGtŹl3աx { JkfDF`]MإN1+^ i<{pvN$|S!RQc4kY{wIÛ_nn5n7 g[_ 6w2 ߙ5oe@aO9p)j#$6T.;ST"8&*B8cusIy#i5+q=%EN{qy*jU>Eu%[\ُR_ek"x4 d* *]/2>bq}Rb% *z7kQ=_{];r>+5g7P78Zv{Y[BcpK2l(İh˝Qa$w[ ?!2i8'7Y?9lҪjX ۾j?SF.;f̯jh5q _.rb8F*2R)(-P3;(Q#+sfGCcz=pgkZ3쏀 C1B%)WkAr\ͅx}zb%ϐz( { *f'JQg̣_VӆS&j !cX.iԡ3܂s7}1.2 )Y[,>(1B%.U4'ƣYkGs#=~+M>Mޚ0tZjR帮2*÷\ϭ:l+!wӎٷ*v e ϤX8@`HKeYk!qf[]PYku3fh6UHWρv|Q&kl#E}611^ZR}fk.>ơb."CN=GKS=ceƈg p;Ϙ X8qo" "1+p߾ QLhj]:ܛXZ?Cdx2w1Pd7sXٸRX.ee(dӗڵ?@':!½>DWy%>zowC լze'>Lz *ruoK1AOd ﬙Ciz?NY(xYSO=)09^BB6C7NbXBlc) AY=;<}~$%(䖌" F@Pe2PU}Bf]WX!?bhk!n+|&DkK*)gG΢tchM5X6ҥd 9$MXQ%"EhI3V~PAx ^PTFv> JB .*D@AGև1ue%׮>Ť1?АJQ.9h/y|\qڔ'e ۳Pl]E6O#e)ߏ<1F kɔnJ>{:hQJdVE99耶S_nL bi)\]Eqh GUшἎ p&1,Ner=itG*g'REbҢP@NUZ46ɭfPek8}v5W-b3zI)][z>dd f&;ȡX^6D[T: n$#57x3A!|$4uiJR![O ckmq8|lv~FDZTś0*|aT7eɱz$G}bICxpmc}`ީp ^>I>0Վ0@D,} |Z{%:TҸYzE\7wX;1ܯߞN~&PPZz-]˴,MhPؗ_ ]d]@4NjLgg(spg:bm's2rSl'XCv*iQպ}֟ϖF8Wra,j1v6Z[\'ÍSԬ8;:#@k޸ i&I,Emx9cu+!ݠSin, ɕ{c ʵO(m4AQ?ބ'o +x=*G`8,h%3#t7_\hfk' 6/ j︼B /Cˊ@]@O/WWz FQDFmB#dѰ qso~ sGwֽO;Eڣ4,qagWAhꞐ \r f$sTOۊ+gE4~M1UU`3M!^$@b.ҒkW"g&LNch;]:tB&{+5_ŵAjAtA]Bxh["1e&\">@(9E'oD[U4 zLb pNMF,+tg6guMgxbp 䆒ifkַ]M=:ޱi_?!:DM %Ӭ &ڎr@W_~e`5C-+ص\Rͽ#ڃKJacJ!{Y8qr Fv̙9ox "'sE*T q` y` v´P$)22zDϤ''Owjf@ldz똺ulG $Ek> K+mZ y AW};_=.ƫfu3V;a PI) y0I~Dٛ#H~-rh:}1 w$ 971#r8yNĚ27mQo>9A0~ ͤ!ݝ·pƮ Gc׼u=a5B0t]%\͹wpj 'ē.))wQ_5K=ay7b2_ir:8@If|boy#n'VTVJx8u^9 #GO6ْl3ݞ&"U"eo "D1!FE֟~. 9{!*EgrwB, 1%2HaG2l.SwZg+}j~ ZH72a^5ϱ3G׼~<WdqwyrOu . 5eLo/W3Zi5iLg SGiBfFޛ-@DdSc)> II G~|@:j52.~<^16w%@z,np[*(Ú d=Ř]>cex>N$!z>%wU0֔$iYQoFt%]ٺ\XnE\N\*# _βpY:[.[mh7_թʅm330,TK4Q|las /UȚ8Р2>"<kpىc ࠭IBЋ&k%þpƱCL=WV DL`'`1eH <4@psE k UF`AԴnfs$M6 C .:i$Q е⯥—Ҽ%XkmQ1ϖ;Nޗ'aNH[5FbYSn)ӿ[n\1Is1xCJ#Lz~uǝbJ}ݥ|ALg9Qk˴/Ͷ YZ